/external/libdrm/nouveau/ |
pushbuf.c | 65 uint32_t suffix1; member in struct:nouveau_pushbuf_priv 341 req.suffix1 = nvpb->suffix1; 352 nvpb->suffix1 = req.suffix1; 566 nvpb->suffix1 = req.suffix1; 569 nvpb->suffix1 = 0xffffffff; 714 if (nvpb->suffix0 || nvpb->suffix1) { 716 *push->cur++ = nvpb->suffix1; [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/ |
ExtensionFileComparator.java | 106 String suffix1 = FilenameUtils.getExtension(file1.getName()); local 108 return caseSensitivity.checkCompareTo(suffix1, suffix2);
|
/external/kernel-headers/original/uapi/drm/ |
nouveau_drm.h | 106 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
nouveau_drm.h | 158 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf_call
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
nouveau_drm.h | 167 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
|
/external/google-breakpad/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/google-tv-pairing-protocol/cpp/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libedit/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libexif/auto-m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libmicrohttpd/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libmtp/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libopus/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/libusb-compat/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/pcre/dist/m4/ |
ltsugar.m4 | 62 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/protobuf/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/toolchain/binutils/binutils-2.25/ |
ltsugar.m4 | 61 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) 64 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_tabcomplete.py | 98 bucket1_name = bucket_base_name + '-suffix1' 130 object1_name = object_base_name + '-suffix1'
|
/bionic/libc/kernel/uapi/drm/ |
nouveau_drm.h | 107 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
|
/external/libdrm/include/drm/ |
nouveau_drm.h | 184 uint32_t suffix1; member in struct:drm_nouveau_gem_pushbuf
|
/external/llvm/lib/Transforms/Utils/ |
BasicBlockUtils.cpp | 537 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector. 547 const char *Suffix1, const char *Suffix2, 556 OrigBB->getName() + Suffix1, 621 Clone1->setName(Twine("lpad") + Suffix1); [all...] |
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/ |
Main.java | 237 String suffix1 = o1.getName().substring("android-".length()); 241 suff1 = Integer.parseInt(suffix1); 253 return suffix2.compareTo(suffix1);
|
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 219 /// the suffixes 'Suffix1' and 'Suffix2', and are returned in the NewBBs vector.
|
/external/regex-re2/re2/ |
parse.cc | 859 // Construct factored form: prefix(suffix1|suffix2|...) 860 Regexp* x[2]; // x[0] = prefix, x[1] = suffix1|suffix2|... 910 // Construct factored form: prefix(suffix1|suffix2|...) 911 Regexp* x[2]; // x[0] = prefix, x[1] = suffix1|suffix2|... [all...] |