/external/bluetooth/glib/glib/ |
gutils.c | 2352 gchar **lines; local [all...] |
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 1066 void Draw_ConsoleBackground (int lines) 1070 if (lines > y) 1071 Draw_Pic(0, lines - vid.height, &conback->qpic); 1073 Draw_AlphaPic (0, lines - vid.height, conback, (float)(1.2 * lines)/y); [all...] |
menu.cpp | 181 void M_DrawTextBox (int x, int y, int width, int lines) 193 for (n = 0; n < lines; n++) 209 for (n = 0; n < lines; n++) 227 for (n = 0; n < lines; n++) [all...] |
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 322 # Strip any lines consisting only of spaces and tabs. 324 # match consecutive blank lines with /\n+/ instead of something [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 359 % @sp n outputs n lines of vertical space 899 % containing these kinds of lines: [all...] |
/external/libvpx/vp8/common/arm/neon/ |
mbloopfilter_neon.asm | 38 sub r0, r0, r1, lsl #2 ; move src pointer down by 4 lines 83 sub r0, r0, r1, lsl #2 ; move u pointer down by 4 lines 87 sub r3, r3, r1, lsl #2 ; move v pointer down by 4 lines
|
bilinearpredict8x8_neon.asm | 35 ;First pass: output_height lines x output_width columns (9x8)
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_util.cc | 299 double lines = 0; local 301 base::StringToDouble(l10n_util::GetStringUTF8(height_lines), &lines); local 303 GetWidgetSizeFromCharacters(widget, chars, lines, width, height); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 1374 QStringList lines = status.split(QRegExp("\\n")); local 1375 for (QStringList::Iterator it = lines.begin(); 1376 it != lines.end(); it++) { [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 1392 QStringList lines = status.split(QRegExp("\\\\n")); local [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 565 String[] lines = listStr.split("\n"); 567 for (int i = 1; i < lines.length; i++) { 568 String[] result = lines[i].split("\t"); [all...] |
/external/libvpx/vpx_scale/arm/neon/ |
vp8_vpxyv12_copyframeyonly_neon.asm | 141 ;Now copy the top and bottom source lines into each line of the respective borders 271 ;Now copy the top and bottom source lines into each line of the respective borders
|
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 109 # Positions used for cost lines; default: line numbers 146 # Number of lines to show around each annotated line. 211 --context=N print N lines of context before and after 212 annotated lines [8] 787 # and make lines too long, we compute exactly how wide each column needs to be 989 # If there is information about lines not in the file, issue a warning [all...] |
/external/webkit/Source/WebCore/dom/ |
Element.h | 150 void scrollByLines(int lines);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 79 extern int lines[500] = {0}; variable [all...] |
/external/valgrind/main/helgrind/ |
libhb_core.c | 313 static UWord stats__cache_Z_fetches = 0; // # Z lines fetched 314 static UWord stats__cache_Z_wbacks = 0; // # Z lines written back 315 static UWord stats__cache_F_fetches = 0; // # F lines fetched 316 static UWord stats__cache_F_wbacks = 0; // # F lines written back 2560 FiLine lines[FI_NUM_LINES]; member in struct:__anon12522 [all...] |
/external/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 101 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
|
/external/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 246 ;# load up and filter the additional 5 lines that are needed 436 ;# load up and filter the additional 5 lines that are needed 616 ;# load up and filter the additional 5 lines that are needed 820 ;# setup counter for the number of lines that are going to be filtered
|
/external/libvpx/vp8/encoder/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 38 ;First pass: output_height lines x output_width columns (9x8)
|
/external/v8/test/mjsunit/ |
debug-listbreakpoints.js | 38 // its line numbers will not change should we add more lines of test code
|
/external/webkit/Source/WebCore/css/ |
CSSPropertyNames.in | 209 -webkit-box-lines
|
/external/grub/stage2/ |
builtins.c | 691 " lines in the menu, and the color HIGHLIGHT is used to highlight the" 4151 int lines = 0; local [all...] |
/external/chromium/net/spdy/ |
spdy_network_transaction_unittest.cc | 3279 std::string name, value, lines; local 3286 EXPECT_EQ(std::string(test_cases[i].expected_headers), lines); local 3441 std::string name, value, lines; local [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrVisitor.java | 1322 final int [] lines = blockLineMap [bl]; local [all...] |
/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...] |