HomeSort by relevance Sort by last modified time
    Searched full:indirection (Results 176 - 200 of 698) sorted by null

1 2 3 4 5 6 78 91011>>

  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DefaultTestsZipInstaller.java 254 * Indirection to {@link FileUtil#findDirsUnder(File, File)} to allow for unit testing.
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 37 receiver and transmitter will do all necessary indirection and dereferencing to
46 *struct { A, B int } // extra indirection of the struct
47 struct { *A, **B int } // extra indirection of the fields
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 37 receiver and transmitter will do all necessary indirection and dereferencing to
46 *struct { A, B int } // extra indirection of the struct
47 struct { *A, **B int } // extra indirection of the fields
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 89 WCHAR_MATCHING_STRING_LIST *IndirectionList; // from indirection file(s)
341 // Read indirection file(s) if specified
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 100 WCHAR_MATCHING_STRING_LIST *IndirectionList; // from indirection file(s)
367 // Read indirection file(s) if specified
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_memoryview.py 274 # Variations on indirection levels: memoryview, slice of memoryview,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 349 ** check an indirection function pointer, and if it isn't filled in yet
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Fv2OnFvThunk/
Fv2OnFvThunk.c 181 specified by a double indirection of the Buffer parameter. The
269 specified by a double indirection of the Buffer parameter.
    [all...]
  /external/ImageMagick/m4/
framework.m4 182 # the AS_LITERAL_IF indirection.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 176 is moved into the Text node rather than being referenced by indirection
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 182 for (auto u : NoDeref()) { // expected-error {{indirection requires pointer operand}} \
  /external/clang/test/SemaCXX/
destructor.cpp 90 // expected-error@+3 {{indirection requires pointer operand ('int' invalid)}}
  /external/compiler-rt/lib/safestack/
safestack.cc 61 // control block) as well, eliminating another level of indirection and making
  /external/eigen/Eigen/src/Core/
Ref.h 38 // NOTE, this indirection of evaluator<Derived>::Alignment is needed
  /external/flatbuffers/docs/source/
FlatBuffers.md 27 struct access with only one extra indirection (a kind of vtable) to
  /external/guava/guava/src/com/google/common/base/
Suppliers.java 185 // the extra memory consumption and indirection are more
  /external/libchrome/base/allocator/
allocator_shim.cc 149 // They are defined as ALWAYS_INLINE in order to remove a level of indirection
  /external/libchrome/base/containers/
mru_cache.h 36 // by MRUCacheBase. This level of indirection is necessary because of the way
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_group.c 39 * an extra indirection via reg->instr).
  /external/nanopb-c/generator/google/protobuf/
service.py 40 and can avoid unnecessary layers of indirection.
  /external/protobuf/python/google/protobuf/
service.py 40 and can avoid unnecessary layers of indirection.
  /external/python/cpython2/Python/
mactoolboxglue.c 349 ** check an indirection function pointer, and if it isn't filled in yet
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallBitVector.h 32 // unnecessary level of indirection. It would be more efficient to use a
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
iterator.h 52 /// indirection but for which the iterator object might be a temporary. The
  /external/v8/src/js/
prologue.js 293 // indirection and slowness given how un-optimized bind is.

Completed in 1623 milliseconds

1 2 3 4 5 6 78 91011>>