Home
last modified time | relevance | path

Searched refs:current (Results 976 - 1000 of 1746) sorted by relevance

1...<<31323334353637383940>>...70

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h39 unsigned past, future, current; member
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dcaniter.h93 * 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 Duchriter.h91 * 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 DSkAnimatedImage.h74 * 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 Dcompile-ut-ohpm.sh82 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 Defilter.cpp366 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 Dexfat_dir.c140 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 Dpnm.c498 0, /* Number of lines for the current scan. */
1113 struct timeval current; in sane_start() local
1124 gettimeofday(&current,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 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
/third_party/libsnd/src/
H A Drf64.c638 { 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 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
/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")
/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()

Completed in 39 milliseconds

1...<<31323334353637383940>>...70