Home
last modified time | relevance | path

Searched refs:current (Results 26 - 50 of 1746) sorted by relevance

12345678910>>...70

/third_party/selinux/libsepol/cil/src/
H A Dcil_parser.c76 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, uint32_t line, uint32_t hll_offset, void *value) in create_node() argument
79 (*node)->parent = current; in create_node()
86 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current) in insert_node() argument
88 if (current->cl_head == NULL) { in insert_node()
89 current->cl_head = node; in insert_node()
91 current->cl_tail->next = node; in insert_node()
93 current->cl_tail = node; in insert_node()
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_expand, struct cil_stack *stack, char *path) in add_hll_linemark() argument
131 *current = (*current) in add_hll_linemark()
193 add_cil_path(struct cil_tree_node **current, char *path) add_cil_path() argument
221 struct cil_tree_node *current = NULL; cil_parser() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dlocale_matcher.cpp241 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag() argument
247 if ((current != nullptr) && (Utils::EncodeLocale(current->GetLanguage(), nullptr, in CompareRegionWhenQaag()
248 current->GetRegion()) == LocaleMatcher::EN_GB_ENCODE)) { in CompareRegionWhenQaag()
264 * @param current
269 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() argument
272 Utils::EncodeLanguageByResLocale(current); in CompareLanguage()
298 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() argument
302 if ((current != nullptr) && (current in CompareScript()
337 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument
372 CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareWhenRegionIsNull() argument
425 CompareDefaultRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareDefaultRegion() argument
457 CompareRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegion() argument
507 Match(const ResLocale *current, const ResLocale *other) Match() argument
543 CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareLanguageIgnoreOldNewCode() argument
574 CompareRegionWhenLangIsNotEqual(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegionWhenLangIsNotEqual() argument
603 IsMoreSuitable(const ResLocale *current, const ResLocale *other, const ResLocale *request) IsMoreSuitable() argument
711 IsMoreSpecificThan(const ResLocale *current, const ResLocale *other) IsMoreSpecificThan() argument
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dlocale_matcher.cpp238 int8_t CompareRegionWhenQaag(const ResLocale *current, in CompareRegionWhenQaag() argument
244 if ((current != nullptr) && (Utils::EncodeLocale(current->GetLanguage(), nullptr, in CompareRegionWhenQaag()
245 current->GetRegion()) == LocaleMatcher::EN_GB_ENCODE)) { in CompareRegionWhenQaag()
261 * @param current
266 bool CompareLanguage(const ResLocale *current, const ResLocale *other) in CompareLanguage() argument
269 Utils::EncodeLanguageByResLocale(current); in CompareLanguage()
296 bool CompareScript(const ResLocale *current, const ResLocale *other) in CompareScript() argument
300 if ((current != nullptr) && (current in CompareScript()
335 AlphabeticallyCompare(const ResLocale *current, uint64_t currentEncodedLocale, const ResLocale *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument
370 CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareWhenRegionIsNull() argument
423 CompareDefaultRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareDefaultRegion() argument
455 CompareRegion(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegion() argument
505 Match(const ResLocale *current, const ResLocale *other) Match() argument
541 CompareLanguageIgnoreOldNewCode(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareLanguageIgnoreOldNewCode() argument
572 CompareRegionWhenLangIsNotEqual(const ResLocale *current, const ResLocale *other, const ResLocale *request) CompareRegionWhenLangIsNotEqual() argument
601 IsMoreSuitable(const ResLocale *current, const ResLocale *other, const ResLocale *request) IsMoreSuitable() argument
702 IsMoreSpecificThan(const ResLocale *current, const ResLocale *other) IsMoreSpecificThan() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc54 for (ArrayBufferExtension* current = head_; current; in ContainsSlow()
55 current = current->next()) { in ContainsSlow()
56 if (current == extension) return true; in ContainsSlow()
62 ArrayBufferExtension* current = head_; in BytesSlow() local
64 while (current) { in BytesSlow()
65 sum += current->accounting_length(); in BytesSlow()
66 current = current in BytesSlow()
208 ArrayBufferExtension* current = list->head_; ReleaseAll() local
298 ArrayBufferExtension* current = list->head_; SweepListFull() local
322 ArrayBufferExtension* current = young_.head_; SweepYoung() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dmcalign.c35 pa_memchunk leftover, current; member
46 pa_memchunk_reset(&m->current); in pa_mcalign_new()
57 if (m->current.memblock) in pa_mcalign_free()
58 pa_memblock_unref(m->current.memblock); in pa_mcalign_free()
70 pa_assert(!m->current.memblock); in pa_mcalign_push()
82 /* If the new chunk is larger than m->base, move it to current */ in pa_mcalign_push()
84 m->current = m->leftover; in pa_mcalign_push()
99 /* Can we use the current block? */ in pa_mcalign_push()
114 m->current = *c; in pa_mcalign_push()
115 m->current in pa_mcalign_push()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1150 struct regression_test_case *current = regression_test_cases; in regression_tests() local
1245 while (current->pattern) { in regression_tests()
1246 /* printf("\nPattern: %s :\n", current->pattern); */ in regression_tests()
1249 if (!(current->start_offset & F_PROPERTY)) in regression_tests()
1250 is_ascii = check_ascii(current->pattern) && check_ascii(current->input); in regression_tests()
1252 if (current->match_options & PCRE2_PARTIAL_SOFT) in regression_tests()
1254 else if (current->match_options & PCRE2_PARTIAL_HARD) in regression_tests()
1263 if (GET_NEWLINE(current->newline)) in regression_tests()
1264 pcre2_set_newline_8(ccontext8, GET_NEWLINE(current in regression_tests()
1998 run_invalid_utf8_test(const struct invalid_utf8_regression_test_case *current, int pattern_index, int i, pcre2_compile_context_8 *ccontext, pcre2_match_data_8 *mdata) run_invalid_utf8_test() argument
2051 const struct invalid_utf8_regression_test_case *current; invalid_utf8_regression_tests() local
2207 run_invalid_utf16_test(const struct invalid_utf16_regression_test_case *current, int pattern_index, int i, pcre2_compile_context_16 *ccontext, pcre2_match_data_16 *mdata) run_invalid_utf16_test() argument
2267 const struct invalid_utf16_regression_test_case *current; invalid_utf16_regression_tests() local
2394 run_invalid_utf32_test(const struct invalid_utf32_regression_test_case *current, int pattern_index, int i, pcre2_compile_context_32 *ccontext, pcre2_match_data_32 *mdata) run_invalid_utf32_test() argument
2454 const struct invalid_utf32_regression_test_case *current; invalid_utf32_regression_tests() local
[all...]
/third_party/ltp/testcases/kernel/controllers/memcg/
H A Dmemcontrol02.c10 * and some pagecache and check memory.current and some memory.stat
37 ssize_t anon, current; in alloc_anon_50M_check() local
45 SAFE_CG_SCANF(cg_child, "memory.current", "%zd", &current); in alloc_anon_50M_check()
46 TST_EXP_EXPR(current >= size, in alloc_anon_50M_check()
47 "(memory.current=%zd) >= (size=%zd)", current, size); in alloc_anon_50M_check()
54 TST_EXP_EXPR(values_close(anon, current, 3), in alloc_anon_50M_check()
55 "(memory.current=%zd) ~= (memory.stat.anon=%zd)", in alloc_anon_50M_check()
56 current, ano in alloc_anon_50M_check()
62 size_t current, file; alloc_pagecache_50M_check() local
82 current, file); alloc_pagecache_50M_check() local
89 size_t current; test_memcg_current() local
[all...]
/base/global/i18n/frameworks/intl/src/
H A Dlocale_matcher.cpp44 int8_t LocaleMatcher::IsMoreSuitable(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) in IsMoreSuitable() argument
48 if (current != nullptr && other == nullptr) { in IsMoreSuitable()
52 if (current == nullptr && other != nullptr) { in IsMoreSuitable()
53 // 1 means current is more suitable in IsMoreSuitable()
58 if (current == nullptr && other == nullptr) { in IsMoreSuitable()
61 bool isLangEqual = CompareLanguage(current, other); in IsMoreSuitable()
63 // current or other language is null, not null language is better in IsMoreSuitable()
64 bool result = CompareRegionWhenLangIsNotEqual(current, other, request); in IsMoreSuitable()
68 LocaleUtil::EncodeRegionByLocaleInfo(current); in IsMoreSuitable()
73 return CompareLanguageIgnoreOldNewCode(current, othe in IsMoreSuitable()
90 CompareLanguage(const LocaleInfo *current, const LocaleInfo *other) CompareLanguage() argument
118 CompareRegionWhenLangIsNotEqual(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareRegionWhenLangIsNotEqual() argument
147 CompareRegionWhenQaag(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareRegionWhenQaag() argument
232 CompareRegion(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareRegion() argument
276 CompareWhenRegionIsNull(uint16_t currentEncodedRegion, uint16_t otherEncodedRegion, const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareWhenRegionIsNull() argument
332 AlphabeticallyCompare(const LocaleInfo *current, uint64_t currentEncodedLocale, const LocaleInfo *other, uint64_t otherEncodedLocale) AlphabeticallyCompare() argument
415 CompareDefaultRegion(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareDefaultRegion() argument
453 CompareLanguageIgnoreOldNewCode(const LocaleInfo *current, const LocaleInfo *other, const LocaleInfo *request) CompareLanguageIgnoreOldNewCode() argument
468 Match(const LocaleInfo *current, const LocaleInfo *other) Match() argument
481 CompareScript(const LocaleInfo *current, const LocaleInfo *other) CompareScript() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_thread_skeleton.cpp55 auto *current = static_cast<IPCThreadSkeleton *>(args); in TlsDestructor() local
56 if (current == nullptr) { in TlsDestructor()
57 ZLOGE(LOG_LABEL, "current is nullptr"); in TlsDestructor()
61 uint32_t ret = current->usingFlag_.load(); in TlsDestructor()
68 if (itemIndex < IPCThreadSkeleton::INVOKER_MAX_COUNT && current->invokers_[itemIndex] != nullptr) { in TlsDestructor()
69 BinderInvoker *invoker = reinterpret_cast<BinderInvoker *>(current->invokers_[itemIndex]); in TlsDestructor()
73 delete current; in TlsDestructor()
108 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in SaveThreadName() local
109 if (current == nullptr) { in SaveThreadName()
112 if (IsInstanceException(current in SaveThreadName()
122 IPCThreadSkeleton *current = nullptr; GetCurrent() local
202 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); GetRemoteInvoker() local
295 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); UpdateSendRequestCount() local
313 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); SetThreadType() local
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgloadr.c51 * loader.current Describes the top of the stack, on which a new
55 * Prepare Set up `loader.current' for addition of a new glyph
57 * Add Add the `current' glyph image to the `base' one,
90 FT_GlyphLoad current = &loader->current; in FT_GlyphLoader_Rewind() local
98 *current = *base; in FT_GlyphLoader_Rewind()
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; in FT_GlyphLoader_Adjust_Points() local
149 current in FT_GlyphLoader_Adjust_Points()
193 FT_GlyphLoad current = &loader->current; FT_GlyphLoader_Adjust_Subglyphs() local
212 FT_Outline* current = &loader->current.outline; FT_BASE_DEF() local
301 FT_GlyphLoad current = &loader->current; FT_BASE_DEF() local
326 FT_GlyphLoad current = &loader->current; FT_GlyphLoader_Prepare() local
343 FT_GlyphLoad current; FT_GlyphLoader_Add() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsSimplify.cpp20 SkOpSegment* current = span->segment(); in bridgeWinding() local
25 if (current->activeWinding(start, end)) { in bridgeWinding()
27 if (!unsortable && current->done()) { in bridgeWinding()
30 SkASSERT(unsortable || !current->done()); in bridgeWinding()
33 SkOpSegment* next = current->findNextWinding(&chase, &nextStart, &nextEnd, in bridgeWinding()
39 SkDebugf("%s current id=%d from=(%1.9g,%1.9g) to=(%1.9g,%1.9g)\n", __FUNCTION__, in bridgeWinding()
40 current->debugID(), start->pt().fX, start->pt().fY, in bridgeWinding()
43 if (!current->addCurveTo(start, end, writer)) { in bridgeWinding()
46 current = next; in bridgeWinding()
50 if (current in bridgeWinding()
97 SkOpSegment* current = span->segment(); bridgeXor() local
183 SkOpContour* current = contourList; SimplifyDebug() local
[all...]
/third_party/spirv-tools/source/diff/
H A Dlcs.h148 DiffMatchIndex current = to_calculate.top(); in CalculateLCS() local
150 assert(IsInBound(current)); in CalculateLCS()
153 if (IsCalculated(current)) { in CalculateLCS()
157 if (match(src_[current.src_offset], dst_[current.dst_offset])) { in CalculateLCS()
158 // If the current elements match, advance both indices and calculate the in CalculateLCS()
159 // LCS if not already. Visit `current` again afterwards, so its in CalculateLCS()
161 DiffMatchIndex next = {current.src_offset + 1, current.dst_offset + 1}; in CalculateLCS()
163 MarkMatched(current, GetMemoizedLengt in CalculateLCS()
204 DiffMatchIndex current = {0, 0}; RetrieveMatch() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource4.js206 var current: HashEntry;
211 for (current = this.table[val]; current != null ; current = current.next) {
212 if (this.equalsFn(key, current.key)) {
223 var current: HashEntry;
229 for (current = this.table[val]; current != null ; current
[all...]
H A DmappedTypes5.js29 readonly current: Readonly<Partial<T>>;
34 readonly current: Partial<Readonly<T>>;
39 let current: Partial<T> = Object.create(null);
40 let args1: Args1<T> = { previous, current };
41 let args2: Args2<T> = { previous, current };
48 readonly current: Readonly<Partial<State2>>;
53 readonly current: Partial<Readonly<State2>>;
58 let current: Partial<State2> = Object.create(null);
59 let args1: Args3 = { previous, current };
60 let args2: Args4 = { previous, current };
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp862 void PixelRoutine::blendFactor(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorActive) in blendFactor() argument
873 blendFactor.x = current.x; in blendFactor()
874 blendFactor.y = current.y; in blendFactor()
875 blendFactor.z = current.z; in blendFactor()
878 blendFactor.x = Short4(0xFFFFu) - current.x; in blendFactor()
879 blendFactor.y = Short4(0xFFFFu) - current.y; in blendFactor()
880 blendFactor.z = Short4(0xFFFFu) - current.z; in blendFactor()
893 blendFactor.x = current.w; in blendFactor()
894 blendFactor.y = current.w; in blendFactor()
895 blendFactor.z = current in blendFactor()
943 blendFactorAlpha(Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel, BlendFactor blendFactorAlphaActive) blendFactorAlpha() argument
1171 alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) alphaBlend() argument
1290 logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s &current, Int &x) logicOperation() argument
1385 writeColor(int index, Pointer<Byte> &cBuffer, Int &x, Vector4s &current, Int &sMask, Int &zMask, Int &cMask) writeColor() argument
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DAnyTransliterator.java140 private Position current = new Position(); field in AnyTransliterator.ScriptRunIterator
156 current.contextStart = expanse.contextStart; in reset()
157 current.start = current.limit = current.contextLimit = expanse.start; in reset()
163 System.out.println("+cs: " + current.contextStart in next()
164 + ", s: " + current.start in next()
165 + ", l: " + current.limit in next()
166 + ", cl: " + current.contextLimit); in next()
169 current in next()
215 set(Position run, Position current) set() argument
[all...]
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp76 bool FocusManager::CompareCandidates(UIView* focusedView, UIView*& candidate, UIView* current, uint8_t direction) in CompareCandidates() argument
78 if (current == focusedView) { in CompareCandidates()
84 res = CompareCandidatesByUp(focusedView, candidate, current); in CompareCandidates()
88 res = CompareCandidatesByDown(focusedView, candidate, current); in CompareCandidates()
92 res = CompareCandidatesByLeft(focusedView, candidate, current); in CompareCandidates()
96 res = CompareCandidatesByRight(focusedView, candidate, current); in CompareCandidates()
115 bool FocusManager::CompareCandidatesByUp(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByUp() argument
118 Rect currentRect = current->GetRect(); in CompareCandidatesByUp()
132 bool FocusManager::CompareCandidatesByDown(UIView* focusedView, UIView*& candidate, UIView* current) in CompareCandidatesByDown() argument
135 Rect currentRect = current in CompareCandidatesByDown()
149 CompareCandidatesByLeft(UIView* focusedView, UIView*& candidate, UIView* current) CompareCandidatesByLeft() argument
166 CompareCandidatesByRight(UIView* focusedView, UIView*& candidate, UIView* current) CompareCandidatesByRight() argument
183 CompareCandidatesDistance(const Rect& focused, const Rect& candidate, const Rect& current) CompareCandidatesDistance() argument
202 UIView* current = focusedView; GetNextFocus() local
236 UIView* current = view; GetNextFocus() local
249 UIViewGroup* current = viewGroup; GetNextFocus() local
[all...]
/third_party/skia/src/core/
H A DSkFontMgr.cpp222 SkFontStyle current; in matchStyleCSS3() local
223 this->getStyle(i, &current, nullptr); in matchStyleCSS3()
229 if (current.width() <= pattern.width()) { in matchStyleCSS3()
230 currentScore += 10 - pattern.width() + current.width(); in matchStyleCSS3()
232 currentScore += 10 - current.width(); in matchStyleCSS3()
235 if (current.width() > pattern.width()) { in matchStyleCSS3()
236 currentScore += 10 + pattern.width() - current.width(); in matchStyleCSS3()
238 currentScore += current.width(); in matchStyleCSS3()
250 0 <= current.slant() && current in matchStyleCSS3()
[all...]
/base/request/request/services/tests/
H A Dsearch.rs36 let current = get_current_timestamp() as i64; in sdv_search_user()
37 let v = agent.search(current, current - 3000, State::Any, Action::Any, Mode::Any); in sdv_search_user()
39 let v = agent.search(current + 3000, current, State::Any, Action::Any, Mode::Any); in sdv_search_user()
42 current, in sdv_search_user()
43 current - 3000, in sdv_search_user()
50 current, in sdv_search_user()
51 current - 3000, in sdv_search_user()
58 current, in sdv_search_user()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterSettings.java541 NumberFormatterSettings<?> current = this; in resolve()
542 while (current != null) { in resolve()
543 switch (current.key) { in resolve()
545 macros.fallback((MacroProps) current.value); in resolve()
549 macros.loc = (ULocale) current.value; in resolve()
554 macros.notation = (Notation) current.value; in resolve()
559 macros.unit = (MeasureUnit) current.value; in resolve()
564 macros.precision = (Precision) current.value; in resolve()
569 macros.roundingMode = (RoundingMode) current.value; in resolve()
574 macros.grouping = /* (Object) */ current in resolve()
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_skeleton_unittest.cpp103 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in HWTEST_F() local
104 current->invokers_[IRemoteObject::IF_PROT_DEFAULT] = invoker; in HWTEST_F()
110 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
117 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in HWTEST_F() local
118 current->invokers_[IRemoteObject::IF_PROT_DEFAULT] = invoker; in HWTEST_F()
125 std::fill(current->invokers_, current->invokers_ + IPCThreadSkeleton::INVOKER_MAX_COUNT, nullptr); in HWTEST_F()
133 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); in HWTEST_F() local
134 current in HWTEST_F()
177 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); HWTEST_F() local
196 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); HWTEST_F() local
222 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); HWTEST_F() local
248 IPCThreadSkeleton *current = IPCThreadSkeleton::GetCurrent(); HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/handles/
H A Dhandles-inl.h121 HandleScopeData* current = isolate->handle_scope_data(); in CloseScope() local
123 std::swap(current->next, prev_next); in CloseScope()
124 current->level--; in CloseScope()
126 if (V8_UNLIKELY(current->limit != prev_limit)) { in CloseScope()
127 current->limit = prev_limit; in CloseScope()
132 ZapRange(current->next, limit); in CloseScope()
135 current->next, in CloseScope()
137 reinterpret_cast<Address>(current->next))); in CloseScope()
147 HandleScopeData* current = isolate_->handle_scope_data(); in CloseAndEscape() local
149 // Throw away all handles in the current scop in CloseAndEscape()
193 HandleScopeData* current = isolate_->handle_scope_data(); SealHandleScope() local
205 HandleScopeData* current = isolate_->handle_scope_data(); ~SealHandleScope() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c162 i915->current.immediate[I915_IMMEDIATE_S0]); in emit_immediate()
170 emit_immediate_s5(i915, i915->current.immediate[i]); in emit_immediate()
172 OUT_BATCH(i915->current.immediate[i]); in emit_immediate()
190 OUT_BATCH(i915->current.dynamic[i]); in emit_dynamic()
199 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) { in validate_static()
201 i915->current.cbuf_bo; in validate_static()
205 if (i915->current.depth_bo && (i915->static_dirty & I915_DST_BUF_DEPTH)) { in validate_static()
207 i915->current.depth_bo; in validate_static()
221 if (i915->current.cbuf_bo && (i915->static_dirty & I915_DST_BUF_COLOR)) { in emit_static()
223 OUT_BATCH(i915->current in emit_static()
[all...]
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Dext_part_proxy.c30 ExtPluginNode *current = pluginList; in ParsePlugins() local
31 while (current != NULL) { in ParsePlugins()
32 if (current->plugin == NULL) { in ParsePlugins()
33 current = current->next; in ParsePlugins()
36 switch (current->plugin->pluginType) { in ParsePlugins()
38 SetAccountLifecyclePlugin(NULL, (AccountLifecyleExtPlug *)(current->plugin)); in ParsePlugins()
41 SetAccountAuthPlugin(NULL, (AccountAuthExtPlug *)(current->plugin)); in ParsePlugins()
44 LOGW("Invalid plugin type %d", current->plugin->pluginType); in ParsePlugins()
47 current in ParsePlugins()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterSettings.java656 NumberFormatterSettings<?> current = this; in resolve()
657 while (current != null) { in resolve()
658 long keyBitmask = (1L << current.key); in resolve()
660 current = current.parent; in resolve()
664 switch (current.key) { in resolve()
666 macros.fallback((MacroProps) current.value); in resolve()
669 macros.loc = (ULocale) current.value; in resolve()
672 macros.notation = (Notation) current.value; in resolve()
675 macros.unit = (MeasureUnit) current in resolve()
[all...]

Completed in 17 milliseconds

12345678910>>...70