| /third_party/node/deps/icu-small/source/common/ |
| H A D | localematcher.cpp | 569 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 D | bytestriebuilder.cpp | 242 StringPiece current=elements[i].getString(*strings); in buildBytes() local 243 if(prev==current) { in buildBytes() 247 prev=current; in buildBytes()
|
| H A D | ucharstriebuilder.cpp | 199 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 D | runtime-literals.cc | 94 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 D | json.h | 1115 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 D | generator.py | 355 """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 D | SkPathBuilder.cpp | 466 // 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 D | json.h | 1065 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 D | ir_context.cpp | 353 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 D | json.h | 1065 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 D | ir_context.cpp | 353 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 D | json.h | 1065 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 D | localematcher.cpp | 587 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 D | generator.py | 355 """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 D | InstallAndTestSpecial_ci.py | 166 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 D | cw2017_battery.c | 221 "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 D | cj_page_router.cpp | 266 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 D | binder_invoker_unittest.cpp | 204 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 D | message_parcel_unittest.cpp | 110 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 D | auto_cache.cpp | 216 auto current = std::chrono::steady_clock::now(); in GarbageCollect() local 218 stores_.EraseIf([¤t, 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 D | f_sendcmd.c | 99 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 D | win32_monitor.c | 247 // Change the current video mode 251 GLFWvidmode current; in _glfwSetVideoModeWin32() local 257 _glfwGetVideoModeWin32(monitor, ¤t); in _glfwSetVideoModeWin32() 258 if (_glfwCompareVideoModes(¤t, 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 D | bytestriebuilder.cpp | 242 StringPiece current=elements[i].getString(*strings); in buildBytes() local 243 if(prev==current) { in buildBytes() 247 prev=current; in buildBytes()
|
| H A D | ucharstriebuilder.cpp | 199 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 D | radeon_vce_40_2_2.c | 51 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()
|