Home
last modified time | relevance | path

Searched refs:types (Results 701 - 725 of 5602) sorted by relevance

1...<<21222324252627282930>>...225

/third_party/skia/third_party/externals/brotli/c/common/
H A Ddictionary.h13 #include <brotli/types.h>
H A Dcontext.h92 #include <brotli/types.h>
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references.h16 #include <brotli/types.h>
H A Dcompress_fragment_two_pass.h17 #include <brotli/types.h>
H A Dcompress_fragment.h16 #include <brotli/types.h>
H A Dencoder_dict.h12 #include <brotli/types.h>
/third_party/python/Modules/
H A Dposixmodule.h10 #include <sys/types.h>
/third_party/pulseaudio/src/pulsecore/
H A Dcreds.h23 #include <sys/types.h>
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dflask_types.h11 * The basic Flask types and constants.
14 #include <sys/types.h>
/third_party/rust/crates/rustix/src/fs/
H A Dmemfd_create.rs4 pub use backend::fs::types::MemfdFlags;
H A Dfadvise.rs4 pub use backend::fs::types::Advice;
/third_party/rust/crates/rustix/src/mm/
H A Dmadvise.rs12 pub use backend::mm::types::Advice;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp80 // Load 12 bytes (maximum header size of currently implemented file types) in LoadImage()
135 // Load 12 bytes (maximum header size of currently implemented file types) in LoadAnimatedImage()
234 const auto types = loader.instance->GetSupportedTypes(); in GetSupportedTypes() local
235 allTypes.append(types.cbegin(), types.cend()); in GetSupportedTypes()
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dconvert_utils.cpp183 std::vector<std::string> types; in Convert() local
185 types.push_back(CommonUtils::Convert2MimeType(utdId)); in Convert()
187 return types; in Convert()
/test/xts/hats/hdf/display/composer/common/
H A Dhdi_test_display.cpp116 std::vector<int32_t> types; in RefreshLayersCompType() local
117 ret = device_->GetDisplayCompChange(id_, layers, types); in RefreshLayersCompType()
119 DISPLAY_TEST_LOGE("GetDisplayCompChange get layers and types failed")); in RefreshLayersCompType()
124 layer->SetCompType(static_cast<Composer::V1_0::CompositionType>(types[i])); in RefreshLayersCompType()
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.h190 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const override;
193 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const override;
250 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const override;
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h121 const CObjectVector<COpenType> *types; member
136 types(NULL), in COpenOptions()
446 bool ParseOpenTypes(CCodecs &codecs, const UString &s, CObjectVector<COpenType> &types);
448 // bool IsHashType(const CObjectVector<COpenType> &types);
/third_party/libbpf/src/
H A Dlibbpf_probes.c261 __u32 types[] = { in load_local_storage_btf() local
273 return libbpf__load_raw_btf((char *)types, sizeof(types), in load_local_storage_btf()
417 /* we can't successfully load all prog types to check for BPF helper in libbpf_probe_bpf_helper()
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.h190 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const override;
193 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const override;
250 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const override;
/third_party/ltp/tools/sparse/sparse-src/
H A Dcgcc189 my @types = (['FLT','F'], ['DBL',''], ['LDBL','L']);
190 while (@types) {
192 my ($name,$suffix) = @{ shift @types };
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariableInitTests.cpp472 const string types = in addShaderCodeOutput() local
507 + types + string( in addShaderCodeOutput()
563 + types + string( in addShaderCodeOutput()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.h190 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
193 void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const;
250 TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types, UErrorCode& status) const;
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-default-options.js63 /user/username/projects/myproject/node_modules/@types:
116 /user/username/projects/myproject/node_modules/@types:
177 /user/username/projects/myproject/node_modules/@types:
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
H A Dwith-default-options.js60 /user/username/projects/myproject/node_modules/@types:
109 /user/username/projects/myproject/node_modules/@types:
171 /user/username/projects/myproject/node_modules/@types:
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java189 Type[] types = EMPTY_TYPES; in isValidForList()
192 types = ((ParameterizedType) field.getGenericType()).getActualTypeArguments(); in isValidForList()
194 Type listParameter = getListParameter(clazz, types); in isValidForList()
311 // None of the parameterized types inherit List. Just continue up the inheritance hierarchy in getListParameter()

Completed in 11 milliseconds

1...<<21222324252627282930>>...225