Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/third_party/typescript/src/testRunner/unittests/config/
DprojectReferences.ts101 const spec: TestSpecification = { constant
123 const spec: TestSpecification = { constant
140 const spec: TestSpecification = { constant
163 const spec: TestSpecification = { constant
183 const spec: TestSpecification = { constant
202 const spec: TestSpecification = { constant
215 const spec: TestSpecification = { constant
231 const spec: TestSpecification = { constant
253 const spec: TestSpecification = { constant
273 const spec: TestSpecification = { constant
[all …]
/third_party/python/Modules/
D_testmultiphase.c428 PyInit__testmultiphase(PyObject *spec) in PyInit__testmultiphase()
441 createfunc_nonmodule(PyObject *spec, PyModuleDef *def) in createfunc_nonmodule()
476 PyInit__testmultiphase_nonmodule(PyObject *spec) in PyInit__testmultiphase_nonmodule()
506 PyInit__testmultiphase_nonmodule_with_methods(PyObject *spec) in PyInit__testmultiphase_nonmodule_with_methods()
526 PyInitU__testmultiphase_zkouka_naten_evc07gi8e(PyObject *spec) in PyInitU__testmultiphase_zkouka_naten_evc07gi8e()
544 PyInitU_eckzbwbhc6jpgzcx415x(PyObject *spec) in PyInitU_eckzbwbhc6jpgzcx415x()
552 PyInit_x(PyObject *spec) in PyInit_x()
563 PyInit__testmultiphase_null_slots(PyObject *spec) in PyInit__testmultiphase_null_slots()
579 PyInit__testmultiphase_bad_slot_large(PyObject *spec) in PyInit__testmultiphase_bad_slot_large()
593 PyInit__testmultiphase_bad_slot_negative(PyObject *spec) in PyInit__testmultiphase_bad_slot_negative()
[all …]
/third_party/bounds_checking_function/src/
Dinput.inl105 #define SECUREC_FILED_WIDTH_ENOUGH(spec) ((spec)->widthSet == 0 || (spec)->width > 0) argument
106 #define SECUREC_FILED_WIDTH_DEC(spec) do { \ argument
124 #define SECUREC_ARRAY_WIDTH_IS_WRONG(spec) ((spec).arrayWidth == 0 || \ argument
128 #define SECUREC_ARRAY_WIDTH_IS_WRONG(spec) ((spec).arrayWidth == 0 || (spec).arrayWidth > SECUREC_S… argument
324 SECUREC_INLINE int SecAssignNarrowFloat(const char *floatStr, const SecScanSpec *spec)
356 SECUREC_INLINE int SecAssignWideFloat(const SecFloatSpec *floatSpec, const SecScanSpec *spec)
382 SECUREC_INLINE int SecAssignFloat(const SecFloatSpec *floatSpec, const SecScanSpec *spec)
467 SECUREC_INLINE int SecInputFloatSign(SecFileStream *stream, SecScanSpec *spec, SecFloatSpec *floatS…
488 SECUREC_INLINE int SecInputFloatDigit(SecFileStream *stream, SecScanSpec *spec, SecFloatSpec *float…
512 SECUREC_INLINE int SecInputFloatE(SecFileStream *stream, SecScanSpec *spec, SecFloatSpec *floatSpec)
[all …]
/third_party/node/deps/npm/node_modules/libnpmaccess/
Dindex.js15 const npar = spec => { argument
25 cmd.public = (spec, opts) => setAccess(spec, 'public', opts) argument
26 cmd.restricted = (spec, opts) => setAccess(spec, 'restricted', opts) argument
27 function setAccess (spec, access, opts) { argument
36 spec field
41 cmd.grant = (spec, entity, permissions, opts) => { argument
55 spec, property
61 cmd.revoke = (spec, entity, opts) => { argument
72 spec, property
148 cmd.lsCollaborators.stream = (spec, user, opts) => { argument
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py365 spec, cmd, cygwin_shell, has_input_path, quote_cmd, do_setup_env argument
437 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): argument
489 p, spec, primary_input, inputs, outputs, description, cmd argument
520 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): argument
607 def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): argument
652 def _GenerateExternalRules(rules, output_dir, spec, sources, options, actions_to_add): argument
889 p, output_dir, options, spec, sources, excluded_sources, actions_to_add argument
953 def _GetDefaultConfiguration(spec): argument
957 def _GetGuidOfProject(proj_path, spec): argument
983 def _GetMsbuildToolsetOfProject(proj_path, spec, version): argument
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py313 def _BuildCommandLineForRuleRaw(spec, cmd, cygwin_shell, has_input_path, argument
388 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): argument
438 def _AddCustomBuildToolForMSVS(p, spec, primary_input, argument
466 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): argument
548 def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): argument
592 def _GenerateExternalRules(rules, output_dir, spec, argument
822 def _GenerateRulesForMSVS(p, output_dir, options, spec, argument
886 def _GetDefaultConfiguration(spec): argument
890 def _GetGuidOfProject(proj_path, spec): argument
914 def _GetMsbuildToolsetOfProject(proj_path, spec, version): argument
[all …]
/third_party/pulseaudio/src/pulse/
Dsample.c58 size_t pa_sample_size(const pa_sample_spec *spec) { in pa_sample_size()
65 size_t pa_frame_size(const pa_sample_spec *spec) { in pa_frame_size()
72 size_t pa_bytes_per_second(const pa_sample_spec *spec) { in pa_bytes_per_second()
79 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) { in pa_bytes_to_usec()
86 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) { in pa_usec_to_bytes()
93 pa_sample_spec* pa_sample_spec_init(pa_sample_spec *spec) { in pa_sample_spec_init()
118 int pa_sample_spec_valid(const pa_sample_spec *spec) { in pa_sample_spec_valid()
169 char *pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec) { in pa_sample_spec_snprint()
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
Dwebgpu_absl_format.cpp30 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
43 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
56 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
73 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
90 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
111 const absl::FormatConversionSpec& spec, in AbslFormatConvert()
/third_party/selinux/libselinux/src/
Dlabel_db.c71 typedef struct spec { struct
94 spec_t *spec = &catalog->specs[catalog->nspec]; in process_line() argument
178 spec_t *spec; in db_close() local
197 spec_t *spec; in db_lookup() local
338 spec_t *spec = &catalog->specs[i]; in db_init() local
Dlabel_file.h46 struct spec { struct
57 char from_mmap; /* this spec is from an mmap of the data */ argument
80 * The array of specifications, initially in the same order as in argument
157 static inline void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
202 struct spec spec; in sort_specs() local
347 static inline int compile_regex(struct spec *spec, const char **errbuf) in compile_regex()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DFormatSpec.java212 private static FormatTemplate parseCarrierSpec(String spec, FormatTemplate national) { in parseCarrierSpec()
215 "carrier format specifier must contain carrier code: %s", spec); in parseCarrierSpec() local
219 national.getSpecifier(), spec); in parseCarrierSpec() local
226 national.getSpecifier(), spec); in parseCarrierSpec() local
235 private static FormatTemplate parseIntlSpec(String spec, FormatTemplate national) { in parseIntlSpec()
250 national.getSpecifier(), spec); in parseIntlSpec() local
254 private static FormatTemplate parseLocalSpec(String spec, FormatTemplate national) { in parseLocalSpec()
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js24 packument (spec, opts) { argument
28 manifest (spec, opts) { argument
38 tarball (spec, opts) { argument
52 fromManifest (manifest, spec, opts) { argument
86 function hostedManifest (spec, opts) { argument
105 function plainManifest (repo, spec, opts) { argument
140 function resolve (url, spec, name, opts) { argument
171 function cloneRepo (spec, repo, resolvedRef, rawRef, tmp, opts) { argument
Dalias.js9 packument (spec, opts) { argument
13 manifest (spec, opts) { argument
17 tarball (spec, opts) { argument
21 fromManifest (manifest, spec, opts) { argument
Dremote.js11 packument (spec, opts) { argument
15 manifest (spec, opts) { argument
23 tarball (spec, opts) { argument
31 fromManifest (manifest, spec, opts) { argument
/third_party/node/deps/npm/lib/
Ddist-tag.js75 function add (spec, tag, opts) { argument
101 spec field
109 function remove (spec, tag, opts) { argument
123 spec field
131 function list (spec, opts) { argument
150 function fetchTags (spec, opts) { argument
155 spec field
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirwindow.c84 MirSurfaceSpec* spec; in MIR_CreateWindow() local
203 MirSurfaceSpec* spec; in MIR_SetWindowFullscreen() local
227 MirSurfaceSpec* spec; in MIR_MaximizeWindow() local
244 MirSurfaceSpec* spec; in MIR_MinimizeWindow() local
261 MirSurfaceSpec* spec; in MIR_RestoreWindow() local
278 MirSurfaceSpec* spec; in MIR_HideWindow() local
295 MirSurfaceSpec* spec; in MIR_SetWindowSize() local
314 MirSurfaceSpec* spec; in MIR_SetWindowMinimumSize() local
332 MirSurfaceSpec* spec; in MIR_SetWindowMaximumSize() local
351 MirSurfaceSpec* spec; in MIR_SetWindowTitle() local
[all …]
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Derrors.js24 constructor (method, res, body, spec) { argument
38 constructor (method, res, body, spec) { argument
53 constructor (method, res, body, spec) { argument
63 constructor (method, res, body, spec) { argument
73 constructor (method, res, body, spec) { argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DRangeKeyTest.java115 private static RangeKey key(String spec, Integer... lengths) { in key()
121 private static RangeTree ranges(String... spec) { in ranges()
125 private static RangeSpecification spec(String spec) { in spec() argument
129 private static DigitSequence digitSequence(String spec) { in digitSequence()
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/registry/
Dindex.js12 packument (spec, opts) { argument
16 manifest (spec, opts) { argument
20 tarball (spec, opts) { argument
24 fromManifest (manifest, spec, opts) { argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp284 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
311 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
343 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
376 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
402 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
433 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
466 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
498 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
528 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
563 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp284 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
311 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
343 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
376 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
402 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
433 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
466 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
498 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
528 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
563 ComputeShaderSpec spec; in addComputeWorkgroupMemoryTests() local
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingTests.cpp115 …SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec) in GLES2SharingTest()
309 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2BufferSharingTest()
483 …Context& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec, … in GLES2TextureSharingTest()
704 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2ProgramSharingTest()
856 …Ctx, const char* name, const char* desc, GLenum shaderType, const GLES2SharingTest::TestSpec& spec) in GLES2ShaderSharingTest()
1142 GLES2SharingTest::TestSpec spec; in init() local
1155 GLES2SharingTest::TestSpec spec; in init() local
1173 GLES2SharingTest::TestSpec spec; in init() local
1186 GLES2SharingTest::TestSpec spec; in init() local
1199 GLES2SharingTest::TestSpec spec; in init() local
[all …]
DteglMemoryStressTests.cpp344 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const … in MemoryStressCase()
476 MemoryStressCase::Spec spec; in init() local
490 MemoryStressCase::Spec spec; in init() local
504 MemoryStressCase::Spec spec; in init() local
518 MemoryStressCase::Spec spec; in init() local
532 MemoryStressCase::Spec spec; in init() local
546 MemoryStressCase::Spec spec; in init() local
560 MemoryStressCase::Spec spec; in init() local
574 MemoryStressCase::Spec spec; in init() local
588 MemoryStressCase::Spec spec; in init() local
[all …]
/third_party/node/deps/npm/node_modules/pacote/lib/
Dfetch.js15 function packument (spec, opts) { argument
21 function manifest (spec, opts) { argument
27 function tarball (spec, opts) { argument
32 function fromManifest (manifest, spec, opts) { argument
/third_party/skia/src/gpu/ops/
DQuadPerEdgeAA.cpp38 const VertexSpec& spec, in write_quad_generic()
90 const VertexSpec& spec, in write_2d_color()
122 const VertexSpec& spec, in write_2d_uv()
149 const VertexSpec& spec, in write_2d_color_uv()
181 const VertexSpec& spec, in write_2d_cov_uv()
215 const VertexSpec& spec, in write_2d_uv_strict()
243 const VertexSpec& spec, in write_2d_color_uv_strict()
276 const VertexSpec& spec, in write_2d_cov_uv_strict()
325 Tessellator::WriteQuadProc Tessellator::GetWriteQuadProc(const VertexSpec& spec) { in GetWriteQuadProc()
362 Tessellator::Tessellator(const VertexSpec& spec, char* vertices) in Tessellator()
[all …]

12345678910>>...22