HomeSort by relevance Sort by last modified time
    Searched defs:suffix (Results 1 - 25 of 1268) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
directive-thumb_func.s 13 .thumb_func suffix
14 suffix: label
18 // CHECK-EABI: .thumb_func suffix
  /external/autotest/client/tests/kvm/scripts/
multicast_guest.py 13 print """%s [mgroup_count] [prefix] [suffix]
16 suffix: multicast address suffix""" % sys.argv[0]
21 suffix = int(sys.argv[3]) variable
25 mcast = prefix + "." + str(suffix + i)
  /external/toybox/toys/posix/
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) {
27 long bl = strlen(base), sl = strlen(suffix);
30 if (bl > sl && !strcmp(s, suffix)) *s = 0;
  /external/chromium-trace/catapult/third_party/vinn/vinn/
path_utils.js 96 var suffix; variable
98 suffix = a.substring(0, a.length - 1);
100 suffix = a;
101 return prefix + suffix;
  /external/easymock/src/org/easymock/internal/matchers/
EndsWith.java 26 private final String suffix; field in class:EndsWith
28 public EndsWith(String suffix) {
29 this.suffix = suffix;
33 return (actual instanceof String) && ((String) actual).endsWith(suffix);
37 buffer.append("endsWith(\"" + suffix + "\")");
  /external/icu/icu4c/source/i18n/
esctrn.h 24 * Escape forms have a prefix and suffix, either of which may be
56 UnicodeString suffix; member in class:EscapeTransliterator
80 * prefix, suffix, radix, and minDigits of this object are used
98 const UnicodeString& prefix, const UnicodeString& suffix,
digitaffixesandpadding.cpp 57 const DigitAffix *suffix = bPositive ? &fPositiveSuffix.getOtherVariant() : &fNegativeSuffix.getOtherVariant(); local
63 return suffix->format(handler, appendTo);
97 const DigitAffix *suffix = NULL; local
104 suffix = &pluralSuffix->getOtherVariant();
108 suffix = &pluralSuffix->getByCategory(count);
114 return formatAffix(suffix, handler, appendTo);
116 int32_t codePointCount = countAffixChar32(prefix) + formatter.countChar32(digits) + countAffixChar32(suffix);
123 return formatAffix(suffix, handler, appendTo);
128 return formatAffix(suffix, handler, appendTo);
133 return formatAffix(suffix, handler, appendTo)
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
StouCommandHandler.java 51 String suffix = Long.toString(System.currentTimeMillis()); local
52 return baseName + suffix;
  /external/mockito/src/org/mockito/internal/matchers/
EndsWith.java 17 private final String suffix; field in class:EndsWith
19 public EndsWith(String suffix) {
20 this.suffix = suffix;
24 return actual != null && ((String) actual).endsWith(suffix);
28 description.appendText("endsWith(\"" + suffix + "\")");
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
TagTuple.java 20 private final String suffix; field in class:TagTuple
22 public TagTuple(String handle, String suffix) {
23 if (suffix == null) {
24 throw new NullPointerException("Suffix must be provided.");
27 this.suffix = suffix;
35 return suffix;
  /frameworks/base/tools/aapt2/util/
Util_test.cpp 173 StringPiece16 prefix, entry, suffix; local
175 &suffix));
178 EXPECT_EQ(suffix, u".xml");
181 &suffix));
185 EXPECT_EQ(suffix, u".9.png");
187 EXPECT_FALSE(util::extractResFilePathParts(u"AndroidManifest.xml", &prefix, &entry, &suffix));
188 EXPECT_FALSE(util::extractResFilePathParts(u"res/.xml", &prefix, &entry, &suffix));
190 ASSERT_TRUE(util::extractResFilePathParts(u"res//.", &prefix, &entry, &suffix));
193 EXPECT_EQ(suffix, u".");
  /libcore/ojluni/src/main/java/sun/security/x509/
X509AttributeName.java 40 private String suffix = null; field in class:X509AttributeName
54 suffix = name.substring(i + 1);
66 * Return the suffix of the name.
69 return (suffix);
  /system/bt/service/
settings.cpp 53 const std::string& suffix = iter.second; local
54 if (suffix.empty()) {
55 LOG(ERROR) << "Invalid Android socket suffix";
59 android_ipc_socket_suffix_ = suffix;
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
OutputCollector.java 24 * list and a suffix (generally consisting of adjunct data referred to
37 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
40 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
47 * suffix
53 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
80 * Adds an instruction to the output suffix.
85 suffix.add(insn);
97 if (suffix == null) {
106 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 25 * list and a suffix (generally consisting of adjunct data referred to
38 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
41 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
49 * suffix
56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
83 * Adds an instruction to the output suffix.
88 suffix.add(insn);
100 if (suffix == null) {
109 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputCollector.java 26 * list and a suffix (generally consisting of adjunct data referred to
39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
42 private ArrayList<DalvInsn> suffix; field in class:OutputCollector
50 * suffix
56 this.suffix = new ArrayList<DalvInsn>(suffixInitialCapacity);
83 * Adds an instruction to the output suffix.
88 suffix.add(insn);
100 if (suffix == null) {
109 * Helper for {@link #getFinisher}, which appends the suffix t
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 25 const char *suffix; member in struct:__anon13716
37 const char *suffix; local
40 suffix=listFileSuffixes[i].suffix;
42 if((listNameEnd-listname)>length && 0==memcmp(listNameEnd-length, suffix, length)) {
  /external/nanopb-c/tests/site_scons/site_tools/
nanopb.py 108 suffix = '.pb.c', variable
  /external/regex-re2/re2/testing/
required_prefix_test.cc 15 const char* suffix; member in struct:re2::PrefixTest
58 CHECK_EQ(s->ToString(), string(t.suffix))
  /frameworks/base/libs/hwui/utils/
StringUtils.h 43 size_t suffix = 0; local
45 while (temp > 1024 && suffix < 2) {
47 suffix++;
49 stream << std::fixed << std::setprecision(2) << temp << SUFFIXES[suffix];
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapCard.java 43 public final String suffix; field in class:BluetoothPbapCard
52 * FirstName; MiddleName; Prefix; Suffix
60 suffix = parsedName.length < 5 ? null : parsedName[4];
74 json.put("suffix", suffix);
92 json.put("suffix", name.getSuffix());
  /system/core/fs_mgr/
fs_mgr_slotselect.c 89 // Get the suffix from the kernel commandline (note that we don't
90 // allow the empty suffix). On bootloaders natively supporting A/B
98 // If we couldn't get the suffix from the kernel cmdline, try the
101 INFO("Using slot suffix \"%s\" from misc\n", out_suffix);
114 char suffix[PROPERTY_VALUE_MAX]; local
122 memset(suffix, '\0', sizeof(suffix));
123 if (get_active_slot_suffix(fstab, suffix,
124 sizeof(suffix) - 1) != 0) {
131 suffix) > 0)
    [all...]
  /system/tpm/attestation/common/
mock_tpm_utility.cc 42 std::string suffix = "_fake_transform_" + method_; local
43 auto position = in.find(suffix);
  /system/update_engine/
boot_control_android.cc 99 // to mask the suffix).
106 // |partition_name| and suffix corresponding to |slot|, e.g.
126 const char* suffix = module_->getSuffix(module_, slot); local
127 if (suffix == nullptr) {
128 LOG(ERROR) << "boot_control impl returned no suffix for slot "
133 base::FilePath path = misc_device.DirName().Append(partition_name + suffix);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
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 [21 12 $]" means: rule r invoked current rul
207 protected boolean suffix(NFAContext other) { method in class:NFAContext
    [all...]

Completed in 1906 milliseconds

1 2 3 4 5 6 7 8 91011>>