/third_party/python/Lib/test/ |
H A D | test_concurrent_futures.py | 1086 raise unittest.SkipTest("Incompatible with the fork start method.") 1096 raise unittest.SkipTest("Incompatible with the fork start method.") 1143 raise unittest.SkipTest("Incompatible with the fork start method.") 1569 t.start() 1583 t.start() 1613 t.start()
|
H A D | test_xmlrpc.py | 355 thread.start() 785 # start server thread to handle requests 788 thread.start() 1330 # start server thread to handle requests 1333 thread.start() 1470 # start with 44th char so as not to get http header, we just
|
/third_party/tzdata/ |
H A D | localtime.c | 1156 struct rule start; in tzparse() local 1165 if ((name = getrule(name, &start)) == NULL) in tzparse() 1212 starttime = transtime(year, &start, stdoffset), in tzparse()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor.cc | 564 PyObject* start = PyInt_FromLong(range->start); in GetExtensionRanges() local 566 PyList_SetItem(range_list, i, PyTuple_Pack(2, start, end)); in GetExtensionRanges()
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_harfbuzz.cpp | 1590 SkTo<size_t>(utf8End - utf8) <= feature.start) 1594 if (feature.start <= SkTo<size_t>(utf8Start - utf8) && 1601 SkTo<unsigned>(feature.start), SkTo<unsigned>(feature.end)});
|
/third_party/skia/dm/ |
H A D | DM.cpp | 133 "^ requires the start of the name to match\n" 267 static void start(const char* config, const char* src, const char* srcOptions, const char* name) { in start() function 269 vlog("start %s\n", id.c_str()); in start() 1120 start(task.sink.tag.c_str(), task.src.tag.c_str(), in Run() 1466 start("unit", "test", "", test.fName); in run_test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 749 const tcu::Vec3 start(0.0f, 0.5f, zCoord); in prepareTriGeometries() 754 tcu::Vec3 point(start); in prepareTriGeometries() 764 geometry[2] = (maxTriangles >= 3 && trianglesCount - idx == 1u) ? start : rotateCcwZ(point, center, angle); in prepareTriGeometries()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server.c | 791 const u8 *pos, *end, *start, *tlvs, *hdr; in SM_STATE() local 888 start = parse.keyname + parse.keyname_len; in SM_STATE() 889 max_len = end - start; in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
H A D | radius.c | 1383 size_t *len, const u8 *start) in radius_msg_get_attr_ptr() 1391 (start == NULL || (u8 *) tmp > start)) { in radius_msg_get_attr_ptr() 1382 radius_msg_get_attr_ptr(struct radius_msg *msg, u8 type, u8 **buf, size_t *len, const u8 *start) radius_msg_get_attr_ptr() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server.c | 799 const u8 *pos, *end, *start, *tlvs, *hdr; in SM_STATE() local 897 start = parse.keyname + parse.keyname_len; in SM_STATE() 898 max_len = end - start; in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 1383 size_t *len, const u8 *start) in radius_msg_get_attr_ptr() 1391 (start == NULL || (u8 *) tmp > start)) { in radius_msg_get_attr_ptr() 1382 radius_msg_get_attr_ptr(struct radius_msg *msg, u8 type, u8 **buf, size_t *len, const u8 *start) radius_msg_get_attr_ptr() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 991 const unsigned start = (inst->flag_subreg * 16 + inst->group) & 993 const unsigned end = start + ALIGN(inst->exec_size, width); 994 return ((1 << DIV_ROUND_UP(end, 8)) - 1) & ~((1 << (start / 8)) - 1); 1007 const unsigned start = (r.nr - BRW_ARF_FLAG) * 4 + r.subnr; 1008 const unsigned end = start + sz; 1009 return bit_mask(end) & ~bit_mask(start); 1592 cfg->first_block(), cfg->first_block()->start()); 1606 /* On Gfx12-HP we load constants at the start of the program using A32 1701 cfg->first_block(), cfg->first_block()->start()); 2466 *out_pull_index = (32 * range->start [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | caltest.cpp | 1446 * case, the start of the epoch (January 1 1970). 1646 UDate start = cal->getTime(errorCode); in loop_addroll() local 1653 str += fmt.format(start, str2) + " "; in loop_addroll() 2333 UDate start = 0.0, time; in TestTimeStamp() local 2354 start = time; in TestTimeStamp() 2356 if (start != time) { in TestTimeStamp() 2357 errln("start and time not equal."); in TestTimeStamp()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci.c | 254 DPRINTF("start\n"); in ehci_init() 858 /* start timeout, if any */ in ehci_transfer_intr_enqueue() 2152 /* dequeue transfer and start next transfer */ in ehci_device_done() 2220 .start = ehci_device_bulk_start, 2261 .start = ehci_device_ctrl_start, 2342 .start = ehci_device_intr_start, 2439 DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next); in ehci_device_isoc_fs_enter() 2638 .start = ehci_device_isoc_fs_start, 2748 DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next); 2928 .start [all...] |
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 208 // Jump back to the start of the function, from {pc_offset()} to in PatchPrepareStackFrame() 1035 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 1038 RecordUsedSpillOffset(start + size); in FillStackSlotsWithZero() 1049 StoreU64(ip, liftoff::GetStackSlot(start + remainder), r0); in FillStackSlotsWithZero() 1053 StoreU32(ip, liftoff::GetStackSlot(start + remainder), r0); in FillStackSlotsWithZero() 1062 SubS64(r4, fp, Operand(start + size + kSystemPointerSize), r0); in FillStackSlotsWithZero()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 465 uint32_t start, Handle<Object> entry, in Fill() 468 DCHECK_LE(start, table->current_length()); in Fill() 470 DCHECK_LE(start + count, table->current_length()); in Fill() 473 WasmTableObject::Set(isolate, table, start + i, entry); in Fill() 2054 memcpy(buffer.start(), kPrefix, strlen(kPrefix)); in GetDebugName() 464 Fill(Isolate* isolate, Handle<WasmTableObject> table, uint32_t start, Handle<Object> entry, uint32_t count) Fill() argument
|
/third_party/node/deps/v8/src/wasm/baseline/mips/ |
H A D | liftoff-assembler-mips.h | 411 // Jump back to the start of the function, from {pc_offset()} to in PatchPrepareStackFrame() 891 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 894 RecordUsedSpillOffset(start + size); in FillStackSlotsWithZero() 900 Sw(zero_reg, liftoff::GetStackSlot(start + offset)); in FillStackSlotsWithZero() 904 // Use a0 for start address (inclusive), a1 for end address (exclusive). in FillStackSlotsWithZero() 906 Addu(a0, fp, Operand(-start - size)); in FillStackSlotsWithZero() 907 Addu(a1, fp, Operand(-start)); in FillStackSlotsWithZero()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1848 Trampoline(int start, int slot_count) { in Trampoline() argument 1849 start_ = start; in Trampoline() 1850 next_slot_ = start; in Trampoline() 1852 end_ = start + slot_count * kTrampolineSlotsSize; in Trampoline() 1854 int start() { return start_; } in start() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1820 Trampoline(int start, int slot_count) { in Trampoline() argument 1821 start_ = start; in Trampoline() 1822 next_slot_ = start; in Trampoline() 1824 end_ = start + slot_count * kTrampolineSlotsSize; in Trampoline() 1826 int start() { return start_; } in start() function in v8::internal::Assembler::OffsetAccessType::CompactBranchType::Trampoline
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 291 << "\n - data-start: " << static_cast<void*>(GetDataStartAddress()) in ByteArrayPrint() 800 EmbedderDataSlot start(*this, 0); in EmbedderDataArrayPrint() 802 for (EmbedderDataSlot slot = start; slot < end; ++slot) { in EmbedderDataArrayPrint() 1594 int start = StartPosition(); in PrintSourceCode() local 1595 int length = EndPosition() - start; in PrintSourceCode() 1597 DISALLOW_NULLS, FAST_STRING_TRAVERSAL, start, length, nullptr); in PrintSourceCode() 1636 os << "\n - start position: " << StartPosition(); in SharedFunctionInfoPrint() 2445 os << "\n - start position: " << StartPosition(); in ScopeInfoPrint() 2461 os << "\n - data-start: " << (address() + kDataStartOffset); in PreparseDataPrint() 2464 os << "\n - children-start in PreparseDataPrint() [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 262 Isolate* isolate, RegExpMacroAssembler* macro_assembler, RegExpNode* start, in Assemble() 271 start->Emit(this, &new_trace); in Assemble() 596 // Throw away everything on the backtrack stack since the start in Emit() 777 UChar32 start = set.getRangeStart(i); in GetCaseIndependentLetters() local 779 CHECK(end - start + items <= letter_length); in GetCaseIndependentLetters() 780 for (UChar32 cu = start; cu <= end; cu++) { in GetCaseIndependentLetters() 1490 // and the after-loop chunk are guaranteed to not be at the start. in EatsAtLeastFromLoopEntry() 2115 // that matches newline or the start of input). 2125 // start of the subject string. We can thus skip both at-start an in EmitHat() 261 Assemble( Isolate* isolate, RegExpMacroAssembler* macro_assembler, RegExpNode* start, int capture_count, Handle<String> pattern) Assemble() argument [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_events.py | 347 t.start() 761 thread.start() 1669 start = time.monotonic() 1672 elapsed = time.monotonic() - start 2022 # start the new process in a new session 2628 th.start()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_0_autogen.cpp | 758 GLuint start, in GL_DrawRangeElements() 766 "context = %d, mode = %s, start = %u, end = %u, count = %d, type = %s, indices = " in GL_DrawRangeElements() 768 CID(context), GLenumToString(GLenumGroup::PrimitiveType, mode), start, end, count, in GL_DrawRangeElements() 779 start, end, count, typePacked, indices)); in GL_DrawRangeElements() 782 context->drawRangeElements(modePacked, start, end, count, typePacked, indices); in GL_DrawRangeElements() 784 ANGLE_CAPTURE(DrawRangeElements, isCallValid, context, modePacked, start, end, count, in GL_DrawRangeElements() 757 GL_DrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) GL_DrawRangeElements() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 2174 UINT start = static_cast<UINT>(mDirtyVertexBufferRange.low()); 2177 deviceContext->IASetVertexBuffers(start, static_cast<UINT>(mDirtyVertexBufferRange.length()), 2178 &mCurrentVertexBuffers[start], &mCurrentVertexStrides[start], 2179 &mCurrentVertexOffsets[start]);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-graph-builder.cc | 891 Node* start = graph()->start(); in FillWithOsrValues() local 895 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), start)); in FillWithOsrValues() local 901 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), start); in FillWithOsrValues() 1015 builder()->graph()->start()); in Checkpoint() 1102 graph()->start()); in GetParameter() 1149 graph()->start()); in CreateGraph() 1363 // loop_n being the OSR loop. We start iterating the bytecode at the header in AdvanceToOsrEntryAndPeelLoops()
|