Home
last modified time | relevance | path

Searched refs:line (Results 4026 - 4050 of 5515) sorted by relevance

1...<<161162163164165166167168169170>>...221

/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1980 pub fn clang_codeCompleteAt(tu: CXTranslationUnit, file: *const c_char, line: c_uint, column: c_uint, unsaved: *mut CXUnsavedFile, n_unsaved: c_uint, flags: CXCodeComplete_Flags) -> *mut CXCodeCompleteResults; in clang_codeCompleteAt()
2119 pub fn clang_getExpansionLocation(location: CXSourceLocation, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint); in clang_getExpansionLocation()
2125 pub fn clang_getFileLocation(location: CXSourceLocation, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint); in clang_getFileLocation()
2133 pub fn clang_getInstantiationLocation(location: CXSourceLocation, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint); in clang_getInstantiationLocation()
2134 pub fn clang_getLocation(tu: CXTranslationUnit, file: CXFile, line: c_uint, column: c_uint) -> CXSourceLocation; in clang_getLocation()
2149 pub fn clang_getPresumedLocation(location: CXSourceLocation, file: *mut CXString, line: *mut c_uint, column: *mut c_uint); in clang_getPresumedLocation()
2158 pub fn clang_getSpellingLocation(location: CXSourceLocation, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint); in clang_getSpellingLocation()
2186 pub fn clang_indexLoc_getFileLocation(location: CXIdxLoc, index_file: *mut CXIdxClientFile, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint); in clang_indexLoc_getFileLocation()
/third_party/python/Lib/test/test_warnings/
H A D__init__.py597 # of command-line warning arguments
785 path, line, warning_class, message = first_line_parts
786 line = int(line)
790 expected_line = ' ' + linecache.getline(path, line).strip() + '\n'
907 # Test the 'line' argument.
926 # Test 'line' argument.
936 # bpo-35178: Test that a custom formatwarning function gets the 'line'
1085 def my_logger(message, category, filename, lineno, file=None, line=None):
1110 def my_logger(message, category, filename, lineno, file=None, line
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c1140 * Used when a modem control message or line state inline in adaption
1201 * the GSM mux protocol to pass virtual modem line status and optionally
1257 * gsm_control_rls - remote line status
1357 /* Out of band modem line change indicator for a DLCI */ in gsm_control_message()
1735 case 2: /* Asynchronous serial with line state in each frame */ in gsm_dlci_data()
1907 * the line encoding. All the differences between the encodings have
2347 static inline unsigned int mux_line_to_num(unsigned int line) in mux_line_to_num() argument
2349 return line / NUM_DLCI; in mux_line_to_num()
2547 * modem. Currently called from the line discipline set up but
2564 * Shutdown and then clean up the resources used by the line disciplin
3117 unsigned int line = tty->index; gsmtty_install() local
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp157 * Calculate the intersection of line segment v0-v1 and a given plane. Line
175 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
176 * of the v0 end of the line segment by clipping.
249 // A point on line might be far away, causing clipping ratio (clipLineSegmentEnd) to become extremely close to 1.0 in getLineIntersectionPoint()
250 // even if the another point is not on the plane. Prevent clipping ratio from saturating by using points on line in getLineIntersectionPoint()
257 // Find intersection point of line from v0 to v1 and the current plane. Avoid ratios near 1.0 in getLineIntersectionPoint()
1175 const pa::Line& line, in rasterizePrimitive()
1183 FragmentShadingContext shadingContext (line.v0->outputs, line.v1->outputs, DE_NULL, &buffers.shaderOutputs[0], &buffers.shaderOutputsSrc1[0], buffers.fragmentDepthBuffer, line in rasterizePrimitive()
1172 rasterizePrimitive(const RenderState& state, const RenderTarget& renderTarget, const Program& program, const pa::Line& line, const tcu::IVec4& renderTargetRect, RasterizationInternalBuffers& buffers) rasterizePrimitive() argument
[all...]
/kernel/linux/linux-5.10/tools/vm/
H A Dslabinfo.c118 "-D|--display-active Switch line format to activity\n" in usage()
315 int line = 0; variable
378 if (!line) { in slab_numa()
405 line++; in slab_numa()
602 if (!line++) in slabcache()
1332 line = 0; in _xtotals()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfsl_ucc_hdlc.c682 te1_settings line; in uhdlc_ioctl() local
695 memset(&line, 0, sizeof(line)); in uhdlc_ioctl()
696 line.clock_type = priv->clocking; in uhdlc_ioctl()
698 if (copy_to_user(ifr->ifr_settings.ifs_ifsu.sync, &line, size)) in uhdlc_ioctl()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Ddigi_acceleport.c1454 int opcode, line, status, val; in digi_read_oob_callback() local
1465 line = buf[i + 1]; in digi_read_oob_callback()
1469 dev_dbg(&port->dev, "digi_read_oob_callback: opcode=%d, line=%d, status=%d, val=%d\n", in digi_read_oob_callback()
1470 opcode, line, status, val); in digi_read_oob_callback()
1472 if (status != 0 || line >= serial->type->num_ports) in digi_read_oob_callback()
1475 port = serial->port[line]; in digi_read_oob_callback()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A Dltdc.c665 int line, vactive_start, vactive_end, vtotal; in ltdc_crtc_get_scanout_position() local
674 * - line < vactive_start: vpos = line - vactive_start and will be in ltdc_crtc_get_scanout_position()
676 * - vactive_start < line < vactive_end: vpos = line - vactive_start in ltdc_crtc_get_scanout_position()
678 * - line > vactive_end: vpos = line - vtotal - vactive_start in ltdc_crtc_get_scanout_position()
682 * simplify the code and only test if line > vactive_end in ltdc_crtc_get_scanout_position()
685 line = reg_read(ldev->regs, LTDC_CPSR) & CPSR_CYPOS; in ltdc_crtc_get_scanout_position()
690 if (line > vactive_en in ltdc_crtc_get_scanout_position()
[all...]
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Ddigi_acceleport.c1454 int opcode, line, status, val; in digi_read_oob_callback() local
1465 line = buf[i + 1]; in digi_read_oob_callback()
1469 dev_dbg(&port->dev, "digi_read_oob_callback: opcode=%d, line=%d, status=%d, val=%d\n", in digi_read_oob_callback()
1470 opcode, line, status, val); in digi_read_oob_callback()
1472 if (status != 0 || line >= serial->type->num_ports) in digi_read_oob_callback()
1475 port = serial->port[line]; in digi_read_oob_callback()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dfsl_ucc_hdlc.c685 te1_settings line; in uhdlc_ioctl() local
695 memset(&line, 0, sizeof(line)); in uhdlc_ioctl()
696 line.clock_type = priv->clocking; in uhdlc_ioctl()
698 if (copy_to_user(ifs->ifs_ifsu.sync, &line, size)) in uhdlc_ioctl()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss.c1281 &camss->ispif->line[j].subdev.entity, in camss_register_entities()
1288 camss->ispif->line[j].subdev.entity.name, in camss_register_entities()
1298 struct v4l2_subdev *ispif = &camss->ispif->line[i].subdev; in camss_register_entities()
1299 struct v4l2_subdev *vfe = &camss->vfe[k].line[j].subdev; in camss_register_entities()
1320 struct v4l2_subdev *vfe = &camss->vfe[k].line[j].subdev; in camss_register_entities()
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c118 "-D|--display-active Switch line format to activity\n" in usage()
335 int line = 0; variable
398 if (!line) { in slab_numa()
425 line++; in slab_numa()
626 if (!line++) in slabcache()
1356 line = 0; in _xtotals()
/third_party/gn/src/gn/
H A Dcommand_format.cc157 // End the current line, flushing end of line comments.
160 // Remove trailing spaces from the current line.
163 // Whether there's a blank separator line at the current position.
182 // Heuristics to decide if there should be a blank line added between two
187 // Get the 0-based x position on the current line.
190 // Get the current line in the output;
233 std::vector<Token> comments_; // Pending end-of-line comments.
307 // causes the line to exceed 80 col it will be wrapped, but the subsequent line
[all...]
/third_party/glfw/src/
H A Dinput.c123 // Parses an SDL_GameControllerDB line and adds it to the mapping list
1287 char line[1024]; in glfwUpdateGamepadMappings() local
1290 if (length < sizeof(line)) in glfwUpdateGamepadMappings()
1294 memcpy(line, c, length); in glfwUpdateGamepadMappings()
1295 line[length] = '\0'; in glfwUpdateGamepadMappings()
1297 if (parseMapping(&mapping, line)) in glfwUpdateGamepadMappings()
/third_party/curl/lib/
H A Dc-hyper.c257 * Hyper does not consider the status line, the first line in an HTTP/1
259 * status line in the header callback. */
560 * Given a full header line "name: value" (optional CRLF in the input, should
567 const char *line) in Curl_hyper_header()
577 if(!line) in Curl_hyper_header()
579 n = line; in Curl_hyper_header()
609 failf(data, "hyper refused to add header '%s'", line); in Curl_hyper_header()
615 ptr = aprintf("%.*s\r\n", (int)linelen, line); in Curl_hyper_header()
566 Curl_hyper_header(struct Curl_easy *data, hyper_headers *headers, const char *line) Curl_hyper_header() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundle.java727 String line; in addLocaleIDsFromListFile()
728 while ((line = br.readLine()) != null) { in addLocaleIDsFromListFile()
729 if (line.length() != 0 && !line.startsWith("#")) { in addLocaleIDsFromListFile()
730 locales.add(line); in addLocaleIDsFromListFile()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp181 std::string line; in create_binary_from_spirv() local
184 std::getline(istream, line, '.'); in create_binary_from_spirv()
186 std::string k = line; in create_binary_from_spirv()
187 while (std::getline(istream, line, ',')) in create_binary_from_spirv()
188 param_type_names[k].push_back(line); in create_binary_from_spirv()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js32 line: token[_tokenize.FIELDS.START_LINE],
38 line: token[_tokenize.FIELDS.END_LINE],
45 line: startLine,
49 line: endLine,
116 line: 1,
/third_party/node/deps/v8/src/common/
H A Dglobals.h605 // loop header alignment) and 32 bytes (to improve cache line utilization) on
663 // On Intel architecture, cache line size is 64 bytes.
1612 AssemblerDebugInfo(const char* name, const char* file, int line) in AssemblerDebugInfo()
1613 : name(name), file(file), line(line) {} in AssemblerDebugInfo()
1616 int line; member
1621 os << "(" << info.name << ":" << info.file << ":" << info.line << ")"; in operator <<()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs146 /// of the out-of-line `method` definition, while the lexical parent is the
1503 /// A `SourceLocation` is a file, line, column, and byte offset location for
1510 /// Get the (file, line, column, byte offset) tuple for this source
1515 let mut line = 0; in location() variables
1519 self.x, &mut file, &mut line, &mut col, &mut off, in location()
1521 (File { x: file }, line as usize, col as usize, off as usize) in location()
1528 let (file, line, col, _) = self.location(); in fmt()
1530 write!(f, "{}:{}:{}", name, line, col) in fmt()
/third_party/python/Tools/demo/
H A Dspreadsheet.py183 # Calculate the horizontal separator line (dashes and dots)
191 line = ""
195 if line:
196 line += '|'
197 line += text
198 print(line)
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DTracePerfTest.cpp112 void validateSerializedState(const char *serializedState, const char *fileName, uint32_t line);
646 void ValidateSerializedState(const char *serializedState, const char *fileName, uint32_t line) in ValidateSerializedState() argument
648 gCurrentTracePerfTest->validateSerializedState(serializedState, fileName, line); in ValidateSerializedState()
1481 // This check is necessary to line up sampled trace events in a consistent timeline.
1641 uint32_t line) in validateSerializedState()
1648 printf("Serialization checkpoint %s:%u...\n", fileName, line); in validateSerializedState()
1639 validateSerializedState(const char *expectedCapturedSerializedState, const char *fileName, uint32_t line) validateSerializedState() argument
/third_party/skia/src/gpu/geometry/
H A DGrAATriangulator.cpp94 Line line = edge->fEdge->fLine; in makeEvent() local
95 line.fC = -(dest->fPoint.fX * line.fA + dest->fPoint.fY * line.fB); in makeEvent()
99 if (line.intersect(bisector.fLine, &p) && !c.sweep_lt(p, top->fPoint) && in makeEvent()
/third_party/toybox/lib/
H A Dlib.c1130 // Nope, gotta read command line to confirm in names_to_pid()
1371 // the line pointer if they want to keep it, or 1 to terminate processing,
1372 // otherwise line is freed. Passed file descriptor is closed at the end.
1379 char *line = 0; in do_lines() local
1382 len = getdelim(&line, (void *)&len, delim, fp); in do_lines()
1384 call(&line, len); in do_lines()
1385 if (line == (void *)1) break; in do_lines()
1386 free(line); in do_lines()
/third_party/python/Lib/test/
H A Dtest_contextlib.py104 self.assertEqual(frames[0].line, '1/0')
118 self.assertEqual(frames[0].line, 'raise RuntimeErrorSubclass(42)')
139 self.assertEqual(frames[0].line, 'raise stop_exc')
800 [(f.name, f.line) for f in ve_frames], expected)
804 self.assertEqual([(f.name, f.line) for f in zde_frames],

Completed in 58 milliseconds

1...<<161162163164165166167168169170>>...221