Home
last modified time | relevance | path

Searched refs:current (Results 576 - 600 of 1491) sorted by relevance

1...<<21222324252627282930>>...60

/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c154 /* Returns the directory of the current DLL, with '/bin/' removed if it is the last component */
752 /* Raise the priority of the current process as much as possible that
945 const char *current = *state ? *state : c; in pa_split() local
948 if (!*current) in pa_split()
951 l = strcspn(current, delimiter); in pa_split()
952 *state = current+l; in pa_split()
957 return pa_xstrndup(current, l); in pa_split()
967 const char *current = *state ? *state : c; in pa_split_in_place() local
970 if (!*current) in pa_split_in_place()
973 l = strcspn(current, delimite in pa_split_in_place()
985 const char *current = *state ? *state : c; pa_split_spaces() local
1003 const char *current = *state ? *state : c; pa_split_spaces_in_place() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A Djunit_parser.py153 test_info.current = self.state_machine.running_test_index
162 test_info.current = self.state_machine.running_test_index
171 test_info.current = self.state_machine.running_test_index
186 test_info.current = self.state_machine.running_test_index
/test/xts/acts/security_lite/permission_posix/pms/src/
H A DActsPMSUpdatePermissionTest.cpp95 struct timeval current; in GetCurrentTimeMillis() local
96 gettimeofday(&current, NULL); in GetCurrentTimeMillis()
97 return current.tv_sec * MILLISECOND + current.tv_usec / MILLISECOND; in GetCurrentTimeMillis()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DScientificNumberFormatter.java143 result.append(iterator.current()); in append()
168 iterator.current() != CharacterIterator.DONE; in format()
217 iterator.current() != CharacterIterator.DONE; in format()
287 char c1 = iterator.current(); in char32AtAndAdvance()
H A DDateTimePatternGenerator.java651 current.set(skeletonMapped, fp, false); in getBestPattern()
652 PatternWithMatcher bestWithMatcher = getBestRaw(current, -1, _distanceInfo, skipMatcher); in getBestPattern()
655 return adjustFieldTypes(bestWithMatcher, current, flags, options); in getBestPattern()
657 int neededFields = current.getFieldMask(); in getBestPattern()
660 datePattern = getBestAppending(current, neededFields & DATE_MASK, _distanceInfo, skipMatcher, flags, options); in getBestPattern()
661 timePattern = getBestAppending(current, neededFields & TIME_MASK, _distanceInfo, skipMatcher, flags, options); in getBestPattern()
667 String canonicalSkeleton = current.toCanonicalString(); // month fields use M, weekday fields use E in getBestPattern()
841 // 2. a skeleton is specified for the current pattern, but override=false; in that case we are checking in addPatternWithSkeleton()
853 // same skeleton from the specified locale, so skip the current item if skeletonWasSpecified is true for in addPatternWithSkeleton()
882 current in getSkeleton()
2077 private transient DateTimeMatcher current = new DateTimeMatcher(); global() field in DateTimePatternGenerator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DScientificNumberFormatter.java132 result.append(iterator.current()); in append()
157 iterator.current() != CharacterIterator.DONE; in format()
206 iterator.current() != CharacterIterator.DONE; in format()
276 char c1 = iterator.current(); in char32AtAndAdvance()
/third_party/libsnd/src/
H A Dmat4.c146 { sf_count_t current ; in mat4_write_header() local
150 current = psf_ftell (psf) ; in mat4_write_header()
167 /* Reset the current header length to zero. */ in mat4_write_header()
198 if (current > 0) in mat4_write_header()
199 psf_fseek (psf, current, SEEK_SET) ; in mat4_write_header()
H A Dircam.c245 sf_count_t current ; in ircam_write_header() local
250 current = psf_ftell (psf) ; in ircam_write_header()
258 /* Reset the current header length to zero. */ in ircam_write_header()
289 if (current > 0) in ircam_write_header()
290 psf_fseek (psf, current, SEEK_SET) ; in ircam_write_header()
H A Dnist.c290 sf_count_t current ; in nist_write_header() local
292 current = psf_ftell (psf) ; in nist_write_header()
367 if (current > 0) in nist_write_header()
368 psf_fseek (psf, current, SEEK_SET) ; in nist_write_header()
/third_party/libuv/test/
H A Drunner.c67 int current; in run_tests() local
90 current = 1; in run_tests()
96 test_result = run_test(task->task_name, benchmark_output, current); in run_tests()
102 current++; in run_tests()
/third_party/mesa3d/bin/
H A Dgen_calendar_entries.py169 def write_existing(writer: _csv._writer, current: typing.List[CalendarRowType]) -> typing.Iterator[CalendarRowType]:
179 for row in current:
200 current = read_calendar()
204 with write_existing(writer, current) as row:
/third_party/json/tools/amalgamate/
H A Damalgamate.py155 current = self.content[i]
158 if current == '"':
162 elif current == '*' and previous == '/':
166 elif current == '/' and previous == '/':
/third_party/node/deps/icu-small/source/common/
H A Dbrkeng.cpp338 // The span to break begins at the current position in the text, and in findBreaks()
343 int32_t current; in findBreaks() local
347 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && delegate->handles(c)) { in findBreaks()
352 rangeEnd = current; in findBreaks()
363 utext_setNativeIndex(text, current); in findBreaks()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c53 LIST_FOR_EACH_ENTRY(bref, &push->bufctx->current, thead) { in nv30_context_kick_notify()
56 nouveau_fence_ref(screen->fence.current, &res->fence); in nv30_context_kick_notify()
62 nouveau_fence_ref(screen->fence.current, &res->fence_wr); in nv30_context_kick_notify()
79 nouveau_fence_ref(nv30->screen->base.fence.current, in nv30_context_flush()
/third_party/libdrm/tests/modeprint/
H A Dmodeprint.c47 int current; variable
251 connector = (current ? drmModeGetConnectorCurrent : drmModeGetConnector) (fd, res->connectors[i]); in printRes()
321 current = 0; in args()
366 } else if (strcmp(argv[i], "-current") == 0) { in args()
367 current = 1; in args()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.h103 bool incrementDepth(TIntermNode *current) in incrementDepth() argument
106 mPath.push_back(current); in incrementDepth()
120 ScopedNodeInTraversalPath(TIntermTraverser *traverser, TIntermNode *current) in ScopedNodeInTraversalPath() argument
123 mWithinDepthLimit = mTraverser->incrementDepth(current); in ScopedNodeInTraversalPath()
329 // All the nodes from root to the current node during traversing.
331 // The current child of parent being traversed.
334 // All the code blocks from the root to the current node's parent during traversal.
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtxml.cpp695 struct SResource *current = nullptr; in array_write_xml() local
699 current = res->fFirst; in array_write_xml()
701 while (current != nullptr) { in array_write_xml()
709 res_write_xml(current, subId, language, false, status); in array_write_xml()
717 current = current->fNext; in array_write_xml()
927 struct SResource *current = nullptr; in table_write_xml() local
940 current = res->fFirst; in table_write_xml()
942 while (current != nullptr) { in table_write_xml()
943 res_write_xml(current, si in table_write_xml()
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp695 struct SResource *current = NULL; in array_write_xml() local
699 current = res->fFirst; in array_write_xml()
701 while (current != NULL) { in array_write_xml()
709 res_write_xml(current, subId, language, false, status); in array_write_xml()
717 current = current->fNext; in array_write_xml()
927 struct SResource *current = NULL; in table_write_xml() local
940 current = res->fFirst; in table_write_xml()
942 while (current != NULL) { in table_write_xml()
943 res_write_xml(current, si in table_write_xml()
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c726 struct r600_pipe_shader *current; in compute_emit_cs() local
750 current = rctx->cs_shader_state.shader->sel->current; in compute_emit_cs()
752 rctx->cs_shader_state.atom.num_dw = current->command_buffer.num_dw; in compute_emit_cs()
753 r600_context_add_resource_size(&rctx->b.b, (struct pipe_resource *)current->bo); in compute_emit_cs()
757 bool need_buf_const = current->shader.uses_tex_buffers || in compute_emit_cs()
758 current->shader.has_txq_cube_array_z_comp; in compute_emit_cs()
775 evergreen_emit_atomic_buffer_setup_count(rctx, current, combined_atomics, &atomic_used_mask); in compute_emit_cs()
901 code_bo = shader->sel->current->bo; in evergreen_emit_cs_shader()
902 va = shader->sel->current in evergreen_emit_cs_shader()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dwrtxml.cpp695 struct SResource *current = NULL; in array_write_xml() local
699 current = res->fFirst; in array_write_xml()
701 while (current != NULL) { in array_write_xml()
709 res_write_xml(current, subId, language, FALSE, status); in array_write_xml()
717 current = current->fNext; in array_write_xml()
929 struct SResource *current = NULL; in table_write_xml() local
942 current = res->fFirst; in table_write_xml()
945 while (current != NULL) { in table_write_xml()
946 res_write_xml(current, si in table_write_xml()
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c209 * current map. MAP_POPULATE seems like the right thing to do, but we in anv_state_table_expand_range()
300 * allocate now will get block indexes above the current limit and in anv_state_table_add()
326 union anv_free_list current, old, new; in anv_free_list_push() local
334 current = old; in anv_free_list_push()
335 table->map[last].next = current.offset; in anv_free_list_push()
337 new.count = current.count + 1; in anv_free_list_push()
338 old.u64 = __sync_val_compare_and_swap(&list->u64, current.u64, new.u64); in anv_free_list_push()
339 } while (old.u64 != current.u64); in anv_free_list_push()
346 union anv_free_list current, new, old; in anv_free_list_pop() local
348 current in anv_free_list_pop()
1544 uint32_t current = p_atomic_cmpxchg(&pool->surfs[scratch_size_log2], anv_scratch_pool_get_surf() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.cc1258 Node* current, LoadElimination::AbstractState const* state, in ComputeLoopStateForStoreField()
1260 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopStateForStoreField()
1293 Node* const current = queue.front(); in ComputeLoopState() local
1295 if (visited.find(current) == visited.end()) { in ComputeLoopState()
1296 visited.insert(current); in ComputeLoopState()
1297 if (!current->op()->HasProperty(Operator::kNoWrite)) { in ComputeLoopState()
1298 switch (current->opcode()) { in ComputeLoopState()
1300 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
1307 Node* const object = NodeProperties::GetValueInput(current, 0); in ComputeLoopState()
1314 ElementsTransition transition = ElementsTransitionOf(current in ComputeLoopState()
1257 ComputeLoopStateForStoreField( Node* current, LoadElimination::AbstractState const* state, FieldAccess const& access) const ComputeLoopStateForStoreField() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c878 * conn_compute_pto computes the current PTO.
1238 ngtcp2_dcid_init(&(*pconn)->dcid.current, 0, dcid, NULL); in conn_new()
1239 ngtcp2_dcid_set_path(&(*pconn)->dcid.current, path); in conn_new()
1437 (*pconn)->dcid.current.flags |= NGTCP2_DCID_FLAG_PATH_VALIDATED; in ngtcp2_conn_server_new_versioned()
1887 * conn_get_cwnd returns cwnd for the current path.
2403 NGTCP2_MIN_LONG_HEADERLEN + conn->dcid.current.cid.datalen + in conn_should_pad_pkt()
2603 &conn->dcid.current.cid, &conn->oscid, in conn_write_handshake_pkt()
2821 conn->dcid.current.bytes_sent += (uint64_t)spktlen; in conn_write_handshake_pkt()
2896 &conn->dcid.current.cid, ackfr, NGTCP2_RTB_ENTRY_FLAG_NONE, NULL, ts); in conn_write_ack_pkt()
2902 conn->dcid.current in conn_write_ack_pkt()
[all...]
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp30 time_t current; in GetCurTime() local
31 (void)time(&current); in GetCurTime()
32 return current; in GetCurTime()
/base/request/request/services/src/service/
H A Dnotification_bar.rs104 let current = get_current_timestamp(); in notification_check()
105 if current - last_background_notify_time < NOTIFY_PROGRESS_INTERVAL { in notification_check()
108 self.background_notify_time.store(current, Ordering::SeqCst); in notification_check()

Completed in 33 milliseconds

1...<<21222324252627282930>>...60