| /third_party/selinux/libselinux/utils/ |
| H A D | selinuxexeccon.c | 2 #include <sys/types.h>
|
| /third_party/selinux/libsepol/cil/test/unit/ |
| H A D | test_integration.c | 36 #include <sys/types.h>
|
| /third_party/selinux/libselinux/src/ |
| H A D | get_initial_context.c | 2 #include <sys/types.h>
|
| /third_party/rust/crates/rustix/src/fs/ |
| H A D | fcopyfile.rs | 6 pub use backend::fs::types::copyfile_state_t;
|
| H A D | statx.rs | 9 pub use backend::fs::types::{Statx, StatxFlags, StatxTimestamp};
|
| /third_party/rust/crates/rustix/src/process/ |
| H A D | uname.rs | 22 pub struct Uname(backend::process::types::RawUname);
|
| H A D | membarrier.rs | 12 pub use backend::process::types::MembarrierCommand;
|
| /third_party/rust/crates/rustix/src/io/ |
| H A D | fcntl.rs | 14 pub use backend::io::types::FdFlags;
|
| /third_party/spirv-tools/source/ |
| H A D | operand.h | 24 // A sequence of operand types. 76 // Append a list of operand types to the end of the pattern vector. 77 // The types parameter specifies the source array of types, ending with 79 void spvPushOperandTypes(const spv_operand_type_t* types, 85 // Each set bit in the mask represents zero or more operand types that should 127 // a limited set of operand types.
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deDirectoryIterator.hpp | 45 # include <sys/types.h>
|
| /third_party/python/Lib/test/ |
| H A D | test_asyncgen.py | 2 import types namespace 20 @types.coroutine 395 self.assertIsInstance(g.ag_frame, types.FrameType) 397 self.assertIsInstance(g.ag_code, types.CodeType) 492 import types namespace 499 @types.coroutine 634 @types.coroutine 679 @types.coroutine 700 @types.coroutine 719 @types [all...] |
| /third_party/typescript/tests/baselines/reference/tscWatch/projectsWithReferences/ |
| H A D | on-transitive-references.js | 251 /user/username/projects/transitivereferences/node_modules/@types:
407 /user/username/projects/transitivereferences/node_modules/@types:
495 /user/username/projects/transitivereferences/node_modules/@types:
578 /user/username/projects/transitivereferences/node_modules/@types:
661 /user/username/projects/transitivereferences/node_modules/@types:
738 /user/username/projects/transitivereferences/node_modules/@types:
816 /user/username/projects/transitivereferences/node_modules/@types:
909 /user/username/projects/transitivereferences/node_modules/@types:
995 /user/username/projects/transitivereferences/node_modules/@types:
1081 /user/username/projects/transitivereferences/node_modules/@types [all...] |
| /applications/standard/contacts_data/dataBusiness/contacts/src/ |
| H A D | contacts_update_helper.cpp | 41 int ContactsUpdateHelper::UpdateDisplay(std::vector<int> rawContactIdVector, std::vector<std::string> types, in UpdateDisplay() argument 47 unsigned int countType = types.size(); in UpdateDisplay() 58 std::string type = types[i]; in UpdateDisplay()
|
| /third_party/curl/lib/ |
| H A D | curl_setup.h | 337 # include <exec/types.h> 388 # include <sys/types.h> 413 # include <sys/types.h>
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
| H A D | TransliteratorInputMethod.java | 138 TreeSet types = new TreeSet(new LabelComparator()); in initStatusWindow() 145 types.add(label); in initStatusWindow() 150 choices = new JComboBox(types.toArray()); in initStatusWindow()
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | Extract.cpp | 267 const CObjectVector<COpenType> &types,
in Extract() 377 CObjectVector<COpenType> types2 = types;
in Extract() 380 if (types.IsEmpty())
in Extract() 411 op.types = &types2;
in Extract() 264 Extract( CCodecs *codecs, const CObjectVector<COpenType> &types, const CIntVector &excludedFormats, UStringVector &arcPaths, UStringVector &arcPathsFull, const NWildcard::CCensorNode &wildcardCensor, const CExtractOptions &options, IOpenCallbackUI *openCallback, IExtractCallbackUI *extractCallback, IFolderArchiveExtractCallback *faeCallback, IHashCalc *hash, UString &errorMessage, CDecompressStat &st) Extract() argument
|
| /third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
| H A D | stress.c | 107 static int types[] = { PTHREAD_MUTEX_NORMAL, variable 557 int sz = 2 + (sizeof(types) / sizeof(int)); in main() 582 #ifndef WITHOUT_XOPEN /* we have the mutex attribute types */ in main() 584 ret = pthread_mutexattr_settype(pma[i], types[i - 1]); in main()
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | declarations.cc | 98 builtin->signature().parameter_types.types == in FindSomeInternalBuiltinWithType() 112 const TypeVector& types) { in TryLookupMacro() 116 if (signature_types == types && !m->signature().parameter_types.var_args) { in TryLookupMacro() 111 TryLookupMacro(const std::string& name, const TypeVector& types) TryLookupMacro() argument
|
| /third_party/node/deps/undici/src/lib/websocket/ |
| H A D | websocket.js | 23 const { types } = require('util') 298 } else if (types.isArrayBuffer(data)) { 631 if (ArrayBuffer.isView(V) || types.isAnyArrayBuffer(V)) {
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.cpp | 114 // Fall through. This fits into all the types above. in generateValue() 120 // Fall through. This fits into all the types above. in generateValue() 125 // Fall through. This fits into all the types above. in generateValue() 180 std::set<glu::DataType> types; in generateCompareFuncs() local 183 // Collect unique basic types. in generateCompareFuncs() 186 vkt::typecomputil::collectUniqueBasicTypes(types, var.type); in generateCompareFuncs() 189 for (const auto& type : types) in generateCompareFuncs() 232 // Comparison functions use 32-bit values. Convert 8/16-bit scalar and vector types if necessary. in generateSharedMemoryWrites() 350 TCU_THROW(NotSupportedError, "VK_KHR_shader_float16_int8 extension for 16-/8-bit types not supported"); in checkSupport() 354 TCU_THROW(NotSupportedError, "16-bit types no in checkSupport() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.cpp | 114 // Fall through. This fits into all the types above. in generateValue() 120 // Fall through. This fits into all the types above. in generateValue() 125 // Fall through. This fits into all the types above. in generateValue() 180 std::set<glu::DataType> types; in generateCompareFuncs() local 183 // Collect unique basic types. in generateCompareFuncs() 186 vkt::typecomputil::collectUniqueBasicTypes(types, var.type); in generateCompareFuncs() 189 for (const auto& type : types) in generateCompareFuncs() 232 // Comparison functions use 32-bit values. Convert 8/16-bit scalar and vector types if necessary. in generateSharedMemoryWrites() 350 TCU_THROW(NotSupportedError, "VK_KHR_shader_float16_int8 extension for 16-/8-bit types not supported"); in checkSupport() 354 TCU_THROW(NotSupportedError, "16-bit types no in checkSupport() [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Debug.cpp | 231 GLenum *types, in getMessages() 263 if (types != nullptr) in getMessages() 265 types[messageCount] = m.type; in getMessages() 228 getMessages(GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) getMessages() argument
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/ |
| H A D | main.go | 451 // matches any of the types of the objects in 'prototypes'. 453 types := make([]reflect.Type, len(prototypes)) 455 types[i] = reflect.TypeOf(p) 459 for _, rty := range types {
|
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_intrinsic_texture_test.cc | 28 std::string types; member 3702 EXPECT_EQ(expected.types, "\n" + DumpInstructions(b.types())); in TEST_P()
|
| /third_party/toybox/toys/net/ |
| H A D | netstat.c | 186 char *types[] = {"","STREAM","DGRAM","RAW","RDM","SEQPACKET","DCCP","PACKET"}, in show_unix_sockets() local 210 if (type>ARRAY_LEN(types)) type = 0; in show_unix_sockets() 215 refcount, toybuf, types[type], states[state], inode); in show_unix_sockets()
|