Home
last modified time | relevance | path

Searched refs:current (Results 1601 - 1625 of 1746) sorted by relevance

1...<<61626364656667686970

/third_party/gn/src/gn/
H A Dsetup.cc50 When gn starts, it will search the current directory and parent directories
105 be checked against this list and GN will fail if the current file isn't
349 // First search for python.exe in the current directory.
764 "I could not find a \".gn\" file in the current directory or any "
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DCompactDecimalFormatTest.java533 for (char c = iter.current(); c != CharacterIterator.DONE; c = iter.next()) { in iterToString()
/third_party/libsnd/src/
H A Dcommon.h266 { uint32_t current ; member
992 /* Generate the current date as a string. */
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.cpp819 gs_shader = &rctx->gs_shader->current->shader; in r600_shader_from_nir()
/third_party/node/deps/v8/third_party/jinja2/
H A Denvironment.py408 current environment except for cache and the overridden attributes.
673 "chunk after expression", parser.stream.current.lineno, None, None
/third_party/node/tools/inspector_protocol/jinja2/
H A Denvironment.py366 current environment except for cache and the overridden attributes.
627 parser.stream.current.lineno,
/third_party/node/deps/npm/test/lib/commands/
H A Dprofile.js276 /Do not include your current or new passwords on the command line./,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c396 nouveau_fence_work(nv30->screen->base.fence.current, in nv30_miptree_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_compute.c555 nouveau_fence_work(screen->base.fence.current, nouveau_mm_free_work, mm); in nv50_compute_upload_input()
H A Dnv50_transfer.c488 nouveau_fence_work(nv50->screen->base.fence.current, in nv50_miptree_transfer_unmap()
/third_party/mksh/
H A Dcheck.pl192 (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 Dnvc0_transfer.c524 nouveau_fence_work(nvc0->screen->base.fence.current, in nvc0_miptree_transfer_unmap()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djcommander-1.27.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/ ...
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py408 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 DTraceEvent.h48 // 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 Dyacc.c158 # 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...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c2243 if (rctx->vs_shader->current->shader.vs_as_ls) { in evergreen_emit_vs_constant_buffers()
2367 if (rctx->vs_shader->current->shader.vs_as_ls) { in evergreen_emit_vs_sampler_views()
2482 if (rctx->vs_shader->current->shader.vs_as_ls) { in evergreen_emit_vs_sampler_states()
2568 if (rctx->vs_shader->current->shader.vs_as_gs_a) { in evergreen_emit_shader_stages()
2593 if (rctx->gs_shader->current->shader.gs_prim_id_input) in evergreen_emit_shader_stages()
2599 struct tgsi_shader_info *info = &rctx->tes_shader->current->selector->info; in evergreen_emit_shader_stages()
3732 !rctx->ps_shader->current->ps_depth_export; in evergreen_update_db_shader_control()
3734 db_shader_control = rctx->ps_shader->current->db_shader_control | in evergreen_update_db_shader_control()
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js3131 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 Danv_device.c4654 struct timespec current; in anv_clock_gettime() local
4657 ret = clock_gettime(clock_id, &current); in anv_clock_gettime()
4660 ret = clock_gettime(CLOCK_MONOTONIC, &current); 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 Dclinic.py3983 # 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]
/applications/standard/contacts_data/test/unittest/src/
H A Dcalllogability_test.cpp345 // update database current data in HWTEST_F()
465 int current = 4; in HWTEST_F() local
469 EXPECT_EQ(current, rowCount); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp492 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 Dsimple_idct_arm.S287 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 DGlobalizationPreferencesTest.java908 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 DGlobalizationPreferencesTest.java911 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()

Completed in 73 milliseconds

1...<<61626364656667686970