Home
last modified time | relevance | path

Searched defs:specs (Results 26 - 50 of 81) sorted by relevance

1234

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split_test.cc305 } specs[] = { in TEST() local
H A Dstring_view_test.cc746 } specs[] = { in TEST() local
/third_party/selinux/libselinux/utils/
H A Dsefcontext_compile.c98 struct spec *specs = data->spec_arr; in write_binary_file() local
248 struct spec *specs in free_specs() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp559 const FboSpec specs[] = in createFboNoAttachmentTests() local
644 const FboSpec specs[][2] = in createFboNoAttachmentTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIndexingTests.cpp96 map<string, string> specs; in addComputeIndexingStructTests() local
318 map<string, string> specs; addGraphicsIndexingStructTests() local
711 map<string, string> specs; addComputeIndexingNon16BaseAlignmentTests() local
[all...]
H A DvktSpvAsmVariablePointersTests.cpp1596 map<string, string> specs; global() local
1618 map<string, string> specs; global() local
1640 map<string, string> specs; global() local
1670 map<string, string> specs; global() local
1698 map<string, string> specs; global() local
1726 map<string, string> specs; global() local
1760 map<string, string> specs; global() local
2072 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2096 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2119 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2153 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2179 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2474 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2503 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2531 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2570 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2602 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2710 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local
2725 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dmodedb.c1148 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display() argument
H A Dfbmon.c292 static void parse_vendor_block(unsigned char *block, struct fb_monspecs *specs) in parse_vendor_block() argument
310 get_dpms_capabilities(unsigned char flags, struct fb_monspecs *specs) get_dpms_capabilities() argument
326 get_chroma(unsigned char *block, struct fb_monspecs *specs) get_chroma() argument
494 get_std_timing(unsigned char *block, struct fb_videomode *mode, int ver, int rev, const struct fb_monspecs *specs) get_std_timing() argument
553 get_dst_timing(unsigned char *block, struct fb_videomode *mode, int ver, int rev, const struct fb_monspecs *specs) get_dst_timing() argument
615 fb_create_modedb(unsigned char *edid, int *dbsize, const struct fb_monspecs *specs) fb_create_modedb() argument
694 fb_get_monitor_limits(unsigned char *edid, struct fb_monspecs *specs) fb_get_monitor_limits() argument
775 get_monspecs(unsigned char *edid, struct fb_monspecs *specs) get_monspecs() argument
936 fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) fb_edid_to_monspecs() argument
1408 fb_edid_to_monspecs(unsigned char *edid, struct fb_monspecs *specs) fb_edid_to_monspecs() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dradeon_monitor.c908 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes() local
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dradeon_monitor.c906 struct fb_monspecs *specs = &info->monspecs; in radeon_check_modes() local
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dmodedb.c1142 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display() argument
/third_party/icu/icu4c/source/i18n/
H A Dtridpars.cpp222 Specs* specs = parseFilterID(id, pos, true); in parseFilterID() local
815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtridpars.cpp222 Specs* specs = parseFilterID(id, pos, true); in parseFilterID() local
815 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
853 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.h39 const struct etna_specs *specs; member
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java173 public RangeModifier addRanges(ExtType type, ExtTariff tariff, String... specs) { in addRanges() argument
192 public void removeRanges(String... specs) { in removeRanges() argument
202 public RangeModifier forRangesIn(String... specs) { in forRangesIn() argument
236 public ShortcodeModifier forShortcodesIn(PhoneRegion region, String... specs) { in forShortcodesIn() argument
215 addShortcodes( PhoneRegion region, ShortcodeType type, ExtTariff tariff, String... specs) addShortcodes() argument
462 rangesOf(String... specs) rangesOf() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp1595 map<string, string> specs; global() local
1617 map<string, string> specs; global() local
1639 map<string, string> specs; global() local
1669 map<string, string> specs; global() local
1697 map<string, string> specs; global() local
1725 map<string, string> specs; global() local
1759 map<string, string> specs; global() local
2071 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2095 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2118 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2152 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2178 map<string, string> specs; addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
2473 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2502 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2530 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2569 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2601 map<string, string> specs; addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() local
2709 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local
2724 map<string, string> specs; addNullptrVariablePointersGraphicsGroup() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtridpars.cpp222 Specs* specs = parseFilterID(id, pos, TRUE); in parseFilterID() local
818 TransliteratorIDParser::specsToID(const Specs* specs, int32_t dir) { in specsToID() argument
856 specsToSpecialInverse(const Specs& specs, UErrorCode &status) specsToSpecialInverse() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp409 TestSpec specs[3] = { in TEST_P() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_loader.c647 struct test_spec *specs = NULL; in process_subtest() local
532 run_subtest(struct test_loader *tester, struct bpf_object_open_opts *open_opts, const void *obj_bytes, size_t obj_byte_cnt, struct test_spec *specs, struct test_spec *spec, bool unpriv) run_subtest() argument
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTree.java841 public static RangeTree from(Iterable<RangeSpecification> specs) { in from() argument
855 public static RangeTree from(Stream<RangeSpecification> specs) { in from() argument
/third_party/selinux/libselinux/src/
H A Dlabel_file.h133 struct spec *specs; in grow_specs() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify) in RecreateBufferDataStoreCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp224 RecreateBufferDataStoreCase (Context& context, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify) in RecreateBufferDataStoreCase() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dtdfxfb.c1378 struct fb_monspecs *specs; in tdfxfb_probe() local
1346 tdfxfb_probe_i2c_connector(struct tdfx_par *par, struct fb_monspecs *specs) tdfxfb_probe_i2c_connector() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H A Dnvidia.c1107 struct fb_monspecs *specs = &info->monspecs; in nvidia_set_fbinfo() local

Completed in 29 milliseconds

1234