Home
last modified time | relevance | path

Searched refs:line (Results 3576 - 3600 of 4012) sorted by relevance

1...<<141142143144145146147148149150>>...161

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c109 -f Check full command line for PATTERN
130 -f Check full command line for PATTERN
304 {"CMDLINE", "Command line (argv[])", -27, -6},
400 // First show the half-dozen variants of command line display. in help_help()
402 printf("Command line field types:\n\n"); in help_help()
774 // systems (or ps | more) we re-fetch uptime as we fetch each /proc line. in get_ps()
1094 // Parse command line options -p -s -t -u -U -g -G
1227 // parse command line arguments (ala -k -o) with a comma separated FIELD list
1297 static int header_line(int line, int rev) in header_line() argument
1299 if (!line) retur in header_line()
[all...]
/third_party/toybox/toys/posix/
H A Dps.c152 -f Check full command line for PATTERN
173 -f Check full command line for PATTERN
347 {"CMDLINE", "Command line (argv[])", -27, -6},
443 // First show the half-dozen variants of command line display. in help_help()
445 printf("Command line field types:\n\n"); in help_help()
817 // systems (or ps | more) we re-fetch uptime as we fetch each /proc line. in get_ps()
1137 // Parse command line options -p -s -t -u -U -g -G
1270 // parse command line arguments (ala -k -o) with a comma separated FIELD list
1302 // parse command line options other than -o in ps_main()
1440 static int header_line(int line, in argument
[all...]
/third_party/python/Lib/test/
H A Dtest_smtplib.py841 line = self._emptystring.join(self.received_lines)
842 print('Data:', repr(line), file=smtpd.DEBUGSTREAM)
845 self.auth_object(line)
H A Dtest_codecs.py165 line = reader.readline(size=size, keepends=keepends)
166 if not line:
168 lines.append(line)
329 for (i, line) in enumerate(reader):
330 self.assertEqual(line, s[i])
361 s2 = "offending line: ladfj askldfj klasdj fskla dfzaskdj fasklfj laskd fjasklfzzzzaa%whereisthis!!!\r\n"
362 s3 = "next line.\r\n"
2860 # Missing "begin" line
/third_party/icu/icu4c/source/test/intltest/
H A Dtranstst.cpp57 a test. On C++, you need to modify the header and add a line to
252 ", line " + parseError.line + in TestInstantiation()
277 ", line " + parseError.line + in TestInstantiation()
899 " line=" + parseError.line + in TestJ329()
3033 * Make sure parse errors reference the right line.
3338 ", line " + parseError.line in TestAnchorMasking()
[all...]
H A Dnumfmtst.cpp6831 assertSuccess(UnicodeString("file ") + __FILE__ + ", line " + __LINE__, (status)); \
6834 assertEquals(UnicodeString("file ") + __FILE__ + ", line " + __LINE__, (expected), (actual)); \
7300 UBool NumberFormatTest::testFormattableAsUFormattable(const char *file, int line, Formattable &f) { in testFormattableAsUFormattable() argument
7301 UnicodeString fileLine = UnicodeString(file)+UnicodeString(":")+line+UnicodeString(": "); in testFormattableAsUFormattable()
7309 logln("%s:%d: comparing Formattable with UFormattable", file, line); in testFormattableAsUFormattable()
7363 errln("%s:%d: operator== did not match at index[%d] - %p vs %p", file, line, i, in testFormattableAsUFormattable()
7389 errln("%s:%d: Error calling ufmt_getType - %s", file, line, u_errorName(status)); in testFormattableAsUFormattable()
7394 errln("%s:%d: got type (%d) expected (%d) from ufmt_getType", file, line, (int) uType, (int) expectUType); in testFormattableAsUFormattable()
7399 errln("%s:%d: got err %s trying to ufmt_get...() for exact match check", file, line, u_errorName(valueStatus)); in testFormattableAsUFormattable()
7401 errln("%s:%d: failed exact match for the Formattable type", file, line); in testFormattableAsUFormattable()
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc446 void HeapSnapshot::AddLocation(HeapEntry* entry, int scriptId, int line, in AddLocation() argument
448 locations_.emplace_back(entry->index(), scriptId, line, col); in AddLocation()
798 snapshot_->AddLocation(entry, scriptId, info.line, info.column); in ExtractLocationForJSFunction()
1453 TagObject(script.line_ends(), "(script line ends)", HeapEntry::kCode); in ExtractScriptReferences()
2943 JSON_S("line") "," in SerializeSnapshot()
2957 JSON_S("line") "," in SerializeSnapshot()
3059 buffer_pos = SerializePosition(info->line, buffer, buffer_pos); in SerializeTraceNodeInfos()
3174 buffer_pos = utoa(location.line, buffer, buffer_pos); in SerializeLocation()
/third_party/backends/backend/
H A Depsonds.c1756 attach_one_config(SANEI_Config __sane_unused__ *config, const char *line, in attach_one_config() argument
1761 int len = strlen(line); in attach_one_config()
1763 DBG(7, "%s: len = %d, line = %s\n", __func__, len, line); in attach_one_config()
1764 if (strncmp(line, "profile", 7) == 0 ) { in attach_one_config()
1769 splitProfileName(line, &profle_map.productID, profle_map.productName, profle_map.deviceID, &profle_map.lutID); in attach_one_config()
1774 }else if (sscanf(line, "usb %i %i", &vendor, &product) == 2) { in attach_one_config()
1781 sanei_usb_attach_matching_devices(line, attach_one_usb); in attach_one_config()
1783 } else if (strncmp(line, "usb", 3) == 0 && len == 3) { in attach_one_config()
1792 } else if (strncmp(line, "ne in attach_one_config()
[all...]
H A Dbh.c401 DBG (1, "Max bytes per scan-line: %d (%d pixels)\n", in ScannerDump()
1357 DBG (1, "get_parameters: format=%d, pixels/line=%d, bytes/line=%d, " in get_parameters()
3167 char line[PATH_MAX]; in sane_init() local
3172 while (sanei_config_read (line, sizeof (line), fp)) in sane_init()
3174 if (line[0] == '#') /* ignore line comments */ in sane_init()
3176 len = strlen (line); in sane_init()
3181 lp = sanei_config_skip_whitespace (line); in sane_init()
[all...]
H A Dsm3600.c695 case line: in sane_get_parameters()
742 DBG(DEBUG_INFO,"... line %d (%d/%d)...\n",this->state.iLine,*pcchRead,rc); in sane_read()
/third_party/ffmpeg/fftools/
H A Dffmpeg_opt.c1194 /* get default parameters from command line */ in open_input_file()
1596 av_log(NULL, AV_LOG_FATAL, "Invalid line found in the preset file.\n"); in new_output_stream()
3263 char filename[1000], line[1000], tmp_line[1000]; in opt_preset() local
3278 while (fgets(line, sizeof(line), f)) { in opt_preset()
3281 if (strcspn(line, "#\n\r") == 0) in opt_preset()
3283 av_strlcpy(tmp_line, line, sizeof(tmp_line)); in opt_preset()
3286 av_log(NULL, AV_LOG_FATAL, "%s: Invalid syntax: '%s'\n", filename, line); in opt_preset()
3297 filename, line, key, value); in opt_preset()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1843 line--; in TestObsoleteNames()
1850 line--; in TestObsoleteNames()
1857 line--; in TestObsoleteNames()
1867 line--; in TestObsoleteNames()
1876 line--; in TestObsoleteNames()
2937 /* Here is what the test line SHOULD be: */ in TestGetLocale()
3374 ULayoutType line; member
3423 const ULayoutType expectedLO = toTest[i].line; in TestOrientation()
/third_party/libabigail/src/
H A Dabg-reader.cc2301 size_t line = 0, column = 0; in read_location() local
2309 if (xml_char_sptr l = xml::build_sptr(xmlGetProp(node, BAD_CAST("line")))) in read_location()
2310 line = atoi(CHAR_STR(l)); in read_location()
2319 line, in read_location()
2326 /// The artificial location is the line number of the xmlNode as well
2343 size_t line = 0, column = 0; in read_artificial_location() local
2345 line = node->line; in read_artificial_location()
2353 line, column); in read_artificial_location()
2360 /// The artificial location is the line numbe
[all...]
/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp1578 text.append("#line 1\n"); in TGlslangToSpvTraverser()
2020 // We update the line information even though no code might be generated here in visitSymbol()
2022 builder.setLine(symbol->getLoc().line, symbol->getLoc().getFilename()); in visitSymbol()
2131 builder.setLine(node->getLoc().line, node->getLoc().getFilename()); in visitBinary()
2175 // reset line number for assignment in visitBinary()
2176 builder.setLine(node->getLoc().line, node->getLoc().getFilename()); in visitBinary()
2509 builder.setLine(node->getLoc().line, node->getLoc().getFilename()); in visitUnary()
2940 currentFunction->setDebugLineInfo(sourceFileId, loc.line, loc.column); in visitAggregate()
2957 builder.setLine(node->getLoc().line, node->getLoc().getFilename()); in visitAggregate()
3078 builder.setLine(node->getLoc().line, nod in visitAggregate()
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js110 // eslint-disable-next-line @typescript-eslint/no-inferrable-types
132 // eslint-disable-next-line local/no-in-operator
146 // eslint-disable-next-line local/no-in-operator
2455 * Removes the leading and trailing white space and line terminator characters from a string.
2624 // eslint-disable-next-line no-null/no-null
2845 if (!("__debugFlowFlags" in flowNode)) { // eslint-disable-line local/no-in-operator
2891 if (!("__tsDebuggerDisplay" in array)) { // eslint-disable-line local/no-in-operator
3579 // eslint-disable-next-line @typescript-eslint/naming-convention
4032 line: lc.line
[all...]
H A Dtsserver.js111 // eslint-disable-next-line @typescript-eslint/no-inferrable-types
133 // eslint-disable-next-line local/no-in-operator
147 // eslint-disable-next-line local/no-in-operator
2456 * Removes the leading and trailing white space and line terminator characters from a string.
2625 // eslint-disable-next-line no-null/no-null
2846 if (!("__debugFlowFlags" in flowNode)) { // eslint-disable-line local/no-in-operator
2892 if (!("__tsDebuggerDisplay" in array)) { // eslint-disable-line local/no-in-operator
3580 // eslint-disable-next-line @typescript-eslint/naming-convention
4033 line: lc.line
[all...]
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPpContext.h349 char* preamble; // string to parse, all before line 1 of string 0, it is 0 if no preamble
351 char** strings; // official strings of shader, starting a string 0 line 1
386 parseContext.ppError(lastLineTokenLocs[curPos], "(#) can be preceded in its line only by spaces or horizontal tabs", "#", ""); in scanToken()
651 scanner.setLine(startLoc.line); in TokenizableIncludeFile()
/third_party/alsa-lib/src/control/
H A Dnamehint.c108 int line ATTRIBUTE_UNUSED, in zero_handler()
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h86 // is specified on the command line.
363 // environment variable or a command line flag. E.g. you can set the
461 int line; member
990 // Parses the command line for Google Test flags, without initializing
1190 "&line=" + StreamableToString(test_part_result.line_number()) +
/third_party/icu/icu4c/source/common/
H A Dusprep.cpp442 parseError->line = 0 ; // we are not using line numbers in uprv_syntaxError()
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp442 parseError->line = 0 ; // we are not using line numbers in uprv_syntaxError()
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h86 // is specified on the command line.
364 // environment variable or a command line flag. E.g. you can set the
462 int line; member
991 // Parses the command line for Google Test flags, without initializing
1191 "&line=" + StreamableToString(test_part_result.line_number()) +
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c702 aapoint->stage.line = draw_pipe_passthrough_line; in draw_aapoint_stage()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h103 // is specified on the command line.
370 // environment variable or a command line flag. E.g. you can set the
470 int line; member
974 // Parses the command line for Google Test flags, without initializing
1185 "&line=" + StreamableToString(test_part_result.line_number()) +
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_vfy.c439 static int no_log_cb(const char *func, const char *file, int line, in no_log_cb() argument

Completed in 95 milliseconds

1...<<141142143144145146147148149150>>...161