Searched refs:line (Results 151 - 175 of 3772) sorted by last modified time

1234567891011>>

/external/srec/portable/src/
H A Dpmemory.c568 void *pmalloc(size_t nbBytes, const LCHAR* tag, const LCHAR* file, int line) argument
618 * printf("no space when alloc %d from file %s line %d\nmem usage: %d\n",
619 * nbBytes, file, line, PortMallocGetMaxMemUsed());
701 void *pcalloc(size_t nbItems, size_t itemSize, const LCHAR* tag, const LCHAR* file, int line) argument
711 result = (MemoryData *)pmalloc(nbItems * itemSize, tag, file, line);
734 void *prealloc(void *ptr, size_t newSize, const LCHAR *file, int line) argument
760 pfree(ptr, file, line);
769 return pmalloc(newSize, NULL, file, line);
886 void pfree(void* ptr, const LCHAR* file, int line) argument
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c656 char line[50]; local
666 while (PORT_FGETS(line, 50, fp)) {
670 /*need to get rid of sme crud at the end of the line because it is being read in binary mode*/
671 for (i=strlen(line)-1;i>=0;i--) {
672 if (!isalpha(line[i])) line[i] = ' ';
676 tok = safe_strtok(line, seps, &toklen);
/external/srec/shared/src/
H A DSessionTypeImpl.c850 LCHAR* line; local
881 line = buffer;
884 line = pfgets(line, LINE_SIZE, file);
885 if (line == NULL)
893 if (LSTRLEN(line) == LINE_SIZE)
895 PLogError(L("%s: line surpasses %d character limit: '%s'"), filename, line);
898 lstrtrim(line);
899 if (LSTRLEN(line)
[all...]
/external/srec/srec/Nametag/src/
H A DNametagsImpl.c77 LCHAR line[256]; local
126 result = pfgets ( line, 256, file );
129 if (LSTRLEN(line) == 255)
135 lstrtrim(line);
138 id = line;
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c272 LCHAR line[MAX_SCRIPT_LEN]; local
316 - the scripts file has each line ordered starting from 0 as such
329 for (i = num_scripts = 0; pfgets(line, MAX_SCRIPT_LEN, scripts_file); num_scripts++)
331 size_t len = LSTRLEN(line) + 1;
337 /* on each line I will have 1 big word */
344 while (pfgets(line, MAX_SCRIPT_LEN, scripts_file))
347 if (sscanf(line, "%s ", iword) == 1)
349 LSTRCPY(oword, line + LSTRLEN(iword) + 1);
351 /* copy the line starting after the iword */
352 for (i = 0, p = line
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c103 char split_line(char* line, char** av);
251 char line[MAX_LINE_LENGTH]; local
253 while (pfgets(line, MAX_LINE_LENGTH, fp))
255 char* key = strtok(line," \n\r\t");
910 char line[MAX_LINE_LENGTH], *args[32], nargs; local
931 for (max_num_FSMarcs = 0; pfgets(line, sizeof(line) / sizeof(char), fp); max_num_FSMarcs++)
933 if (strstr(line, "modelid:") == line)
936 pfst->modelid = strtoul(line
1768 char line[MAX_LINE_LENGTH]; local
1934 split_line(char* line, char** av) argument
[all...]
/external/srec/srec/include/
H A Derrhndl.h32 int line,
H A Dsimapi.h52 * SWIG I-File specified on the CADOC command line.
484 char *filebuff, int filebufflen, int* line);
/external/srec/tools/dictTest/
H A DdictTest.c69 LCHAR line[2 * MAX_PRONS_LENGTH];
79 pfgets(line, MAX_LINE_LENGTH, fin);
81 rc = ESR_ProcessLinearToCommandLineTokens(line, &tokenArray, &len);
84 LFPRINTF(fout, "ERROR: INVALID FORMAT for input line\n");
185 LPRINTF ( "Warning: No parfile defined in the command line.\n" );
/external/srec/tools/grxmlcompile/
H A Dfst-io.h75 // Maximum line length in text file.
219 char line[kLineLen]; local
220 while (istrm.getline(line, kLineLen)) {
223 SplitToVector(line, "\n\t ", &col, true);
224 if (col.size() == 0 || col[0][0] == '\0') // empty line
230 << ", line = " << nline_;
286 // Maximum line length in text file.
299 << ", source = " << source_ << ", line = " << nline_;
307 << "\", source = " << source_ << ", line = " << nline_;
345 << "\", source = " << source_ << ", line
[all...]
H A Dgrxmlcompile.cpp128 static char line[8096] = { 0 }; local
131 while (strm && strm.getline(line, sizeof(line)))
133 return &line[0];
177 // Process all XML files given on command line
/external/srec/tools/parseStringTest/
H A DparseStringTest.c451 LCHAR line[MAX_LINE_LENGTH]; local
458 position = pfgets(line, MAX_LINE_LENGTH, fin);
459 if (line[0] == '#')
461 if (!strncmp(line, "__END__", 7))
475 if ((position = strtok(line, "\"")) != NULL)
481 pfprintf(fout, "INVALID FORMAT for input line 1 \n");
493 pfprintf(fout, "INVALID FORMAT for input line 2\n");
505 pfprintf(fout, "INVALID FORMAT for input line 3\n");
518 pfprintf(fout, "INVALID FORMAT for input line, use either PASS or FAIL\n");
539 LCHAR line[MAX_LINE_LENGT local
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c480 char line[512]; local
490 while( fgets(line, sizeof(line), fp)) {
491 if(line[0] == '#') continue;
499 for(i=0; fgets(line,sizeof(line),fp) && i<num_files; i++) {
500 if(line[0] == '#') continue;
501 strtok(line,"\n\r\t");
502 file = files[i++] = CALLOC(strlen(line)+1,sizeof(char),__FILE__);
503 strcpy( file, line);
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h264 void SplitToVector(char *line, const char *delim,
H A Dsymbol-table.cpp29 // Maximum line length in textual symbols file.
46 char line[kLineLen]; local
47 while (strm.getline(line, kLineLen)) {
50 SplitToVector(line, "\n\t ", &col, true);
51 if (col.size() == 0) // empty line
55 << "file = " << filename << ", line = " << nline;
65 << "file = " << filename << ", line = " << nline;
150 char line[kLineLen]; local
151 snprintf(line, kLineLen, "%s\t%lld\n", symbols_[i], Find(symbols_[i]));
152 strm.write(line, strle
[all...]
/external/srtp/
H A Dconfig.status161 # uniformly replaced by the line number. The first 'sed' inserts a
162 # line-number line before each line; the second 'sed' does the real
163 # work. The second script uses 'N' to pair each line-number line
164 # with the numbered line, and appends trailing '-' during
165 # substitution so that $LINENO is not a special case at line end.
240 # We need space, tab and new line, in precisely that order.
263 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
H A Dconfigure157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
235 # We need space, tab and new line, in precisely that order.
975 generated by GNU Autoconf 2.59. Invocation command line wa
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s94 MOV z2, z1 @ delay line
111 MOV z2, z1 @ delay line
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s94 MOV z2, z1 @ delay line
111 MOV z2, z1 @ delay line
/external/skia/platform_tools/android/tests/expectations/
H A DAndroid.mk26 # updating your build/core/config.mk to include -DSK_DEBUG on the line
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c196 /* Look for first field occurence, and ensures it starts the line. */
216 /* Find the end of the line */
222 /* Copy the line into a heap-allocated buffer */
344 cpulist_parse(CpuList* list, const char* line, int line_len) argument
346 const char* p = line;
350 /* NOTE: the input line coming from sysfs typically contains a
/external/skia/src/animator/
H A DSkAnimateMaker.cpp295 int line = fError.getLineNumber(); local
296 if (line >= 0) {
298 fErrorString.append("line ");
299 fErrorString.appendS32(line);
/external/skia/src/core/
H A DSkPath.cpp325 bool SkPath::isLine(SkPoint line[2]) const {
332 if (line) {
334 line[0] = pts[0];
335 line[1] = pts[1];
356 The path is closed, and followed by a line.
358 A diagonal line is parsed.
360 There's a discontinuity on the line (e.g., a move in the middle)
361 The line reverses direction.
371 Several colinear line segments composing a rectangle side.
434 return false; // closed followed by a line
[all...]
H A DSkRegion_path.cpp36 if (!this->collapsWithPrev()) { // flush the last line
51 const Scanline* line = (Scanline*)fStorage; local
52 while (line < fCurrScanline) {
53 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount);
54 for (int i = 0; i < line->fXCount; i++) {
55 SkDebugf(" %d", line->firstX()[i]);
59 line = line->nextScanline();
182 // setup for the new curr line
203 const SkRegion::RunType* line = fStorage; local
214 const Scanline* line = (const Scanline*)fStorage; local
224 const Scanline* line = (const Scanline*)fStorage; local
[all...]
H A DSkUtilsArm.cpp137 // Now, find a line that starts with "Features", i.e. look for
142 char* line = (char*) memmem(buffer, buffer_end - buffer, local
144 if (line == NULL) { // Weird, no Features line, bad kernel?
145 SkDebugf("Could not find a line starting with 'Features'"
150 line += features_len; // Skip the "\nFeatures\t" prefix
152 // Find the end of the current line
153 char* line_end = (char*) memchr(line, '\n', buffer_end - line);
162 const char* flag = (const char*) memmem(line, line_en
[all...]

Completed in 301 milliseconds

1234567891011>>