Searched defs:suffix (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/external/chromium_org/net/spdy/
H A Dspdy_prefixed_buffer_reader.cc14 const char* suffix,
17 suffix_(suffix),
40 // Fallthrough to suffix read.
43 // Read is satisfied by the suffix.
66 // contiguous storage as the read spans the prefix & suffix.
73 // Read is fully satisfied by the suffix.
11 SpdyPrefixedBufferReader( const char* prefix, size_t prefix_length, const char* suffix, size_t suffix_length) argument
H A Dspdy_pinnable_buffer_piece_test.cc18 SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) { argument
20 suffix_ = suffix;
H A Dspdy_prefixed_buffer_reader_test.cc19 SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) { argument
21 suffix_ = suffix;
/external/chromium_org/third_party/icu/source/i18n/
H A Desctrn.h24 * 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,
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram_parse_extra.c38 const char *suffix,
47 /* The first possible suffix element is the precision specifier from
51 switch (suffix[0]) {
54 suffix++;
58 suffix++;
62 suffix++;
69 /* The next possible suffix element is the condition code modifier selection
73 if (suffix[0] == 'C') {
75 suffix++;
80 /* The final possible suffix elemen
37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Desctrn.h24 * 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,
/external/mesa3d/src/mesa/program/
H A Dprogram_parse_extra.c38 const char *suffix,
47 /* The first possible suffix element is the precision specifier from
51 switch (suffix[0]) {
54 suffix++;
58 suffix++;
62 suffix++;
69 /* The next possible suffix element is the condition code modifier selection
73 if (suffix[0] == 'C') {
75 suffix++;
80 /* The final possible suffix elemen
37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, const char *suffix, struct prog_instruction *inst) argument
[all...]
/external/proguard/src/proguard/util/
H A DExtensionMatcher.java53 * 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/apache-harmony/support/src/test/java/tests/support/
H A DSupport_GetLocal.java90 public static File createTempFile(String suffix) throws IOException { argument
91 return File.createTempFile("hyts_", suffix, null);
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPathUtils.java22 * Sets the suffix that should be used for the directory where private data is to be stored
24 * @param suffix The private data directory suffix.
27 public static void setPrivateDataDirectorySuffix(String suffix) { argument
28 sDataDirectorySuffix = suffix;
/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity_builder.cc61 string suffix = GenerateSyncableBookmarkHash(originator_cache_guid_, local
63 syncer::UniquePosition::FromInt64(0, suffix).ToProto(&unique_position);
/external/chromium_org/third_party/re2/re2/testing/
H A Drequired_prefix_test.cc15 const char* suffix; member in struct:re2::PrefixTest
58 CHECK_EQ(s->ToString(), string(t.suffix))
/external/easymock/src/org/easymock/internal/matchers/
H A DEndsWith.java26 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/mockito/src/org/mockito/internal/matchers/
H A DEndsWith.java17 private final String suffix; field in class:EndsWith
19 public EndsWith(String suffix) { argument
20 this.suffix = suffix;
24 return actual != null && ((String) actual).endsWith(suffix);
28 description.appendText("endsWith(\"" + suffix + "\")");
/external/regex-re2/re2/testing/
H A Drequired_prefix_test.cc15 const char* suffix; member in struct:re2::PrefixTest
58 CHECK_EQ(s->ToString(), string(t.suffix))
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFAContext.java161 /** 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/chromium_org/media/video/capture/
H A Dvideo_capture_device.cc16 const std::string suffix = " (" + model_id + ")"; local
17 if (EndsWith(device_name_, suffix, true)) // |true| means case-sensitive.
19 return device_name_ + suffix;
/external/chromium_org/storage/browser/database/
H A Ddatabase_util.cc17 bool IsSafeSuffix(const base::string16& suffix) { argument
19 for (base::string16::const_iterator it = suffix.begin();
20 it < suffix.end(); ++it) {
41 // 'vfs_file_name' is of the form <origin_identifier>/<db_name>#<suffix>.
42 // <suffix> is optional.
60 base::string16 suffix = vfs_file_name.substr(
62 if (!IsSafeSuffix(suffix))
74 *sqlite_suffix = suffix;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DListMarkerPainter.cpp195 const UChar suffix = m_renderListMarker.listMarkerSuffix(type, m_renderListMarker.listItem()->value()); local
197 m_renderListMarker.style()->isLeftToRightDirection() ? suffix : ' ',
198 m_renderListMarker.style()->isLeftToRightDirection() ? ' ' : suffix
/external/chromium_org/ui/base/text/
H A Dbytes_formatting.cc18 // Byte suffix string constants. These both must match the DataUnits enum.
40 const int* const suffix) {
59 result = l10n_util::GetStringFUTF16(suffix[units], result);
37 FormatBytesInternal(int64 bytes, DataUnits units, bool show_units, const int* const suffix) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DOutputCollector.java26 * 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/lldb/utils/test/
H A Drun-dis.py37 def walk_and_invoke(sdk_root, path_regexp, suffix, num_symbols):
57 # If a suffix is specified, check it, too.
58 if suffix and not name.endswith(suffix):
89 parser.add_option('-s', '--suffix',
91 dest='suffix',
92 help='Specify the suffix of the binaries to look for.')
113 suffix = opts.suffix variable
118 print "Suffix of the binaries to look for:", suffix
[all...]
/external/nanopb-c/tests/site_scons/site_tools/
H A Dnanopb.py108 suffix = '.pb.c', variable
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc55 String IdToKey(int id, const char* suffix) { argument
57 key << "key_" << id << "_" << suffix; local
69 const char* suffix) {
70 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str());
73 << "expecting " << suffix << " value for id " << id;
67 ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties, int id, const char* suffix) argument
/external/apache-harmony/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java100 public static File createTempFile(String suffix) throws IOException { argument
101 return File.createTempFile("hyts_", suffix, null);

Completed in 852 milliseconds

1234567891011>>