/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | txt_db.h | 42 LHASH_OF(OPENSSL_STRING) **index; member
|
/third_party/pulseaudio/src/modules/ |
H A D | stdin-util.h | 38 uint32_t index; member
|
/third_party/pulseaudio/src/pulse/ |
H A D | ext-device-manager.h | 49 uint32_t index; /**< The device index if it is currently available or PA_INVALID_INDEX */ member
|
H A D | ext-device-restore.h | 39 uint32_t index; /**< The device index */ member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-scache.h | 31 uint32_t index; member
|
H A D | client.h | 35 uint32_t index; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineUniqueRandomIterator.hpp | 48 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 D | vktNativeObjectsUtil.hpp | 55 vk::wsi::Window& getWindow (size_t index = 0u) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | TransformFeedback11.h | 36 size_t index,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaAccuracy.hpp | 135 glw::GLuint getNumberOfStepsForIndex(glw::GLuint index);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
H A D | gen-script-docs.sh | 29 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 D | SkMipmap.h | 28 * 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 D | ValidateLimitations.h | 23 } index; member
|
/third_party/openssl/include/openssl/ |
H A D | txt_db.h | 42 LHASH_OF(OPENSSL_STRING) **index; member
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | available_instructions.h | 49 // 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 D | available_instructions.h | 49 // 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 D | prscmnts.h | 55 int32_t index,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | AttachmentState.h | 70 wgpu::TextureFormat GetColorAttachmentFormat(ColorAttachmentIndex index) const;
|
H A D | QuerySet.h | 41 void SetQueryAvailability(uint32_t index, bool available);
|
H A D | SpirvValidation.cpp | 50 ss << "SPIRV line " << position.index << ": " << message << std::endl; in ValidateSpirv()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandAllocatorManager.cpp | 40 // 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 D | psblues.h | 121 size_t index; /* index in original stem hint array */ member
|
/third_party/spirv-tools/source/fuzz/ |
H A D | available_instructions.h | 49 // 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 D | loads-js-based-projects-and-emits-them-correctly.js | 43 //// [/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 [96msrc/sub-project/index.js[0m:[93m1[0m:[93m10[0m - [91merror[0m[90m TS18042: [0m'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 D | TextLineBaseImpl.h | 43 double getOffsetForStringIndex(int32_t index) const override;
|