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

  /external/bluetooth/bluedroid/test/suite/support/
property.c 87 // length and comparing against the shorter name.
92 const bt_property_t *shorter = p1, *longer = p2; local
94 shorter = p2;
97 return strlen((const char *)longer->val) == (size_t)shorter->len && !memcmp(longer->val, shorter->val, shorter->len);
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 111 SkString shorter(pathStr, last);
112 if (sk_mkdir(shorter.c_str())) {
119 SkString shorter(pathStr, last);
120 SkAssertResult(sk_mkdir(shorter.c_str()));
    [all...]
  /external/chromium_org/tools/vim/
ninja-build.vim 32 # This is a list of files that need to identify the src directory. The shorter
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 82 // Long string that isn't a simple repeat of a shorter string.
unicode-test.js     [all...]
  /external/bison/src/
scan-gram.l 555 /* \\[\"\'?\\] would be shorter, but it confuses xgettext. */
scan-gram.c     [all...]
  /external/chromium_org/remoting/webapp/browser_test/
scrollbar_browser_test.js 77 // Verify there is a vertical scroll-bar if the window is shorter than it
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 67 * @param {number} size Maximum string size. Actual result may be shorter.
  /external/bison/data/
yacc.c 119 # uses only C89 types, so that the user can override the shorter
    [all...]
  /external/chromium_org/ui/file_manager/video_player/js/
media_controls.js 946 // Show the label for the last time with a shorter timeout.
1007 * No resume for videos shorter than this.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 550 // content="expr" is shorter than writing values="content:expr", and
    [all...]
  /external/chromium_org/third_party/jstemplate/
jstemplate.js 517 // content="expr" is shorter than writing values="content:expr", and
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 1071 * First slideshow interval in ms. It should be shorter so that the user
    [all...]
  /external/bison/
maint.mk 537 # 2) notice that "c(har)?|[mz]" is equivalent to the shorter and more readable
    [all...]
  /external/chromium_org/v8/src/
debug-debugger.js 429 // If the position is not found in the script (the script might be shorter
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 368 // ... except if the document content is shorter than the sidenav height.
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 442 // ... except if the document content is shorter than the sidenav height.
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 924 // ... except if the document content is shorter than the sidenav height.
    [all...]

Completed in 2239 milliseconds