| /third_party/toybox/toys/posix/ |
| H A D | file.c | 15 Examine the given files and describe their content types. 375 char *types[] = {0, "native", "GUI", "console", "OS/2", "driver", "CE", in do_regular_file() local 378 char *name = (type>0 && type<ARRAY_LEN(types))?types[type]:0; in do_regular_file()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
| H A D | layout.h | 43 // // We could have written layout.Pointer<0>(p) instead. If all the types are 44 // // unique you can use either form, but if some types are repeated you must 177 #include "absl/types/span.h" 264 // This namespace contains no types. It prevents functions defined in it from 374 // Element types of all arrays packed in a tuple. 649 const std::string types[] = { 651 std::string res = absl::StrCat("@0", types[0], "(", sizes[0], ")"); 653 absl::StrAppend(&res, "[", size_[i], "]; @", offsets[i + 1], types[i + 1], 677 // Descriptor of arrays of various types and sizes laid out in memory one after 695 // `Layout` knows the element types o [all...] |
| /third_party/lzma/CPP/7zip/UI/Common/ |
| H A D | OpenArchive.cpp | 68 Try to open with all other types from offset 0 only.
2471 bool needCheckStartOpen = true; // = true, if we need to test all archives types for current pos.
3229 if (op.types->Size() >= 32)
3239 if (op.types->Size() >= 1)
3242 if (Arcs.Size() < op.types->Size())
3243 latest = (*op.types)[op.types->Size() - Arcs.Size() - 1];
3246 latest = (*op.types)[0];
3257 if (op.types->Size() >= 1)
3260 if (Arcs.Size() < op.types [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/ |
| H A D | phonenumberutil.cc | 382 // Returns the types we have metadata for based on the PhoneMetadata object 386 std::set<PhoneNumberUtil::PhoneNumberType>* types) { in GetSupportedTypesForMetadata() 387 DCHECK(types); in GetSupportedTypesForMetadata() 399 types->insert(type); in GetSupportedTypesForMetadata() 964 std::set<PhoneNumberType>* types) const { in GetSupportedTypesForRegion() 965 DCHECK(types); in GetSupportedTypesForRegion() 971 GetSupportedTypesForMetadata(*metadata, types); in GetSupportedTypesForRegion() 976 std::set<PhoneNumberType>* types) const { in GetSupportedTypesForNonGeoEntity() 977 DCHECK(types); in GetSupportedTypesForNonGeoEntity() 986 GetSupportedTypesForMetadata(*metadata, types); in GetSupportedTypesForNonGeoEntity() 384 GetSupportedTypesForMetadata( const PhoneMetadata& metadata, std::set<PhoneNumberUtil::PhoneNumberType>* types) GetSupportedTypesForMetadata() argument 2103 PhoneNumberDesc types[kNumberTypes] = { GetExampleNumberForNonGeoEntity() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 993 "${types}\n" in addCompute8bitStorage32To8Group() 1049 const char* types; in addCompute8bitStorage32To8Group() member 1082 specs["types"] = cTypes[tyIdx].types; in addCompute8bitStorage32To8Group() 1149 "${types}\n" in addCompute8bitUniform8To32Group() 1203 const char* types; in addCompute8bitUniform8To32Group() member 1234 specs["types"] = cTypes[tyIdx].types; in addCompute8bitUniform8To32Group() 1302 "${types}\n" in addCompute8bitStoragePushConstant8To32Group() 1356 const char* types; in addCompute8bitStoragePushConstant8To32Group() member 1524 const char* types; addCompute8bitStorage16To8Group() member 1685 const char* types; addCompute8bitUniform8To16Group() member 1842 const char* types; addCompute8bitStoragePushConstant8To16Group() member [all...] |
| /third_party/vk-gl-cts/modules/gles3/performance/ |
| H A D | es3pShaderOperatorTests.cpp | 1937 // Non-specific (i.e. includes gentypes) parameter types for the functions. 2049 // - functions with uint/uvec* return or parameter types 2061 const ValueType types[FunctionCase::MAX_PARAMS + 1]; // Return type and parameter types, in that order. 2178 const ValueType* const funcTypes = functionCaseGroups[funcNdx].types; 2243 // Determine specific types for return value and the parameters, according to curSize. Non-gentypes not affected by curSize. 2244 DataType types[FunctionCase::MAX_PARAMS + 1]; 2248 types[i] = TYPE_INVALID; 2263 types[i] = isFloat ? floatTypes[typeArrayNdx] 2270 DE_ASSERT(types[ [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 993 "${types}\n" in addCompute8bitStorage32To8Group() 1049 const char* types; in addCompute8bitStorage32To8Group() member 1082 specs["types"] = cTypes[tyIdx].types; in addCompute8bitStorage32To8Group() 1149 "${types}\n" in addCompute8bitUniform8To32Group() 1203 const char* types; in addCompute8bitUniform8To32Group() member 1234 specs["types"] = cTypes[tyIdx].types; in addCompute8bitUniform8To32Group() 1302 "${types}\n" in addCompute8bitStoragePushConstant8To32Group() 1356 const char* types; in addCompute8bitStoragePushConstant8To32Group() member 1524 const char* types; addCompute8bitStorage16To8Group() member 1685 const char* types; addCompute8bitUniform8To16Group() member 1842 const char* types; addCompute8bitStoragePushConstant8To16Group() member [all...] |
| /third_party/vk-gl-cts/modules/gles2/performance/ |
| H A D | es2pShaderOperatorTests.cpp | 1929 // Non-specific (i.e. includes gentypes) parameter types for the functions. 2042 const ValueType types[FunctionCase::MAX_PARAMS + 1]; // Return type and parameter types, in that order. 2135 const ValueType* const funcTypes = functionCaseGroups[funcNdx].types; 2200 // Determine specific types for return value and the parameters, according to curSize. Non-gentypes not affected by curSize. 2201 DataType types[FunctionCase::MAX_PARAMS + 1]; 2205 types[i] = TYPE_INVALID; 2218 types[i] = isFloat ? floatTypes[typeArrayNdx] 2225 DE_ASSERT(types[i] != TYPE_LAST); 2228 // Array for just the parameter types [all...] |
| /applications/standard/contacts_data/dataBusiness/contacts/include/ |
| H A D | contacts_update_helper.h | 30 int UpdateDisplay(std::vector<int> rawContactIdVector, std::vector<std::string> types,
|
| /test/ostest/wukong/report/src/ |
| H A D | exception_manager.cpp | 24 #include <sys/types.h>
|
| /test/xts/acts/kernel_lite/fs_posix/src/ |
| H A D | FileSystemTest.h | 23 #include <sys/types.h>
|
| /test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
| H A D | image_receiver_module_test.h | 55 Image_ErrorCode GetImageComponentTypes(OH_ImageNative *image, std::vector<uint32_t> *types);
|
| /test/xts/hats/kernel/syscall_ipc/msgctl/ |
| H A D | MsgctlApiTest.cpp | 28 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscall_ipc/semctl/ |
| H A D | SemctlApiTest.cpp | 27 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscall_ipc/semget/ |
| H A D | SemgetApiTest.cpp | 27 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscall_ipc/shmctl/ |
| H A D | ShmctlApiTest.cpp | 24 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscall_ipc/shmget/ |
| H A D | ShmgetApiTest.cpp | 24 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/async/epoll_ctl/ |
| H A D | EpollCtlApiTest.cpp | 29 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/async/epoll_pwait/ |
| H A D | EpollPwaitApiTest.cpp | 29 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/async/ppoll/ |
| H A D | PpollApiTest.cpp | 34 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/async/pselect/ |
| H A D | PselectApiTest.cpp | 33 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/fileio/syncfilerange/ |
| H A D | SyncFileRangeApiTest.cpp | 28 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/fileio/setdomainname/ |
| H A D | SetDomainNameApiTest.cpp | 26 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/mem/processvm/ |
| H A D | ProcessvmApiTest.cpp | 32 #include <sys/types.h>
|
| /test/xts/hats/kernel/syscalls/resource/getrlimit/ |
| H A D | GetrlimitApiTest.cpp | 25 #include <sys/types.h>
|