| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_video.h | 39 unsigned past, future, current; member
|
| /third_party/skia/third_party/externals/icu/source/common/unicode/ |
| H A D | caniter.h | 93 * Gets the NFD form of the current source we are iterating over. 178 // current is used in iterating to combine pieces 179 int32_t *current; member in U_FINAL
|
| H A D | uchriter.h | 91 * same as "that"'s current position. 213 * The current position is adjusted to the beginning of the code point 226 virtual char16_t current(void) const; 245 * Gets the current code unit for returning and advances to the next code unit 249 * @return the current code unit. 267 * Gets the current code point for returning and advances to the next code point 271 * @return the current point. 278 * at or after the current position in the iteration range. 282 * at or after the current position in the iteration range. 307 * before the current positio [all...] |
| /third_party/skia/include/android/ |
| H A D | SkAnimatedImage.h | 74 * Returns the current frame as an SkImage. The SkImage will not change 76 * If there is no current frame, nullptr will be returned. 81 * How long to display the current frame. 124 // current one is already in use by another owner (e.g. 159 int computeNextFrame(int current, bool* animationEnded); 169 * Returns the current frame as an SkImage.
|
| /applications/standard/app_samples/code/Project/HapBuild/compile-tool/bin/ |
| H A D | compile-ut-ohpm.sh | 82 local current=""; 85 current=$1; 86 helperKey=${current#*--}; 89 helperValue=${current#*=}; 90 if [ "$helperValue" == "$current" ]; then
|
| /foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
| H A D | efilter.cpp | 366 ErrorCode CreateDmaEffectBufferIfNeed(IPType runningType, EffectBuffer *current, EffectBuffer *src, in CreateDmaEffectBufferIfNeed() argument 372 if (runningType == IPType::GPU && current->extraInfo_->bufferType == BufferType::DMA_BUFFER) { in CreateDmaEffectBufferIfNeed() 373 if (current == src || current->buffer_ != src->buffer_) { in CreateDmaEffectBufferIfNeed() 379 .bufferInfo = *current->bufferInfo_, in CreateDmaEffectBufferIfNeed()
|
| /third_party/exfatprogs/lib/ |
| H A D | exfat_dir.c | 140 struct list_head *current; in read_ahead_next_dir_blocks() local 147 current = exfat->dir_list.next; in read_ahead_next_dir_blocks() 148 if (iter->parent == list_entry(current, struct exfat_inode, list) && in read_ahead_next_dir_blocks() 149 current->next != &exfat->dir_list) { in read_ahead_next_dir_blocks() 150 next_inode = list_entry(current->next, struct exfat_inode, in read_ahead_next_dir_blocks() 267 /* the dentry must be in current, or next block which will be read */ in exfat_de_iter_get()
|
| /third_party/backends/backend/ |
| H A D | pnm.c | 498 0, /* Number of lines for the current scan. */ 1113 struct timeval current; in sane_start() local 1124 gettimeofday(¤t,NULL); in sane_start() 1125 if(current.tv_sec-start.tv_sec>5) in sane_start() 1127 start.tv_sec = current.tv_sec; in sane_start() 1130 if(current.tv_sec-start.tv_sec<5) in sane_start()
|
| /third_party/icu/icu4c/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
|
| /third_party/libsnd/src/ |
| H A D | rf64.c | 638 { sf_count_t current, pad_size ; in rf64_write_header() local 645 current = psf_ftell (psf) ; in rf64_write_header() 647 if (psf->dataoffset > 0 && current > psf->dataoffset) in rf64_write_header() 661 /* Reset the current header length to zero. */ in rf64_write_header() 767 else if (current > 0) in rf64_write_header() 768 psf_fseek (psf, current, SEEK_SET) ; in rf64_write_header() 776 /* Reset the current header buffer length to zero. */ in rf64_write_tailer()
|
| /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
|
| /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")
|
| /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()
|