Home
last modified time | relevance | path

Searched refs:index (Results 10951 - 10975 of 20621) sorted by relevance

1...<<431432433434435436437438439440>>...825

/third_party/skia/src/core/
H A DSkEnumerate.h42 constexpr Iterator(ptrdiff_t index, Iter it) : fIndex{index}, fIt{it} { } in Iterator() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp143 size_t index = fHeap->getIndex(handle); in freeCPUHandle() local
144 fFreeBlocks.set(index); in freeCPUHandle()
/third_party/skia/src/gpu/mock/
H A DGrMockCaps.h59 auto index = static_cast<int>(format.asMockColorType()); variable
60 return fOptions.fConfigOptions[index].fTexturable;
/third_party/skia/src/gpu/ops/
H A DOpsTask.h115 const GrOp* getChain(int index) const { return fOpChains[index].head(); } in getChain()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSetupProcessor.cpp171 state.gradient[interpolant][component].attribute = T0 + semantic.index; in update()
175 state.gradient[interpolant][component].attribute = C0 + semantic.index; in update()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.hpp76 RValue<Pointer<Byte>> uniformAddress(int bufferIndex, unsigned int index);
77 RValue<Pointer<Byte>> uniformAddress(int bufferIndex, unsigned int index, Int& offset);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DSimpleGlyph.java177 private int flagAsInt(int index) { in flagAsInt() argument
178 return this.data.readUByte(this.flagsOffset + index * FontData.DataSize.BYTE.size()); in flagAsInt()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dfmtable.h461 * @param index the specified index.
465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; } in operator []() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_complexconverter.cpp154 // - the Nth converter (index N-1) converts to the smallest unit, for which in convert()
204 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
209 tmpResult[units_[i]->index] = new Measure(formattableQuantity, type, status); in convert()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dtstdtmod.cpp217 TestData* RBTestDataModule::createTestData(int32_t index, UErrorCode &status) const in createTestData() argument
224 UResourceBundle *DataFillIn = ures_getByIndex(fTestData, index, NULL, &status); in createTestData()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.cpp187 int32_t index, in getAt()
214 if(count == index){ in getAt()
185 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
/third_party/skia/src/xps/
H A DSkXPSDevice.h104 TypefaceUse(SkFontID id, int index, std::unique_ptr<SkStream> data, in TypefaceUse() argument
106 : typefaceId(id), ttcIndex(index), fontData(std::move(data)) in TypefaceUse()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DTransform.java80 int index = 1; in unpackTransforms()
85 prefixSuffixHeads[index++] = j; in unpackTransforms()
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccmap.c51 #define FTC_CMAP_HASH( faceid, index, charcode ) \
52 ( FTC_FACE_ID_HASH( faceid ) + 211 * (index) + \
246 /* Treat a negative cmap index as a special value, meaning that you */ in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff2-interp-cs.hh148 unsigned int index = argStack.pop_uint (); in process_vsindex() local
155 set_ivs (index); in process_vsindex()
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h121 // with index "page_index".
218 // a) When operator[] is called with an index that lies beyond the end of
220 // contains this index, but it wouldn't be able to "retain" the page
295 // Returns the offset (or index) in the underlying array that this pointer
340 // element at position 'index' in this array of T. (Note that this position
341 // corresponds to position index * sizeof(T) in the underlying byte array.)
359 bool convert(size_t index, T *output) const { in convert() argument
360 RangeCheckedBytePtr p = (*this) + index * sizeof(T); in convert()
/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c103 mc.index = 0; in lfe_filter_rewind_test()
113 mc.index = 0; in lfe_filter_rewind_test()
/third_party/python/Lib/idlelib/
H A Dautocomplete.py46 # id of delayed call, and the index of the text insert when
89 self._delayed_completion_index = self.text.index("insert")
96 "Call open_completions if index unchanged."
98 if self.text.index("insert") == self._delayed_completion_index:
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_misc_test.cc256 uint32_t index; member
275 auto* result = fe.Swizzle(GetParam().index); in TEST_P()
297 {4, "", "vector component index is larger than 3: 4"},
298 {99999, "", "vector component index is larger than 3: 99999"}}));
/third_party/typescript/tests/baselines/reference/tscWatch/sourceOfProjectReferenceRedirect/
H A Dwith-simple-project-when-solution-is-already-built.js82 //// [/user/username/projects/demo/animals/index.ts]
182 //// [/user/username/projects/demo/lib/animals/index.js]
190 //// [/user/username/projects/demo/lib/animals/index.d.ts]
224 {"program":{"fileNames":["../../../../../../a/lib/lib.d.ts","../../animals/animal.ts","../../animals/index.ts","../core/utilities.d.ts","../../animals/dog.ts"],"fileInfos":[{"version":"3858781397-/// <reference no-default-lib=\"true\"/>\ninterface Boolean {}\ninterface Function {}\ninterface CallableFunction {}\ninterface NewableFunction {}\ninterface IArguments {}\ninterface Number { toExponential: any; }\ninterface Object {}\ninterface RegExp {}\ninterface String { charAt: any; }\ninterface Array<T> { length: number; [n: number]: T; }\ninterface ReadonlyArray<T> {}\ndeclare const console: { log(msg: any): void; };","affectsGlobalScope":true},{"version":"-14984181202-export type Size = \"small\" | \"medium\" | \"large\";\r\nexport default interface Animal {\r\n size: Size;\r\n}\r\n","signature":"-9289341318-export type Size = \"small\" | \"medium\" | \"large\";\nexport default interface Animal {\n size: Size;\n}\n"},{"version":"-5382672599-import Animal from './animal';\r\n\r\nexport default Animal;\r\nimport { createDog, Dog } from './dog';\r\nexport { createDog, Dog };\r\n","signature":"1096904574-import Animal from './animal';\nexport default Animal;\nimport { createDog, Dog } from './dog';\nexport { createDog, Dog };\n"},"-11345568166-export declare function makeRandomName(): string;\nexport declare function lastElementOf<T>(arr: T[]): T | undefined;\n",{"version":"-10991948013-import Animal from '.';\r\nimport { makeRandomName } from '../core/utilities';\r\n\r\nexport interface Dog extends Animal {\r\n woof(): void;\r\n name: string;\r\n}\r\n\r\nexport function createDog(): Dog {\r\n return ({\r\n size: \"medium\",\r\n woof: function(this: Dog) {\r\n console.log(`${this.name} says \"Woof\"!`);\r\n },\r\n name: makeRandomName()\r\n });\r\n}\r\n\r\n","signature":"6032048049-import Animal from '.';\nexport interface Dog extends Animal {\n woof(): void;\n name: string;\n}\nexport declare function createDog(): Dog;\n"}],"options":{"composite":true,"declaration":true,"module":1,"noFallthroughCasesInSwitch":true,"noImplicitReturns":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","rootDir":"../../animals","strict":true,"target":1},"fileIdsList":[[3,4],[2,5],[3]],"referencedMap":[[5,1],[3,2]],"exportedModulesMap":[[5,3],[3,2]],"semanticDiagnosticsPerFile":[1,2,5,3,4],"latestChangedDtsFile":"./dog.d.ts"},"version":"FakeTSVersion"}
232 "../../animals/index.ts",
238 "../../animals/index.ts",
246 "../../animals/index.ts"
259 "../../animals/index.ts": {
287 "../../animals/index.ts",
290 "../../animals/index
[all...]
/third_party/vixl/src/aarch64/
H A Dpointer-auth-aarch64.cc76 int index = (in_data >> (4 * i)) & 0xf; in SubstituteNibbles() local
77 out_data |= subs[index] << (4 * i); in SubstituteNibbles()
/third_party/protobuf/objectivec/
H A DGPBDescriptor.h272 * Gets the enum name corresponding to the given index.
274 * @param index Index into the available names. The defined range is from 0
277 * @returns The enum name at the given index, or nil if the index is out of range.
279 - (nullable NSString *)getEnumNameForIndex:(uint32_t)index;
282 * Gets the enum text format name corresponding to the given index.
284 * @param index Index into the available names. The defined range is from 0
287 * @returns The text format name at the given index, or nil if the index is out of range.
289 - (nullable NSString *)getEnumTextFormatNameForIndex:(uint32_t)index;
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUtf8Test.java155 // know which char/index due to random input. in assertEncoding_insufficientSpace()
174 // know which char/index due to random input. in assertEncoding_insufficientSpace()
184 // know which char/index due to random input. in assertEncoding_insufficientSpace()
226 private void assertExceptionMessage(Throwable t, int index) { in assertExceptionMessage() argument
227 String pattern = "Failed writing (.) at index " + index; in assertExceptionMessage()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyFieldDescriptor.java249 protected void setOneofIndex(int index) { in setOneofIndex() argument
251 oneofIndex = index; in setOneofIndex()
/third_party/rust/crates/memchr/src/tests/memchr/
H A Diter.rs149 while let Some(index) = iter.next() { in qc_memchr1_iter_size_hint()
154 assert!(upper.unwrap() <= data.len() - index); in qc_memchr1_iter_size_hint()

Completed in 21 milliseconds

1...<<431432433434435436437438439440>>...825