/external/chromium_org/third_party/icu/android/ |
patch_locale.sh | 49 /^ Variants{$/,/^ }$/d
|
/external/chromium_org/third_party/opus/src/celt/ |
cpu_support.h | 34 /* We currently support 4 ARM variants:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
aes.asm | 64 ; pclmulqdq variants
|
/external/clang/test/CodeGen/ |
asm_arm.c | 25 // {} should not be treated as asm variants.
|
/external/linux-tools-perf/Documentation/ |
perf-sched.txt | 15 There are five variants of perf sched:
|
/external/proguard/src/proguard/gui/ |
SwingUtil.java | 28 * This utility class provides variants of the invocation method from the
|
/external/skia/dm/ |
DMPipeTask.cpp | 9 DEFINE_bool(pipe, true, "If true, check several pipe variants against the reference bitmap.");
|
/external/stlport/stlport/stl/config/ |
_android.h | 52 // The system math library doesn't have long double variants, e.g
|
/frameworks/support/v7/appcompat/res/values-v11/ |
styles_base.xml | 21 variants are for direct use or use as parent styles by the app. -->
|
/ndk/sources/android/support/ |
README | 11 - locale-specific variants of C library functions.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 53 // The system math library doesn't have long double variants, e.g
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mbsinit.c | 30 not ISO-2022 variants),
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 52 // The system math library doesn't have long double variants, e.g
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 52 // The system math library doesn't have long double variants, e.g
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 52 // The system math library doesn't have long double variants, e.g
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_android.h | 52 // The system math library doesn't have long double variants, e.g
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/machine/ |
endian.h | 52 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/machine/ |
endian.h | 52 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/ |
endian.h | 52 /* Tell sys/endian.h we have MD variants of the swap macros. */
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_android.h | 53 // The system math library doesn't have long double variants, e.g
|
/external/chromium_org/remoting/base/ |
dispatch_win.h.pump | 34 // the caller to free leakable variants (such as VT_DISPATCH). 37 // freeing leakable variants. 41 // provides wrapping methods that convert between C++ types and VARIANTs.
|
/external/clang/test/CodeGenCXX/ |
vtable-key-function-ios.cpp | 4 // The 'a' variants ask for the v-table first. 5 // The 'b' variants ask for the v-table second. 6 // The 'c' variants ask for the v-table third.
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-linux-variants.c | 3 /*--- Handlers for syscalls on minor variants of Linux kernels. ---*/ 4 /*--- syswrap-linux-variants.c ---*/ 70 #include "priv_syswrap-linux-variants.h"
|
/external/chromium_org/third_party/icu/source/i18n/ |
transreg.cpp | 780 UVector *variants = (UVector*) targets->get(target); local 781 // variants may be 0 if the source/target are invalid 782 return (variants == 0) ? 0 : variants->size(); 794 UVector *variants = (UVector*) targets->get(target); local 795 if (variants == 0) { 799 UnicodeString *v = (UnicodeString*) variants->elementAt(index); 925 * UVector of variants. 942 UVector *variants = (UVector*) targets->get(target); local 983 UVector *variants = (UVector*) targets->get(target); local [all...] |
/external/icu4c/i18n/ |
transreg.cpp | 782 UVector *variants = (UVector*) targets->get(target); local 783 // variants may be 0 if the source/target are invalid 784 return (variants == 0) ? 0 : variants->size(); 796 UVector *variants = (UVector*) targets->get(target); local 797 if (variants == 0) { 801 UnicodeString *v = (UnicodeString*) variants->elementAt(index); 927 * UVector of variants. 944 UVector *variants = (UVector*) targets->get(target); local 985 UVector *variants = (UVector*) targets->get(target); local [all...] |