| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | numbers_test.cc | 19 #include <sys/types.h> 377 // Some other types in TEST()
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_capability_test.cpp | 2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_wext.c | 17 #include <sys/types.h>
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglMultiThreadTests.cpp | 707 MultiThreadedObjectTest (EglTestContext& context, const char* name, const char* description, deUint32 types);
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest.cc | 100 #include <sys/types.h> // NOLINT 123 #include <sys/types.h> // NOLINT 394 // Use wider types than necessary to prevent unsigned overflow diagnostics. in Generate()
|
| /third_party/mesa3d/include/GLES3/ |
| H A D | gl32.h | 1736 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); 1781 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 90 # include <sys/types.h> // NOLINT 119 # include <sys/types.h> // NOLINT 335 // Use wider types than necessary to prevent unsigned overflow diagnostics. in Generate()
|
| /third_party/openGLES/api/GLES3/ |
| H A D | gl32.h | 1717 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); 1762 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest.cc | 105 #include <sys/types.h> // NOLINT 128 #include <sys/types.h> // NOLINT 402 // Use wider types than necessary to prevent unsigned overflow diagnostics. in Generate()
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | instruction-selector.cc | 511 // If we have inconsistent static and dynamic types, e.g. if we in OperandForDeopt() 627 ZoneVector<MachineType> const* types = MachineTypesOf(input->op()); in AddOperandToStateValueDescriptor() local 630 nested, inputs, g, deduplicator, input->InputAt(i), types->at(i), in AddOperandToStateValueDescriptor()
|
| /third_party/python/Lib/test/ |
| H A D | pickletester.py | 15 import types namespace 1977 # Issue #6477: Test that types of built-in singletons can be pickled. 2007 if isinstance(t, types.BuiltinFunctionType):
|
| H A D | test_dataclasses.py | 12 import types namespace 690 # For the known types, don't allow mutable default values. 1474 class A(types.GenericAlias): 2924 # types.MemberDescriptorType). 3781 # types.new_class allows them.
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTests.cpp | 3185 // Note data types in the input buffers are always plain floats or ints. They will be converted to the appropriate type when 4951 const PrimitiveType types[] = { 4961 for (const auto primType : types)
|
| H A D | vktMeshShaderMiscTestsEXT.cpp | 2013 // Test with custom per-vertex and per-primitive attributes of different types. 5083 const PrimitiveType types[] = { in createMeshShaderMiscTestsEXT() local 5097 for (const auto primType : types) in createMeshShaderMiscTestsEXT()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTests.cpp | 3185 // Note data types in the input buffers are always plain floats or ints. They will be converted to the appropriate type when 4941 const PrimitiveType types[] = { 4951 for (const auto primType : types)
|
| H A D | vktMeshShaderMiscTestsEXT.cpp | 1995 // Test with custom per-vertex and per-primitive attributes of different types. 5065 const PrimitiveType types[] = { in createMeshShaderMiscTestsEXT() local 5079 for (const auto primType : types) in createMeshShaderMiscTestsEXT()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Reactor.hpp | 70 // These generally map to the precision types as specified by the Vulkan specification. 2612 // Specialized for function types 3187 Type *types[] = { Arguments::type()... }; in Function() local 3188 for(Type *type : types) in Function() 3279 // and parameter types. Returns the call's return value if the function has
|
| H A D | SubzeroReactor.cpp | 60 // These functions only accept and return Subzero (Ice) types, and do not access any globals. 125 // Wrapper for calls on C functions with Ice types 166 // Wrapper for calls on C functions with Ice types 388 static_assert(static_cast<unsigned int>(Ice::IceType_NUM) < static_cast<unsigned int>(EmulatedBits), "Ice::Type overlaps with our emulated types!"); in T() 402 std::vector<Ice::Type> T(const std::vector<Type *> &types) in T() argument 405 result.reserve(types.size()); in T() 406 for(auto &t : types) in T() 1298 // TODO(b/148139679) Fix Subzero generating invalid code for FRem on vector types 1703 // Bitcasts must be between types of the same logical size. But with emulated narrow vectors we need 4764 // Subzero doesn't support bool types (IceType_i [all...] |
| /third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
| H A D | gl32.h | 1738 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); 1783 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
| /third_party/python/Modules/ |
| H A D | socketmodule.c | 221 #include <sys/types.h> 239 #include <sys/types.h> 7591 /* Socket types */ 7722 /* Ancillary message types */
|
| /third_party/skia/third_party/externals/angle2/include/GLES3/ |
| H A D | gl32.h | 1717 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGPROC) (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog); 1762 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog);
|
| /base/account/os_account/services/accountmgr/test/unittest/os_account/ |
| H A D | os_account_inner_account_mgr_mock.cpp | 44 #include <sys/types.h>
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
| H A D | dlp_file_test.cpp | 23 #include <sys/types.h>
|
| /base/startup/appspawn/modules/sandbox/ |
| H A D | sandbox_utils.cpp | 29 #include <sys/types.h>
|
| /base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
| H A D | app_spawn_sandbox_new_test.cpp | 24 #include <sys/types.h>
|