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

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/bn/asm/
armv4-mont.S 184 ldmia ip,{r4-r5} @ load rest of parameter block
armv4-mont.pl 270 ldmia ip,{r4-r5} @ load rest of parameter block
  /external/chromium_org/media/filters/
h264_parser.cc 235 int rest; local
250 READ_BITS_OR_RETURN(num_bits, &rest);
251 *val += rest;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 272 // Skip the rest if the magic cookie isn't present.
349 size_t rest = buf->Length() - length_; local
350 while (buf->Length() > rest) {
372 ASSERT(buf->Length() == rest);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 878 p, rest = patterns[0], patterns[1:]
880 if not rest:
883 for c1, r1 in generate_matches(rest, nodes[c0:]):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 878 p, rest = patterns[0], patterns[1:]
880 if not rest:
883 for c1, r1 in generate_matches(rest, nodes[c0:]):
  /ndk/build/core/
definitions-graph.mk 161 $(eval _ndk_mod_wq := $$(call rest,$$(_ndk_mod_wq)))
407 -ndk-mod-get-topological-depends = $(call rest,$(call -ndk-mod-get-topo-list,$1,$2))
505 -ndk-mod-get-bfs-depends = $(call rest,$(call -ndk-mod-get-bfs-list,$1,$2))
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
traverse_table.js 644 // This cell is a row header for the rest of the cells in this row group.
647 // Get the rest of the cells in this row first
655 // Now propagate to rest of row group
677 // This cell is a col header for the rest of the cells in this col group.
680 // Get the rest of the cells in this colgroup first
691 // Now propagate to rest of col group
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1662 wordptr rest; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 48 immediately. The rest are configured to autoload when any of the constant names
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
downsample_fast_neon.S 177 @ Second part, do the rest iterations (if any).
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java 55 String e5, String e6, String... rest);
  /external/libvpx/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 124 vld1.u8 {q3}, [r0], r1 ;load rest 5-line src data
136 ;First Pass on rest 5-line data
  /external/opencv/cvaux/src/
cveigenobjects.cpp     [all...]
  /external/svox/pico/lib/
picoos.c 283 picoos_ptrdiff_t rest; local
293 rest = raw_mem_size - alloc_size;
294 if (rest < 0) {
297 *rest_mem_size = rest;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_bsd.c 1357 int len, rest; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict4x4_neon.asm 124 vld1.u8 {q3}, [r0], r1 ;load rest 5-line src data
136 ;First Pass on rest 5-line data
  /system/vold/
VolumeManager.cpp 1471 char rest[256]; local
1812 char rest[256]; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 127 // Disable focusing on box image separately from rest of tree item
  /external/chromium_org/extensions/renderer/resources/
test_custom_bindings.js 115 // Interrupt the rest of the test.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
vp8_subpixelvariance8x8_neon.asm 74 ;first_pass filtering on the rest 5-line data
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_encoder.js 115 * Why return a string? Calling atob and having the rest of the code deal
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_encoder.js 115 * Why return a string? Calling atob and having the rest of the code deal
  /external/chromium_org/v8/test/mjsunit/
array-elements-from-array-prototype-chain.js 175 // Now owned undefined resides at 4 and rest is shifted right by one
array-elements-from-array-prototype.js 175 // Now owned undefined resides at 4 and rest is shifted right by one

Completed in 1623 milliseconds

1 2 3 4 5 6 7 891011>>