/external/webkit/Tools/android/webkitmerge/ |
webkitmerge.cpp | 99 char* GetFile(string fileNameStr, size_t* sizePtr = NULL, int* lines = NULL) 124 if (lines) 125 *lines = lineCount; 334 commentStart = m_text; // before anything else, turn embedded comments into their own lines 411 // all of which may be on separate lines [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | [all...] |
/external/grub/netboot/ |
w89c840.c | 136 #warning See the last lines of the source file.
|
/external/libvpx/examples/includes/geshi/contrib/ |
langcheck.php | 209 report_error(TYPE_ERROR, 'Language file contains trailing empty lines at EOF!'); [all...] |
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict16x16_neon.asm | 68 ;First Pass: output_height lines x output_width columns (21x16) 300 ;First Pass: output_height lines x output_width columns (16x16)
|
sixtappredict8x4_neon.asm | 55 ;First pass: output_height lines x output_width columns (9x8) 309 ;First pass: output_height lines x output_width columns (4x8)
|
sixtappredict8x8_neon.asm | 58 ;First pass: output_height lines x output_width columns (13x8) 335 ;First pass: output_height lines x output_width columns (8x8)
|
/external/libyuv/files/source/ |
rotate_neon.s | 171 @ some residual, so between 1 and 7 lines left to transpose 445 @ some residual, so between 1 and 7 lines left to transpose
|
/external/quake/quake/src/QW/client/ |
r_edge.c | 27 the complex cases add new polys on most lines, so dont optimize for keeping them the same 704 // process all scan lines
|
/external/quake/quake/src/WinQuake/ |
r_edge.cpp | 27 the complex cases add new polys on most lines, so dont optimize for keeping them the same
704 // process all scan lines
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiStateMachine.java | 1416 String[] lines = status.split("\\n"); local 1437 String[] lines = signalPoll.split("\\n"); local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_Utils.c | 89 extern int lines[500] = {0}; variable 109 while((lines[e]!=0)&& (e<500) ){ 113 lines[e]=line; 130 lines[q]=0; [all...] |
/external/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 92 mov rcx, 8 ; do two lines at one time
|
/external/oprofile/events/x86-64/family11h/ |
events | 43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
|
/external/oprofile/events/x86-64/hammer/ |
events | 43 event:0x44 counters:0,1,2,3 um:moesi minimum:500 name:DATA_CACHE_LINES_EVICTED : Data cache lines evicted
|
/external/v8/test/mjsunit/ |
array-functions-prototype-misc.js | 37 // Nicer for firefox 1.5. Unless you uncomment the following two lines,
|
debug-sourceinfo.js | 62 // This is the number of comment lines above the first test function.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
cursesw.h | 41 /* SCO 3.2v4 curses.h includes term.h, which defines lines as a macro. 42 Undefine it here, because NCursesWindow uses lines as a method. */ 43 #undef lines macro 743 NCursesWindow(int nlines, // number of lines 749 int nlines, // number of lines 759 // is two lines and two columns smaller and begins at (1,1). 785 // This function is used to generate a window of ripped-of lines. 786 // If the argument is positive, lines are removed from the top, if it 787 // is negative lines are removed from the bottom. This enhances the 797 int lines() const { initialize(); return LINES; function in class:NCursesWindow [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 487 The only entries in the file that are allowed are these two element lines 488 -- we do not (yet?) support the notion of blank lines, or comment lines, or
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 1134 HorizontalLineSpan[] lines = txt.getSpans(0, len, HorizontalLineSpan.class); local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
AacEncTest.c | 136 int lines[500]; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | [all...] |
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 942 var lines = []; 946 lines.push((log[i][1] - start) + ': ' + log[i][0]); 949 console.log(lines.join('\n')); [all...] |
/build/core/ |
config.mk | 81 # lines being executed, instead of a short message about
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 617 lines = content.split('\n') 618 d = dict([tuple(line.split("=", 1)) for line in lines if line]) [all...] |