Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 14729) sorted by relevance

12345678910>>...590

/external/angle/src/libANGLE/renderer/
Dload_functions_table_autogen.cpp61 LoadImageFunctionInfo A1RGB5_ANGLEX_to_A1R5G5B5_UNORM(GLenum type) in A1RGB5_ANGLEX_to_A1R5G5B5_UNORM()
75 LoadImageFunctionInfo ALPHA_to_R16G16B16A16_FLOAT(GLenum type) in ALPHA_to_R16G16B16A16_FLOAT()
91 LoadImageFunctionInfo ALPHA_to_R32G32B32A32_FLOAT(GLenum type) in ALPHA_to_R32G32B32A32_FLOAT()
105 LoadImageFunctionInfo ALPHA_to_default(GLenum type) in ALPHA_to_default()
117 LoadImageFunctionInfo ALPHA16F_EXT_to_R16_FLOAT(GLenum type) in ALPHA16F_EXT_to_R16_FLOAT()
131 LoadImageFunctionInfo ALPHA16F_EXT_to_default(GLenum type) in ALPHA16F_EXT_to_default()
145 LoadImageFunctionInfo ALPHA32F_EXT_to_R32_FLOAT(GLenum type) in ALPHA32F_EXT_to_R32_FLOAT()
157 LoadImageFunctionInfo ALPHA32F_EXT_to_default(GLenum type) in ALPHA32F_EXT_to_default()
169 LoadImageFunctionInfo ALPHA8_EXT_to_A8_UNORM(GLenum type) in ALPHA8_EXT_to_A8_UNORM()
181 LoadImageFunctionInfo ALPHA8_EXT_to_R8G8B8A8_UNORM(GLenum type) in ALPHA8_EXT_to_R8G8B8A8_UNORM()
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dtype_trait.hpp41 struct type struct
43 static bool const is_vec = false;
44 static bool const is_mat = false;
45 static bool const is_quat = false;
46 static length_t const components = 0;
47 static length_t const cols = 0;
48 static length_t const rows = 0;
52 struct type<tvec1, T, P> struct
54 static bool const is_vec = true;
55 static bool const is_mat = false;
[all …]
/external/perfetto/ui/src/plugins/dev.perfetto.TraceProcessorTrack/
Dcounter_tracks.ts21 type: string; property
55 type: 'battery_counter', constant
85 type: 'clock_frequency', constant
177 type: 'gpu_counter', constant
187 type: 'ion_change', constant
192 type: 'ion', constant
197 type: 'json_counter_thread_fallback', constant
202 type: 'json_counter', constant
207 type: 'linux_device_frequency', constant
227 type: 'mm_event_thread_fallback', constant
[all …]
Dslice_tracks.ts23 type: string; property
45 type: 'legacy_async_global_slice', constant
55 type: 'android_device_state', constant
60 type: 'android_lmk', constant
65 type: 'chrome_process_instant', constant
70 type: 'drm_vblank', constant
100 type: 'cpu_irq', constant
155 type: 'cpu_mali_irq', constant
160 type: 'mali_mcu_state', constant
165 type: 'pkvm_hypervisor', constant
[all …]
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_noexcept_mf2_test.cpp66 boost::bind(boost::type<void>(), &X::f0, &x)(); in member_function_test() local
67 boost::bind(boost::type<void>(), &X::f0, boost::ref(x))(); in member_function_test() local
69 boost::bind(boost::type<void>(), &X::g0, &x)(); in member_function_test() local
70 boost::bind(boost::type<void>(), &X::g0, x)(); in member_function_test() local
71 boost::bind(boost::type<void>(), &X::g0, boost::ref(x))(); in member_function_test() local
75 boost::bind(boost::type<void>(), &X::f1, &x, 1)(); in member_function_test() local
76 boost::bind(boost::type<void>(), &X::f1, boost::ref(x), 1)(); in member_function_test() local
78 boost::bind(boost::type<void>(), &X::g1, &x, 1)(); in member_function_test() local
79 boost::bind(boost::type<void>(), &X::g1, x, 1)(); in member_function_test() local
80 boost::bind(boost::type<void>(), &X::g1, boost::ref(x), 1)(); in member_function_test() local
[all …]
Dbind_mf2_test.cpp67 bind( type<void>(), &X::f0, &x )(); in member_function_test() local
68 bind( type<void>(), &X::f0, ref(x) )(); in member_function_test() local
70 bind( type<void>(), &X::g0, &x )(); in member_function_test() local
71 bind( type<void>(), &X::g0, x )(); in member_function_test() local
72 bind( type<void>(), &X::g0, ref(x) )(); in member_function_test() local
76 bind( type<void>(), &X::f1, &x, 1 )(); in member_function_test() local
77 bind( type<void>(), &X::f1, ref(x), 1 )(); in member_function_test() local
79 bind( type<void>(), &X::g1, &x, 1 )(); in member_function_test() local
80 bind( type<void>(), &X::g1, x, 1 )(); in member_function_test() local
81 bind( type<void>(), &X::g1, ref(x), 1 )(); in member_function_test() local
[all …]
/external/perfetto/ui/src/frontend/viewer_page/
Dgridline_helper_unittest.ts41 {type: TickType.MINOR, time: 1n}, constant
42 {type: TickType.MINOR, time: 2n}, constant
43 {type: TickType.MINOR, time: 3n}, constant
44 {type: TickType.MINOR, time: 4n}, constant
45 {type: TickType.MEDIUM, time: 5n}, constant
46 {type: TickType.MINOR, time: 6n}, constant
47 {type: TickType.MINOR, time: 7n}, constant
48 {type: TickType.MINOR, time: 8n}, constant
49 {type: TickType.MINOR, time: 9n}, constant
62 {type: TickType.MINOR, time: 11n}, constant
[all …]
/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
DGpuMemDump.schema.json4 "type": "object", string
7 "type": "object", string
9 "API": {"type": "string", "enum": ["Vulkan", "Direct3D 12"]}, string
10 "GPU": {"type": "string"} string
16 "type": "object", string
18 "type": "object", string
21 "type": "array", string
22 "items": {"type": "string"} string
24 "Size": {"type": "integer"}, string
26 "type": "object", string
[all …]
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvector_chooser50.hpp14 …34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 , T49> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
Dvector_chooser40.hpp14 …24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
Dvector_chooser30.hpp14 …14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29> type; typedef
19 typedef vector0<> type; typedef
26 typedef vector1<T0> type; typedef
33 typedef vector2<T0 , T1> type; typedef
40 typedef vector3<T0 , T1 , T2> type; typedef
47 typedef vector4<T0 , T1 , T2 , T3> type; typedef
54 typedef vector5<T0 , T1 , T2 , T3 , T4> type; typedef
61 typedef vector6<T0 , T1 , T2 , T3 , T4 , T5> type; typedef
68 typedef vector7<T0 , T1 , T2 , T3 , T4 , T5 , T6> type; typedef
75 typedef vector8<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type; typedef
[all …]
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/detail/cpp03/preprocessed/
Dactor_result_of_50.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
Dactor_result_of_40.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
Dactor_result_of_30.hpp24 type; typedef
46 type; typedef
68 type; typedef
90 type; typedef
112 type; typedef
134 type; typedef
156 type; typedef
178 type; typedef
200 type; typedef
222 type; typedef
[all …]
/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/type_traits/
Dis_combinable.hpp26 typedef is_overloadable<Type> type; typedef
37 typedef is_codomain_equal<LeftT, RightT> type; typedef
48 typedef is_key_compare_equal<LeftT, RightT> type; typedef
58 typedef is_codomain_type_equal<LeftT, RightT> type; typedef
70 typedef is_concept_compatible<IsConcept, LeftT, RightT> type; typedef
85 typedef is_concept_combinable<LeftConcept, RightConcept, LeftT, RightT> type; typedef
98 typedef is_intra_combinable<LeftT, RightT> type; typedef
114 typedef is_cross_combinable<LeftT, RightT> type; typedef
126 typedef is_inter_combinable<LeftT, RightT> type; typedef
139 typedef is_fragment_of type; typedef
[all …]
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DTypeNameKotlinTest.kt25 val type = typeNameOf<TypeNameKotlinTest>() in typeNameOf_simple() constant
31 val type = typeNameOf<String>() in typeNameOf_simple_intrinsic() constant
37 val type = typeNameOf<IntArray>() in typeNameOf_array_primitive() constant
43 val type = typeNameOf<Array<String>>() in typeNameOf_array_parameterized() constant
49 val type = typeNameOf<String?>() in typeNameOf_nullable() constant
55 val type = typeNameOf<List<String>>() in typeNameOf_generic() constant
61 val type = typeNameOf<GenericType<out String>>() in typeNameOf_generic_wildcard_out() constant
67 val type = typeNameOf<GenericType<in String>>() in typeNameOf_generic_wildcard_in() constant
73 …val type = typeNameOf<Map<String, List<Map<*, GenericType<in Set<Array<GenericType<out String>?>>>… in typeNameOf_complex() constant
82 val type = typeNameOf<String>().copy(tags = mapOf(String::class to "Test")) in tag() constant
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Ddiscovery.v1.json29 "type": "string" string
34 "type": "string" string
39 "type": "string" string
44 "type": "string" string
50 "type": "boolean" string
55 "type": "string" string
60 "type": "string" string
80 "type": "string" string
86 "type": "string" string
102 "type": "string" string
[all …]
Didentitytoolkit.v3.json42 "type": "string" string
47 "type": "string" string
52 "type": "string" string
57 "type": "string" string
63 "type": "boolean" string
68 "type": "string" string
73 "type": "string" string
179 "type": "string" string
184 "type": "string" string
398 "type": "string" string
[all …]
Drun.v1beta1.json35 "type": "string", string
64 "type": "integer", string
70 "type": "string", string
75 "type": "boolean", string
80 "type": "string", string
84 "type": "string", string
90 "type": "string", string
94 "type": "boolean", string
100 "type": "string", string
139 "type": "string" string
[all …]
Dservicecontrol.v2.json44 "type": "string" string
49 "type": "string" string
65 "type": "string" string
70 "type": "string" string
75 "type": "string" string
80 "type": "string" string
85 "type": "string" string
91 "type": "boolean" string
96 "type": "string" string
101 "type": "string" string
[all …]
Dcustomsearch.v1.json31 "type": "string" string
36 "type": "string" string
52 "type": "string" string
57 "type": "string" string
62 "type": "string" string
67 "type": "string" string
72 "type": "string" string
78 "type": "boolean" string
83 "type": "string" string
88 "type": "string" string
[all …]
/external/python/google-api-python-client/tests/data/
Dplus.json23 "type": "string", string
35 "type": "string", string
40 "type": "string", string
45 "type": "string", string
50 "type": "boolean", string
56 "type": "string", string
61 "type": "string", string
78 "type": "object", string
81 "type": "string", string
85 "type": "array", string
[all …]
/external/skia/bench/
Dmicrobench.json5 "type": "INTEGER" string
9 "type": "INTEGER" string
13 "type": "STRING" string
17 "type": "INTEGER" string
21 "type": "FLOAT" string
25 "type": "STRING" string
29 "type": "BOOLEAN" string
33 "type": "RECORD", string
37 "type": "STRING" string
41 "type": "STRING" string
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dscenario_result_schema.json7 "type": "INTEGER" string
12 "type": "STRING" string
17 "type": "STRING" string
22 "type": "STRING" string
27 "type": "STRING" string
32 "type": "TIMESTAMP" string
37 "type": "RECORD" string
44 "type": "STRING" string
49 "type": "STRING" string
54 "type": "INTEGER" string
[all …]
/external/grpc-grpc/tools/run_tests/performance/
Dscenario_result_schema.json7 "type": "INTEGER" string
12 "type": "STRING" string
17 "type": "STRING" string
22 "type": "STRING" string
27 "type": "STRING" string
32 "type": "TIMESTAMP" string
37 "type": "RECORD" string
44 "type": "STRING" string
49 "type": "STRING" string
54 "type": "INTEGER" string
[all …]

12345678910>>...590