/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwizzle.cpp | 123 // 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 D | hb_test_tools.py | 95 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 D | rtp-native.c | 336 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 D | YAMLTraits.cpp | 243 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 D | ParticlesSlide.cpp | 178 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 D | uniset.h | 914 * @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 D | parserRealSource9.js | 138 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 D | IsValidUtf8TestUtil.java | 168 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 D | pgen.py | 43 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 D | test_enumerate.py | 211 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 D | poisson_distribution_test.cc | 178 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 D | MathBench.cpp | 261 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 D | loop_dependence.h | 139 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 D | tcuWaiverUtil.cpp | 98 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 D | gluShaderProgram.hpp | 373 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 D | hal_hota_board.c | 28 int HotaHalGetUpdateIndex(unsigned int *index) in HotaHalGetUpdateIndex() argument
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/ |
H A D | mpp_bitput.h | 31 RK_U32 index; //!< current uint position member
|
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
H A D | IOMXComponentMgr.h | 42 EnumerateComponentsByIndex(OMX_U32 index,
|
/foundation/ability/form_fwk/test/unittest/fms_form_info_mgr_test/ |
H A D | fms_form_info_mgr_test.cpp | 37 "src": "./js/pages/card/index",
|
/foundation/arkui/ace_engine/frameworks/core/components/grid/ |
H A D | grid_element.h | 37 void BuildGridData(int32_t index, int32_t count);
|
/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_element.h | 40 void RequestChildFocus(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_watch_layout_manager.h | 39 void SetChildPosition(const RefPtr<RenderNode>& child, int32_t index, double mainSize) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_element.h | 42 void RequestChildFocus(int32_t index);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/ |
H A D | grid_adaptive_layout_algorithm.h | 41 OffsetF CalculateChildOffset(int32_t index, LayoutWrapper* layoutWrapper);
|
/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_element.h | 33 void OnOptionCallback(std::size_t index);
|