/external/fio/exp/ |
H A D | expression-parser.l | 61 return SUFFIX; 65 return SUFFIX; 69 return SUFFIX; 73 return SUFFIX; 77 return SUFFIX; 82 return SUFFIX; 87 return SUFFIX; 91 return SUFFIX; 95 return SUFFIX; 99 return SUFFIX; [all...] |
H A D | expression-parser.y | 61 %token <v> SUFFIX 63 %right SUFFIX 129 | expression SUFFIX {
|
/external/compiler-rt/lib/tsan/go/ |
H A D | buildgo.sh | 38 SUFFIX="linux_amd64" 53 SUFFIX="freebsd_amd64" 67 SUFFIX="darwin_amd64" 79 SUFFIX="windows_amd64" 121 echo $CC gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 123 $CC $DIR/gotsan.cc -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 125 $CC test.c $DIR/race_$SUFFIX.syso -m64 -o $DIR/test $OSLDFLAGS
|
/external/parameter-framework/ |
H A D | TestPlatform.mk | 30 SUFFIX := _host macro 32 SUFFIX := macro 35 LOCAL_MODULE := test-platform$(SUFFIX) 43 LOCAL_STATIC_LIBRARIES := libpfw_utility$(SUFFIX) 45 libparameter$(SUFFIX) \ 46 libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
|
H A D | LibRemoteProcessor.mk | 30 SUFFIX := _host macro 32 SUFFIX := macro 35 LOCAL_MODULE := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX) 48 LOCAL_STATIC_LIBRARIES := libpfw_utility$(SUFFIX)
|
H A D | RemoteProcess.mk | 30 SUFFIX := _host macro 32 SUFFIX := macro 35 LOCAL_MODULE := remote-process$(SUFFIX) 46 LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX)
|
H A D | LibPfwUtility.mk | 30 SUFFIX := _host macro 32 SUFFIX := macro 35 LOCAL_MODULE := libpfw_utility$(SUFFIX)
|
H A D | LibParameter.mk | 30 SUFFIX := _host macro 32 SUFFIX := macro 35 LOCAL_MODULE := libparameter$(SUFFIX) 145 LOCAL_SHARED_LIBRARIES := libremote-processor$(PFW_NETWORKING_SUFFIX)$(SUFFIX) 153 libpfw_utility$(SUFFIX) \
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/ |
H A D | HelpActivity.java | 44 public final static String SUFFIX = ".html"; field in class:HelpActivity 66 if (name.endsWith(SUFFIX)) { 68 final String topic = name.substring(0, name.length() - SUFFIX.length());
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
H A D | UriPatternType.java | 58 private static enum Kind { PREFIX, SUFFIX, LITERAL, } enum constant in enum:UriPatternType.ServletStyleUriPatternMatcher.Kind 66 this.patternKind = Kind.SUFFIX; 81 } else if (patternKind == Kind.SUFFIX) { 92 } else if (patternKind == Kind.SUFFIX) {
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
H A D | HelpTopicView.java | 55 HelpActivity.SUFFIX);
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
H A D | element.py | 646 SUFFIX = '' variable in class:NavigableString 679 return self.PREFIX + output + self.SUFFIX 700 return self.PREFIX + self + self.SUFFIX 705 SUFFIX = u']]>' variable in class:CData 710 SUFFIX = u'?>' variable in class:ProcessingInstruction 715 SUFFIX = u'-->' variable in class:Comment 720 SUFFIX = u'!>' variable in class:Declaration 738 SUFFIX = u'>\n' variable in class:Doctype
|
/external/lzma/C/ |
H A D | Ppmd7.c | 32 #define SUFFIX(ctx) CTX((ctx)->Suffix)
macro 358 c = SUFFIX(c);
431 c = SUFFIX(p->MinContext);
505 for (c = p->MaxContext; c != p->MinContext; c = SUFFIX(c))
643 (nonMasked < (unsigned)SUFFIX(p->MinContext)->NumStats - p->MinContext->NumStats) +
|
/external/clang/tools/scan-build/libexec/ |
H A D | ccc-analyzer | 166 SUFFIX => GetPPExt($Lang), 747 my ($h, $f) = tempfile("report-XXXXXX", SUFFIX => ".plist",
|
/external/eigen/unsupported/test/ |
H A D | openglsupport.cpp | 31 #define VERIFY_UNIFORM(SUFFIX,NAME,TYPE) { \ 37 EIGEN_CAT(glGetUniform,SUFFIX)(prg_id,loc,data.data()); \
|
/external/skia/src/utils/win/ |
H A D | SkWGL_win.cpp | 232 #define GET_PROC(NAME, SUFFIX) f##NAME = \ 233 (##NAME##Proc) wglGetProcAddress("wgl" #NAME #SUFFIX)
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | MessageRegression.java | 526 String[] SUFFIX = { 534 if (SUFFIX[i] == null) { 540 !out.endsWith(SUFFIX[i])) 542 SUFFIX[i] + "\"");
|
/external/icu/icu4c/source/test/intltest/ |
H A D | msfmrgts.cpp | 875 UnicodeString SUFFIX [] = { local 890 if (SUFFIX[i] == "") { 896 !out.endsWith(SUFFIX[i])) 898 SUFFIX[i] + "\"");
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | MessageRegression.java | 522 String[] SUFFIX = { 530 if (SUFFIX[i] == null) { 536 !out.endsWith(SUFFIX[i])) 538 SUFFIX[i] + "\"");
|
/external/libvpx/libvpx/third_party/x86inc/ |
H A D | x86inc.asm | 754 ; The "" empty default parameter is a workaround for nasm, which fails if SUFFIX 755 ; is empty and we call cglobal_internal with just %1 %+ SUFFIX (without %2). 757 cglobal_internal 1, %1 %+ SUFFIX, %2 760 cglobal_internal 0, %1 %+ SUFFIX, %2 887 %xdefine SUFFIX 901 %xdefine SUFFIX _ %+ cpuname 1111 call_internal %1, %1 %+ SUFFIX
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
H A D | x86inc.asm | 503 cglobal_internal %1 %+ SUFFIX 505 cglobal_internal %1 %+ SUFFIX, %2 604 %xdefine SUFFIX _ %+ cpuname 619 %xdefine SUFFIX 785 call_internal %1, %1 %+ SUFFIX
|
/external/google-breakpad/ |
H A D | configure | 1378 --program-suffix=SUFFIX append SUFFIX to installed program names
|
/external/marisa-trie/ |
H A D | configure | 1307 --program-suffix=SUFFIX append SUFFIX to installed program names
|
/external/netperf/ |
H A D | configure | 1336 --program-suffix=SUFFIX append SUFFIX to installed program names
|
/external/libcap-ng/libcap-ng-0.7/ |
H A D | configure | 1372 --program-suffix=SUFFIX append SUFFIX to installed program names
|