HomeSort by relevance Sort by last modified time
    Searched refs:rest (Results 226 - 250 of 424) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
array-elements-from-object-prototype.js 175 // Now owned undefined resides at 4 and rest is shifted right by one
array-tostring.js 145 // rest of the operations.
date-parse.js 77 // month name we are happy - ignore the rest.
  /external/eigen/lapack/
clarft.f 116 *> lower triangular. The rest of the array is not used.
dlarft.f 116 *> lower triangular. The rest of the array is not used.
slarft.f 116 *> lower triangular. The rest of the array is not used.
zlarft.f 116 *> lower triangular. The rest of the array is not used.
  /external/libvpx/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 73 ;first_pass filtering on the rest 5-line data
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 168 strcmp(p,"/") && // the rest of the prefix is not / (to catch / at end)
1474 char *rest; local
1476 yaffs_Object *obj = yaffsfs_FindRoot(path,&rest);
  /frameworks/base/services/core/java/com/android/server/
NsdService.java 488 String rest = cooked[2].substring(index); local
489 String type = rest.replace(".local.", "");
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 73 ;first_pass filtering on the rest 5-line data
  /art/runtime/arch/
stub_test.cc 1250 int32_t rest = length - new_offset - 1; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc 2008 int32_t rest = bytesRequested - bytesRead; local
    [all...]
  /external/fio/
options.c 615 char *rest = nodelist; local
616 while (isdigit(*rest))
617 rest++;
618 if (*rest) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 165 s, rest = sys.version[i:].split(" ", 1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 165 s, rest = sys.version[i:].split(" ", 1)
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 1541 SegmentedString rest = m_pendingSrc; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
vp8_packtokens_armv5.asm 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
vp8_packtokens_mbrow_armv5.asm 29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 788 // The rest of tcmalloc assumes that all allocated pointers use at
1318 Span* rest = Static::pageheap()->Split(span, skip); local
    [all...]
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py     [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 135 // Load the selected track metadata first, then load the rest.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_selection.js 238 // The rest of the selection properties are computed via (sometimes lengthy)
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 86 String e4, String e5, String e6, String... rest) {
87 return ImmutableSortedSet.of(e1, e2, e3, e4, e5, e6, rest);
    [all...]

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 91011>>