Home
last modified time | relevance | path

Searched refs:line (Results 1526 - 1550 of 4256) sorted by relevance

1...<<61626364656667686970>>...171

/third_party/gn/src/gn/
H A Dstandard_out.h33 // links to the actual help; otherwise, prints a one-line description.
34 void PrintSectionHelp(const std::string& line,
38 // Prints a line for a command, assuming there is a colon. Everything before
46 // The line is indented 2 spaces.
47 void PrintShortHelp(const std::string& line,
54 // colon (or the whole line if not).
/third_party/icu/icu4c/source/test/intltest/
H A Dtextfile.h35 * Read a line terminated by ^J or ^M or ^M^J, and convert it from
37 * included in 'line'.
38 * @return true if a line was read, or false if the EOF
41 UBool readLine(UnicodeString& line, UErrorCode& ec);
44 * Read a line, ignoring blank lines and lines that start with
47 * @return true if a line was read, or false if the EOF
50 UBool readLineSkippingComments(UnicodeString& line, UErrorCode& ec,
54 * Return the line number of the last line returned by readLine().
/third_party/jerryscript/tools/
H A Dgen_c_source.py48 # 10 hex number per line
49 for line in regroup(", ".join(converted_code), width):
50 lines.append((' ' * indent) + line.strip())
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DDebug.h35 CheckHResult(HRESULT hr, const char *function, unsigned line);
47 AssertFail(const char *expr, const char *file, unsigned line, const char *function);
/third_party/mesa3d/src/glx/apple/
H A Dapple_glx_log.h40 int line, const char *fmt, ...);
47 int line, const char *fmt, va_list v);
/third_party/node/deps/v8/tools/
H A Dgc_nvp_common.py27 for line in f:
28 info = split_nvp(line)
H A Dupdate-object-macros-undef.py40 for line in infile:
41 match = regexp.match(line)
/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js29 lines.forEach((line, index) => {
30 assert.match(line, expectedOutput[index]);
/third_party/node/test/common/
H A Darraystream.js9 data.forEach((line) => {
10 this.emit('data', `${line}\n`);
/third_party/node/test/fixtures/
H A Drepl-tab-completion-nested-repls.js15 data.forEach((line) => {
16 this.emit('data', `${line}\n`);
49 // In Node.js 10.11.0, this next line will terminate the repl silently...
/third_party/nghttp2/
H A Dmkstatichdtbl.py24 for line in sys.stdin:
25 m = re.match(r'(\d+)\s+(\S+)\s+(\S.*)?', line)
/third_party/node/deps/base64/base64/lib/tables/
H A Dtable_enc_12bit.py41 for line in lines:
42 print(line)
/third_party/node/deps/openssl/openssl/engines/
H A De_loader_attic_err.c67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error() argument
72 ERR_set_debug(file, line, NULL); in ERR_ATTIC_error()
H A De_dasync_err.c50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error() argument
55 ERR_set_debug(file, line, NULL); in ERR_DASYNC_error()
H A De_ossltest_err.c50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error() argument
55 ERR_set_debug(file, line, NULL); in ERR_OSSLTEST_error()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dcmp_util.h44 typedef int (*OSSL_CMP_log_cb_t)(const char *func, const char *file, int line,
48 int line, OSSL_CMP_severity level, const char *msg);
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dassembly_format_test.cpp33 EXPECT_EQ(0u, diagnostic->position.line); in TEST_F()
46 EXPECT_EQ(2u, diagnostic->position.line); in TEST_F()
/third_party/openssl/include/openssl/
H A Dcmp_util.h44 typedef int (*OSSL_CMP_log_cb_t)(const char *func, const char *file, int line,
48 int line, OSSL_CMP_severity level, const char *msg);
/third_party/openssl/engines/
H A De_ossltest_err.c50 static void ERR_OSSLTEST_error(int function, int reason, const char *file, int line) in ERR_OSSLTEST_error() argument
55 ERR_set_debug(file, line, NULL); in ERR_OSSLTEST_error()
H A De_loader_attic_err.c67 static void ERR_ATTIC_error(int function, int reason, const char *file, int line) in ERR_ATTIC_error() argument
72 ERR_set_debug(file, line, NULL); in ERR_ATTIC_error()
H A De_dasync_err.c50 static void ERR_DASYNC_error(int function, int reason, const char *file, int line) in ERR_DASYNC_error() argument
55 ERR_set_debug(file, line, NULL); in ERR_DASYNC_error()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dassembly_format_test.cpp33 EXPECT_EQ(0u, diagnostic->position.line); in TEST_F()
46 EXPECT_EQ(2u, diagnostic->position.line); in TEST_F()
/third_party/skia/src/sksl/ir/
H A DSkSLExternalFunctionReference.h25 ExternalFunctionReference(int line, const ExternalFunction* ef) in ExternalFunctionReference() argument
26 : INHERITED(line, kExpressionKind, &ef->type()) in ExternalFunctionReference()
H A DSkSLField.h27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument
28 : INHERITED(line, kSymbolKind, owner->type().fields()[fieldIndex].fName, in Field()
H A DSkSLConstructorSplat.cpp15 int line, in Make()
32 return std::make_unique<ConstructorSplat>(line, type, std::move(arg)); in Make()
14 Make(const Context& context, int line, const Type& type, std::unique_ptr<Expression> arg) Make() argument

Completed in 7 milliseconds

1...<<61626364656667686970>>...171