HomeSort by relevance Sort by last modified time
    Searched defs:At (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.cc 41 u32 IgnoreSet::At(uptr i) const {
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug027.go 26 func (v *Vector) At(i int) Element {
56 x = v.At(i).(*I)
60 r += fmt.Sprintln(i, v.At(i).(*I).val)
bug054.go 16 func (v *Vector) At(i int) Element {
26 return s.fields.At(i).(*TStruct);
  /prebuilts/go/linux-x86/test/fixedbugs/
bug027.go 26 func (v *Vector) At(i int) Element {
56 x = v.At(i).(*I)
60 r += fmt.Sprintln(i, v.At(i).(*I).val)
bug054.go 16 func (v *Vector) At(i int) Element {
26 return s.fields.At(i).(*TStruct);
  /art/runtime/base/
array_slice.h 6 * You may obtain a copy of the License at
81 array_ = &array->At(start_offset, element_size_, alignment);
85 T& At(size_t index) {
90 const T& At(size_t index) const {
96 return At(index);
100 return At(index);
length_prefixed_array.h 6 * You may obtain a copy of the License at
36 T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) {
41 const T& At(size_t index, size_t element_size = sizeof(T), size_t alignment = alignof(T)) const {
  /external/eigen/Eigen/src/MetisSupport/
MetisSupport.h 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
34 MatrixType At = A.transpose();
35 // Get the number of nonzeros elements in each row/col of At+A
41 // Compute the union structure of of A(j,:) and At(j,:)
53 //Get the nonzeros in row/column j of At
54 for (typename MatrixType::InnerIterator it(At, j); it; ++it)
64 // Reserve place for A + At
76 // Add the pattern of row/column j of A to A+At
87 //Add the pattern of row/column j of At to A+At
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteArray.cpp 12 * You may obtain a copy of the License at
52 int32_t CBC_CommonByteArray::At(int32_t index) {
  /external/webrtc/webrtc/system_wrappers/include/
aligned_array.h 60 T& At(size_t row, size_t col) {
65 const T& At(size_t row, size_t col) const {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
sequence.hpp 6 // (See accompanying file LICENSE_1_0.txt or copy at
31 BOOST_STRING_TYPENAME InputT::iterator At,
35 Input.insert( At, Begin, End );
41 BOOST_STRING_TYPENAME InputT::iterator At,
44 ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) );
113 BOOST_STRING_TYPENAME InputT::iterator At=Input.erase( From, To );
118 Input.insert( At, Begin, End );
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 134 func (c *circle) At(x, y int) color.Color {
  /prebuilts/go/darwin-x86/src/go/types/
methodset.go 39 // At returns the i'th method in s for 0 <= i < s.Len().
40 func (s *MethodSet) At(i int) *Selection { return s.list[i] }
88 // Start with typ as single entry at shallowest depth.
95 // collect methods at current depth
97 var next []embeddedType // embedded types found at current depth
99 // field and method sets at current depth, allocated lazily
109 // We have seen this type before, at a more shallow depth
110 // (note that multiples of this type at the current depth
111 // were consolidated before). The type at that depth shadows
112 // this same type at the current depth, so we can ignor
    [all...]
  /prebuilts/go/darwin-x86/src/image/
names.go 42 func (c *Uniform) At(x, y int) color.Color { return c.C }
ycbcr.go 70 func (p *YCbCr) At(x, y int) color.Color {
88 // the pixel at (x, y).
94 // to the pixel at (x, y).
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 134 func (c *circle) At(x, y int) color.Color {
  /prebuilts/go/linux-x86/src/go/types/
methodset.go 39 // At returns the i'th method in s for 0 <= i < s.Len().
40 func (s *MethodSet) At(i int) *Selection { return s.list[i] }
88 // Start with typ as single entry at shallowest depth.
95 // collect methods at current depth
97 var next []embeddedType // embedded types found at current depth
99 // field and method sets at current depth, allocated lazily
109 // We have seen this type before, at a more shallow depth
110 // (note that multiples of this type at the current depth
111 // were consolidated before). The type at that depth shadows
112 // this same type at the current depth, so we can ignor
    [all...]
  /prebuilts/go/linux-x86/src/image/
names.go 42 func (c *Uniform) At(x, y int) color.Color { return c.C }
ycbcr.go 70 func (p *YCbCr) At(x, y int) color.Color {
88 // the pixel at (x, y).
94 // to the pixel at (x, y).
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go 24 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1,
40 // Although the history at any given line number is a stack,
48 FileLine int // line number in file at Lineno
136 // Push records that at that lineno a new file with the given name was pushed onto the input stack.
147 // Pop records that at lineno the current file was popped from the input stack.
175 // Update records that at lineno the file name and line number were changed using
207 // At returns the input stack in effect at lineno.
208 func (h *LineHist) At(lineno int) *LineStack
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
obj.go 21 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1,
37 // Although the history at any given line number is a stack,
45 FileLine int // line number in file at Lineno
133 // Push records that at that lineno a new file with the given name was pushed onto the input stack.
144 // Pop records that at lineno the current file was popped from the input stack.
172 // Update records that at lineno the file name and line number were changed using
204 // At returns the input stack in effect at lineno.
205 func (h *LineHist) At(lineno int) *LineStack
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
obj.go 24 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1,
40 // Although the history at any given line number is a stack,
48 FileLine int // line number in file at Lineno
136 // Push records that at that lineno a new file with the given name was pushed onto the input stack.
147 // Pop records that at lineno the current file was popped from the input stack.
175 // Update records that at lineno the file name and line number were changed using
207 // At returns the input stack in effect at lineno.
208 func (h *LineHist) At(lineno int) *LineStack
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
obj.go 21 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1,
37 // Although the history at any given line number is a stack,
45 FileLine int // line number in file at Lineno
133 // Push records that at that lineno a new file with the given name was pushed onto the input stack.
144 // Pop records that at lineno the current file was popped from the input stack.
172 // Update records that at lineno the file name and line number were changed using
204 // At returns the input stack in effect at lineno.
205 func (h *LineHist) At(lineno int) *LineStack
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoder.cpp 12 * You may obtain a copy of the License at
85 int32_t CBC_QRCoder::At(int32_t x, int32_t y, int32_t& e) {
BC_QRCoderBitVector.cpp 12 * You may obtain a copy of the License at
48 int32_t CBC_QRCoderBitVector::At(int32_t index, int32_t& e) {
100 int32_t num = bits->At(i, e);

Completed in 2924 milliseconds

1 2 3