| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_transfer.c | 488 nouveau_fence_work(nv50->screen->base.fence.current, in nv50_miptree_transfer_unmap()
|
| /third_party/mksh/ |
| H A D | check.pl | 192 (if no =v is given, the current value is used) 236 # Categories of the program under test. Provide the current 329 die "$prog: couldn't get current working directory\n" if $pwd eq '';
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_transfer.c | 524 nouveau_fence_work(nvc0->screen->base.fence.current, in nvc0_miptree_transfer_unmap()
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | jcommander-1.27.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/beust/
com/beust/jcommander/
com/beust/jcommander/converters/
... |
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | environment.py | 408 current environment except for cache and the overridden attributes. 673 "chunk after expression", parser.stream.current.lineno, None, None
|
| /third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
| H A D | TraceEvent.h | 48 // current process id, thread id, and a timestamp in microseconds. 159 // Records a pair of begin and end events called "name" for the current 610 // Returns a current sampling state of the given bucket. 613 TraceEvent::SamplingStateScope<bucket_number>::current() 615 // Sets a current sampling state of the given bucket. 620 // Sets a current sampling state of the given bucket.
|
| /third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/ |
| H A D | yacc.c | 158 # Expansion of @POS, where the current rule has RULE-LENGTH symbols 831 /* Establish the initial context for the current lookahead if no initial 854 current lookahead, then check if that lookahead can eventually be 855 shifted if syntactic actions continue from the current context. 878 established initial context for the current lookahead. 885 current lookahead is syntactically acceptable. If it fails to find 1134 In the first two cases, it might appear that the current syntax 1138 during error recovery, leaving behind the current lookahead.]], [[ 1453 | yynewstate -- set current state (the top of the stack) to yystate. | 1463 /* Get the current use [all...] |
| /foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
| H A D | treeview.js | 3131 let current = new j3(d3); 3133 current = this.v10.get(currentNodeId); 3135 return current.parentNodeId; 3196 let current = this.v10.get(currentNodeId); 3198 let index = current.y14;
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_device.c | 4654 struct timespec current; in anv_clock_gettime() local 4657 ret = clock_gettime(clock_id, ¤t); in anv_clock_gettime() 4660 ret = clock_gettime(CLOCK_MONOTONIC, ¤t); in anv_clock_gettime() 4665 return (uint64_t) current.tv_sec * 1000000000ULL + current.tv_nsec; in anv_clock_gettime()
|
| /third_party/python/Tools/clinic/ |
| H A D | clinic.py | 3983 # so just pretend it's indented like our current indent 3990 Infer what is now the current margin based on this line. 4002 current = self.indents[-1] 4003 if indent == current: 4005 if indent > current: 4009 # indent < current 4013 while indent != current: 4015 current = self.indents[-1]
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
| H A D | text_picker_Extend_test_ng.cpp | 492 EXPECT_EQ(result.current, 0); in HWTEST_F() 506 EXPECT_EQ(result.current, INDEX_NUM); in HWTEST_F() 779 // canLoop = false,click down, current isn't changed in HWTEST_F() 816 // canLoop = false,click down, current isn't changed in HWTEST_F() 853 // canLoop = false,click up, current isn't changed in HWTEST_F() 890 // canLoop = false,click up, current isn't changed in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | simple_idct_arm.S | 287 teq r0, r14 @ compare current &block[8*n] to block, when block is reached, the loop is finished. 459 teq r0, r14 @ compare current &block[n] to block, when block is reached, the loop is finished.
|
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
| H A D | GlobalizationPreferencesTest.java | 908 if (brk1.current() == brk.current()) { in TestBreakIterator() 1567 * initialized with the current time 1582 // by the current time in TestJB5380() 1586 errln("FAIL: The Calendar was not initialized by current time - difference:" + timeDiff); in TestJB5380()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | GlobalizationPreferencesTest.java | 911 if (brk1.current() == brk.current()) { in TestBreakIterator() 1570 * initialized with the current time 1585 // by the current time in TestJB5380() 1589 errln("FAIL: The Calendar was not initialized by current time - difference:" + timeDiff); in TestJB5380()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | libunwind-dynamic.tex | 19 current value (for frame registers) or by providing the location at 20 which the current value is stored (callee-saved registers).
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 108 /** Set current context for calling thread */ 115 /** Get current context for calling thread */ 1177 GLXContext current = GetCurrentContext(); in glXMakeContextCurrent() local 1219 if (no_rast && current == ctx) in glXMakeContextCurrent() 1222 /* Now make current! */ in glXMakeContextCurrent() 1235 /* release current context w/out assigning new one. */ in glXMakeContextCurrent()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 994 enum pipe_shader_type current = ctx->last_vertex_stage ? pipe_shader_type_from_mesa(ctx->last_vertex_stage->nir->info.stage) : PIPE_SHADER_VERTEX; in bind_last_vertex_stage() local 995 if (old != current) { in bind_last_vertex_stage()
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-debug.cc | 398 // Generate an additional source position for the current byte offset. in FloodWithBreakpoints() 894 if (!wasm::WasmOpcodes::IsBreakable(iterator.current())) continue; in FindNextBreakablePosition() 1211 if (!wasm::WasmOpcodes::IsBreakable(iterator.current())) continue; in GetPossibleBreakpoints()
|
| /third_party/node/deps/v8/tools/profview/ |
| H A D | profview.js | 592 function addOptions(e, values, current) { 602 e.value = current; 833 // Draw the current interval highlight.
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_rtb.c | 763 conn->dcid.current.max_udp_payload_size = in rtb_process_acked_pkt() 764 ngtcp2_max(conn->dcid.current.max_udp_payload_size, ent->pktlen); in rtb_process_acked_pkt()
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.h | 81 // Returns the lifetime position for the current START. 87 // Returns the lifetime position for the current gap START. 93 // Returns the lifetime position for the current END. 620 // The current range will terminate at position, while result will start from 723 // Next interval start, relative to the current linear scan position. 1482 LiveRange* current, int hint_reg, 1494 void ProcessCurrentRange(LiveRange* current, SpillMode spill_mode);
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | string.cc | 96 // has not yet escaped the current thread. in SlowShare() 280 // migration critical section, the string's current map must be the sentinel in MigrateStringMapUnderLockIfNeeded() 954 SourceChar current = src[i]; in CalculateLineEndsImpl() local 956 if (IsLineTerminatorSequence(current, next)) line_ends->push_back(i); in CalculateLineEndsImpl() 1900 // Need this to be updated for the current string. in Search()
|
| /third_party/python/Lib/test/support/ |
| H A D | __init__.py | 253 # process not running under the same user id as the current console 1394 """Return a list of command-line arguments reproducing the current 1400 """Return a list of command-line arguments reproducing the current 1463 """Creates a symlink for the current Python executable""" 2144 # if the current user does not have the permission to create 2231 current = sys.get_int_max_str_digits() 2236 sys.set_int_max_str_digits(current)
|
| /third_party/python/Lib/idlelib/ |
| H A D | editor.py | 257 # Store the current value of the insertofftime now so we can restore 916 Alse update hotkeys to current keyset. 1305 # Return the text widget's current view of what a tab stop means 1309 current = self.text['tabs'] or TK_TABWIDTH_DEFAULT 1310 return int(current) 1312 # Set the text widget's current view of what a tab stop means. 1416 from the current line. This takes into account if the current line 1484 # The current statement hasn't ended yet. 1490 # just mimic the current inden [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | frame_capture_utils.cpp | 1220 if (imageIter.current().hasLayer()) in SerializeTextureData() 1222 label << "-Layer" << imageIter.current().getLayerIndex(); in SerializeTextureData()
|