Home
last modified time | relevance | path

Searched refs:types (Results 5576 - 5600 of 5834) sorted by relevance

1...<<221222223224225226227228229230>>...234

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc19 #include <sys/types.h>
377 // Some other types in TEST()
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp2028 const auto& group = table->types[typeIndex]; in spvCoreOperandTableNameLookup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c17 #include <sys/types.h>
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp707 MultiThreadedObjectTest (EglTestContext& context, const char* name, const char* description, deUint32 types);
/third_party/googletest/googletest/src/
H A Dgtest.cc100 #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 Dgl32.h1736 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 Dgtest.cc90 # 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 Dgl32.h1717 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 Dgtest.cc105 #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 Dinstruction-selector.cc511 // 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 Dpickletester.py15 import types namespace
1977 # Issue #6477: Test that types of built-in singletons can be pickled.
2007 if isinstance(t, types.BuiltinFunctionType):
H A Dtest_dataclasses.py12 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 DvktMeshShaderMiscTests.cpp3185 // 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 DvktMeshShaderMiscTestsEXT.cpp2013 // 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 DvktMeshShaderMiscTests.cpp3185 // 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 DvktMeshShaderMiscTestsEXT.cpp1995 // 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 DReactor.hpp70 // 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 DSubzeroReactor.cpp60 // 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 Dgl32.h1738 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 Dsocketmodule.c221 #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 Dgl32.h1717 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 Dos_account_inner_account_mgr_mock.cpp44 #include <sys/types.h>
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp23 #include <sys/types.h>
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_utils.cpp29 #include <sys/types.h>
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_new_test.cpp24 #include <sys/types.h>

Completed in 182 milliseconds

1...<<221222223224225226227228229230>>...234