/external/llvm/test/MC/ARM/ |
H A D | directive-thumb_func.s | 13 .thumb_func suffix 14 suffix: label 18 // CHECK-EABI: .thumb_func suffix
|
/external/toybox/toys/posix/ |
H A D | basename.c | 14 usage: basename string [suffix] 16 Return non-directory portion of a pathname removing suffix 23 char *base = basename(*toys.optargs), *suffix = toys.optargs[1]; local 25 // chop off the suffix if provided 26 if (suffix && *suffix && (suffix = strend(base, suffix))) *suffix = 0;
|
/external/doclava/src/com/google/doclava/ |
H A D | ContainerInfo.java | 22 public default boolean qualifiedNameMatches(String prefix, String suffix) { argument 24 return (qualifiedName.startsWith(prefix) && qualifiedName.endsWith(suffix));
|
/external/icu/icu4c/source/i18n/ |
H A D | esctrn.h | 26 * Escape forms have a prefix and suffix, either of which may be 58 UnicodeString suffix; member in class:EscapeTransliterator 82 * prefix, suffix, radix, and minDigits of this object are used 100 const UnicodeString& prefix, const UnicodeString& suffix,
|
/external/junit/src/main/java/org/junit/internal/runners/rules/ |
H A D | ValidationError.java | 8 public ValidationError(FrameworkMember<?> member, Class<? extends Annotation> annotation, String suffix) { argument 9 super(String.format("The @%s '%s' %s", annotation.getSimpleName(), member.getName(), suffix));
|
/external/mesa3d/src/mesa/program/ |
H A D | program_parse_extra.c | 38 const char *suffix, 43 /* The only possible suffix element is the saturation selector from 47 if (strcmp(suffix, "_SAT") == 0) { 49 suffix += 4; 53 /* It is an error for all of the suffix string not to be consumed. 55 return suffix[0] == '\0'; 37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) argument
|
/external/mockito/src/main/java/org/mockito/internal/matchers/ |
H A D | EndsWith.java | 14 private final String suffix; field in class:EndsWith 16 public EndsWith(String suffix) { argument 17 this.suffix = suffix; 21 return actual != null && actual.endsWith(suffix); 25 return "endsWith(\"" + suffix + "\")";
|
/external/proguard/src/proguard/util/ |
H A D | ExtensionMatcher.java | 53 * Returns whether the given string ends with the given suffix, ignoring its 56 private static boolean endsWithIgnoreCase(String string, String suffix) argument 59 int suffixLength = suffix.length(); 61 return string.regionMatches(true, stringLength - suffixLength, suffix, 0, suffixLength);
|
/external/python/cpython2/PC/VS9.0/ |
H A D | rt.bat | 32 set suffix=
variable 40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
variable 44 set exe="%prefix%\python%suffix%"
|
/external/python/cpython2/PCbuild/ |
H A D | rt.bat | 32 set suffix=
variable 40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
variable 44 set exe=%prefix%python%suffix%
|
/external/skia/src/sksl/ast/ |
H A D | SkSLASTSuffixExpression.h | 17 * An expression with an associated suffix. 20 ASTSuffixExpression(std::unique_ptr<ASTExpression> base, std::unique_ptr<ASTSuffix> suffix) argument 23 , fSuffix(std::move(suffix)) {}
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ |
H A D | TagTuple.java | 20 private final String suffix; field in class:TagTuple 22 public TagTuple(String handle, String suffix) { argument 23 if (suffix == null) { 27 this.suffix = suffix; 35 return suffix;
|
/external/apache-harmony/support/src/test/java/tests/support/ |
H A D | Support_GetLocal.java | 90 public static File createTempFile(String suffix) throws IOException { argument 91 return File.createTempFile("hyts_", suffix, null);
|
/external/easymock/src/org/easymock/internal/matchers/ |
H A D | EndsWith.java | 26 private final String suffix;
field in class:EndsWith 28 public EndsWith(String suffix) {
argument 29 this.suffix = suffix;
33 return (actual instanceof String) && ((String) actual).endsWith(suffix);
37 buffer.append("endsWith(\"" + suffix + "\")");
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ |
H A D | StringEndsWith.java | 22 * @param suffix 25 public static Matcher<String> endsWith(String suffix) { argument 26 return new StringEndsWith(false, suffix); 35 * @param suffix 38 public static Matcher<String> endsWithIgnoringCase(String suffix) { argument 39 return new StringEndsWith(true, suffix);
|
/external/mesa3d/src/mesa/main/ |
H A D | genmipmap.c | 116 const char *suffix = dsa ? "Texture" : ""; local 128 "glGenerate%sMipmap(incomplete cube map)", suffix); 138 "glGenerate%sMipmap(zero size base image)", suffix); 146 "glGenerate%sMipmap(invalid internal format %s)", suffix,
|
/external/regex-re2/re2/testing/ |
H A D | required_prefix_test.cc | 15 const char* suffix; member in struct:re2::PrefixTest 58 CHECK_EQ(s->ToString(), string(t.suffix))
|
/external/skia/gm/ |
H A D | imagesource2.cpp | 19 ImageSourceGM(const char* suffix, SkFilterQuality filter) : fSuffix(suffix), fFilter(filter) { argument
|
/external/skia/src/sksl/ |
H A D | SkSLMain.cpp | 13 // filename prefix and suffix (e.g. "Gr" and ".fp"), returns the "base name" of the 15 static SkSL::String base_name(const char* fpPath, const char* prefix, const char* suffix) { argument 24 !strncmp(end - strlen(suffix), suffix, strlen(suffix))) { 25 result.append(fileName + strlen(prefix), end - fileName - strlen(prefix) - strlen(suffix));
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
H A D | NFAContext.java | 161 /** Two contexts conflict() if they are equals() or one is a stack suffix 172 * Two contexts conflict if they are the same or if one is a suffix 184 return this.suffix(other); // || this.equals(other); 187 /** [$] suffix any context 188 * [21 $] suffix [21 12 $] 189 * [21 12 $] suffix [21 $] 190 * [21 18 $] suffix [21 18 12 9 $] 191 * [21 18 12 9 $] suffix [21 18 $] 192 * [21 12 $] not suffix [21 9 $] 194 * Example "[21 $] suffix [2 207 protected boolean suffix(NFAContext other) { method in class:NFAContext [all...] |
/external/avb/boot_control/ |
H A D | boot_control_avb.c | 60 avb_errorv("Unexpected slot suffix '", propbuf, "'.\n", NULL); 129 static const char* suffix[2] = {"_a", "_b"}; local 133 return suffix[slot];
|
/external/boringssl/src/crypto/err/ |
H A D | err_test.cc | 100 static bool HasSuffix(const char *str, const char *suffix) { argument 101 size_t suffix_len = strlen(suffix); 106 return strcmp(str + str_len - suffix_len, suffix) == 0;
|
/external/brotli/java/org/brotli/dec/ |
H A D | Transform.java | 37 private final byte[] suffix; field in class:Transform 39 Transform(String prefix, int type, String suffix) { argument 42 this.suffix = readUniBytes(suffix); 230 // Copy suffix. 231 string = transform.suffix;
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
H A D | Writables.java | 27 * prefix & suffix if there's at least one element. 30 String prefix, String suffix, 40 appendable.append(suffix); 29 join(String delimiter, Iterable<? extends Writable> writables, String prefix, String suffix, Appendable appendable, Context context) argument
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | EscapeTransliterator.java | 19 * Escape forms have a prefix and suffix, either of which may be 50 private String suffix; field in class:EscapeTransliterator 74 * prefix, suffix, radix, and minDigits of this object are used 162 EscapeTransliterator(String ID, String prefix, String suffix, argument 168 this.suffix = suffix; 197 buf.append(supplementalHandler.suffix); 208 buf.append(suffix); 230 targetSet.addAll(it.suffix);
|