/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
FCDUTF16CollationIterator.java | 192 // Specify the class to avoid a virtual-function indirection. 201 // Specify the class to avoid a virtual-function indirection.
|
/external/icu/icu4c/source/common/ |
utracimp.h | 30 * this avoids an indirection at the call site 31 * (which would cost more code for another check and for the indirection)
|
/external/icu/icu4c/source/i18n/ |
utf16collationiterator.cpp | 325 // Specify the class to avoid a virtual-function indirection. 334 // Specify the class to avoid a virtual-function indirection.
|
utf8collationiterator.cpp | 342 // Specify the class to avoid a virtual-function indirection. 351 // Specify the class to avoid a virtual-function indirection.
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
FCDUTF16CollationIterator.java | 190 // Specify the class to avoid a virtual-function indirection. 199 // Specify the class to avoid a virtual-function indirection.
|
/external/mesa3d/src/glsl/ |
lower_variable_index_to_cond_assign.cpp | 524 * levels of indirection (e.g., non-constant indexing of array elements and 526 * level of indirection.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_unfilled.c | 46 /* This is performed against the original triangles, so no indirection 486 /* Need to use the inlist indirection here:
|
/external/bison/build-aux/snippet/ |
c++defs.h | 158 better (remove an indirection through a 'static' pointer variable),
|
/external/bison/darwin-lib/ |
c++defs.h | 142 better (remove an indirection through a 'static' pointer variable),
|
/external/bison/linux-lib/ |
c++defs.h | 142 better (remove an indirection through a 'static' pointer variable),
|
/external/kernel-headers/original/uapi/linux/ |
a.out.h | 210 Indirection is asymmetrical. The other symbol's value will be used
|
/external/llvm/lib/ExecutionEngine/Orc/ |
IndirectionUtils.cpp | 1 //===---- IndirectionUtils.cpp - Utilities for call indirection in Orc ----===//
|
/external/ltrace/ |
library.h | 226 * according to .opd or other indirection mechanism. Returns 0 on
|
/external/valgrind/coregrind/m_debuginfo/ |
priv_tytypes.h | 46 Te_INDIR, /* indirection to some other TyEnt */
|
/libcore/ojluni/src/main/native/ |
net_util.c | 67 * level of indirection to access them now.
|
/ndk/sources/cxx-stl/gabi++/src/ |
dwarf_helper.cc | 204 // finally, apply indirection
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
a.out.h | 206 Indirection is asymmetrical. The other symbol's value will be used
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
a.out.h | 206 Indirection is asymmetrical. The other symbol's value will be used
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
type_test.go | 157 // at the same level of indirection.
|
doc.go | 36 receiver and transmitter will do all necessary indirection and dereferencing to 45 *struct { A, B int } // extra indirection of the struct 46 struct { *A, **B int } // extra indirection of the fields
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
type_test.go | 157 // at the same level of indirection.
|
doc.go | 36 receiver and transmitter will do all necessary indirection and dereferencing to 45 *struct { A, B int } // extra indirection of the struct 46 struct { *A, **B int } // extra indirection of the fields
|
/system/bt/stack/smp/ |
smp_br_main.c | 125 /************ SMP Master FSM State/Event Indirection Table **************/
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 390 // Register indirection: (reg) or (index*scale). We are on the opening paren. 609 // registerIndirect parses the general form of a register indirection. 612 // Or it might be a pseudo-indirection like (FP).
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
parse.go | 387 // Register indirection: (reg) or (index*scale). We are on the opening paren. 606 // registerIndirect parses the general form of a register indirection. 609 // Or it might be a pseudo-indirection like (FP).
|