/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_multimap.h | 241 * themselves are pointers, the pointed-to memory is not touched in any 533 * not touched in any way. Managing the pointer is the user's 552 * not touched in any way. Managing the pointer is the user's 568 * the element is itself a pointer, the pointed-to memory is not touched 589 * touched in any way. Managing the pointer is the user's 608 * touched in any way. Managing the pointer is the user's 634 * the pointed-to memory is not touched in any way. Managing the pointer
|
stl_list.h | 633 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_multimap.h | 246 * themselves are pointers, the pointed-to memory is not touched in any 591 * not touched in any way. Managing the pointer is the user's 610 * not touched in any way. Managing the pointer is the user's 626 * the element is itself a pointer, the pointed-to memory is not touched 647 * touched in any way. Managing the pointer is the user's 666 * touched in any way. Managing the pointer is the user's 692 * the pointed-to memory is not touched in any way. Managing the pointer [all...] |
stl_set.h | 546 * touched in any way. Managing the pointer is the user's 560 * touched in any way. Managing the pointer is the user's 576 * the element is itself a pointer, the pointed-to memory is not touched 597 * the element is itself a pointer, the pointed-to memory is not touched 613 * the element is itself a pointer, the pointed-to memory is not touched 624 * pointed-to memory is not touched in any way. Managing the pointer is
|
unordered_map.h | 443 * element is itself a pointer, the pointed-to memory is not touched in 465 * element is itself a pointer, the pointed-to memory is not touched in 483 * the element is itself a pointer, the pointed-to memory is not touched 493 * elements themselves are pointers, the pointed-to memory is not touched [all...] |
unordered_set.h | 417 * memory is not touched in any way. Managing the pointer is the user's 439 * the element is itself a pointer, the pointed-to memory is not touched 457 * the element is itself a pointer, the pointed-to memory is not touched 467 * the pointed-to memory is not touched in any way. Managing the pointer [all...] |
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 1213 /* find first touched point */ 1216 if ( point > end_point ) /* no touched point in contour */ 1233 /* skip any touched neighbours */ 1240 /* find the next touched point, if any */ 1259 /* special case: only one point was touched */ [all...] |
/external/freetype/src/autofit/ |
afhints.c | 1213 /* find first touched point */ 1216 if ( point > end_point ) /* no touched point in contour */ 1233 /* skip any touched neighbours */ 1240 /* find the next touched point, if any */ 1259 /* special case: only one point was touched */ [all...] |
/frameworks/base/core/java/android/view/ |
ViewTreeObserver.java | 204 * can be touched. 210 * the content insets can be touched. 216 * the visible insets can be touched. 222 * the provided touchable region in {@link #touchableRegion} can be touched. 227 * Set which parts of the window can be touched: either [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 144 void ARMAssembler::epilog(uint32_t touched) 146 touched &= LSAVED; 147 if (touched) { 151 STM(AL, FD, SP, 1, touched | LLR); 154 LDM(AL, FD, SP, 1, touched | LLR);
|
ARMAssemblerProxy.cpp | 65 void ARMAssemblerProxy::epilog(uint32_t touched) { 66 mTarget->epilog(touched);
|
/dalvik/vm/alloc/ |
CardTable.cpp | 111 * (1) zero out all cards that were touched 115 * For #1, we don't really know which cards were touched, but we can
|
HeapSource.h | 57 * pages subsequently touched by the zygote process.
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
uma_policy_browsertest.cc | 268 // These were only touched by one of the scripts. 285 // These were touched by both scripts.
|
/external/chromium_org/media/audio/ |
audio_input_controller.h | 262 // This member is only touched by the audio thread. 266 // that data is active. It can be touched by the audio thread and by the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
stl_list.h | 584 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 584 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 584 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 584 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_list.h | 584 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 624 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_list.h | 633 * memory is not touched in any way. Managing the pointer is [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_list.h | 624 * memory is not touched in any way. Managing the pointer is [all...] |
/bootable/recovery/applypatch/ |
main.c | 159 // (the original file is not touched until we have the desired
|
/developers/build/ |
gradlew | 45 # For Cygwin, ensure paths are in UNIX format before anything is touched.
|