HomeSort by relevance Sort by last modified time
    Searched refs:substrings (Results 1 - 22 of 22) 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...]
  /external/open-vcdiff/gflags/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
379 vector<string> substrings; local
    [all...]
  /external/chromium_org/ui/views/controls/
styled_label.cc 182 std::vector<string16> substrings; local
196 &substrings);
198 DCHECK(!substrings.empty());
199 string16 chunk = substrings[0];
  /external/chromium_org/v8/test/mjsunit/
string-slices.js 67 // Test substrings of different lengths and alignments.
163 // Short substrings.
180 // Concatenate substrings.
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/v8/test/mjsunit/
string-slices.js 67 // Test substrings of different lengths and alignments.
163 // Short substrings.
180 // Concatenate substrings.
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.
  /frameworks/base/core/java/android/hardware/
Camera.java 3749 ArrayList<String> substrings = new ArrayList<String>(); local
3763 ArrayList<Integer> substrings = new ArrayList<Integer>(); local
    [all...]
  /external/chromium_org/v8/src/
regexp.js 357 // The properties $1..$9 are the first nine capturing substrings of the last
381 // pairs for the match and all the captured substrings), the invariant is
392 // Override last match info with an array of actual substrings.
  /external/v8/src/
regexp.js 360 // The properties $1..$9 are the first nine capturing substrings of the last
382 // pairs for the match and all the captured substrings), the invariant is
393 // Override last match info with an array of actual substrings.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 940 Vector<String> substrings; local
    [all...]
  /external/skia/tools/
skdiff_main.cpp 194 /// Returns true if string contains any of these substrings.
196 const StringArray& substrings) {
197 for (int i = 0; i < substrings.count(); i++) {
198 if (string.contains(substrings[i]->c_str())) {
258 /// - matches any of the substrings in matchSubstrings, but...
259 /// - DOES NOT match any of the substrings in nomatchSubstrings
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 

Completed in 297 milliseconds