Home
last modified time | relevance | path

Searched refs:types (Results 426 - 450 of 6025) sorted by relevance

1...<<11121314151617181920>>...241

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D7-5-buildonly.c11 #include <sys/types.h>
H A D7-2-buildonly.c11 #include <sys/types.h>
H A D7-3-buildonly.c11 #include <sys/types.h>
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
H A D5-1-buildonly.c5 #include <sys/types.h>
/third_party/skia/third_party/externals/brotli/c/common/
H A Dcontext.c3 #include <brotli/types.h>
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c265 static const enum pipe_shader_type types[] = { in fd6_build_user_consts() local
275 for (unsigned i = 0; i < ARRAY_SIZE(types); i++) { in fd6_build_user_consts()
284 for (unsigned i = 0; i < ARRAY_SIZE(types); i++) { in fd6_build_user_consts()
288 &ctx->constbuf[types[i]]); in fd6_build_user_consts()
289 fd6_emit_ubos(ctx, variants[i], constobj, &ctx->constbuf[types[i]]); in fd6_build_user_consts()
/third_party/python/Lib/test/
H A Dtest_funcattrs.py2 import types namespace
119 cell_obj = types.CellType(1)
122 cell_obj = types.CellType()
201 self.assertEqual(type(func.__code__), types.CodeType)
268 self.fi.id = types.MethodType(id, self.fi)
H A Dtest_coroutines.py6 import types namespace
39 assert coro.__class__ in {types.GeneratorType, types.CoroutineType}
53 assert coro.__class__ is types.CoroutineType
533 self.assertIsInstance(f, types.CoroutineType)
592 @types.coroutine
616 @types.coroutine
647 @types.coroutine
683 @types.coroutine
718 # Test that PyCoro_Type and _PyCoroWrapper_Type types wer
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/
H A Dupdates-errors-correctly-when-declaration-emit-is-disabled-in-compiler-options.js57 /user/username/projects/myproject/node_modules/@types:
117 /user/username/projects/myproject/node_modules/@types:
172 /user/username/projects/myproject/node_modules/@types:
237 /user/username/projects/myproject/node_modules/@types:
292 /user/username/projects/myproject/node_modules/@types:
/third_party/python/Lib/test/test_importlib/extension/
H A Dtest_loader.py8 import types namespace
156 self.assertIsInstance(module, types.ModuleType)
196 self.assertIsInstance(module, types.ModuleType)
203 self.assertIsInstance(module, types.ModuleType)
248 self.assertIsInstance(module, types.ModuleType)
/third_party/python/Lib/test/test_importlib/
H A Dutil.py14 import types namespace
17 BUILTINS = types.SimpleNamespace()
25 EXTENSIONS = types.SimpleNamespace()
66 specialized = types.new_class(name, bases)
224 module = types.ModuleType(import_name)
/third_party/alsa-lib/src/pcm/
H A Dmask.c26 #include <sys/types.h>
/third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/
H A Don-sample-project.js410 /user/username/projects/sample1/tests/node_modules/@types:
412 /user/username/projects/sample1/node_modules/@types:
544 /user/username/projects/sample1/tests/node_modules/@types:
546 /user/username/projects/sample1/node_modules/@types:
731 /user/username/projects/sample1/tests/node_modules/@types:
733 /user/username/projects/sample1/node_modules/@types:
991 /user/username/projects/sample1/tests/node_modules/@types:
993 /user/username/projects/sample1/node_modules/@types:
/base/security/asset/services/db_operator/src/
H A Dlib.rs23 pub mod types; modules
/third_party/ltp/include/
H A Dtst_sig_proc.h8 #include <sys/types.h>
/third_party/mesa3d/src/util/
H A Danon_file.h29 #include <sys/types.h>
/third_party/pulseaudio/src/pulsecore/
H A Drandom.h24 #include <sys/types.h>
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dmod.rs7 pub(crate) mod types;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp959 // Select only a few interesting types. in isTestedZeroElementType()
977 // Select only a few interesting types. in isTestedFieldType()
1042 std::vector<glu::DataType> types; member
1049 DE_ASSERT(types.size() > 0); in testName()
1050 DE_ASSERT(types.size() == offsets.size()); in testName()
1051 DE_ASSERT(types.size() == values.size()); in testName()
1054 for (deUint32 i = 0; i < types.size(); ++i) in testName()
1058 name += glu::getDataTypeName(types[i]); in testName()
1066 types.push_back(dt); in add()
1127 for (deUint32 i = 0; i < m_caseDef.types in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp975 // Select only a few interesting types. in isTestedZeroElementType()
993 // Select only a few interesting types. in isTestedFieldType()
1058 std::vector<glu::DataType> types; member
1065 DE_ASSERT(types.size() > 0); in testName()
1066 DE_ASSERT(types.size() == offsets.size()); in testName()
1067 DE_ASSERT(types.size() == values.size()); in testName()
1070 for (deUint32 i = 0; i < types.size(); ++i) in testName()
1074 name += glu::getDataTypeName(types[i]); in testName()
1082 types.push_back(dt); in add()
1139 for (deUint32 i = 0; i < m_caseDef.types in checkSupport()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_proxy.cpp36 std::vector<std::string> types; in GetFileTypes() local
44 return types; in GetFileTypes()
49 return types; in GetFileTypes()
54 return types; in GetFileTypes()
63 if (!reply.ReadStringVector(&types)) { in GetFileTypes()
64 LOG_ERROR("fail to ReadStringVector types"); in GetFileTypes()
67 return types; in GetFileTypes()
/third_party/python/Tools/scripts/
H A Ddeepfreeze.py16 import types namespace
48 def get_localsplus(code: types.CodeType):
59 def get_localsplus_counts(code: types.CodeType,
239 def generate_code(self, name: str, code: types.CodeType) -> str:
375 # frozen set with incompatible types, fallback to repr()
398 if isinstance(obj, (types.CodeType, umarshal.Code)) :
449 def decode_frozen_data(source: str) -> types.CodeType:
/third_party/protobuf/python/
H A Dmox.py64 import types namespace
153 # A list of types that should be stubbed out with MockObjects (as
155 _USE_MOCK_OBJECT = [types.ClassType, types.InstanceType, types.ModuleType,
156 types.ObjectType, types.TypeType]
821 # Check raw types if there was a type error. This is helpful for
/base/security/selinux_adapter/interfaces/policycoreutils/include/
H A Dhdf_service_checker.h18 #include <sys/types.h>
/base/startup/init/services/init/include/
H A Ddevice.h17 #include <sys/types.h>

Completed in 19 milliseconds

1...<<11121314151617181920>>...241