/third_party/ltp/testcases/kernel/syscalls/io_uring/ |
H A D | io_uring01.c | 180 unsigned int index = 0, tail = 0, next_tail = 0; in submit_to_uring_sq() local 201 index = tail & *s->sq_ring.ring_mask; in submit_to_uring_sq() 202 sqe = &s->sqes[index]; in submit_to_uring_sq() 210 sring->array[index] = index; in submit_to_uring_sq()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-stack-trace-iterator.cc | 22 v8::Isolate* isolate, int index) { in Create() 25 reinterpret_cast<internal::Isolate*>(isolate), index)); in Create() 30 DebugStackTraceIterator::DebugStackTraceIterator(Isolate* isolate, int index) in DebugStackTraceIterator() argument 39 for (; !Done() && index > 0; --index) Advance(); in DebugStackTraceIterator() 21 Create( v8::Isolate* isolate, int index) Create() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 56 Isolate* isolate, int index) const { in ArgString() 57 // `index` may be >= argc; in that case we return a default value to pass on in ArgString() 59 DCHECK_LT(index, kMaxArgumentCount); in ArgString() 60 switch (args_[index].type) { in ArgString() 62 return args_[index].js_string; in ArgString() 67 ->NewStringFromUtf8(base::CStrVector(args_[index].c_string), in ArgString()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_acc.c | 190 unsigned index, in fd_acc_create_query2() 210 q->index = index; in fd_acc_create_query2() 216 fd_acc_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_acc_create_query() argument 223 return fd_acc_create_query2(ctx, query_type, index, in fd_acc_create_query() 189 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type, unsigned index, const struct fd_acc_sample_provider *provider) fd_acc_create_query2() argument
|
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
H A D | MappingFileProvider.java | 76 int index = 0; in readFileConfigs() 78 countryCallingCodes[index++] = countryCallingCode; in readFileConfigs() 160 int index = Arrays.binarySearch(countryCallingCodes, countryCallingCode); in getFileName() 161 if (index < 0) { in getFileName() 164 Set<String> setOfLangs = availableLanguages.get(index); in getFileName()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_percolator.py | 22 def uppercase_insert(self, index, chars, tags=None): 24 self.delegate.insert(index, chars) 26 def lowercase_insert(self, index, chars, tags=None): 28 self.delegate.insert(index, chars) 30 def dont_insert(self, index, chars, tags=None):
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-subscribe.c | 55 uint32_t index; member 150 e->index); in dump_event() 173 s->callback(c, e->type, e->index, s->userdata); in defer_cb() 226 if (i->index != idx) in pa_subscription_post() 252 e->index = idx; in pa_subscription_post()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.hpp | 77 // index is needed. Since that index is accessed every time a test requests shader 89 // index points into a offset of its child list. Children for each node are stored 92 // If word contains one or more trailing 0 bytes, index denotes the binary index 93 // instead of index of the child list. 98 deUint32 index; //!< Binary index if word ends with 0 bytes, or index of first child node otherwise. member 193 deUint32 index; member [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | IndexDataManagerTest.cpp | 7 // Performance test for index buffer management. 171 for (GLsizei index = 0; index < mIndexCount; ++index) 173 indexData[index] = static_cast<GLushort>(index);
|
/third_party/skia/src/gpu/ |
H A D | GrAuditTrail.cpp | 57 int index = *indexPtr; in opsCombined() local 58 SkASSERT(index < fOpsTask.count() && fOpsTask[index]); in opsCombined() 59 OpNode& consumerOp = *fOpsTask[index]; in opsCombined() 73 childOp->fOpsTaskID = index; in opsCombined()
|
/third_party/skia/src/core/ |
H A D | SkImageFilter_Base.h | 184 sk_sp<SkImageFilter> getInput(int index) { return fInputs[index]; } in getInput() argument 219 sk_sp<SkSpecialImage> filterInput(int index, const Context& ctx, SkIPoint* offset) const { in filterInput() argument 220 return this->filterInput(index, ctx).imageAndOffset(offset); in filterInput() 236 // image filter at 'index' using the given context. If the input image filter is null, it 244 skif::FilterResult filterInput(int index, const skif::Context& ctx) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_equation_instruction.cpp | 220 for (uint32_t index = 0; index < 2; index++) { in MaybeGetResultTypeId() 222 message_.in_operand_id(index)); in MaybeGetResultTypeId() 237 if (index == 0) { in MaybeGetResultTypeId()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 226 uint32_t index) { in FixNonDominatedIdUses() 235 if (!DefinitionSufficientlyDominatesUse(&def, use, index, block)) { in FixNonDominatedIdUses() 242 index, {FindOrCreateFunctionVariable( in FixNonDominatedIdUses() 252 index, {FindOrCreateGlobalVariable( in FixNonDominatedIdUses() 259 use->SetOperand(index, in FixNonDominatedIdUses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_equation_instruction.cpp | 220 for (uint32_t index = 0; index < 2; index++) { in MaybeGetResultTypeId() 222 message_.in_operand_id(index)); in MaybeGetResultTypeId() 237 if (index == 0) { in MaybeGetResultTypeId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 226 uint32_t index) { in FixNonDominatedIdUses() 235 if (!DefinitionSufficientlyDominatesUse(&def, use, index, block)) { in FixNonDominatedIdUses() 242 index, {FindOrCreateFunctionVariable( in FixNonDominatedIdUses() 252 index, {FindOrCreateGlobalVariable( in FixNonDominatedIdUses() 259 use->SetOperand(index, in FixNonDominatedIdUses()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | transreg.h | 275 * Return the index-th available ID. index must be between 0 276 * and countAvailableIDs() - 1, inclusive. If index is out of 278 * @param index the given index. 279 * @return the index-th available ID. index must be between 0 280 * and countAvailableIDs() - 1, inclusive. If index is out of 284 const UnicodeString& getAvailableID(int32_t index) const; 294 * @param index whic 426 int32_t index; global() member in TransliteratorRegistry::Enumeration [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | lto.h | 279 lto_module_get_symbol_name(lto_module_t mod, unsigned int index); 287 lto_module_get_symbol_attribute(lto_module_t mod, unsigned int index); 605 size_t index, 700 unsigned int index); 723 unsigned int index);
|
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps_test.py | 47 index = problem.find(key_path) 48 if index != -1: 50 index = problem.find(substring, index + 1) 51 self.assertTrue(index != -1, '%s in %s' % (substring, problem))
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | stackvec.rs | 131 let index = self.len(); in extend_unchecked() 132 let new_len = index + slc.len(); in extend_unchecked() 137 let dst = self.as_mut_ptr().add(index); in extend_unchecked() 181 for index in 0..count { in resize_unchecked() 183 let dst = self.as_mut_ptr().add(old_len + index); in resize_unchecked()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_equation_instruction.cpp | 221 for (uint32_t index = 0; index < 2; index++) { in MaybeGetResultTypeId() 223 message_.in_operand_id(index)); in MaybeGetResultTypeId() 238 if (index == 0) { in MaybeGetResultTypeId()
|
/third_party/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity.cpp | 227 uint32_t index) { in FixNonDominatedIdUses() 236 if (!DefinitionSufficientlyDominatesUse(&def, use, index, block)) { in FixNonDominatedIdUses() 243 index, {FindOrCreateFunctionVariable( in FixNonDominatedIdUses() 253 index, {FindOrCreateGlobalVariable( in FixNonDominatedIdUses() 260 use->SetOperand(index, in FixNonDominatedIdUses()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | trace_fixture.h | 66 void UpdateUniformBlockIndex(GLuint program, const char *name, GLuint index); 74 GLuint &operator[](GLuint index) in operator []() argument 76 if (mIDs.size() <= static_cast<size_t>(index)) in operator []() 77 mIDs.resize(index + 1, 0); in operator []() 78 return mIDs[index]; in operator []()
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/ |
H A D | dash_media_downloader.cpp | 58 for (unsigned int index = 0; index < segmentDownloaders_.size(); index++) { in Close() 59 segmentDownloaders_[index]->Close(isAsync, true); in Close() 65 for (unsigned int index = 0; index < segmentDownloaders_.size(); index++) { in Pause() 66 segmentDownloaders_[index]->Pause(); in Pause() 72 for (unsigned int index = 0; index < segmentDownloaders in Resume() [all...] |
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 78 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnInputBufferAvailable() argument 83 signal->inQueue_.push(index); in OnInputBufferAvailable() 88 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnOutputBufferAvailable() argument 93 signal->outQueue_.push(index); in OnOutputBufferAvailable() 108 int32_t HandleInputBuffer(const uint32_t index); 165 int32_t AudioVividCodeCapiDecoderUnitTest::HandleInputBuffer(const uint32_t index) in HandleInputBuffer() argument 167 int32_t ret = OH_AudioCodec_PushInputBuffer(audioDec_, index); in HandleInputBuffer() 182 uint32_t index = signal_->inQueue_.front(); in InputFunc() local 192 HandleInputBuffer(index); in InputFunc() 217 if (HandleInputBuffer(index) ! in InputFunc() 237 uint32_t index = signal_->outQueue_.front(); OutputFunc() local 785 uint32_t index = 0; HWTEST_F() local 797 uint32_t index = 0; HWTEST_F() local 809 uint32_t index = 1024; HWTEST_F() local 821 uint32_t index = 1024; HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/ |
H A D | codec_server_coverage_unit_test.cpp | 795 uint32_t index = 1; in HWTEST_F() local 796 int32_t ret = server_->QueueInputBuffer(index); in HWTEST_F() 807 uint32_t index = 1; in HWTEST_F() local 808 int32_t ret = server_->QueueInputParameter(index); in HWTEST_F() 969 uint32_t index = 1; in HWTEST_F() local 972 server_->OnInputBufferAvailable(index, buffer); in HWTEST_F() 988 uint32_t index = 1; in HWTEST_F() local 991 server_->OnInputBufferAvailable(index, buffer); in HWTEST_F() 1007 uint32_t index = 1; in HWTEST_F() local 1010 server_->OnInputBufferAvailable(index, buffe in HWTEST_F() 1026 uint32_t index = 1; HWTEST_F() local 1044 uint32_t index = 1; HWTEST_F() local 1062 uint32_t index = 1; HWTEST_F() local 1079 uint32_t index = 1; HWTEST_F() local 1097 uint32_t index = 1; HWTEST_F() local [all...] |