| /third_party/selinux/libsepol/cil/src/ |
| H A D | cil_build_ast.h | 129 int cil_gen_constrain_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack); 130 int cil_gen_expr(struct cil_tree_node *current, enum cil_flavor flavor, struct cil_list **stack);
|
| H A D | cil_reset_ast.c | 649 int cil_reset_ast(struct cil_tree_node *current) in cil_reset_ast() argument 653 rc = cil_tree_walk(current, __cil_reset_node, NULL, NULL, NULL); in cil_reset_ast()
|
| /third_party/skia/third_party/externals/libpng/contrib/libtests/ |
| H A D | pngvalid.c | 732 png_alloc_size_t current; /* Current allocation */ member 733 png_alloc_size_t limit; /* Highest current allocation */ 779 png_store_file* current; /* Set when reading */ member 841 pool->max = pool->current = pool->limit = pool->total = 0; in store_pool_init() 864 ps->saved = ps->current = NULL; in store_init() 1015 if (ps->current != NULL) in store_message() 1017 pos = safecat(buffer, bufsize, pos, ps->current->name); in store_message() 1385 /* Return the bytes available for read in the current buffer. */ in store_read_buffer_size() 1386 if (ps->next != &ps->current->data) in store_read_buffer_size() 1389 return ps->current in store_read_buffer_size() [all...] |
| /third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
| H A D | api.js | [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
| H A D | text_pattern.cpp | 3008 auto current = nodes.top(); in CollectSpanNodes() local 3010 if (!current.node) { in CollectSpanNodes() 3013 UpdateContainerChildren(current.containerSpanNode, current.node); in CollectSpanNodes() 3014 auto spanNode = DynamicCast<SpanNode>(current.node); in CollectSpanNodes() 3015 auto tag = current.node->GetTag(); in CollectSpanNodes() 3021 childNodes_.push_back(current.node); in CollectSpanNodes() 3024 childNodes_.push_back(current.node); in CollectSpanNodes() 3027 AddChildSpanItem(current.node); in CollectSpanNodes() 3029 auto imageNode = DynamicCast<FrameNode>(current in CollectSpanNodes() [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mov.c | 99 short current, total = 0; in mov_metadata_track_or_disc_number() local 101 current = avio_rb16(pb); in mov_metadata_track_or_disc_number() 105 snprintf(buf, sizeof(buf), "%d", current); in mov_metadata_track_or_disc_number() 107 snprintf(buf, sizeof(buf), "%d/%d", current, total); in mov_metadata_track_or_disc_number() 1262 if (frag_index->current < 0 || in set_frag_stream() 1263 frag_index->current >= frag_index->nb_items) in set_frag_stream() 1266 item = &frag_index->item[frag_index->current]; in set_frag_stream() 1269 item->current = i; in set_frag_stream() 1274 item->current = -1; in set_frag_stream() 1281 if (frag_index->current < in get_current_frag_stream_info() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
| H A D | render_multi_child_scroll.cpp | 358 LOGE("invalid current index: %{public}d, size is: %{public}d", currentIndex_, childrenSize); in OnPredictLayout() 412 // The last child become invisible, change the current index. in LayoutChild() 436 LOGE("invalid current index: %{public}d", currentIndex_); in LayoutChild() 764 LOGE("OnRotation, current indexer is expand"); in OnRotation() 896 double RenderMultiChildScroll::GetFixPositionOnWatch(double destination, double current) in GetFixPositionOnWatch() argument 907 double listPosition = GetMainOffset(currentOffset_) - destination + current; in GetFixPositionOnWatch() 908 if (GreatNotEqual(destination, current)) { in GetFixPositionOnWatch()
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| H A D | cj_page_router_ng.cpp | 129 LOGE("CJFrontendNG::OnShow no current page"); in OnShowCurrent() 134 LOGE("CJFrontendNG::OnShow current page has no pattern"); in OnShowCurrent() 144 LOGE("CJFrontendNG::OnHide no current page"); in OnHideCurrent() 149 LOGE("CJFrontendNG::OnHide current page has no pattern"); in OnHideCurrent() 246 LOGW("current page stack can not clean, %{public}d", static_cast<int32_t>(pageRouterStack_.size())); in StartClean() 318 LOGW("current page stack is empty"); in GetCurrentPageUrl() 590 for (int32_t current = 0; current <= index; ++current) { in PopPageToIndex()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uiter.cpp | 415 c=((CharacterIterator *)(iter->context))->current(); in characterIteratorCurrent() 570 * start current UTF-8 index 571 * index current UTF-16 index; may be -1="unknown" after setState() 596 /* the current UTF-16 index is unknown after setState(), count from the beginning */ in utf8IteratorGetIndex() 629 * the current UTF-16 index is unknown after setState(), in utf8IteratorGetIndex() 635 /* count from the beginning to the current index */ in utf8IteratorGetIndex() 652 /* count from the current index to the end */ in utf8IteratorGetIndex() 689 /* the current UTF-16 index is unknown after setState(), use only delta */ in utf8IteratorMove() 707 /* the current UTF-16 index is unknown, use only delta */ in utf8IteratorMove() 731 /* go forward from the start instead of backward from the current inde in utf8IteratorMove() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBITest.java | 338 /* Tests the method public int current() */ 344 if(rbbi.current() != BreakIterator.DONE){ in TestCurrent() 345 errln("RuleBasedBreakIterator.current() was suppose to return " in TestCurrent() 349 if(rbbi.current() != 0){ in TestCurrent() 350 errln("RuleBasedBreakIterator.current() was suppose to return " in TestCurrent() 634 // Bug 13447: verify that getRuleStatus() returns the value corresponding to current(), in TestBug13447() 643 assertEquals("", 4, bi.current()); in TestBug13447()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | olsontz.cpp | 563 // DST is in use in the current year (at any point in the year) in useDaylightTime() 566 UDate current = uprv_getUTCtime(); in useDaylightTime() local 567 if (finalZone != NULL && current >= finalStartMillis) { in useDaylightTime() 572 Grego::timeToFields(current, year, month, dom, dow, doy, mid); in useDaylightTime() 578 // Return true if DST is observed at any time during the current in useDaylightTime()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | libunwind-ia64.tex | 21 of the natural word-size of the host). Having said that, the current 86 ``program counter'') of the current stack frame. Given this value, 152 \item[\Const{UNW\_IA64\_CFM}:] Contains the current-frame-mask
|
| /third_party/libdrm/nouveau/ |
| H A D | pushbuf.c | 431 DRMLISTJOIN(&bctx->current, &bctx->pending); in pushbuf_flush() 432 DRMINITLISTHEAD(&bctx->current); in pushbuf_flush() 524 DRMLISTJOIN(&bctx->pending, &bctx->current); in pushbuf_validate() 553 /* nop pushbuf call, to get the current "return to main" sequence in nouveau_pushbuf_new() 654 /* switch to next buffer if insufficient space in the current one */ in nouveau_pushbuf_space()
|
| /third_party/node/test/common/ |
| H A D | wpt.js | 332 const current = this.currentIntl; 333 if (requires.has('full-icu') && current !== kIntlRequirement.full) { 336 if (requires.has('small-icu') && current < kIntlRequirement.small) {
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uiter.cpp | 415 c=((CharacterIterator *)(iter->context))->current(); in characterIteratorCurrent() 570 * start current UTF-8 index 571 * index current UTF-16 index; may be -1="unknown" after setState() 596 /* the current UTF-16 index is unknown after setState(), count from the beginning */ 629 * the current UTF-16 index is unknown after setState(), 635 /* count from the beginning to the current index */ 652 /* count from the current index to the end */ 689 /* the current UTF-16 index is unknown after setState(), use only delta */ 707 /* the current UTF-16 index is unknown, use only delta */ 731 /* go forward from the start instead of backward from the current inde [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | olsontz.cpp | 563 // DST is in use in the current year (at any point in the year) in useDaylightTime() 566 UDate current = uprv_getUTCtime(); in useDaylightTime() local 567 if (finalZone != nullptr && current >= finalStartMillis) { in useDaylightTime() 572 Grego::timeToFields(current, year, month, dom, dow, doy, mid); in useDaylightTime() 578 // Return true if DST is observed at any time during the current in useDaylightTime()
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator-verifier.cc | 321 auto current = iterator; in DropRegisters() local 323 InstructionOperand op = current->first; in DropRegisters() 324 if (op.IsAnyRegister()) map().erase(current); in DropRegisters()
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-async-generator-gen.cc | 288 TNode<AsyncGeneratorRequest> current = CAST(var_current.value()); in AddAsyncGeneratorRequestToQueue() local 290 current, AsyncGeneratorRequest::kNextOffset); in AddAsyncGeneratorRequestToQueue() 295 StoreObjectField(current, AsyncGeneratorRequest::kNextOffset, request); in AddAsyncGeneratorRequestToQueue()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | call-site-info.cc | 377 auto current = it.GetCurrent(); in InferMethodName() local 378 if (!current.IsJSObject()) break; in InferMethodName() 379 auto object = JSObject::cast(current); in InferMethodName()
|
| H A D | fixed-array-inl.h | 59 ObjectSlot current = GetFirstElementAddress(); in ContainsOnlySmisOrHoles() local 60 for (int i = 0; i < length(); ++i, ++current) { in ContainsOnlySmisOrHoles() 61 Object candidate = *current; in ContainsOnlySmisOrHoles()
|
| /third_party/node/deps/openssl/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 513 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in ts_RESP_get_policy() local 514 if (!OBJ_cmp(requested, current)) in ts_RESP_get_policy() 515 policy = current; in ts_RESP_get_policy()
|
| /third_party/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 513 ASN1_OBJECT *current = sk_ASN1_OBJECT_value(ctx->policies, i); in ts_RESP_get_policy() local 514 if (!OBJ_cmp(requested, current)) in ts_RESP_get_policy() 515 policy = current; in ts_RESP_get_policy()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | olsontz.cpp | 564 // DST is in use in the current year (at any point in the year) in useDaylightTime() 567 UDate current = uprv_getUTCtime(); in useDaylightTime() local 568 if (finalZone != NULL && current >= finalStartMillis) { in useDaylightTime() 573 Grego::timeToFields(current, year, month, dom, dow, doy, mid); in useDaylightTime() 579 // Return TRUE if DST is observed at any time during the current in useDaylightTime()
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | uiter.cpp | 415 c=((CharacterIterator *)(iter->context))->current(); in characterIteratorCurrent() 570 * start current UTF-8 index 571 * index current UTF-16 index; may be -1="unknown" after setState() 596 /* the current UTF-16 index is unknown after setState(), count from the beginning */ in utf8IteratorGetIndex() 629 * the current UTF-16 index is unknown after setState(), in utf8IteratorGetIndex() 635 /* count from the beginning to the current index */ in utf8IteratorGetIndex() 652 /* count from the current index to the end */ in utf8IteratorGetIndex() 689 /* the current UTF-16 index is unknown after setState(), use only delta */ in utf8IteratorMove() 707 /* the current UTF-16 index is unknown, use only delta */ in utf8IteratorMove() 731 /* go forward from the start instead of backward from the current inde in utf8IteratorMove() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
| H A D | select_content_overlay_manager.cpp | 880 auto current = selectOverlayNode_.Upgrade(); in IsTouchInNormalSelectOverlayArea() local 881 CHECK_NULL_RETURN(current, false); in IsTouchInNormalSelectOverlayArea() 882 auto selectOverlayNode = DynamicCast<SelectOverlayNode>(current); in IsTouchInNormalSelectOverlayArea() 887 const auto& children = current->GetChildren(); in IsTouchInNormalSelectOverlayArea()
|