Home
last modified time | relevance | path

Searched refs:index (Results 4676 - 4700 of 7243) sorted by relevance

1...<<181182183184185186187188189190>>...290

/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtxt_db.h42 LHASH_OF(OPENSSL_STRING) **index; member
/third_party/pulseaudio/src/modules/
H A Dstdin-util.h38 uint32_t index; member
/third_party/pulseaudio/src/pulse/
H A Dext-device-manager.h49 uint32_t index; /**< The device index if it is currently available or PA_INVALID_INDEX */ member
H A Dext-device-restore.h39 uint32_t index; /**< The device index */ member
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.h31 uint32_t index; member
H A Dclient.h35 uint32_t index; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineUniqueRandomIterator.hpp48 virtual T getIndexedValue (deUint32 index) = 0;
64 // Fast way to populate the index sequence in UniqueRandomIterator()
78 // Copy set into index sequence in UniqueRandomIterator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.hpp55 vk::wsi::Window& getWindow (size_t index = 0u) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DTransformFeedback11.h36 size_t index,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5FmaAccuracy.hpp135 glw::GLuint getNumberOfStepsForIndex(glw::GLuint index);
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A Dgen-script-docs.sh29 INDEX=$OUTDIR/index.html
38 # Generate the index files
44 # Generate a simple index file, since generating one with pdoc3 chokes on the Retired directory.
56 echo "<li><a href=spec_tools/index.html>spec_tools</a></li>" >> $INDEX
59 # Move index files to a more useful place
/third_party/skia/src/core/
H A DSkMipmap.h28 * Any function which deals with mipmap levels indices will start with index 0
48 // |level| is an index into the generated mipmap levels. It does not include
49 // the base level. So index 0 represents mipmap level 1.
70 // |index| is an index into the generated mipmap levels. It does not include
71 // the base level. So index 0 represents mipmap level 1.
72 bool getLevel(int index, Level*) const;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.h23 } index; member
/third_party/openssl/include/openssl/
H A Dtxt_db.h42 LHASH_OF(OPENSSL_STRING) **index; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.h55 int32_t index,
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.h70 wgpu::TextureFormat GetColorAttachmentFormat(ColorAttachmentIndex index) const;
H A DQuerySet.h41 void SetQueryAvailability(uint32_t index, bool available);
H A DSpirvValidation.cpp50 ss << "SPIRV line " << position.index << ": " << message << std::endl; in ValidateSpirv()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandAllocatorManager.cpp40 // Get the index of the first free allocator from the bitset in ReserveCommandAllocator()
66 mFreeAllocators.set(it.index); in Tick()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsblues.h121 size_t index; /* index in original stem hint array */ member
/third_party/spirv-tools/source/fuzz/
H A Davailable_instructions.h49 // Requires |index| < |size()|. Returns the ith available instruction.
50 opt::Instruction* operator[](uint32_t index) const;
61 // at a particular index, which is a linear time operation. By inserting all
/third_party/typescript/tests/baselines/reference/tsbuild/javascriptProjectEmit/
H A Dloads-js-based-projects-and-emits-them-correctly.js43 //// [/src/sub-project/index.js]
60 "include": ["./index.js"]
63 //// [/src/sub-project-2/index.js]
64 import { MyNominal } from '../sub-project/index';
87 "include": ["./index.js"]
118 src/sub-project/index.js:1:10 - error TS18042: 'Nominal' is a type and cannot be imported in JavaScript files. Use 'import("../common/nominal").Nominal' in a JSDoc type annotation.
184 {"program":{"fileNames":["../lib.d.ts","../common/nominal.d.ts","../../src/sub-project/index.js"],"fileInfos":[{"version":"-32082413277-/// <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; };\ninterface SymbolConstructor {\n readonly species: symbol;\n readonly toStringTag: symbol;\n}\ndeclare var Symbol: SymbolConstructor;\ninterface Symbol {\n readonly [Symbol.toStringTag]: string;\n}\n","affectsGlobalScope":true},"-15964609857-export type Nominal<T, Name> = T & {\r\n [Symbol.species]: Name;\r\n};\r\n","-23375763082-import { Nominal } from '../common/nominal';\n\n/**\n * @typedef {Nominal<string, 'MyNominal'>} MyNominal\n */\n"],"options":{"composite":true,"declaration":true,"outDir":"..","rootDir":"../../src","skipLibCheck":true},"fileIdsList":[[2]],"referencedMap":[[3,1]],"exportedModulesMap":[[3,1]],"semanticDiagnosticsPerFile":[2,1,[3,[{"file":"../../src/sub-project/index.js","start":9,"length":7,"messageText":"'Nominal' is a type and cannot be imported in JavaScript files. Use 'import(\"../common/nominal\").Nominal' in a JSDoc type annotation.","category":1,"code":18042}]]],"affectedFilesPendingEmit":[[2,1],[3,1]],"emitSignatures":[3]},"version":"FakeTSVersion"}
192 "../../src/sub-project/index.js"
209 "../../src/sub-project/index
[all...]
/third_party/skia/modules/skparagraph/src/
H A DTextLineBaseImpl.h43 double getOffsetForStringIndex(int32_t index) const override;

Completed in 9 milliseconds

1...<<181182183184185186187188189190>>...290