/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 122 function name. It may start with additional qualifiers or attributes 425 base_type = base_type[:pointer_match.start(0)]
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 157 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \
|
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 414 print_log(f"Waiting for job {job.job_id} to start.") 425 print(gl.start())
|
/third_party/mbedtls/tests/scripts/ |
H A D | audit-validity-dates.py | 297 result = self.parse_bytes(data[m.start():m.end()]) 413 # start main routine 433 # validity period start date
|
/third_party/jinja2/ |
H A D | utils.py | 245 :param extra_schemes: Recognize URLs that start with these schemes 284 # Unlike lead, which is anchored to the start of the string, 292 middle = middle[: match.start()]
|
/third_party/json/ |
H A D | Makefile | 112 fuzzing-start:
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxml.h | 129 static const char* ReadText( const char* in, // where to start 405 TiXmlNode* Identify( const char* start );
|
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
H A D | ltp_tpci.c | 439 prk_info("name = %s, flags = %lu, start 0x%lx, end 0x%lx", in test_assign_resources() 441 (unsigned long)r->start, (unsigned long)r->end); in test_assign_resources() 454 * because might error if (!r->start && r->end) in test_assign_resources()
|
/third_party/libwebsockets/plugins/ssh-base/include/ |
H A D | lws-ssh.h | 601 lws_pad_set_length(struct per_session_data__sshd *pss, void *start, uint8_t **p,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 126 * of hardware support and CPU performance concerns. Only start and count 138 * \param draws array of (start, count) pairs for direct draws 931 * \param start first resource to bind. 939 unsigned start, unsigned count,
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_liverangeevaluator.cpp | 135 live_ranges[i].m_start = rca.range().start; in finalize()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 136 starts_block(that->start())) in can_combine_with() 270 * it will start, yet. in cfg_t() 289 * of the loop a given logical thread can either start off enabled in cfg_t() 322 /* A conditional CONTINUE may start a region of divergent control in cfg_t() 323 * flow until the start of the next loop iteration (*not* until the in cfg_t() 350 /* A conditional BREAK instruction may start a region of divergent in cfg_t() 378 /* A conditional WHILE instruction may start a region of divergent in cfg_t()
|
/third_party/node/lib/internal/test_runner/ |
H A D | runner.js | 441 return subtest.start();
|
H A D | utils.js | 320 let report = `${color}${prefix}start of coverage report\n`;
|
/third_party/node/lib/internal/worker/ |
H A D | io.js | 319 FunctionPrototypeCall(MessagePortPrototype.start, port);
|
/third_party/node/lib/internal/ |
H A D | worker.js | 226 this[kPort].start(); 283 // Actually start the new thread now that everything is in place.
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 267 // Ordered set of (start, end) pairs of all functions we've discovered. 319 Handle<JSFunction> CreateJSFunction(int index, uint32_t start,
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 213 # Unlike lead, which is anchored to the start of the string, 221 middle = middle[: match.start()]
|
/third_party/node/test/parallel/ |
H A D | test-stream-duplex-from.js | 306 start(controller) {
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_draw.c | 268 draw.start = pointer_to_offset(ib->ptr) >> ib->index_size_shift; in st_indirect_draw_vbo()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | calendar.h | 97 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc. 180 * a start date of future era without actual era name, but not enabled 1762 * @param start first enum to look at 1768 int32_t newestStamp(UCalendarDateFields start, UCalendarDateFields end, int32_t bestSoFar) const; 1833 * the start of the line, where <code>F</code> is the desired return 2424 * @return the start of the default century, as a UDate
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-strtod.cpp | 115 return Vector<const char>(buffer.start(), 0); in TrimLeadingZeros()
|
/third_party/libfuse/include/ |
H A D | fuse_kernel.h | 285 uint64_t start; member 1019 /* Offset into the file to start the mapping */ 1035 /* Offset into the dax window start the unmapping */
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | spill-placer.cc | 62 code->GetInstructionBlock(interval->start().ToInstructionIndex()) in Add()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-variable-optimizer.cc | 37 queue.push(graph()->start()); in Run()
|