Home
last modified time | relevance | path

Searched refs:line (Results 3776 - 3800 of 4045) sorted by relevance

1...<<151152153154155156157158159160>>...162

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1009 args.push_back(Literal::MakeInt(fContext, /*line=*/-1, /*value=*/0)); in writeSpecialIntrinsic()
1010 args.push_back(Literal::MakeInt(fContext, /*line=*/-1, /*value=*/0)); in writeSpecialIntrinsic()
1011 ConstructorCompound ctor(/*line=*/-1, *fContext.fTypes.fInt2, std::move(args)); in writeSpecialIntrinsic()
1116 DSLExpression rtFlip(ThreadContext::Compiler().convertIdentifier(/*line=*/-1, in writeSpecialIntrinsic()
1167 finalArgs.push_back(Literal::MakeFloat(fContext, /*line=*/-1, /*value=*/0)); in writeSpecialIntrinsic()
1168 finalArgs.push_back(Literal::MakeFloat(fContext, /*line=*/-1, /*value=*/1)); in writeSpecialIntrinsic()
2121 DSLExpression rtFlip(ThreadContext::Compiler().convertIdentifier(/*line=*/-1, in writeVariableReference()
2127 auto coordsVar = std::make_unique<Variable>(/*line=*/-1, in writeVariableReference()
2156 DSLExpression rtFlip(ThreadContext::Compiler().convertIdentifier(/*line=*/-1, in writeVariableReference()
2162 auto clockwiseVar = std::make_unique<Variable>(/*line in writeVariableReference()
3464 addRTFlipUniform(int line) addRTFlipUniform() argument
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc1460 // Treat every line as a JSON value and parse it.
1477 std::string line; in LoadJSON() local
1478 while (std::getline(stream, line, '\n')) { in LoadJSON()
1481 String::NewFromUtf8(isolate, line.c_str()).ToLocalChecked(); in LoadJSON()
2334 // Continue reading if the line ends with an escape '\\' or the line has in ReadFromStdin()
2772 // Print (filename):(line number): (message). in ReportException()
2780 // Print line of source code. in ReportException()
3215 // Print (filename):(line number): (message). in PrintMessageCallback()
3450 // Write per-line coverag in WriteLcovData()
3644 std::string line; ReadLines() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h795 const char* file, int line,
798 const char* file, int line,
801 const char* file, int line,
804 const char* file, int line,
807 const char* file, int line,
810 const char* file, int line,
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc3486 // Read the command line.
3487 ArrayUniquePtr<char> line(ReadLine("sim> "));
3488 done = ExecDebugCommand(std::move(line));
3514 const char* line = line_ptr.get();
3516 if (strcmp(line, "\n") == 0 && (last_input != nullptr)) {
3518 line = last_input;
3524 // Use sscanf to parse the individual parts of the command line. At the
3526 int argc = SScanF(line,
/third_party/openssl/test/
H A Dsslapitest.c149 static void client_keylog_callback(const SSL *ssl, const char *line) in client_keylog_callback() argument
151 int line_length = strlen(line); in client_keylog_callback()
160 strcat(client_log_buffer, line); in client_keylog_callback()
165 static void server_keylog_callback(const SSL *ssl, const char *line) in server_keylog_callback() argument
167 int line_length = strlen(line); in server_keylog_callback()
176 strcat(server_log_buffer, line); in server_keylog_callback()
/third_party/python/Lib/test/
H A Ddatetimetester.py2150 # Oops! The next line fails on Win2K under MSVC 6, so it's commented
6007 for line in f:
6008 line = line.strip()
6009 if line and not line.startswith('#'):
6010 yield line.split()[2]
H A Dtest_exceptions.py196 ckmsg(s, "expected an indented block after 'if' statement on line 1", IndentationError)
215 line = src.split('\n')[lineno-1]
216 self.assertIn(line, cm.exception.text)
1581 # The following line is included in the traceback report:
1598 # The following line is included in the traceback report:
2397 File "bad.py", line 1
2406 File "bad.py", line 1
2415 File "bad.py", line 1
2424 File "bad.py", line 1
2433 File "bad.py", line
[all...]
H A Dtest_lzma.py992 for line in lines:
993 self.assertEqual(f.readline(), line)
/third_party/ffmpeg/libavformat/
H A Drtsp.c312 * the format name from the rtpmap line never is passed into rtpdec. */ in sdp_parse_rtpmap()
355 /* parse the attribute line from the fmtp a line of an sdp response. This
378 int skip_media; ///< set if an unknown m= line occurs
403 int payload_type, const char *line) in parse_fmtp()
413 rtsp_st->dynamic_protocol_context, line); in parse_fmtp()
609 // let dynamic protocol handlers have a stab at the line. in sdp_parse_line()
1225 av_log(s, AV_LOG_TRACE, "line='%s'\n", buf); in ff_rtsp_read_reply()
1227 /* test if last line */ in ff_rtsp_read_reply()
2361 /* we look for a line beginnin in sdp_probe()
402 parse_fmtp(AVFormatContext *s, RTSPState *rt, int payload_type, const char *line) parse_fmtp() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h2271 void _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...);
2272 void _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...);
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dninja.py1374 # - Linkable dependencies (like a .a or a .so): add them to the link line.
2123 for line in meminfo:
2124 match = memtotal_re.match(line)
2195 # overriding default settings earlier in the command line.
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_pipeline.c657 unreachable("Unsupported line rasterization mode"); in ms_rasterization_mode()
695 /* Unfortunately, configuring our line rasterization hardware on gfx8 in rasterization_mode()
697 * hardware what line mode to use like we had on gfx7, we now have an in rasterization_mode()
728 unreachable("Unsupported line rasterization mode"); in rasterization_mode()
774 sf.LineStippleEnable = rs->line.stipple.enable; in emit_rs_state()
1905 wm.LineStippleEnable = rs->line.stipple.enable; in emit_3dstate_wm()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py1374 # - Linkable dependencies (like a .a or a .so): add them to the link line.
2120 for line in meminfo:
2121 match = memtotal_re.match(line)
2192 # overriding default settings earlier in the command line.
/third_party/mesa3d/src/intel/isl/
H A Disl.c86 __isl_finishme(const char *file, int line, const char *fmt, ...) in __isl_finishme() argument
95 fprintf(stderr, "%s:%d: FINISHME: %s\n", file, line, buf); in __isl_finishme()
511 * corresponds to one cache-line pair in the main surface. From the Sky in isl_tiling_get_info()
515 * of the cache-line pairs. The compression state of the cache-line in isl_tiling_get_info()
516 * pair is specified by 2 bits in the CCS. Each CCS cache-line in isl_tiling_get_info()
518 * Y-tiled cache-line-pairs. CCS is always Y tiled." in isl_tiling_get_info()
521 * Since each cache line corresponds to a 16x16 set of cache-line pairs, in isl_tiling_get_info()
522 * that yields total tile area of 128x128 cache-line pair in isl_tiling_get_info()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h656 void SetSourcePosition(const char* file, int line);
1624 void SetInitialDebugInformation(const char* msg, const char* file, int line);
/third_party/libabigail/include/
H A Dabg-ir.h274 /// type. To get the file path, line and column numbers associated to
395 /// Expand the current location into a tripplet file path, line and
401 /// @param line the output parameter this function sets the expanded
402 /// line number to.
407 expand(std::string& path, unsigned& line, unsigned& column) const;
435 unsigned& line, unsigned& column) const;
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1624 pub fn sgetspent(line: *const ::c_char) -> *mut spwd; in sgetspent()
1626 line: *const ::c_char, in sgetspent_r()
/third_party/python/Modules/
H A D_cursesmodule.c1191 attribute will be set on all the characters to the end of the line. This
1192 function does not move the cursor. The changed line will be touched using
1540 Read a string from the user, with primitive line editing capacity.
1626 Display a horizontal line.
1669 the rightmost characters on the line being lost.
1811 Insert a character string (as many characters as will fit on the line)
1813 the cursor are shifted right, with the rightmost characters on the line
1895 Insert a character string (as many characters as will fit on the line)
1898 of the cursor are shifted right, with the rightmost characters on the line
1959 line
1969 _curses_window_is_linetouched_impl(PyCursesWindowObject *self, int line) _curses_window_is_linetouched_impl() argument
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc290 this->Fail() << "line:" << position.index << ": " << message; in ParserImpl()
575 ++instruction_number.line; in RegisterLineNumbers()
581 op_line_source.line = inst->GetSingleWordInOperand(1); in RegisterLineNumbers()
/third_party/python/Lib/unittest/
H A Dmock.py2885 for line in _state[0]:
2886 yield line
/third_party/python/Lib/
H A Dzipfile.py900 """Read and return a line from the stream.
909 line = self._readbuffer[self._offset: i]
911 return line
2569 description = 'A simple command-line interface for zipfile module.'
/third_party/selinux/libsepol/src/
H A Dlink.c1301 new_rule->line = cur->line; in copy_avrule_list()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs1454 /// The callback is invoked whenever TLS key material is generated, and is passed a line of NSS
1456 /// traffic. The line does not contain a trailing newline.
4073 line!() as c_int, in SSL_CTX_up_ref()
4106 line!() as c_int, in SSL_SESSION_up_ref()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h357 static void SetDebugLine(const std::string &line);
/foundation/arkui/ace_engine/advanced_ui_component/toolbar/interfaces/
H A Dtoolbar.js800 { page: 'library2/src/main/ets/components/mainpage/MainPage.ets', line: 375, col: 18 });

Completed in 109 milliseconds

1...<<151152153154155156157158159160>>...162