Home
last modified time | relevance | path

Searched refs:index (Results 12326 - 12350 of 22913) sorted by relevance

1...<<491492493494495496497498499500>>...917

/third_party/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp123 // Look up the argument for the constructor at each index. This is typically simple but for in optimize_constructor_swizzle()
164 for (int index = 0; index < numConstructorArgs; ++index) { in optimize_constructor_swizzle()
165 int8_t constructorArgIndex = argMap[index].fArgIndex; in optimize_constructor_swizzle()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Dhb_test_tools.py95 i = self.symbols.index (l[0])
114 i = self.symbols.index (l[0])
238 i = l.index (':')
266 return l[1:l.index (':')]
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-native.c336 c->memchunk.index = 0; in pa_rtp_recv()
344 chunk->index = c->memchunk.index; in pa_rtp_recv()
347 c->memchunk.index += audio_length; in pa_rtp_recv()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp243 bool Input::preflightFlowElement(unsigned index, void *&SaveInfo) { in preflightFlowElement() argument
248 CurrentNode = SQ->Entries[index].get(); in preflightFlowElement()
540 bool Output::preflightDocument(unsigned index) { in preflightDocument() argument
541 if (index > 0) in preflightDocument()
/third_party/skia/tools/viewer/
H A DParticlesSlide.cpp178 int index = fArrayCounterStack.back()++; in item() local
180 fScratchLabel = SkStringPrintf("[%d]", index); in item()
182 ImGui::PushID(index); in item()
186 edit.fIndex = index; in item()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h914 * @param start the start index in the string for the span operation
947 * @param limit the exclusive-end index in the string for the span operation
1021 * where last is the index of the last character to match.
1055 * Returns the index of the given character within this set, where
1059 * @return an index from 0..size()-1, or -1
1065 * Returns the character at the given index within this set, where
1066 * the set is ordered by ascending code point. If the index is
1069 * @param index an index from 0..size()-1
1070 * @return the character at the given index, o
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource9.js138 if (type.index) {
139 this.resolveSignatureGroup(type.index, scope, null);
340 if (type.index) {
341 this.resolveSignatureGroup(type.index, scope, null);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java168 final long index; field in IsValidUtf8TestUtil.Shard
173 public Shard(long index, long start, long lim, long expected) { in Shard() argument
175 this.index = index; in Shard()
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py43 arcs.append((self.make_label(c, label), dfa.index(next)))
45 arcs.append((0, dfa.index(state)))
212 j = todo.index(next)
226 print(" %s -> %d" % (label, dfa.index(next)))
/third_party/python/Lib/test/
H A Dtest_enumerate.py211 def __getitem__(self, index):
212 return index
221 def __getitem__(self, index):
222 return index
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dpoisson_distribution_test.cc178 size_t index; member
194 absl::StrCat(c.index, ": pmf=", c.pmf, " cdf=", c.cdf)); in LogCDF()
388 if (!cutoffs_.empty() && cutoffs_.back() == result.index) { in InitChiSquaredTest()
392 cutoffs_.push_back(result.index); in InitChiSquaredTest()
/third_party/skia/bench/
H A DMathBench.cpp261 IsFiniteBench(int index) { in IsFiniteBench() argument
268 if (index < 0) { in IsFiniteBench()
272 fProc = gRec[index].fProc; in IsFiniteBench()
273 fName = gRec[index].fName; in IsFiniteBench()
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.h139 DistanceEntry& GetEntry(size_t index) { return entries[index]; } in GetEntry() argument
140 const DistanceEntry& GetEntry(size_t index) const { return entries[index]; } in GetEntry()
/third_party/vk-gl-cts/framework/common/
H A DtcuWaiverUtil.cpp98 deUint32 parentIndex; // index in allComponents vector
99 std::vector<deUint32> childrenIndex; // index in allComponents vector
126 // helper method used in buildTreeFromPathList; returns index
129 deUint32 findComponentInBuildTree(const std::vector<std::string>& pathComponents, deUint32 index) const;
298 deUint32 WaiverTreeBuilder::findComponentInBuildTree(const std::vector<std::string>& pathComponents, deUint32 index) const in findComponentInBuildTree()
300 const std::string& checkedName = pathComponents[index]; in findComponentInBuildTree()
310 deUint32 reverseLevel = index; in findComponentInBuildTree()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.hpp373 deUint32 index; member
376 SpecializationData (void) : index(0), value(0) {} in SpecializationData()
377 SpecializationData (const deUint32 index_, const deUint32 value_) : index(index_), value(value_) {} in SpecializationData()
414 specializationIndices.push_back(specData.index); in operator <<()
/device/soc/rockchip/rk2206/adapter/hals/update/
H A Dhal_hota_board.c28 int HotaHalGetUpdateIndex(unsigned int *index) in HotaHalGetUpdateIndex() argument
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_bitput.h31 RK_U32 index; //!< current uint position member
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/
H A DIOMXComponentMgr.h42 EnumerateComponentsByIndex(OMX_U32 index,
/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/
H A Dfms_form_info_mgr_test.cpp37 "src": "./js/pages/card/index",
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_element.h37 void BuildGridData(int32_t index, int32_t count);
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_element.h40 void RequestChildFocus(int32_t index);
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.h39 void SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize) override;
/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_element.h42 void RequestChildFocus(int32_t index);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.h41 OffsetF CalculateChildOffset(int32_t index, LayoutWrapper* layoutWrapper);
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_element.h33 void OnOptionCallback(std::size_t index);

Completed in 27 milliseconds

1...<<491492493494495496497498499500>>...917