/third_party/gn/src/gn/ |
H A D | standard_out.h | 33 // 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 D | textfile.h | 35 * 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 D | gen_c_source.py | 48 # 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 D | Debug.h | 35 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 D | apple_glx_log.h | 40 int line, const char *fmt, ...); 47 int line, const char *fmt, va_list v);
|
/third_party/node/deps/v8/tools/ |
H A D | gc_nvp_common.py | 27 for line in f: 28 info = split_nvp(line)
|
H A D | update-object-macros-undef.py | 40 for line in infile: 41 match = regexp.match(line)
|
/third_party/node/test/v8-updates/ |
H A D | test-trace-gc-flag.js | 29 lines.forEach((line, index) => { 30 assert.match(line, expectedOutput[index]);
|
/third_party/node/test/common/ |
H A D | arraystream.js | 9 data.forEach((line) => { 10 this.emit('data', `${line}\n`);
|
/third_party/node/test/fixtures/ |
H A D | repl-tab-completion-nested-repls.js | 15 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 D | mkstatichdtbl.py | 24 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 D | table_enc_12bit.py | 41 for line in lines: 42 print(line)
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic_err.c | 67 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 D | e_dasync_err.c | 50 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 D | e_ossltest_err.c | 50 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 D | cmp_util.h | 44 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 D | assembly_format_test.cpp | 33 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 D | cmp_util.h | 44 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 D | e_ossltest_err.c | 50 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 D | e_loader_attic_err.c | 67 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 D | e_dasync_err.c | 50 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 D | assembly_format_test.cpp | 33 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 D | SkSLExternalFunctionReference.h | 25 ExternalFunctionReference(int line, const ExternalFunction* ef) in ExternalFunctionReference() argument 26 : INHERITED(line, kExpressionKind, &ef->type()) in ExternalFunctionReference()
|
H A D | SkSLField.h | 27 Field(int line, const Variable* owner, int fieldIndex) in Field() argument 28 : INHERITED(line, kSymbolKind, owner->type().fields()[fieldIndex].fName, in Field()
|
H A D | SkSLConstructorSplat.cpp | 15 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
|