/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | backward_references_enc.c | 904 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 D | tmutfmt.cpp | 185 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 D | p2p_group.c | 1098 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 D | mesh.c | 834 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 D | avsession_service.cpp | 1142 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 D | webgl_rendering_context_base_impl.cpp | 82 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 D | driverinstaller_fuzzer.cpp | 41 auto res = driverInstaller->CreateDriverSoDestinedDir(bundleName, in DoSomethingInterestingWithMyAPI() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.h | 61 const DevicePlatformDataGLES& plat, EGLSurface surface, GlesImplementation::SurfaceInfo& res) const;
|
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_policy/include/ |
H A D | para_config.h | 53 static void ReadAttr(xmlNodePtr& root, const std::string& attrName, std::string& res);
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | net_http_response.h | 40 void SetResult(const std::string &res);
|
/foundation/communication/netstack/frameworks/js/napi/http/options/include/ |
H A D | http_response.h | 42 void SetResult(const std::string &res);
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 152 * @param res The result string. 154 void SetResult(const std::string &res);
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | hevc_add_res.c | 53 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 D | hp-accessor.h | 67 hp_bool_t is_br, HpAccessor res);
|
/third_party/backends/sanei/ |
H A D | os2_srb.h | 119 } res; member
|
/third_party/icu/tools/scripts/cpysearch/ |
H A D | Cpy.pm | 103 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 D | resbund.h | 89 * 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 D | relo_core.h | 91 int relo_idx, const struct bpf_core_relo_res *res);
|
/third_party/lame/libmp3lame/ |
H A D | quantize_pvt.h | 98 FLOAT * distort, calc_noise_result * const res, calc_noise_data * prev_noise);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_drawable.h | 81 struct pipe_resource *res);
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_framebuffer.h | 192 struct pipe_resource *res);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | resbund.h | 89 * 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 D | nouveau_buffer.h | 83 nouveau_resource_unmap(struct nv04_resource *res) in nouveau_resource_unmap() argument
|
/third_party/lzma/C/ |
H A D | MtCoder.h | 68 SRes res;
member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_resource.h | 73 struct pipe_resource *res,
|