Searched refs:rest (Results 126 - 150 of 218) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcss.js433 "rendering-intent", "resize", "rest", "rest-after", "rest-before", "richness",
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb48 immediately. The rest are configured to autoload when any of the constant names
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S177 @ Second part, do the rest iterations (if any).
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractImmutableSetTest.java55 String e5, String e6, String... rest);
54 of(String e1, String e2, String e3, String e4, String e5, String e6, String... rest) argument
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict4x4_neon.asm124 vld1.u8 {q3}, [r0], r1 ;load rest 5-line src data
136 ;First Pass on rest 5-line data
H A Dvp8_subpixelvariance8x8_neon.asm73 ;first_pass filtering on the rest 5-line data
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp1046 // rest - Pointer to restored object
1057 float *avg, int avgStep, uchar * rest,
1068 if( rest == NULL || eigInput == NULL || avg == NULL || coeffs == NULL )
1145 for( i = 0; i < size.height; i++, avg += avgStep, b += size.width, rest += restStep )
1151 rest[j] = (uchar) w;
1055 icvEigenProjection_8u32fR( int nEigObjs, void *eigInput, int eigStep, int ioFlags, void *userData, float *coeffs, float *avg, int avgStep, uchar * rest, int restStep, CvSize size ) argument
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c1357 int len, rest; local
1369 rest = len;
1370 while (rest >= sizeof(struct ieee80211req_scan_result)) {
1374 rest -= sr->isr_len;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c1357 int len, rest; local
1369 rest = len;
1370 while (rest >= sizeof(struct ieee80211req_scan_result)) {
1374 rest -= sr->isr_len;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c1357 int len, rest; local
1369 rest = len;
1370 while (rest >= sizeof(struct ieee80211req_scan_result)) {
1374 rest -= sr->isr_len;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c1662 wordptr rest; local
1688 rest = BitVector_Create(bits,FALSE);
1689 if (rest == NULL)
1700 BitVector_Destroy(rest);
1708 BitVector_Destroy(rest);
1722 if (BitVector_Div_Pos(quot,temp,base,rest))
1726 BitVector_Destroy(rest); /* should never occur */
1732 q = *rest;
1750 BitVector_Destroy(rest);
2822 boolean copy = FALSE; /* flags whether valid rest i
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c168 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);
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js693 if (cur.rest) for (var j = 0; j < cur.rest.length; j++)
694 updateWidgetHeight(cur.rest[j]);
900 if (lineView.rest) for (var i = 0; i < lineView.rest.length; i++)
901 insertLineWidgetsFor(lineView.rest[i], lineView, dims, false);
1081 // Extend the primary selection range, discard the rest.
1493 for (var i = 0; i < lineView.rest.length; i++)
1494 if (lineView.rest[i] == line)
1496 for (var i = 0; i < lineView.rest
[all...]
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js693 if (cur.rest) for (var j = 0; j < cur.rest.length; j++)
694 updateWidgetHeight(cur.rest[j]);
900 if (lineView.rest) for (var i = 0; i < lineView.rest.length; i++)
901 insertLineWidgetsFor(lineView.rest[i], lineView, dims, false);
1081 // Extend the primary selection range, discard the rest.
1493 for (var i = 0; i < lineView.rest.length; i++)
1494 if (lineView.rest[i] == line)
1496 for (var i = 0; i < lineView.rest
[all...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_utility.cc1917 int32_t rest = bytesRequested - bytesRead; local
1918 int32_t len = pcm.Read(&(outData[bytesRead]), rest);
1919 if(len == rest)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py689 project, rest = os.path.split(googlename)
690 return (project,) + os.path.splitext(rest)
1350 # For the rest, work with both comments and strings removed.
2000 condition, rest = up_to_unmatched_closing_paren(matched.group('remainder'))
2019 if not in_preprocessor_directive and not match(r'((\s*{\s*}?)|(\s*;?))\s*\\?$', rest):
/external/fio/
H A Doptions.c615 char *rest = nodelist; local
616 while (isdigit(*rest))
617 rest++;
618 if (*rest) {
/external/svox/pico/lib/
H A Dpicoos.c283 picoos_ptrdiff_t rest; local
293 rest = raw_mem_size - alloc_size;
294 if (rest < 0) {
297 *rest_mem_size = rest;
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp1557 SegmentedString rest = m_pendingSrc; local
1562 append(rest.toString().impl());
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd63 # An unrecognized format character causes all the rest of the
H A Dstring.pxd63 # An unrecognized format character causes all the rest of the
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm31 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
H A Dvp8_packtokens_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
H A Dvp8_packtokens_mbrow_armv5.asm29 push {r0-r3, r12, lr} ; rest of regs are preserved by subroutine call
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc788 // The rest of tcmalloc assumes that all allocated pointers use at
1300 // TODO: We could put the rest of this page in the appropriate
1318 Span* rest = Static::pageheap()->Split(span, skip); local
1320 span = rest;

Completed in 630 milliseconds

123456789