/external/guava/guava/src/com/google/common/collect/ |
RegularImmutableSortedMap.java | 63 // avoid additional indirection
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
SoftCache.java | 45 // We use a CacheValue (a second level of indirection) because
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
SoftCache.java | 43 // We use a CacheValue (a second level of indirection) because
|
/external/libchrome/base/posix/ |
global_descriptors.h | 33 // slots and add a layer of indirection in the form of this singleton object.
|
/external/llvm/include/llvm/MC/ |
MachineLocation.h | 11 // from a base address plus an offset. Register indirection can be specified by
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
RpcChannel.java | 51 * unnecessary layers of indirection.
|
/external/strace/ |
HACKING-scripts | 31 is because ioctls tend to have a lot of define indirection, and the ioctlent0.h
|
/external/valgrind/none/tests/amd64/ |
smc1.c | 79 This indirection is necessary to defeat Vex's basic-block chasing
|
/libcore/luni/src/test/java/libcore/java/io/ |
RandomAccessFileTest.java | 135 // indirection! (http://b/5412580)
|
/libcore/ojluni/src/main/java/java/util/stream/ |
StreamSupport.java | 88 * indirection that reduces the scope of potential interference with the 157 * indirection that reduces the scope of potential interference with the 225 * indirection that reduces the scope of potential interference with the 293 * indirection that reduces the scope of potential interference with the
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 90 Yyerror("invalid expression %v: selector implies indirection of embedded %v", nn, r1.Left)
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 87 Yyerror("invalid expression %v: selector implies indirection of embedded %v", nn, r1.Left)
|
/prebuilts/go/darwin-x86/test/ |
nilptr.go | 7 // Test that the implementation catches nil ptr indirection
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 90 Yyerror("invalid expression %v: selector implies indirection of embedded %v", nn, r1.Left)
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 87 Yyerror("invalid expression %v: selector implies indirection of embedded %v", nn, r1.Left)
|
/prebuilts/go/linux-x86/test/ |
nilptr.go | 7 // Test that the implementation catches nil ptr indirection
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecSplitTests.java | 254 assertTextArray("INFINITE INDIRECTION", 257 assertTextArray("Upper INFINITE INDIRECTION",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
query.py | 96 Match the object with optional regular expression and indirection. 102 indirect If object indirection should be used, e.g.
|
/external/autotest/contrib/ |
db_cleanup.py | 146 delete from with an indirection table to the actual jobs table. 157 @param indirection_primary_key: Key we use to connect the indirection table 160 @param indirection_foreign_key: Key we use to connect the indirection table
|
/external/dbus/dbus/ |
dbus-threads.c | 62 * The extra level of indirection given by allocating a pointer 95 * The extra level of indirection given by allocating a pointer 235 * gives another level of indirection by allocating a pointer
|
/external/bison/tests/ |
reduce.at | 391 underivable: indirection; 392 indirection: underivable; 399 input.y:6.14-24: warning: nonterminal useless in grammar: indirection 401 input.y:6.14-24: warning: rule useless in grammar: underivable: indirection 402 input.y:7.14-24: warning: rule useless in grammar: indirection: underivable 408 indirection 411 3 underivable: indirection 412 4 indirection: underivable [all...] |
/external/deqp/framework/delibs/depool/ |
dePoolArray.c | 24 * - single indirection layer (grows exponentially) 26 * - recycles old indirection tables as element pages
|
/external/eigen/Eigen/src/Core/util/ |
Meta.h | 136 // note that the following indirection is needed for gcc-3.3 160 // note that the following indirection is needed for gcc-3.3
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDIterCollationIterator.java | 205 // Specify the class to avoid a virtual-function indirection. 214 // Specify the class to avoid a virtual-function indirection.
|
/external/icu/icu4c/source/i18n/ |
uitercollationiterator.cpp | 257 // Specify the class to avoid a virtual-function indirection. 266 // Specify the class to avoid a virtual-function indirection.
|