Home
last modified time | relevance | path

Searched refs:types (Results 1551 - 1575 of 4661) sorted by relevance

1...<<61626364656667686970>>...187

/third_party/toybox/toys/posix/
H A Dfile.c15 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 Dlayout.h43 // // 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 DOpenArchive.cpp68 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 Dphonenumberutil.cc382 // 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 DvktSpvAsm8bitStorageTests.cpp993 "${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 Des3pShaderOperatorTests.cpp1937 // 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 DvktSpvAsm8bitStorageTests.cpp993 "${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 Des2pShaderOperatorTests.cpp1929 // 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 Dcontacts_update_helper.h30 int UpdateDisplay(std::vector<int> rawContactIdVector, std::vector<std::string> types,
/test/ostest/wukong/report/src/
H A Dexception_manager.cpp24 #include <sys/types.h>
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFileSystemTest.h23 #include <sys/types.h>
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dimage_receiver_module_test.h55 Image_ErrorCode GetImageComponentTypes(OH_ImageNative *image, std::vector<uint32_t> *types);
/test/xts/hats/kernel/syscall_ipc/msgctl/
H A DMsgctlApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/semctl/
H A DSemctlApiTest.cpp27 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/semget/
H A DSemgetApiTest.cpp27 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/shmctl/
H A DShmctlApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/shmget/
H A DShmgetApiTest.cpp24 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/epoll_ctl/
H A DEpollCtlApiTest.cpp29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/epoll_pwait/
H A DEpollPwaitApiTest.cpp29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/ppoll/
H A DPpollApiTest.cpp34 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/pselect/
H A DPselectApiTest.cpp33 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/syncfilerange/
H A DSyncFileRangeApiTest.cpp28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/setdomainname/
H A DSetDomainNameApiTest.cpp26 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/mem/processvm/
H A DProcessvmApiTest.cpp32 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/resource/getrlimit/
H A DGetrlimitApiTest.cpp25 #include <sys/types.h>

Completed in 26 milliseconds

1...<<61626364656667686970>>...187