Home
last modified time | relevance | path

Searched refs:res (Results 4451 - 4475 of 6339) sorted by relevance

1...<<171172173174175176177178179180>>...254

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c904 int res = 0; in GetBackwardReferences() local
909 res = BackwardReferencesRle(width, height, argb, 0, refs_tmp); in GetBackwardReferences()
914 res = BackwardReferencesLz77(width, height, argb, 0, hash_chain, in GetBackwardReferences()
919 res = BackwardReferencesLz77Box(width, height, argb, 0, hash_chain, in GetBackwardReferences()
925 if (!res) goto Error; in GetBackwardReferences()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtmutfmt.cpp185 char res[1000]; in parseObject() local
186 source.extract(0, source.length(), res, "UTF-8"); in parseObject()
187 std::cout << "parse source: " << res << "\n"; in parseObject() local
201 count->extract(0, count->length(), res, "UTF-8"); in parseObject()
202 std::cout << "parse plural count: " << res << "\n"; in parseObject() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_group.c1098 struct p2p_channels intersect, res; in p2p_group_get_common_freqs() local
1105 os_memset(&res, 0, sizeof(res)); in p2p_group_get_common_freqs()
1121 p2p_channels_intersect(&intersect, &dev->channels, &res); in p2p_group_get_common_freqs()
1122 intersect = res; in p2p_group_get_common_freqs()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh.c834 int res; in wpas_mesh_get_ifname() local
836 res = os_snprintf(ifname, len, "mesh-%s-%d", ifname_ptr, in wpas_mesh_get_ifname()
838 if (os_snprintf_error(len, res) || in wpas_mesh_get_ifname()
842 res = os_snprintf(ifname, len, "mesh-%d", wpa_s->mesh_if_idx); in wpas_mesh_get_ifname()
843 if (os_snprintf_error(len, res)) in wpas_mesh_get_ifname()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp1142 auto res = CreateSessionInner(tag, type, thirdPartyApp, elementName, sessionItem); in CreateSessionInner() local
1143 CHECK_AND_RETURN_RET_LOG(res == AVSESSION_SUCCESS, nullptr, "create avSessionItem failed"); in CreateSessionInner()
1147 void AVSessionService::ReportSessionInfo(const sptr <AVSessionItem>& session, int32_t res) in ReportSessionInfo() argument
1163 std::string errMsg = (res == AVSESSION_SUCCESS) ? "SUCCESS" : "create session failed"; in ReportSessionInfo()
1170 "ERROR_CODE", res, in ReportSessionInfo()
1179 auto res = CreateSessionInner(tag, type, in CreateSessionInner() local
1182 CHECK_AND_RETURN_RET_LOG(res == AVSESSION_SUCCESS, res, "create session fail"); in CreateSessionInner()
1202 ReportSessionInfo(session, static_cast<int32_t>(res)); in CreateSessionInner()
1210 return res; in CreateSessionInner()
1217 auto res = CreateSessionInner(tag, type, elementName, object); CreateSessionInner() local
2492 auto res = CreateSessionInner(sourceDescriptor.sessionTag_, sourceDescriptor.sessionType_, RemoteCastAudioInner() local
2778 auto res = AbilityRuntime::WantAgent::WantAgentHelper::GetWant(launWantAgent, want); CreateWantAgent() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp82 NVal res = NVal::CreateObject(env); in GetContextAttributes() local
93 res.AddProp("alpha", alpha); in GetContextAttributes()
94 res.AddProp("antialias", antialias); in GetContextAttributes()
95 res.AddProp("depth", depth); in GetContextAttributes()
96 res.AddProp("failIfMajorPerformanceCaveat", failIfMajorPerformanceCaveat); in GetContextAttributes()
97 res.AddProp("desynchronized", desynchronized); in GetContextAttributes()
98 res.AddProp("premultipliedAlpha", premultipliedAlpha); in GetContextAttributes()
99 res.AddProp("preserveDrawingBuffer", preserveDrawingBuffer); in GetContextAttributes()
100 res.AddProp("stencil", stencil); in GetContextAttributes()
101 res in GetContextAttributes()
220 bool res = static_cast<bool>(glIsFramebuffer(frameBufferId)); IsFrameBuffer() local
658 int64_t res = static_cast<int64_t>(params); GetShaderParameter() local
664 bool res = (params == GL_FALSE) ? false : true; GetShaderParameter() local
[all...]
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/driverinstaller_fuzzer/
H A Ddriverinstaller_fuzzer.cpp41 auto res = driverInstaller->CreateDriverSoDestinedDir(bundleName, in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.h61 const DevicePlatformDataGLES& plat, EGLSurface surface, GlesImplementation::SurfaceInfo& res) const;
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/
H A Dpara_config.h53 static void ReadAttr(xmlNodePtr& root, const std::string& attrName, std::string& res);
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dnet_http_response.h40 void SetResult(const std::string &res);
/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_response.h42 void SetResult(const std::string &res);
/foundation/communication/netstack/interfaces/innerkits/http_client/include/
H A Dhttp_client_response.h152 * @param res The result string.
154 void SetResult(const std::string &res);
/third_party/ffmpeg/tests/checkasm/
H A Dhevc_add_res.c53 declare_func_emms(AV_CPU_FLAG_MMX, void, uint8_t *dst, int16_t *res, ptrdiff_t stride); in compare_add_res()
80 // overflow test for res = -32768 in check_add_res()
/third_party/backends/backend/
H A Dhp-accessor.h67 hp_bool_t is_br, HpAccessor res);
/third_party/backends/sanei/
H A Dos2_srb.h119 } res; member
/third_party/icu/tools/scripts/cpysearch/
H A DCpy.pm103 cvsignore cnv res icu exe obj bin exp lib out plg jar spp stub policy ttf
/third_party/icu/icu4c/source/common/unicode/
H A Dresbund.h89 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
119 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
142 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
168 * @param res A pointer to the C resource bundle.
172 ResourceBundle(UResourceBundle *res,
/third_party/libbpf/src/
H A Drelo_core.h91 int relo_idx, const struct bpf_core_relo_res *res);
/third_party/lame/libmp3lame/
H A Dquantize_pvt.h98 FLOAT * distort, calc_noise_result * const res, calc_noise_data * prev_noise);
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.h81 struct pipe_resource *res);
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_framebuffer.h192 struct pipe_resource *res);
/third_party/node/deps/icu-small/source/common/unicode/
H A Dresbund.h89 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
119 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
142 * as defined by <code> udata_open( packageName, "res", locale, err) </code>
168 * @param res A pointer to the C resource bundle.
172 ResourceBundle(UResourceBundle *res,
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h83 nouveau_resource_unmap(struct nv04_resource *res) in nouveau_resource_unmap() argument
/third_party/lzma/C/
H A DMtCoder.h68 SRes res; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.h73 struct pipe_resource *res,

Completed in 20 milliseconds

1...<<171172173174175176177178179180>>...254