Home
last modified time | relevance | path

Searched refs:line (Results 4526 - 4550 of 5601) sorted by relevance

1...<<181182183184185186187188189190>>...225

/third_party/python/Lib/asyncio/
H A Dstreams.py400 # The line length limit is a security feature;
530 line can be read due to EOF, return incomplete line without
535 newline was found, complete line including newline will be removed
537 compared against part of the line without newline.
545 line = await self.readuntil(sep)
555 return line
/third_party/openssl/crypto/cmp/
H A Dcmp_local.h739 char **file, int *line);
755 const char *func, const char *file, int line,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp58 LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line << "\n"; return *this; } in operator <<() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DContextMtl.h265 unsigned int line) override;
269 unsigned int line) override;
H A Dmtl_render_utils.h339 // Generate line loop index buffer for glDrawElements().
345 // Generate line loop's last segment index buffer for glDrawElements().
374 // Get compute pipeline to generate tri fan/line loop index for glDrawElements().
383 // Defer loading of compute pipeline to generate line loop index for glDrawArrays().
700 unsigned int line) override;
704 unsigned int line) override;
/third_party/vk-gl-cts/external/amber/src/src/
H A Dcommand.h117 /// Sets the input file line number this command is declared on.
118 void SetLine(size_t line) { line_ = line; } in SetLine() argument
119 /// Returns the input file line this command was declared on.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py359 # Use unix line endings.
361 # Use Linux-style slashes in #line directives.
366 out = '\n'.join([('// ' + line).strip() for line in out.splitlines()])
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ducol_sit.cpp438 parseError->line = 0; in ucol_prepareShortStringOpen()
507 parseError->line = 0; in ucol_openFromShortString()
/third_party/skia/src/ports/
H A DSkFontMgr_config_parser.cpp531 int line = XML_GetCurrentLineNumber(parser); in parse_config_file() local
535 filename, line, column, error, errorString); in parse_config_file()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dafmparse.c456 FT_Bool line, in afm_parser_next_key()
463 if ( line ) in afm_parser_next_key()
467 /* skip current line */ in afm_parser_next_key()
474 /* skip empty line */ in afm_parser_next_key()
554 /* don't skip the first line during the first call */ in FT_LOCAL_DEF()
623 /* Rough sanity check: The minimum line length of the `TrackKern` */ in afm_parse_track_kern()
764 /* Rough sanity check: The minimum line length of the `KP`, */ in afm_parse_kern_pairs()
455 afm_parser_next_key( AFM_Parser parser, FT_Bool line, FT_Offset* len ) afm_parser_next_key() argument
/third_party/pulseaudio/src/modules/rtp/
H A Drtsp_client.c190 static void line_callback(pa_ioline *line, const char *s, void *userdata) { in line_callback() argument
195 pa_assert(line); in line_callback()
267 /* Add this line to the buffer (sans the space) */ in line_callback()
294 /* Cut our line off so we can copy the header name out */ in line_callback()
303 /* Cut our line off so we can copy the header name out */ in line_callback()
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp805 int32_t line = 0; in uplug_init()
809 line++; in uplug_init()
/third_party/toybox/lib/
H A Dlib.h309 void linestack_insert(struct linestack **lls, long pos, char *line, long len);
310 void linestack_append(struct linestack **lls, char *line);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h300 void linestack_insert(struct linestack **lls, long pos, char *line, long len);
301 void linestack_append(struct linestack **lls, char *line);
/third_party/python/Lib/test/
H A Dtest_socketserver.py114 line = self.rfile.readline()
115 self.wfile.write(line)
H A Dtest_trace.py38 # The relative line numbers of lines in these functions matter for verifying
40 # functions. Absolute line numbers don't matter.
126 """White-box testing of line-counting, via runfunc"""
235 """A simple sanity test of line-counting, via runctx (exec)"""
408 for line in stdout:
409 lines, cov, module = line.split()[:3]
H A Dtest_subprocess.py1258 def _test_bufsize_equal_one(self, line, expected, universal_newlines):
1268 p.stdin.write(line) # expect that it flushes the line in text mode
1281 # line is flushed in text mode with bufsize=1.
1282 # we should get the full line in return
1283 line = "line\n"
1284 self._test_bufsize_equal_one(line, line, universal_newlines=True)
1287 # line i
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.hpp58 LineStream& operator<< (const char* line) { for (int i = 0; i < m_indent; i++) { m_stream << "\t"; } m_stream << line << "\n"; return *this; } in operator <<() local
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11GlxPlatform.cpp75 static inline T checkGLX(T value, const char* expr, const char* file, int line) in checkGLX() argument
78 throw tcu::TestError("GLX call failed", expr, file, line); in checkGLX()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c155 int line; member
689 * line discipline callback wrappers
691 * The wrappers maintain line discipline references
692 * while calling into the line discipline.
694 * ldisc_receive_buf - pass receive data to line discipline
716 int line = tty->index; in install() local
718 if (line >= synclinkmp_device_count) { in install()
719 printk("%s(%d): open with invalid line #%d.\n", in install()
720 __FILE__,__LINE__,line); in install()
725 while (info && info->line ! in install()
1712 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync; hdlcdev_ioctl() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_waveform.c85 struct GraticuleLine line[4]; member
2895 const uint16_t pos = s->glines[l].line[C].pos; in graticule_row()
2904 const char *name = s->glines[l].line[C].name; in graticule_row()
2905 const uint16_t pos = s->glines[l].line[C].pos; in graticule_row()
2937 const uint16_t pos = s->glines[l].line[C].pos; in graticule16_row()
2946 const char *name = s->glines[l].line[C].name; in graticule16_row()
2947 const uint16_t pos = s->glines[l].line[C].pos; in graticule16_row()
2978 const uint16_t pos = s->glines[l].line[C].pos; in graticule_column()
2987 const char *name = s->glines[l].line[C].name; in graticule_column()
2988 const uint16_t pos = s->glines[l].line[ in graticule_column()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp60 errln("Failure in file %s, line %d", __FILE__, __LINE__); \
66 errcheckln(errcode, "Failure in file %s, line %d, status = \"%s\"", __FILE__, __LINE__, u_errorName(errcode)); \
182 printf("code alpha extend alphanum type word sent line name\n"); in printStringBreaks()
240 errcheckln(status, "Fail at file %s, line %d, status = %s", __FILE__, __LINE__, u_errorName(status)); in TestBug3818()
247 errln("Fail at file %s, line %d expected start of word at 4, got %d", in TestBug3818()
252 errln("Fail at file %s, line %d expected start of word at 4, got %d", in TestBug3818()
569 errln("Forward Iteration, no forward progress. Break Pos=%4d File line,col=%4d,%4d", in executeTest()
580 errln("Forward Iteration, break expected, but not found. Pos=%4d File line,col= %4d,%4d", in executeTest()
589 errln("Forward Iteration, break found, but not expected. Pos=%4d File line,col= %4d,%4d", in executeTest()
598 int32_t line in executeTest() local
651 int line = t->getSrcLine(bp); executeTest() local
4451 UnicodeString line = lineMatcher.group(status); TestEmoji() local
5348 UnicodeString line; runLSTMTestFromFile() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dsh-sci.c1194 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_dma_tx_complete()
1301 dev_dbg(port->dev, "%s(%d) active cookie %d\n", __func__, port->line, in sci_dma_rx_complete()
1577 dev_dbg(port->dev, "%s: port %d\n", __func__, port->line); in sci_request_dma()
2172 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_startup()
2191 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_shutdown()
2211 port->line); in sci_shutdown()
2706 dev_err(port->dev, "can't remap port#%d\n", port->line); in sci_remap_port()
2910 port->line = index; in sci_init_single()
3181 sci_ports_in_use &= ~BIT(port->port.line); in sci_remove()
3260 /* Get the line numbe in sci_parse_dt()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dsh-sci.c1206 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_dma_tx_complete()
1320 dev_dbg(port->dev, "%s(%d) active cookie %d\n", __func__, port->line, in sci_dma_rx_complete()
1592 dev_dbg(port->dev, "%s: port %d\n", __func__, port->line); in sci_request_dma()
2212 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_startup()
2231 dev_dbg(port->dev, "%s(%d)\n", __func__, port->line); in sci_shutdown()
2251 port->line); in sci_shutdown()
2726 dev_err(port->dev, "can't remap port#%d\n", port->line); in sci_remap_port()
2915 port->line = index; in sci_init_single()
3198 sci_ports_in_use &= ~BIT(port->port.line); in sci_remove()
3308 /* Get the line numbe in sci_parse_dt()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2298 return debug::Location(std::max(info.line, 0), std::max(info.column, 0)); in GetDebugLocation()
2345 int line = Script::GetLineNumber(script, source_position); in ShouldBeSkipped() local
2351 line, column); in ShouldBeSkipped()
2561 int line = in PrintBreakLocation() local
2564 (line == 0 ? script->column_offset() : 0); in PrintBreakLocation()
2567 int line_start = line == 0 ? 0 : Smi::ToInt(line_ends->get(line - 1)) + 1; in PrintBreakLocation()
2568 int line_end = Smi::ToInt(line_ends->get(line)); in PrintBreakLocation()
2578 PrintF("[debug] at line %d column %d\n", line, colum in PrintBreakLocation()
[all...]

Completed in 52 milliseconds

1...<<181182183184185186187188189190>>...225