/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | verbose.py | 99 index = 1 102 sys.stderr.write("%4i (%s) %s\n" % (index, t, test)) 103 index += 1
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | csrucode.h | 70 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0; 84 int32_t getChar(const uint8_t *input, int32_t index) const override; 97 int32_t getChar(const uint8_t *input, int32_t index) const override;
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test.h | 104 read_elem(struct lp_type type, const void *src, unsigned index); 108 write_elem(struct lp_type type, void *dst, unsigned index, double src); 112 random_elem(struct lp_type type, void *dst, unsigned index);
|
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference-encoder.h | 23 static uint32_t Encode(uint32_t index, bool is_from_api) { in Encode() argument 24 return Index::encode(index) | IsFromAPI::encode(is_from_api); in Encode() 28 uint32_t index() const { return Index::decode(value_); } in index() function in v8::internal::ExternalReferenceEncoder::Value
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | roots-serializer.cc | 29 int index; in SerializeInObjectCache() local 30 if (!object_cache_index_map_.LookupOrInsert(*heap_object, &index)) { in SerializeInObjectCache() 32 // we can refer to it via cache index from the delegating snapshot. in SerializeInObjectCache() 35 return index; in SerializeInObjectCache()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | software_version_test.cpp | 34 int index = -1; in CheckFormOfHighLevelVersion() local 35 s >> v >> year >> period >> index; in CheckFormOfHighLevelVersion() local 39 EXPECT_THAT(index, Ge(0)); in CheckFormOfHighLevelVersion()
|
/third_party/skia/src/gpu/ |
H A D | GrRectanizerPow2.h | 65 int index = 32 - SkCLZ(height - 1); in HeightToRowIndex() local 66 SkASSERT(index < kMaxExponent); in HeightToRowIndex() 67 return index; in HeightToRowIndex()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexRoutine.hpp | 57 virtual void pipeline(UInt &index) = 0; 61 Vector4f readStream(Pointer<Byte> &buffer, UInt &stride, const Stream &stream, const UInt &index); 62 void readInput(UInt &index);
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.hpp | 78 void emit_type_member(const SPIRType &type, uint32_t index); 79 void emit_type_member_qualifiers(const SPIRType &type, uint32_t index); 84 std::string to_member_name(const SPIRType &type, uint32_t index) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | software_version_test.cpp | 34 int index = -1; in CheckFormOfHighLevelVersion() local 35 s >> v >> year >> period >> index; in CheckFormOfHighLevelVersion() local 39 EXPECT_THAT(index, Ge(0)); in CheckFormOfHighLevelVersion()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csrucode.h | 70 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0; 84 int32_t getChar(const uint8_t *input, int32_t index) const; 97 int32_t getChar(const uint8_t *input, int32_t index) const;
|
/third_party/skia/docs/examples/ |
H A D | TextBlob_uniqueID.cpp | 8 for (int index = 0; index < 2; ++index) { in REG_FIDDLE()
|
/third_party/skia/experimental/xform/ |
H A D | SkXform.cpp | 54 int index = fChildren.find(child); in internalRemoveChild() local 55 SkASSERT(index >= 0); in internalRemoveChild() 56 fChildren.removeShuffle(index); in internalRemoveChild()
|
/third_party/spirv-tools/test/ |
H A D | software_version_test.cpp | 34 int index = -1; in CheckFormOfHighLevelVersion() local 35 s >> v >> year >> period >> index; in CheckFormOfHighLevelVersion() local 39 EXPECT_THAT(index, Ge(0)); in CheckFormOfHighLevelVersion()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 42 Operand InputOperand(size_t index, int extra = 0) { in InputOperand() argument 43 return ToOperand(instr_->InputAt(index), extra); in InputOperand() 46 Immediate InputImmediate(size_t index) { in InputImmediate() argument 47 return ToImmediate(instr_->InputAt(index)); in InputImmediate() 61 return SlotToOperand(AllocatedOperand::cast(op)->index(), extra); in ToOperand() 137 Register index = InputRegister(NextOffset(offset)); in MemoryOperand() local 140 return Operand(base, index, scale, disp); in MemoryOperand() 147 Register index = InputRegister(NextOffset(offset)); in MemoryOperand() local 150 return Operand(base, index, scale, ctant.ToInt32(), ctant.rmode()); in MemoryOperand() 156 Register index in MemoryOperand() local 165 Register index = InputRegister(NextOffset(offset)); MemoryOperand() local 194 Register index = InputRegister(NextOffset(&offset)); NextMemoryOperand() local 223 HasImmediateInput(Instruction* instr, size_t index) HasImmediateInput() argument 227 HasRegisterInput(Instruction* instr, size_t index) HasRegisterInput() argument 970 size_t index = 0; AssembleArchInstruction() local 1570 size_t index = 0; AssembleArchInstruction() local 1586 size_t index = 0; AssembleArchInstruction() local 1599 size_t index = 0; AssembleArchInstruction() local 1612 size_t index = 0; AssembleArchInstruction() local 1621 size_t index = 0; AssembleArchInstruction() local 1630 size_t index = 0; AssembleArchInstruction() local 1699 size_t index = 1; AssembleArchInstruction() local 2713 size_t index = 0; AssembleArchInstruction() local 2724 size_t index = 0; AssembleArchInstruction() local 2732 size_t index = 0; AssembleArchInstruction() local 2744 size_t index = 0; AssembleArchInstruction() local 2755 size_t index = 0; AssembleArchInstruction() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model_ng.cpp | 80 void SwiperModelNG::SetIndex(uint32_t index) in SetIndex() argument 82 ACE_UPDATE_LAYOUT_PROPERTY(SwiperLayoutProperty, Index, index); in SetIndex() 201 pattern->UpdateChangeEvent([event = std::move(onChange)](int32_t index) { in SetOnChange() 203 SwiperChangeEvent eventInfo(index); in SetOnChange() 216 [event = std::move(onAnimationStart)](int32_t index, int32_t targetIndex, const AnimationCallbackInfo& info) { in SetOnAnimationStart() 218 event(index, targetIndex, info); in SetOnAnimationStart() 231 [event = std::move(onAnimationEnd)](int32_t index, const AnimationCallbackInfo& info) { in SetOnAnimationEnd() 233 event(index, info); in SetOnAnimationEnd() 246 [event = std::move(onGestureSwipe)](int32_t index, const AnimationCallbackInfo& info) { in SetOnGestureSwipe() 248 event(index, inf in SetOnGestureSwipe() 470 SetIndex(FrameNode* frameNode, uint32_t index) SetIndex() argument 824 SetSwiperToIndex(FrameNode* frameNode, int32_t index, bool useAnimation) SetSwiperToIndex() argument [all...] |
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | decoder_surface_filter_unit_test.cpp | 68 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override {} 70 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override 73 decoderSurfaceFilter->DrainOutputBuffer(index, buffer); 112 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable() argument 115 callback_->OnInputBufferAvailable(index, buffer); in OnInputBufferAvailable() 130 void OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable() argument 133 callback_->OnOutputBufferAvailable(index, buffer); in OnOutputBufferAvailable() 170 int32_t ReleaseOutputBuffer(uint32_t index, bool render) in ReleaseOutputBuffer() argument 477 uint32_t index = 0; in HWTEST_F() local 479 EXPECT_EQ(decoderSurfaceFilter_->AcquireNextRenderBuffer(byIdx, index, outBuffe in HWTEST_F() 648 uint32_t index = 0; HWTEST_F() local 663 uint32_t index = 0; HWTEST_F() local 684 uint32_t index = 0; HWTEST_F() local 701 uint32_t index = 0; HWTEST_F() local [all...] |
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_shortcut_manager.cpp | 237 for (int32_t index = 0; index < nSysKeys; ++index) { in ReadSystemKeys() 238 cJSON *jsonSysKey = cJSON_GetArrayItem(jsonSysKeys, index); in ReadSystemKeys() 257 for (int32_t index = 0; index < nPreKeys; ++index) { in ReadSystemKey() 258 cJSON *jsonPreKey = cJSON_GetArrayItem(jsonPreKeys, index); in ReadSystemKey() 322 for (int32_t index = 0; index < nSysKey in ReadExceptionalSystemKeys() [all...] |
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | EnumDirItems.cpp | 120 UString CDirItems::GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const
in GetPrefixesPath() argument 126 for (i = index; i >= 0; i = parents[(unsigned)i])
in GetPrefixesPath() 134 for (i = index; i >= 0; i = parents[(unsigned)i])
in GetPrefixesPath() 144 FString CDirItems::GetPhyPath(unsigned index) const
in GetPhyPath() 146 const CDirItem &di = Items[index];
in GetPhyPath() 150 UString CDirItems::GetLogPath(unsigned index) const
in GetLogPath() 152 const CDirItem &di = Items[index];
in GetLogPath() 699 int index = curNode.FindSubNode(name);
in EnumerateForItem() local 700 if (index >= 0)
in EnumerateForItem() 702 nextNode = &curNode.SubNodes[(unsigned)index];
in EnumerateForItem() 958 int index = curNode.FindSubNode(name); EnumerateDirItems() local 1408 const int index = OwnerNameMap.Find(item.uid); FillDeviceSizes() local 1413 const int index = OwnerGroupMap.Find(item.gid); FillDeviceSizes() local 1539 unsigned index = indices[i]; EnumerateDirItemsAndSort() local [all...] |
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 279 void InsertSpace(unsigned &index, unsigned size);
463 // void Insert(unsigned index, char c);
464 void Insert(unsigned index, const char *s);
465 void Insert(unsigned index, const AString &s);
472 void Delete(unsigned index) throw();
473 void Delete(unsigned index, unsigned count) throw();
476 void DeleteFrom(unsigned index)
in DeleteFrom() argument 478 if (index < _len)
in DeleteFrom() 480 _len = index;
in DeleteFrom() 481 _chars[index] in DeleteFrom() 484 DeleteFrom(int index) DeleteFrom() argument 760 Delete(int index) Delete() argument 765 DeleteFrom(int index) DeleteFrom() argument 766 DeleteFrom(unsigned index) DeleteFrom() argument [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 93 TNode<IntPtrT> index, TNode<Object> value, 128 TNode<IntPtrT> index, TNode<Object> value, 133 TNode<IntPtrT> index, TNode<Object> value, 362 TNode<JSObject> receiver, TNode<IntPtrT> index, TNode<Object> value, in MaybeUpdateLengthAndReturn() 365 TNode<Smi> new_length = SmiTag(Signed(IntPtrAdd(index, IntPtrConstant(1)))); in MaybeUpdateLengthAndReturn() 375 TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, in StoreElementWithCapacity() 399 ElementOffsetFromIndex(index, PACKED_ELEMENTS, kHeaderSize); in StoreElementWithCapacity() 430 MaybeUpdateLengthAndReturn(receiver, index, value, update_length); in StoreElementWithCapacity() 448 MaybeUpdateLengthAndReturn(receiver, index, value, update_length); in StoreElementWithCapacity() 471 ElementOffsetFromIndex(index, PACKED_DOUBLE_ELEMENT in StoreElementWithCapacity() 361 MaybeUpdateLengthAndReturn( TNode<JSObject> receiver, TNode<IntPtrT> index, TNode<Object> value, UpdateLength update_length) MaybeUpdateLengthAndReturn() argument 372 StoreElementWithCapacity( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<FixedArrayBase> elements, TNode<Word32T> elements_kind, TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, Label* slow, UpdateLength update_length) StoreElementWithCapacity() argument 567 EmitGenericElementStore( TNode<JSObject> receiver, TNode<Map> receiver_map, TNode<Uint16T> instance_type, TNode<IntPtrT> index, TNode<Object> value, TNode<Context> context, Label* slow) EmitGenericElementStore() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 38 ppir_node *node = ppir_node_create(block, op, ssa->index, 0); in ppir_node_create_ssa() 57 ppir_node *node = ppir_node_create(block, op, reg->index, mask); in ppir_node_create_reg() 64 if (r->index == reg->index) { in ppir_node_create_reg() 83 unsigned index = -1; in ppir_node_create_dest() local 92 return ppir_node_create(block, op, index, 0); in ppir_node_create_dest() 101 child = comp->var_nodes[ns->ssa->index]; in ppir_node_add_src() 109 child = comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle]; in ppir_node_add_src() 114 comp->var_nodes[(reg->index << 2) + comp->reg_base + swizzle] = child; in ppir_node_add_src() 278 lnode->index in ppir_emit_intrinsic() [all...] |
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | phonemetadata.pb.js | 164 * Gets the value of the leading_digits_pattern field at the index given. 165 * @param {number} index The index to lookup. 168 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPattern = function(index) { 169 return /** @type {?string} */ (this.get$Value(3, index)); 174 * Gets the value of the leading_digits_pattern field at the index given or the default value if not set. 175 * @param {number} index The index to lookup. 178 i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPatternOrDefault = function(index) { 179 return /** @type {string} */ (this.get$ValueOrDefault(3, index)); [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 420 // Array index zero should be equivalent to the un-indexed uniform in TEST_P() 497 for (size_t index = 0; index < inValues.size(); ++index) in TEST_P() 499 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P() 500 GLfloat expectedValue = expectedFValues[index]; in TEST_P() 509 for (size_t index = 0; index < inValues.size(); ++index) in TEST_P() 511 GLfloat inValue = static_cast<GLfloat>(inValues[index]); in TEST_P() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 442 const size_t idx = index(edge_type); in SetEdge() 658 // Find the index of offset with `IndexBeyond` which provides us the edge in CopySuffix() 661 CordRepBtree* sub = node->CopyToEndFrom(pos.index, len); in CopySuffix() 666 // bytes of the edge preceding that in `pos.index`. We need to iteratively in CopySuffix() 670 assert(pos.index >= 1); in CopySuffix() 671 const size_t begin = pos.index - 1; in CopySuffix() 686 CordRepBtree* nsub = node->CopyToEndFrom(pos.index, len); in CopySuffix() 690 sub->set_begin(pos.index); in CopySuffix() 716 // Create a partial copy of the node up to `pos.index`, with a defined length in CopyPrefix() 718 CordRepBtree* sub = node->CopyBeginTo(pos.index, in CopyPrefix() [all...] |