HomeSort by relevance Sort by last modified time
    Searched full:substrings (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/v8/tools/
windows-tick-processor.py 57 substrings = is_mangled.group(1).split('@')
60 # substrings that are part of the function name.
61 index = substrings.index('')
62 substrings = substrings[0:index]
67 substrings.reverse()
68 function_name = "::".join(substrings)
  /external/chromium/sdch/open-vcdiff/src/
gflags_reporting.cc 243 // Test whether a filename contains at least one of the substrings.
245 const vector<string>& substrings) {
246 for (vector<string>::const_iterator target = substrings.begin();
247 target != substrings.end();
263 // Show help for every filename which matches any of the target substrings.
264 // If substrings is empty, shows help for every file. If a flag's help message
269 const vector<string> &substrings) {
281 if (substrings.empty() ||
282 FileMatchesSubstring(flag->filename, substrings)) {
299 if (!found_match && !substrings.empty())
305 vector<string> substrings; local
377 vector<string> substrings; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
mnkytst.h 9 * substrings of the default test strings to verify if the compare and
  /external/icu4c/test/intltest/
mnkytst.h 9 * substrings of the default test strings to verify if the compare and
  /external/webkit/JavaScriptCore/runtime/
UStringImpl.h 148 // For substrings, return the cost of the base string.
183 // There is no recursion of substrings.
237 // Do use static strings as a base for substrings; UntypedPtrAndBitfield assumes
JSString.cpp 77 // only fill the queue with the number of substrings at any given level in a
  /external/v8/src/
flags.h 68 // substrings argv[], each of which consisting of non-white-space chars,
regexp.js 295 // The properties $1..$9 are the first nine capturing substrings of the last
313 // pairs for the match and all the captured substrings), the invariant is
  /external/v8/test/mjsunit/
string-indexof-2.js 53 // test a lot of substrings of differing length and start-position.
debug-compile-event.js 74 // For source with 'eval' there will be compile events with substrings
substr.js 65 // Test substrings of different lengths and alignments.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.8-3.js 27 Returns an Array object into which substrings of the result of converting
28 this object to a string have been stored. The substrings are determined by
15.5.4.8-2.js 27 Returns an Array object into which substrings of the result of converting
28 this object to a string have been stored. The substrings are determined by
15.5.4.8-1.js 27 Returns an Array object into which substrings of the result of converting
28 this object to a string have been stored. The substrings are determined by
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter.py 137 substrings. If a file path contains one of the
138 substrings, then the corresponding path rules
  /hardware/ril/mock-ril/src/cpp/
node_buffer.h 35 * individual bytes with [] and slice it into substrings or sub-buffers
  /frameworks/base/core/java/android/widget/
MultiAutoCompleteTextView.java 45 * various substrings.
  /external/chromium/googleurl/
README.txt 95 a "Parsed" structure which identifies the substrings of each identified
  /external/chromium/third_party/icu/public/common/unicode/
rep.h 159 * This method is used to duplicate or reorder substrings.
  /external/icu4c/common/unicode/
rep.h 159 * This method is used to duplicate or reorder substrings.
  /libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/
ZoneInfoDB.java 149 // We create one string containing all the ids, and then break that into substrings.
  /frameworks/base/core/java/android/hardware/
Camera.java 2340 ArrayList<String> substrings = new ArrayList<String>(); local
2353 ArrayList<Integer> substrings = new ArrayList<Integer>(); local
    [all...]
  /external/chromium/base/
string_util_unittest.cc 404 {"Removing some substrings inging", 0, "ing", "", "Remov some substrs "},
435 {"Removing some substrings inging", 0, "ing", "",
436 "Remov some substrings inging"},
    [all...]
  /external/chromium/third_party/icu/source/common/
util.cpp 294 * substrings. The caller should initially supply an empty buffer,
  /external/guava/src/com/google/common/base/
Splitter.java 32 * into substrings, by recognizing a <i>separator</i> (a.k.a. "delimiter")

Completed in 475 milliseconds

1 2 3 4 5 6 7