/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 736 * @param srcStart Start index of the source 737 * @param srcLimit Limit index of the source 739 * @param destStart Start index of the destination buffer 740 * @param destLimit End index of the destination buffer 820 * @param srcStart Start index of the source 821 * @param srcLimit Limit index of the source 823 * @param destStart Start index of the destination buffer 824 * @param destLimit End index of the destination buffer 910 * @param srcStart Start index of the source 911 * @param srcLimit Limit index o 1593 setIndexOnly(int index) setIndexOnly() argument 1623 setIndex(int index) setIndex() argument [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_loop_analyze.c | 86 nir_loop_variable *var = &(state->loop_vars[value->index]); in get_loop_var() 88 if (!BITSET_TEST(state->loop_vars_init, value->index)) { in get_loop_var() 100 BITSET_SET(state->loop_vars_init, value->index); in get_loop_var() 582 * induction variable for the array index. If found it returns the size of the 595 assert(d->arr.index.is_ssa); in find_array_access_via_induction() 596 nir_loop_variable *array_index = get_loop_var(d->arr.index.ssa, state); in find_array_access_via_induction()
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 388 unsigned index = 0; in get_tf() local 392 index = fd_last++; in get_tf() 395 index = random(); in get_tf() 398 index = 0; in get_tf() 405 return &test_files[index % num_test_files]; in get_tf()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect_repl.js | 94 unwatch(index) Stop watching an expression at specific index from watch list 1087 const index = ArrayPrototypeIndexOf(watchedExpressions, expr); 1093 index !== -1 ? index : +expr, 1);
|
/third_party/node/src/ |
H A D | env.h | 166 inline v8::Local<v8::String> async_wrap_provider(int index) const; 259 // Returns the native executionAsyncResource value at stack index `index`. 263 inline v8::Local<v8::Object> native_execution_async_resource(size_t index); 454 int index, 459 int index; member 550 int index,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 529 Node* RawMachineAssembler::Parameter(size_t index) { in Parameter() argument 530 DCHECK_LT(index, parameter_count()); in Parameter() 531 return parameters_[index]; in Parameter() 567 void RawMachineAssembler::Switch(Node* index, RawMachineLabel* default_label, in Switch() argument 573 Node* switch_node = MakeNode(common()->Switch(succ_count), 1, &index); in Switch()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 445 // the largest element index. If the largest element index is in InitDepthAndFlags() 996 uint32_t index; in IsPropertyName() 997 return !string_->AsArrayIndex(&index); in IsPropertyName() 1081 uint32_t index; in Hash() local 1082 if (AsArrayIndex(&index)) { in Hash() 1085 return ComputeLongHash(index); in Hash()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.cc | 18 #include "src/objects/field-index-inl.h" 57 FieldIndex* index) { in CheckForName() 59 *index = FieldIndex::ForInObjectOffset(offset, encoding); in CheckForName() 68 Handle<Name> name, FieldIndex* index) { in IsJSObjectFieldAccessor() 77 JSArray::kLengthOffset, FieldIndex::kTagged, index); in IsJSObjectFieldAccessor() 81 String::kLengthOffset, FieldIndex::kWord32, index); in IsJSObjectFieldAccessor() 54 CheckForName(Isolate* isolate, Handle<Name> name, Handle<String> property_name, int offset, FieldIndex::Encoding encoding, FieldIndex* index) CheckForName() argument 67 IsJSObjectFieldAccessor(Isolate* isolate, Handle<Map> map, Handle<Name> name, FieldIndex* index) IsJSObjectFieldAccessor() argument
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.cc | 400 source().index(), in AllocateVreg() 464 __ LoadRoot(reg, index()); in GenerateCode() 468 os << "(" << RootsTable::name(index()) << ")"; in PrintParams() 538 // << ", field index = " << in GenerateCode() 676 __ Move(D::GetRegisterParameter(D::kSlot), Immediate(feedback().index())); in GenerateCode() 697 __ Move(D::GetRegisterParameter(D::kSlot), Immediate(feedback().index())); in GenerateCode()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profile-generator.cc | 440 for (size_t index = 1; index < info.stack.size(); ++index) { in Print() 442 indent + 10, "", info.stack[index].script_id, in Print() 443 info.stack[index].position); in Print()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 50 unsigned index) in dd_context_create_query() 55 query = pipe->create_query(pipe, query_type, index); in dd_context_create_query() 362 enum pipe_shader_type shader, uint index, in dd_context_set_constant_buffer() 369 safe_memcpy(&dctx->draw_state.constant_buffers[shader][index], in dd_context_set_constant_buffer() 371 pipe->set_constant_buffer(pipe, shader, index, take_ownership, constant_buffer); in dd_context_set_constant_buffer() 49 dd_context_create_query(struct pipe_context *_pipe, unsigned query_type, unsigned index) dd_context_create_query() argument 361 dd_context_set_constant_buffer(struct pipe_context *_pipe, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *constant_buffer) dd_context_set_constant_buffer() argument
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 247 /* Calculating the index based on the row and column. */ in bucket_for_size() 248 const unsigned index = (row * 4) + (col - 1); in bucket_for_size() local 250 return (index < bufmgr->num_buckets) ? in bucket_for_size() 251 &bufmgr->cache_bucket[index] : NULL; in bucket_for_size() 429 bo->index = -1; in bo_alloc_internal() 510 bo->index = -1; in crocus_bo_create_userptr()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | app_settings.rs | 32 .arg(Arg::new("test").required(true).index(1)) in sub_command_negate_required() 42 .arg(Arg::new("test").required(true).index(1)) in sub_command_negate_required_2() 83 .arg(Arg::new("test").index(1)) in arg_required_else_help() 98 .arg(Arg::new("test").index(1).required(true)) in arg_required_else_help_over_req_arg() 284 .arg(Arg::new("test").required(true).index(1)) in no_bin_name()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.cpp | 299 void Device::setRenderTarget(int index, egl::Image *renderTarget, unsigned int layer) in setRenderTarget() argument 306 if(this->renderTarget[index]) in setRenderTarget() 308 this->renderTarget[index]->release(); in setRenderTarget() 311 this->renderTarget[index] = renderTarget; in setRenderTarget() 313 Renderer::setRenderTarget(index, renderTarget, layer); in setRenderTarget()
|
/third_party/python/Modules/_ctypes/ |
H A D | cfield.c | 35 * Expects the size, index and offset for the current field in *psize and 47 PyCField_FromDesc(PyObject *desc, Py_ssize_t index, in PyCField_FromDesc() argument 138 self->index = index; in PyCField_FromDesc() 219 self->index, self->size, ptr); in PyCField_set() 237 self->index, self->size, src->b_ptr + self->offset); in PyCField_get()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.cpp | 1178 for (uint32 index = 0; index < fInfo.fColorPlanes; index++) 1181 if (key == fInfo.fCFAPlaneColor [index]) 1184 fFilterColor [r] [c] = index;
|
H A D | dng_shared.cpp | 2547 for (uint32 index = 0; index < tagCount; index++) in Parse_ifd0() 2555 printf ("\nExtraCameraProfile [%u]:\n\n", (unsigned) index); in Parse_ifd0() 2561 stream.SetReadPosition (tagOffset + index * 4); in Parse_ifd0()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
H A D | python_generator.cc | 638 m["index"] = StrCat(descriptor.index()); in PrintServiceDescriptor() 644 "index=$index$,\n" in PrintServiceDescriptor() 660 m["index"] = StrCat(method->index()); in PrintServiceDescriptor() 670 "index=$index$,\n" in PrintServiceDescriptor() 798 m["index"] = StrCat(desc->index()); in PrintDescriptor() [all...] |
/third_party/python/Lib/test/ |
H A D | test_hashlib.py | 933 index = 0 934 while index < len(data): 935 hasher.update(data[index:index + chunk_size]) 936 index += chunk_size
|
/third_party/pulseaudio/src/modules/ |
H A D | module-virtual-surround-sink.c | 432 chunk->index = 0; in sink_input_pop_cb() 1084 size_t index = i * 2 + ear; in pa__init() local 1091 p = fftwf_plan_dft_r2c_1d(fftlen, impulse_temp, u->f_ir[index], FFTW_ESTIMATE); in pa__init() 1096 pa_log("fftw plan creation failed for %s ear speaker index %d", (ear == 0) ? "left" : "right", i); in pa__init() 1104 size_t index = i * 2 + ear; in pa__init() local 1110 p = fftwf_plan_dft_r2c_1d(fftlen, impulse_temp, u->f_ir[index], FFTW_ESTIMATE); in pa__init() 1115 pa_log("fftw plan creation failed for %s ear speaker index %d", (ear == 0) ? "left" : "right", i); in pa__init()
|
/third_party/rust/crates/serde/test_suite/tests/ |
H A D | test_annotations.rs | 2917 Struct { index: u32, value: u32 }, 2973 index: 0, in struct_from_seq() 2982 Token::U32(0), // index in struct_from_seq() 3000 index: 0, in struct_from_map() 3012 Token::Str("index"), in struct_from_map() 3043 Struct { index: u32, value: u32 }, 3057 index: 0, in struct_() 3075 Token::Str("index"), in struct_()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 2686 // no-op on the last index in test_split_off() 3831 assert_eq!(&s[$range], expected, "(in assertion for: index)"); 3883 // Generates test cases for bad index operations. 4151 "byte index 4 is not a char boundary; it is inside 'α' (bytes 3..5) of"; 4158 "byte index 6 is not a char boundary; it is inside 'β' (bytes 5..7) of"; 4165 "byte index 4 is not a char boundary; it is inside 'α' (bytes 3..5) of"; 4172 "byte index 6 is not a char boundary; it is inside 'β' (bytes 5..7) of"; 4179 "byte index 4 is not a char boundary; it is inside 'α' (bytes 3..5) of"; 4186 "byte index 6 is not a char boundary; it is inside 'β' (bytes 5..7) of"; 4193 "byte index 18276 fn index(&self, index: ops::Range<usize>) -> &str { index() functions 18285 fn index(&self, index: ops::RangeTo<usize>) -> &str { index() functions 18294 fn index(&self, index: ops::RangeFrom<usize>) -> &str { index() functions 18303 fn index(&self, _index: ops::RangeFull) -> &str { index() functions 18312 fn index(&self, index: ops::RangeInclusive<usize>) -> &str { index() functions 18321 fn index(&self, index: ops::RangeToInclusive<usize>) -> &str { index() functions 22377 let mut index = indices[i].1; sort_by_cached_key() variables 28109 pub fn index(&self) -> Option<usize> { fmt() functions 28206 pub fn index(&self) -> Option<usize> { index() functions 31819 fn index(&self, key: &Q) -> &V { fmt() functions 43085 fn index(&self, index: usize) -> &A { index() functions 49191 fn index(&self, index: I) -> &Self::Output { index() functions [all...] |
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 133 int index = base::bits::CountTrailingZeros(list_); in PopLowestIndex() local 134 DCHECK((1LL << index) & list_); in PopLowestIndex() 135 Remove(index); in PopLowestIndex() 136 return CPURegister::Create(index, size_, type_); in PopLowestIndex() 143 int index = CountLeadingZeros(list_, kRegListSizeInBits); in PopHighestIndex() local 144 index = kRegListSizeInBits - 1 - index; in PopHighestIndex() 145 DCHECK((1LL << index) & list_); in PopHighestIndex() 146 Remove(index); in PopHighestIndex() 147 return CPURegister::Create(index, size in PopHighestIndex() 373 EmbeddedObjectIndex index = AddEmbeddedObject(object); AllocateAndInstallRequestedHeapObjects() local 380 EmbeddedObjectIndex index = AllocateAndInstallRequestedHeapObjects() local 2654 fmov(const VRegister& vd, int index, const Register& rn) fmov() argument 2660 fmov(const Register& rd, const VRegister& vn, int index) fmov() argument 3480 ext(const VRegister& vd, const VRegister& vn, const VRegister& vm, int index) ext() argument 4397 EmbeddedObjectIndex index = AddEmbeddedObject(Handle<CodeT>()); near_call() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 325 var->data.index = 1; in lower_dual_blend() 640 fbfetch->data.index = 0; /* fix this if more than 1 fbfetch target is supported */ in lower_fbfetch_instr() 1691 nir_ssa_def *index = deref->arr.index.ssa; in lower_64bit_vars() local 1692 /* this might be an indirect array index: in lower_64bit_vars() 1698 nir_push_if(&b, nir_ieq_imm(&b, index, idx)); in lower_64bit_vars() 1751 nir_ssa_def *index = deref->arr.index.ssa; in lower_64bit_vars() local 1752 /* this might be an indirect array index: in lower_64bit_vars() 1755 * - phi the loads using the array index in lower_64bit_vars() 2554 zink_binding(gl_shader_stage stage, VkDescriptorType type, int index, bool compact_descriptors) zink_binding() argument [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 1573 unsigned index = lane + (iteration * vd_lane_count); in Test1OpNEON() local 1576 static_cast<uint64_t>(results[index])); in Test1OpNEON() 1780 unsigned index = lane + (iteration * vd_lanes_per_q); in Test1OpAcrossNEON() local 1783 static_cast<uint64_t>(results[index])); in Test1OpAcrossNEON() 2041 unsigned index = lane + (iteration * vd_lane_count); in Test2OpNEON() local 2044 static_cast<uint64_t>(results[index])); in Test2OpNEON() 2124 // ==== Tests for instructions of the form <INST> Vd, Vn, Vm[<#index>]. ==== 2309 unsigned index = lane + (iteration * vd_lane_count); in TestByElementNEON() local 2312 static_cast<uint64_t>(results[index])); in TestByElementNEON() 2330 for (unsigned index in TestByElementNEON() 2537 unsigned index = lane + (iteration * vd_lane_count); Test2OpImmNEON() local 2767 unsigned index = lane + (iteration * vd_lane_count); TestOpImmOpImmNEON() local [all...] |