/third_party/python/Lib/tkinter/ |
H A D | ttk.py | 210 # find where args end, and where kwargs start 985 def start(self, interval=None): member in Progressbar 990 self.tk.call(self._w, "start", interval) 1002 initiated by start."""
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-ffi_darwin.c | 48 extern void sys_icache_invalidate(void *start, size_t len);
|
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 1309 t[i].start()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 787 printer_->Print("($start$, $end$), ", "start", StrCat(range->start), in PrintDescriptor()
|
/third_party/python/Lib/test/ |
H A D | test_hashlib.py | 948 thread.start()
|
H A D | test_signal.py | 1060 killer.start() 1361 t.start()
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 1358 text[match.start() : match.end()],
|
/third_party/rust/crates/libc/src/unix/redox/ |
H A D | mod.rs | 1010 start: extern "C" fn(*mut ::c_void) -> *mut ::c_void, in pthread_create()
|
/third_party/skia/include/gpu/gl/ |
H A D | GrGLFunctions.h | 75 using GrGLDrawRangeElementsFn = GrGLvoid GR_GL_FUNCTION_TYPE(GrGLenum mode, GrGLuint start, GrGLuint end, GrGLsizei count, GrGLenum type, const GrGLvoid* indices);
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglRenderTests.cpp | 1034 threads[threadNdx]->start(); in executeForContexts() 1037 // Signal start and wait until complete. in executeForContexts()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | nl80211_copy.h | 131 * To start with, each device supports the interface types listed in 136 * To start with, since some interface types are purely managed in 464 * @NL80211_CMD_START_SCHED_SCAN: start a scheduled scan at certain 473 * plans are canceled (including scan plans that did not start yet). 489 * as the call returns, it is safe to start a new scheduled scan again. 939 * @NL80211_CMD_CRIT_PROTOCOL_START: Indicates user-space will start running 1121 * @NL80211_CMD_PEER_MEASUREMENT_START: start a (set of) peer measurement(s) 1137 * Depending on driver support it may or may not be possible to start 2189 * If set during scheduled scan start then the new scan req will be 2286 * connecting to a PCP, and in %NL80211_CMD_START_AP to start 5359 __u32 start, offset, len; global() member [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 400 setUniform1f(programObject, programState.fogStartLoc, fog.start); in prepareForDraw()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_shader.c | 758 /* patch indices are completely separate and thus start from 0 */ in r600_get_lds_unique_index() 1200 ctx->shader->atomics[i].start = d->Range.First; in tgsi_declaration() 3897 /* GS thread with no output workaround - emit a cut at start of GS */ in r600_shader_from_tgsi() 8665 if (index < ctx->shader->atomics[i].start) in find_hw_atomic_counter() 8667 uint32_t offset = (index - ctx->shader->atomics[i].start); in find_hw_atomic_counter() 10567 ctx->bc->fc_stack[ctx->bc->fc_sp].start = ctx->bc->cf_last; in fc_pushlevel() 10577 sp->start = NULL; in fc_poplevel() 10688 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id; in tgsi_else() 10706 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start->cf_addr = ctx->bc->cf_last->id + offset; in tgsi_endif() 10707 ctx->bc->fc_stack[ctx->bc->fc_sp - 1].start in tgsi_endif() [all...] |
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 469 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 474 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1566 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1586 GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 3484 typedef void (APIENTRYP PFNGLFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3485 typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 3488 GLAPI void APIENTRY glFramebufferSampleLocationsfvARB (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3489 GLAPI void APIENTRY glNamedFramebufferSampleLocationsfvARB (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 4582 typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); 4585 GLAPI void APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsize [all...] |
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 450 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 455 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1547 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1567 GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 3465 typedef void (APIENTRYP PFNGLFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3466 typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 3469 GLAPI void APIENTRY glFramebufferSampleLocationsfvARB (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3470 GLAPI void APIENTRY glNamedFramebufferSampleLocationsfvARB (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 4569 typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); 4572 GLAPI void APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsize [all...] |
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glcorearb.h | 468 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 473 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1603 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1623 GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 3502 typedef void (APIENTRYP PFNGLFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3503 typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 3506 GLAPI void APIENTRY glFramebufferSampleLocationsfvARB (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3507 GLAPI void APIENTRY glNamedFramebufferSampleLocationsfvARB (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 4564 typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); 4567 GLAPI void APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsize [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glcorearb.h | 468 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 473 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices); 1603 typedef void (APIENTRYP PFNGLDRAWRANGEELEMENTSBASEVERTEXPROC) (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 1623 GLAPI void APIENTRY glDrawRangeElementsBaseVertex (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex); 3502 typedef void (APIENTRYP PFNGLFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3503 typedef void (APIENTRYP PFNGLNAMEDFRAMEBUFFERSAMPLELOCATIONSFVARBPROC) (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 3506 GLAPI void APIENTRY glFramebufferSampleLocationsfvARB (GLenum target, GLuint start, GLsizei count, const GLfloat *v); 3507 GLAPI void APIENTRY glNamedFramebufferSampleLocationsfvARB (GLuint framebuffer, GLuint start, GLsizei count, const GLfloat *v); 4564 typedef void (APIENTRYP PFNGLDRAWARRAYSINSTANCEDEXTPROC) (GLenum mode, GLint start, GLsizei count, GLsizei primcount); 4567 GLAPI void APIENTRY glDrawArraysInstancedEXT (GLenum mode, GLint start, GLsize [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 621 if (block != schedule()->start() && block->PredecessorCount() == 0) { in Run() 687 if (block == schedule()->start()) { in Run() 688 // Start block => effect is start. in Run() 689 DCHECK_EQ(graph()->start(), control); in Run() 690 effect = graph()->start(); in Run() 743 if (block != schedule()->start()) { in Run() 901 // The IfSuccess nodes should always start a basic block (and basic block in ProcessNode() 902 // start nodes are not handled in the ProcessNode method). in ProcessNode() 4329 Node* start = ChangeInt32ToIntPtr(node->InputAt(1)); in LowerStringSubstring() local 4340 start, en in LowerStringSubstring() [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | dlist.c | 788 prim->start, in vbo_print_vertex_list() 789 prim->start + prim->count, in vbo_print_vertex_list() 800 &ctx->Shared->small_dlist_store.ptr[dlist->start] : in get_list_head() 1335 unsigned start = dlist->start; in _mesa_delete_list() local 1338 start + i); in _mesa_delete_list() 1507 /* If this node needs to start on an 8-byte boundary, pad the last node. */ in dlist_alloc() 1570 * \return pointer to start of instruction space 1937 * when we start compiling a list, or after glCallList(s)). 13676 unsigned start; in _mesa_EndList() local [all...] |
/third_party/libbpf/src/ |
H A D | libbpf.c | 416 /* Offset (in number of instructions) of the start of instruction 6716 * points to a start of a static function 6801 * We start with main program and process all call instructions. If the call 6838 * We'll start relocating mainA, will find subA, append it and start 6855 * For mainB process is similar but results in different order. We start with 6857 * directly), but we see subC is needed, so we append and start processing it: 13365 int err = 0, n, len, start, end = -1; local 13377 n = sscanf(s, "%d%n-%d%n", &start, &len, &end, &len); 13383 end = start; [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv_to_nir.c | 472 vtn_foreach_instruction(struct vtn_builder *b, const uint32_t *start, in vtn_foreach_instruction() argument 479 const uint32_t *w = start; in vtn_foreach_instruction() 4419 size_t start = 3 + name_words; in vtn_handle_entry_point() local 4420 b->interface_ids_count = count - start; in vtn_handle_entry_point() 4422 memcpy(b->interface_ids, &w[start], b->interface_ids_count * 4); in vtn_handle_entry_point()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 2055 draw.start = cmd->u.draw.first_vertex; in handle_draw() 2076 draws[i].start = cmd->u.draw_multi_ext.vertex_info[i].firstVertex; in handle_draw_multi() 2690 draw.start = (state->index_offset / state->index_size) + cmd->u.draw_indexed.first_index; in handle_draw_indexed() 2726 draws[i].start = (state->index_offset / state->index_size) + draws[i].start; in handle_draw_multi_indexed()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 434 void Simulator::RunFrom(Instruction* start) { in RunFrom() argument 435 set_pc(start); in RunFrom() 1347 void Simulator::PrintInstructionsAt(Instruction* start, uint64_t count) { 1348 Instruction* end = start->InstructionAtOffset(count * kInstrSize); 1349 for (Instruction* pc = start; pc < end; pc = pc->following()) {
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 548 // Jump back to the start of the function, from {pc_offset()} to in PatchPrepareStackFrame() 1462 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 1465 RecordUsedSpillOffset(start + size); in FillStackSlotsWithZero() 1476 str(r0, liftoff::GetHalfStackSlot(start + offset, kLowWord)); in FillStackSlotsWithZero() 1480 // Use r1 for start address (inclusive), r2 for end address (exclusive). in FillStackSlotsWithZero() 1483 sub(r1, fp, Operand(start + size)); in FillStackSlotsWithZero() 1484 sub(r2, fp, Operand(start)); in FillStackSlotsWithZero()
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 279 // Jump back to the start of the function, from {pc_offset()} to in PatchPrepareStackFrame() 977 void LiftoffAssembler::FillStackSlotsWithZero(int start, int size) { in FillStackSlotsWithZero() argument 979 RecordUsedSpillOffset(start + size); in FillStackSlotsWithZero() 987 movq(liftoff::GetStackSlot(start + remainder), Immediate(0)); in FillStackSlotsWithZero() 991 movl(liftoff::GetStackSlot(start + remainder), Immediate(0)); in FillStackSlotsWithZero() 1000 leaq(rdi, liftoff::GetStackSlot(start + size)); in FillStackSlotsWithZero()
|