Home
last modified time | relevance | path

Searched refs:current (Results 1026 - 1050 of 1865) sorted by relevance

1...<<41424344454647484950>>...75

/third_party/node/deps/icu-small/source/common/
H A Dlocalematcher.cpp569 current = &locales.next(); in next()
570 return getMaximalLsrOrUnd(likelySubtags, *current, errorCode); in next()
577 remembered = current; in rememberCurrent()
581 remembered = new Locale(*current); in rememberCurrent()
602 const Locale *current = nullptr, *remembered = nullptr; member in LocaleLsrIterator
H A Dbytestriebuilder.cpp242 StringPiece current=elements[i].getString(*strings); in buildBytes() local
243 if(prev==current) { in buildBytes()
247 prev=current; in buildBytes()
H A Ducharstriebuilder.cpp199 UnicodeString current=elements[i].getString(strings); in buildUChars() local
200 if(prev==current) { in buildUChars()
204 prev.fastCopyFrom(current); in buildUChars()
/third_party/node/deps/v8/src/runtime/
H A Druntime-literals.cc94 site_to_pass = site_context()->current(); in StructureWalk()
244 Handle<AllocationSite> current() { in current() function in v8::internal::__anon15020::DeprecationUpdateContext
273 DCHECK(!current().is_null()); in EnterNewScope()
277 "*** Creating nested %s AllocationSite (top, current, new) (%p, " in EnterNewScope()
281 reinterpret_cast<void*>(current()->ptr()), in EnterNewScope()
284 current()->set_nested_site(*scope_site); in EnterNewScope()
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djson.h1115 explicit ValueIteratorBase(const Value::ObjectValues::iterator& current);
1138 explicit ValueConstIterator(const Value::ObjectValues::iterator& current);
1189 explicit ValueIterator(const Value::ObjectValues::iterator& current);
1458 Location& current,
1462 Location& current,
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py355 """The current feature name being generated."""
1179 current = self.getHandleParent(typename)
1180 while current is not None:
1181 yield current
1182 current = self.getHandleParent(current)
/third_party/skia/src/core/
H A DSkPathBuilder.cpp466 // If the current point and target point for the arc are identical, it should be treated as a in arcTo()
595 const SkPoint& current() const { in current() function in __anon18708::PointIterator
602 return this->current();
671 this->moveTo(iter.current()); in addRect()
690 this->moveTo(ovalIter.current()); in addOval()
730 this->moveTo(rrectIter.current()); in addRRect()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1065 explicit ValueIteratorBase(const Value::ObjectValues::iterator& current);
1087 explicit ValueConstIterator(const Value::ObjectValues::iterator& current);
1138 explicit ValueIterator(const Value::ObjectValues::iterator& current);
1407 Location& current,
1411 Location& current,
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dir_context.cpp353 analysis::DecorationManager current(module()); in IsConsistent()
355 if (*dec_mgr != current) { in IsConsistent()
361 FeatureManager current(grammar_); in IsConsistent()
362 current.Analyze(module()); in IsConsistent()
364 if (current != *feature_mgr_) { in IsConsistent()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1065 explicit ValueIteratorBase(const Value::ObjectValues::iterator& current);
1087 explicit ValueConstIterator(const Value::ObjectValues::iterator& current);
1138 explicit ValueIterator(const Value::ObjectValues::iterator& current);
1407 Location& current,
1411 Location& current,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_context.cpp353 analysis::DecorationManager current(module()); in IsConsistent()
355 if (*dec_mgr != current) { in IsConsistent()
361 FeatureManager current(grammar_); in IsConsistent()
362 current.Analyze(module()); in IsConsistent()
364 if (current != *feature_mgr_) { in IsConsistent()
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
H A Djson.h1065 explicit ValueIteratorBase(const Value::ObjectValues::iterator& current);
1087 explicit ValueConstIterator(const Value::ObjectValues::iterator& current);
1138 explicit ValueIterator(const Value::ObjectValues::iterator& current);
1407 Location& current,
1411 Location& current,
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalematcher.cpp587 current = &locales.next(); in next()
588 return getMaximalLsrOrUnd(likelySubtags, *current, errorCode); in next()
595 remembered = current; in rememberCurrent()
599 remembered = new Locale(*current); in rememberCurrent()
620 const Locale *current = nullptr, *remembered = nullptr; member in LocaleLsrIterator
/third_party/vulkan-headers/registry/
H A Dgenerator.py355 """The current feature name being generated."""
1179 current = self.getHandleParent(typename)
1180 while current is not None:
1181 yield current
1182 current = self.getHandleParent(current)
/applications/standard/app_samples/code/Project/HapBuild/test-tool/
H A DInstallAndTestSpecial_ci.py166 current = "-1"
171 if line and "current" in line:
174 current = "0"
176 current = nums[0]
179 f"hdc shell snapshot_display -f /data/snapshot/{bundle}_{current}.jpeg")
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H A Dcw2017_battery.c221 "Can't check current battery profile, no profile provided\n"); in cw_init()
227 #define HYSTERESIS(current, previous, up, down) \
228 (((current) < (previous) + (up)) && ((current) > (previous) - (down)))
481 "No battery-profile found, using current flash contents\n"); in cw2017_parse_properties()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router.cpp266 LOGW("current page stack can not clean, %{public}d", static_cast<int32_t>(pageRouterStack_.size())); in StartClean()
313 for (int32_t current = 0; current <= index; ++current) { in PopPageToIndex()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp204 IPCProcessSkeleton* current = IPCProcessSkeleton::GetCurrent(); in HWTEST_F() local
205 if (current != nullptr) { in HWTEST_F()
206 EXPECT_EQ(binderInvoker.GetSAMgrObject(), current->GetRegistryObject()); in HWTEST_F()
H A Dmessage_parcel_unittest.cpp110 IPCProcessSkeleton *current = IPCProcessSkeleton::GetCurrent(); in HWTEST_F() local
114 current->proxyToSession_[handle] = dbinderSessionObject; in HWTEST_F()
117 current->proxyToSession_.erase(handle); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H A Dauto_cache.cpp216 auto current = std::chrono::steady_clock::now(); in GarbageCollect() local
218 stores_.EraseIf([&current, isForce, isScreenLocked](auto &key, std::map<std::string, Delegate> &delegates) { in GarbageCollect()
221 if ((!isScreenLocked || it->second.GetArea() < GeneralStore::EL4) && (isForce || it->second < current) && in GarbageCollect()
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c99 int enabled; ///< current time detected inside this interval
531 double current = TS2T(ref->pts, inlink->time_base); in filter_frame() local
536 var_values[VAR_T] = current; in filter_frame()
539 var_values[VAR_TI] = (current - start) / (end - start); in filter_frame()
/third_party/glfw/src/
H A Dwin32_monitor.c247 // Change the current video mode
251 GLFWvidmode current; in _glfwSetVideoModeWin32() local
257 _glfwGetVideoModeWin32(monitor, &current); in _glfwSetVideoModeWin32()
258 if (_glfwCompareVideoModes(&current, best) == 0) in _glfwSetVideoModeWin32()
465 // HACK: Report the current mode if no valid modes were found in _glfwGetVideoModesWin32()
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp242 StringPiece current=elements[i].getString(*strings); in buildBytes() local
243 if(prev==current) { in buildBytes()
247 prev=current; in buildBytes()
H A Ducharstriebuilder.cpp199 UnicodeString current=elements[i].getString(strings); in buildUChars() local
200 if(prev==current) { in buildUChars()
204 prev.fastCopyFrom(current); in buildUChars()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce_40_2_2.c51 uint32_t offs = enc->cs.current.cdw - enc->task_info_idx + 3; in task_info()
53 enc->cs.current.buf[enc->task_info_idx] = offs; in task_info()
55 enc->task_info_idx = enc->cs.current.cdw; in task_info()

Completed in 38 milliseconds

1...<<41424344454647484950>>...75