HomeSort by relevance Sort by last modified time
    Searched full:matched (Results 351 - 375 of 1264) sorted by null

<<11121314151617181920>>

  /frameworks/base/opengl/tests/hwc/
hwcRects.cpp 263 // matched by it's corresponding closing character. For example,
264 // "<1.0, 2.0]" is incorrect because the opening < should be matched
  /libcore/luni/src/test/java/libcore/java/util/
OldScannerTest.java 50 * matched and returns the string that matched the pattern.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 62 * matched, or because some character has not been matched. We
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1225 size_t matched = regs.end[0] - regs.start[0];
1240 if ((matched > 0 || count == 0 || offset > last_end)
1255 if (matched == 0)
1258 matched = 1;
1263 str_append(&s_accum, line.active + offset, matched);
1266 /* Start after the match. last_end is the real end of the matched
1268 matched the empty string. */
1269 start = offset + matched;
1218 size_t matched = regs.end[0] - regs.start[0]; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 460 /* End of the pattern. If PCRE_NOTEMPTY is set, fail if we have matched
600 Returns: TRUE if matched
601 Returns: TRUE if matched
1064 happens for a repeating ket if no characters were matched in the group.
1065 happens for a repeating ket if no characters were matched in the group.
1316 it as matched, any number of times (otherwise there could be infinite
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 105 Log.w(TAG, "Dispatch override registered, but no filters matched");
198 // An override matched, send it to the foreground activity.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 62 * matched, or because some character has not been matched. We
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_time_facets.c 62 * matched, or because some character has not been matched. We
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 280 * Strip off as many matched component types from both
  /dalvik/tests/074-gc-thrash/src/
Main.java 219 * "weak" should be matched in "strong", and the two should be
  /external/antlr/src/org/antlr/runtime/
BaseRecognizer.java 177 // if we've already reported an error and have not matched a token
653 * that there has been an identifier matched previously and that
787 * It returns the index of the last token matched by the rule.
812 * 1 past the stop token matched for this rule last time.
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyTable.java 41 * class is keyed by a Document node that should be matched with the
  /external/bluetooth/glib/glib/
gpattern.c 108 * been matched, but a mismatch occoured for the rest of the
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
command.js 144 * @return {boolean} Whether it matched or not.
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.h 129 // matched items from all vectors. Additionally remove items from
  /external/chromium/net/base/
host_resolver.h 112 // given to the request, so it can be matched up with a corresponding call
  /external/icu4c/common/
util_props.cpp 67 * matched case-insensitively. Spaces may be skipped and may be
  /external/icu4c/i18n/
unesctrn.cpp 198 // We've already matched a character. This is
  /external/ipsec-tools/src/racoon/
remoteconf.h 144 uint32_t ph1id; /* ph1id to be matched with sainfo sections */
  /external/llvm/
CMakeLists.txt 272 # Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by "*.def"
  /external/oprofile/events/ppc64/ibm-compat-v1/
events 76 event:0X00A0 counters:0 um:zero minimum:1000 name:PM_INST_IMC_MATCH_CMPL_GRP10 : (Group 10 pm_compat_misc_events2) IMC matched instructions completed
  /external/oprofile/pp/
opreport_options.cpp 261 cverb << vsfile << "Matched sample files: " << sample_files.size()
  /external/pcre/doc/
pcreperform.3 103 double the matching time for items such as \ed, when matched with
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3dcaps.h 260 GUID guid; /* guid which matched */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DCAPS.H 260 GUID guid; /* guid which matched */

Completed in 719 milliseconds

<<11121314151617181920>>