/third_party/mesa3d/src/tool/pps/ |
H A D | pps_driver.cc | 95 std::string Driver::find_driver_name(const char *requested) in find_driver_name() argument
|
/third_party/selinux/libselinux/src/ |
H A D | compute_av.c | 13 security_compute_av_flags_raw(const char * scon, const char * tcon, security_class_t tclass, access_vector_t requested, struct av_decision *avd) security_compute_av_flags_raw() argument 90 security_compute_av_raw(const char * scon, const char * tcon, security_class_t tclass, access_vector_t requested, struct av_decision *avd) security_compute_av_raw() argument 116 security_compute_av_flags(const char * scon, const char * tcon, security_class_t tclass, access_vector_t requested, struct av_decision *avd) security_compute_av_flags() argument 142 security_compute_av(const char * scon, const char * tcon, security_class_t tclass, access_vector_t requested, struct av_decision *avd) security_compute_av() argument
|
H A D | checkAccess.c | 67 static int selinux_check_passwd_access_internal(access_vector_t requested) in selinux_check_passwd_access_internal() argument 104 int selinux_check_passwd_access(access_vector_t requested) { in selinux_check_passwd_access() argument 108 int checkPasswdAccess(access_vector_t requested) in checkPasswdAccess() argument
|
/third_party/skia/tests/ |
H A D | AndroidCodecTest.cpp | 84 const auto requested = size; in DEF_TEST() local
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | memblockq.h | 100 int64_t missing, requested; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoSessionFfmpegUtils.cpp | 73 const size_t requested = static_cast<size_t>(nBuf); in GetData() local
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSpinBarrier.cpp | 60 inline SpinBarrier::WaitMode getWaitMode (SpinBarrier::WaitMode requested, deUint32 numCores, deInt32 numThreads) in getWaitMode() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_securetransport.c | 200 size_t requested = *dataLength; in tls_read_cb() local
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 33 createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument 158 createBundleObject(int index, String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument 198 handleGet(String indexStr, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 204 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 232 handleGet(String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 241 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | UResourceBundle.java | 865 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() argument 802 handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 818 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 883 resolveObject(String aKey, UResourceBundle requested) resolveObject() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 347 Collection getFactoryCollection(int requested) { in getFactoryCollection() argument
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceThreadTest.java | 344 Collection getFactoryCollection(int requested) { in getFactoryCollection() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUResourceBundleImpl.java | 34 createBundleObject(String _key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument 159 createBundleObject(int index, String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) createBundleObject() argument 199 handleGet(String indexStr, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 205 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 233 handleGet(String resKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 242 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | UResourceBundle.java | 822 private Object handleGetObjectImpl(String aKey, UResourceBundle requested) { in handleGetObjectImpl() argument 763 handleGet(String aKey, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 778 handleGet(int index, HashMap<String, String> aliasesVisited, UResourceBundle requested) handleGet() argument 840 resolveObject(String aKey, UResourceBundle requested) resolveObject() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | code-range.cc | 99 InitReservation(v8::PageAllocator* page_allocator, size_t requested) InitReservation() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_buffer.h | 291 pb_check_alignment(uint32_t requested, uint32_t provided) in pb_check_alignment() argument 308 pb_check_usage(unsigned requested, unsigned provided) in pb_check_usage() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 269 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& requested, const char **missingFeature) in isVulkanFeaturesSupported() argument [all...] |
/third_party/skia/gm/ |
H A D | typeface.cpp | 200 bool requested; in draw_typeface_rendering_gm() member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 269 bool isVulkanFeaturesSupported(const Context& context, const VulkanFeatures& requested, const char **missingFeature) in isVulkanFeaturesSupported() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol_res.cpp | 167 CollationLoader::CollationLoader(const CollationCacheEntry *re, const Locale &requested, in CollationLoader() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 146 get_cl_lang_standard(unsigned requested, unsigned max = ANY_VERSION) { in get_cl_lang_standard() argument 157 get_cl_version(cl_version requested, in get_cl_version() argument 204 const auto requested = get_cl_version(ver); in get_language_version() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucol_res.cpp | 167 CollationLoader::CollationLoader(const CollationCacheEntry *re, const Locale &requested, in CollationLoader() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucol_res.cpp | 167 CollationLoader::CollationLoader(const CollationCacheEntry *re, const Locale &requested, in CollationLoader() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | eloop_win.c | 361 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 393 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | eloop_win.c | 361 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local 393 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local [all...] |