HomeSort by relevance Sort by last modified time
    Searched full:unmatched (Results 26 - 50 of 364) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/po/
ja.po 35 msgid "unmatched `{'"
469 msgid "Unmatched [ or [^"
473 msgid "Unmatched ( or \\("
477 msgid "Unmatched \\{"
505 msgid "Unmatched ) or \\)"
ko.po 34 msgid "unmatched `{'"
442 msgid "Unmatched [ or [^"
447 msgid "Unmatched ( or \\("
452 msgid "Unmatched \\{"
481 msgid "Unmatched ) or \\)"
ru.po 32 msgid "unmatched `{'"
469 msgid "Unmatched [ or [^"
473 msgid "Unmatched ( or \\("
477 msgid "Unmatched \\{"
505 msgid "Unmatched ) or \\)"
sed.pot 33 msgid "unmatched `{'"
423 msgid "Unmatched [ or [^"
427 msgid "Unmatched ( or \\("
431 msgid "Unmatched \\{"
459 msgid "Unmatched ) or \\)"
zh_CN.po 33 msgid "unmatched `{'"
459 msgid "Unmatched [ or [^"
463 msgid "Unmatched ( or \\("
467 msgid "Unmatched \\{"
495 msgid "Unmatched ) or \\)"
zh_TW.po 32 msgid "unmatched `{'"
455 msgid "Unmatched [ or [^"
459 msgid "Unmatched ( or \\("
463 msgid "Unmatched \\{"
491 msgid "Unmatched ) or \\)"
el.po 32 msgid "unmatched `{'"
472 msgid "Unmatched [ or [^"
476 msgid "Unmatched ( or \\("
480 msgid "Unmatched \\{"
508 msgid "Unmatched ) or \\)"
638 #~ msgid "unmatched braces"
656 #~ msgid "unmatched parentheses"
sv.po 31 msgid "unmatched `{'"
473 msgid "Unmatched [ or [^"
477 msgid "Unmatched ( or \\("
481 msgid "Unmatched \\{"
509 msgid "Unmatched ) or \\)"
533 #~ msgid "Unmatched `{'"
af.po 36 msgid "unmatched `{'"
454 msgid "Unmatched [ or [^"
458 msgid "Unmatched ( or \\("
462 msgid "Unmatched \\{"
490 msgid "Unmatched ) or \\)"
ca.po 32 msgid "unmatched `{'"
474 msgid "Unmatched [ or [^"
478 msgid "Unmatched ( or \\("
482 msgid "Unmatched \\{"
510 msgid "Unmatched ) or \\)"
cs.po 33 msgid "unmatched `{'"
473 msgid "Unmatched [ or [^"
477 msgid "Unmatched ( or \\("
481 msgid "Unmatched \\{"
509 msgid "Unmatched ) or \\)"
da.po 35 msgid "unmatched `{'"
451 msgid "Unmatched [ or [^"
455 msgid "Unmatched ( or \\("
459 msgid "Unmatched \\{"
487 msgid "Unmatched ) or \\)"
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 101 * Unmatched arguments will be appended to the formatted message in square
102 * braces. Unmatched placeholders will be left as-is.
158 * Unmatched arguments will be appended to the formatted message in square
159 * braces. Unmatched placeholders will be left as-is.
218 * Unmatched arguments will be appended to the formatted message in square
219 * braces. Unmatched placeholders will be left as-is.
403 * If there are more arguments than placeholders, the unmatched arguments will
  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 38 ACMatchClassifications unmatched; local
42 &unmatched, i->offset, i->style & ~ACMatchClassification::MATCH);
44 return unmatched;
  /external/chromium_org/chrome/browser/ui/app_list/search/
app_search_provider_unittest.cc 75 EXPECT_EQ("", RunQuery("unmatched query"));
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser.h 39 // Returns true on success, false if there were unmatched quotes in a line, in
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
diff.rb 39 # an empty match at the end forces the loop below to handle the unmatched tails
  /external/chromium_org/third_party/icu/source/common/
punycode.h 59 * unmatched single surrogates.
  /external/icu4c/common/
punycode.h 59 * unmatched single surrogates.
  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 130 ALOGE("%s::unmatched HAL_PIXEL_FORMAT color_space(0x%x)\n",
215 ALOGE("%s::unmatched V4L2_PIX color_space(%d)\n",
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 208 first character matched and `loc2' points to the next unmatched
215 position of the first unmatched character. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 208 first character matched and `loc2' points to the next unmatched
215 position of the first unmatched character. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 208 first character matched and `loc2' points to the next unmatched
215 position of the first unmatched character. */
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_notify.c 166 /* the incoming frame is newer than the peer's unmatched frame.
197 /* Current frame is older than peer's unmatched frame, dont add
199 CDBG("%s node frame is older than peer's unmatched frame. "
242 /* drop the first unmatched frame */
249 /* first unmatched frame */
287 /* drop the first unmatched frame */
295 /* first unmatched frame */
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 189 /* If this bit is set, then an unmatched ) is ordinary.
190 If not set, then an unmatched ) is invalid. */
389 _REG_EBRACK, /* Unmatched left bracket. */
391 _REG_EBRACE, /* Unmatched \{. */
400 _REG_ERPAREN /* Unmatched ) or \); not returned from regcomp. */

Completed in 415 milliseconds

12 3 4 5 6 7 8 91011>>