/frameworks/base/libs/rs/ |
spec.h | 11 extern int num_lines;
|
spec.l | 14 int num_lines = 0; 54 <comment>\n ++num_lines; 59 <*>"\n" ++num_lines; //printf("found lf \n");
|
rsg_generator.c | 565 // printf("# of lines = %d\n", num_lines);
|
/external/jpeg/ |
jcapistd.c | 65 * This should be less than the supplied num_lines only in case that 72 * so that the application need not adjust num_lines for end-of-image 78 JDIMENSION num_lines) 104 if (num_lines > rows_left) 105 num_lines = rows_left; 108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines); 121 JDIMENSION num_lines) 149 if (num_lines < lines_per_iMCU_row)
|
jpeglib.h | [all...] |
libjpeg.doc | [all...] |
/system/extras/tests/fstest/ |
perm_checker.c | 162 int num_rules = 0, num_lines = 0; local 168 num_lines++; 170 printf("# WARNING # Invalid rule on line number %d\n", num_lines); 173 add_rule(num_lines, spec, 192 return num_lines - num_rules;
|
/build/tools/ |
adbs | 96 num_lines = len(lines) 97 if num_lines < 2: 99 func_name = lines[num_lines-2]
|
/external/iproute2/misc/ |
lnstat_util.c | 41 int j, num_lines = 0; local 50 num_lines++; 63 return num_lines;
|
lnstat.c | 155 int num_lines; member in struct:table_hdr 187 th.num_lines = h+1; 195 for (h = 1; h <= th.num_lines; h++) { 209 for (i = 0; i < th->num_lines; i++) {
|
/external/freetype/src/cff/ |
cffgload.c | 1663 FT_Int num_lines; local [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.h | 94 int32 num_lines,
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gcov | |
i686-unknown-linux-gnu-gprof | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/ |
arm-eabi-gcov | |
arm-eabi-gprof | |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
flex.man | 151 int num_lines = 0, num_chars = 0; 154 \n ++num_lines; ++num_chars; 162 num_lines, num_chars ); 168 globals, "num_lines" and "num_chars", which are accessible [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
flex.info | 204 int num_lines = 0, num_chars = 0; 207 \n ++num_lines; ++num_chars; 215 num_lines, num_chars ); 220 counts). The first line declares two globals, "num_lines" and [all...] |
flex.texi | 285 int num_lines = 0, num_chars = 0; 288 \n ++num_lines; ++num_chars; 296 num_lines, num_chars ); 303 declares two globals, "num_lines" and "num_chars", which [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
flex.1 | 139 int num_lines = 0, num_chars = 0; 142 \\n ++num_lines; ++num_chars; 150 num_lines, num_chars ); 157 declares two globals, "num_lines" and "num_chars", which are accessible [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/ |
arm-eabi-gcov | |
arm-eabi-gprof | |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 814 def num_lines(self): member in class:CleansedLines [all...] |
cpp_unittest.py | [all...] |