| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_non_uniform_access.c | 215 if ((options->types & nir_lower_non_uniform_texture_access) && in nir_lower_non_uniform_access_impl() 225 if ((options->types & nir_lower_non_uniform_ubo_access) && in nir_lower_non_uniform_access_impl() 245 if ((options->types & nir_lower_non_uniform_ssbo_access) && in nir_lower_non_uniform_access_impl() 252 if ((options->types & nir_lower_non_uniform_ssbo_access) && in nir_lower_non_uniform_access_impl() 311 if ((options->types & nir_lower_non_uniform_image_access) && in nir_lower_non_uniform_access_impl()
|
| /third_party/node/deps/v8/tools/ |
| H A D | gen-postmortem-metadata.py | 329 types = {}; # set of all type names variable 421 # information. For types, we accumulate a string representing the entire 491 types[re.sub('\s*=.*', '', entry).lstrip()] = True; 495 types[name] = True 507 types[typeconst] = True 516 for type in types: 543 # Mapping string types is more complicated. Both types and 587 # Despite all that, some types have no corresponding class.
|
| /third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
| H A D | host_run.sh | 223 gcc -o page-types ../../tools/page-types.c 225 cp page-types $mnt/$GUEST_DIR 308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp 376 rm -f ./simple_process ./page-types
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | VariablePacker_test.cpp | 17 static sh::GLenum types[] = { member 85 for (size_t tt = 0; tt < ArraySize(types); ++tt) in TEST() 87 sh::GLenum type = types[tt]; in TEST() 137 for (size_t tt = 0; tt < ArraySize(types); ++tt) in TEST() 139 sh::GLenum type = types[tt]; in TEST()
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | operand.cpp | 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup() 288 void spvPushOperandTypes(const spv_operand_type_t* types, in spvPushOperandTypes() argument 291 for (endTypes = types; *endTypes != SPV_OPERAND_TYPE_NONE; ++endTypes) { in spvPushOperandTypes() 294 while (endTypes-- != types) { in spvPushOperandTypes() 514 // All types can use forward pointers. in spvOperandCanBeForwardDeclaredFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | operand.cpp | 62 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 103 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup() 288 void spvPushOperandTypes(const spv_operand_type_t* types, in spvPushOperandTypes() argument 291 for (endTypes = types; *endTypes != SPV_OPERAND_TYPE_NONE; ++endTypes) { in spvPushOperandTypes() 294 while (endTypes-- != types) { in spvPushOperandTypes() 514 // All types can use forward pointers. in spvOperandCanBeForwardDeclaredFunction()
|
| /third_party/python/Lib/ |
| H A D | mailcap.py | 113 types = key.split('/') 114 for j in range(len(types)): 115 types[j] = types[j].strip() 116 key = '/'.join(types).lower()
|
| H A D | typing.py | 9 All subscripted types like X[int], Union[int, str] are generic aliases. 17 * Special types: NewType, NamedTuple, TypedDict. 18 * Deprecated wrapper submodules for re and io related types. 19 * Deprecated aliases for builtin types and collections.abc ABCs. 31 import types namespace 33 from types import WrapperDescriptorType, MethodWrapperType, MethodDescriptorType, GenericAlias 99 # Concrete collection types. 113 # Other concrete types. 210 argument types, see https://bugs.python.org/issue42195. For example:: 225 """Return the repr() of an object, special-casing types (interna [all...] |
| /third_party/spirv-tools/source/ |
| H A D | operand.cpp | 60 const auto& group = table->types[typeIndex]; in spvOperandTableNameLookup() 93 const auto& group = table->types[typeIndex]; in spvOperandTableValueLookup() 276 void spvPushOperandTypes(const spv_operand_type_t* types, in spvPushOperandTypes() argument 279 for (endTypes = types; *endTypes != SPV_OPERAND_TYPE_NONE; ++endTypes) { in spvPushOperandTypes() 282 while (endTypes-- != types) { in spvPushOperandTypes() 511 // All types can use forward pointers. in spvOperandCanBeForwardDeclaredFunction()
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| H A D | mock_data_detector_adapter.cpp | 19 void DataDetectorAdapter::SetTextDetectTypes(const std::string& types) in SetTextDetectTypes() argument 21 textDetectTypes_ = types; in SetTextDetectTypes()
|
| /foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
| H A D | netlink_msg.h | 20 #include <asm/types.h>
30 #include <sys/types.h>
|
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | heap-constants.h | 56 types.push_back(static_cast<v8::internal::InstanceType>(type)); in KnownInstanceType() 60 std::vector<v8::internal::InstanceType> types; member
|
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | buffer.h | 19 # include <openssl/types.h> 31 # include <sys/types.h>
|
| /third_party/python/Tools/scripts/ |
| H A D | nm2def.py | 43 def symbols(lib=PYTHONLIB,types=('T','C','D')): 56 if type not in types:
|
| /third_party/pulseaudio/speex/include/speex/ |
| H A D | speexdsp_types.h | 20 @brief Speex types 53 # include <sys/types.h> 61 # include <sys/types.h>
|
| /third_party/openssl/include/openssl/ |
| H A D | buffer.h | 19 # include <openssl/types.h> 31 # include <sys/types.h>
|
| /third_party/python/Lib/test/ |
| H A D | _test_embed_structseq.py | 2 import types namespace 6 # bpo-46417: Test that structseq types used by the sys module are still 18 self.assertIsInstance(obj_type.__dict__, types.MappingProxyType)
|
| /third_party/skia/experimental/graphite/include/ |
| H A D | Context.h | 37 ShaderCombo(std::vector<ShaderType> types, in ShaderCombo() 39 : fTypes(std::move(types)) in ShaderCombo()
|
| /third_party/rust/crates/rustix/src/thread/ |
| H A D | clock.rs | 3 pub use backend::time::types::Timespec; 15 pub use backend::time::types::ClockId;
|
| /third_party/rust/crates/rustix/src/fs/ |
| H A D | fcntl.rs | 8 use backend::fs::types::OFlags; 69 pub use backend::fs::types::SealFlags;
|
| /foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
| H A D | data_ability_impl_file_test.cpp | 134 std::vector<std::string> types; in HWTEST_F() local 136 types = dataabilityimpl->GetFileTypes(uri, mimeTypeFilter); in HWTEST_F() 138 if (types.size() != 0) { in HWTEST_F() 139 EXPECT_STREQ(mimeTypeFilter.c_str(), types.at(0).c_str()); in HWTEST_F() 156 std::vector<std::string> types; in HWTEST_F() local 160 types = dataabilityimpl->GetFileTypes(uri, mimeTypeFilter); in HWTEST_F() 161 typesSize = types.size(); in HWTEST_F()
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-typedarray.cpp | 274 static jerry_typedarray_type_t types[] = 305 for (size_t idx = 0; idx < (sizeof (types) / sizeof (types[0])); idx++) 307 jerry_value_t typedarray = jerry_create_typedarray_for_arraybuffer_sz (types[idx], arraybuffer, 0, 4); 334 for (size_t idx = 0; idx < (sizeof (types) / sizeof (types[0])); idx++) 336 jerry_value_t typedarray = jerry_create_typedarray_for_arraybuffer (types[idx], arraybuffer);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
| H A D | CLPlatformCL.cpp | 329 // Fetch all device types for front end initialization, and find the default device. in createDevices() 331 std::vector<cl::DeviceType> types(nativeDevices.size()); in createDevices() 336 nativeDevices[index], CL_DEVICE_TYPE, sizeof(cl_device_type), &types[index], in createDevices() 340 if (types[index].isSet(CL_DEVICE_TYPE_DEFAULT)) in createDevices() 347 types.clear(); in createDevices() 357 types[index].set(CL_DEVICE_TYPE_DEFAULT); in createDevices() 361 types[index].clear(CL_DEVICE_TYPE_DEFAULT); in createDevices() 365 createDatas.emplace_back(types[index], [nativeDevice](const cl::Device &device) { in createDevices()
|
| /foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/ |
| H A D | image_native.cpp | 44 Image_ErrorCode OH_ImageNative_GetComponentTypes(OH_ImageNative* image, uint32_t** types, size_t* typeSize) in OH_ImageNative_GetComponentTypes() argument 55 if (nullptr == types) { in OH_ImageNative_GetComponentTypes() 59 uint32_t* p = *types; in OH_ImageNative_GetComponentTypes()
|
| /third_party/f2fs-tools/tools/f2fs_io/ |
| H A D | f2fs_io.h | 7 #include <sys/types.h> 11 #include <linux/types.h> 20 #include <sys/types.h>
|