HomeSort by relevance Sort by last modified time
    Searched refs:substrings (Results 1 - 8 of 8) sorted by null

  /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...]
  /frameworks/base/core/java/android/hardware/
Camera.java 3332 ArrayList<String> substrings = new ArrayList<String>(); local
3345 ArrayList<Integer> substrings = new ArrayList<Integer>(); local
    [all...]
  /external/v8/src/
regexp.js 362 // The properties $1..$9 are the first nine capturing substrings of the last
384 // pairs for the match and all the captured substrings), the invariant is
395 // Override last match info with an array of actual substrings.
  /external/v8/test/mjsunit/
debug-compile-event.js 70 // For source with 'eval' there will be compile events with substrings
string-indexof-1.js 115 // Find substrings.
string-indexof-2.js 53 // test a lot of substrings of differing length and start-position.
substr.js 65 // Test substrings of different lengths and alignments.
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DChromium.cpp 739 Vector<String> substrings; local
740 str.split(" ", substrings);
741 for (size_t i = 0; i < substrings.size(); ++i)
742 set.add(substrings[i]);
    [all...]

Completed in 76 milliseconds