Home
last modified time | relevance | path

Searched defs:ref (Results 1026 - 1050 of 2413) sorted by relevance

1...<<41424344454647484950>>...97

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp187 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
378 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
574 const deUint32 ref = (ref1 << 16) | ref0; in iterate() local
H A Des3fBufferCopyTests.cpp169 ReferenceBuffer ref; in iterate() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fBasicComputeShaderTests.cpp223 const deUint32 ref = ~inputValues[ndx]; in iterate() local
346 const deUint32 ref = ~inputValues[ndx]; in iterate() local
449 const deUint32 ref = ~inputValues[ndx]; in iterate() local
565 const deUint32 ref = ndx; in iterate() local
578 const deUint32 ref = m_numValues - ndx; iterate() local
[all...]
H A Des31fIndexedStateQueryTests.cpp177 MinValueIndexed3Case::MinValueIndexed3Case (Context& context, const char* name, const char* desc, glw::GLenum target, const tcu::IVec3& ref, QueryType verifierType) in MinValueIndexed3Case() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dtrace.c378 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) in wpa_trace_add_ref_func() argument
390 struct wpa_trace_ref *ref; in wpa_trace_check_ref() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp88 inline float faceForward (float n, float i, float ref) { return ((ref * i) < 0.0f) ? n : -n; } in faceForward() argument
183 inline Vector<T, Size> faceForward (const Vector<T, Size>& n, const Vector<T, Size>& i, const Vector<T, Size>& ref) in faceForward() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dtrace.c389 void wpa_trace_add_ref_func(struct wpa_trace_ref *ref, const void *addr) in wpa_trace_add_ref_func() argument
401 struct wpa_trace_ref *ref; in wpa_trace_check_ref() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp293 bool NamesMatchWithWildcard(const char *ref, const char *testName) in NamesMatchWithWildcard() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp182 void GLES1State::setAlphaFunc(AlphaTestFunc func, GLfloat ref) in setAlphaFunc() argument
/third_party/node/lib/
H A Dnet.js
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability.cpp152 static HiviewService *ref = nullptr; in GetOrSetHiviewService() local
/base/account/os_account/interfaces/kits/napi/osaccount/include/
H A Dnapi_os_account.h217 napi_ref ref = nullptr; member
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp170 napi_ref ref = nullptr; in AddListener() local
262 napi_ref ref = nullptr; AddListener() local
[all...]
/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/include/
H A Dnapi_common_event.h219 napi_ref ref = nullptr; member
/base/notification/common_event_service/interfaces/kits/napi/common_event/include/
H A Dcommon_event.h204 napi_ref ref = nullptr; member
/base/security/code_signature/services/key_enable/src/
H A Dprofile_utils.rs198 pub static ref UDID: Result<String, String> = init_udid(); consts
/base/security/huks/interfaces/kits/napi/src/v8/
H A Dhuks_napi_common.cpp255 napi_ref ref = nullptr; in GetCallback() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/
H A Ddrv_mmz_ext_k.c244 HI_S32 hi_drv_mmz_query_buffer_ref(mmz_buffer *mmz_buf, HI_U32 *ref) in hi_drv_mmz_query_buffer_ref() argument
535 HI_S32 hi_drv_smmu_query_buffer_ref(smmu_buffer *smmu_buf, HI_U32 *ref) in hi_drv_smmu_query_buffer_ref() argument
837 HI_S32 hi_drv_secmmz_query_buffer_ref(mmz_buffer *secmmz_buf, HI_U32 *ref) in hi_drv_secmmz_query_buffer_ref() argument
857 HI_S32 hi_drv_secsmmu_query_buffer_ref(smmu_buffer *sec_smmu_buf, HI_U32 *ref) in hi_drv_secsmmu_query_buffer_ref() argument
956 hi_drv_secmmz_query_buffer_ref(mmz_buffer *secmmz_buf, HI_U32 *ref) hi_drv_secmmz_query_buffer_ref() argument
961 hi_drv_secsmmu_query_buffer_ref(smmu_buffer *sec_smmu_buf, HI_U32 *ref) hi_drv_secsmmu_query_buffer_ref() argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_session.h73 unsigned ref; /**< reference count from queues */ member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Ddma-heap.c247 static void dma_heap_release(struct kref *ref) in dma_heap_release() argument
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_state_observer.cpp341 napi_ref ref = nullptr; in RegisterFormInstanceCallback() local
653 bool ref = false; in ContainEqualCallback() local
[all...]
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dintell_voice_manager_napi.cpp426 napi_value IntellVoiceManagerNapi::CreatePropertyBase(napi_env env, T &propertyMap, napi_ref ref) in CreatePropertyBase() argument
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp300 std::unique_ptr<NativeReference> ref = MockJsRuntime::LoadSystemModuleByEngine(env, moduleName, nullptr, 0); in HWTEST_F() local
381 std::unique_ptr<NativeReference> ref = (static_cast<AbilityRuntime::JsRuntime&>(*jsRuntime)).LoadModule(moduleName, in HWTEST_F() local
399 std::unique_ptr<NativeReference> ref = mockJsRuntime.LoadSystemModule("", nullptr, 0); in HWTEST_F() local
534 std::unique_ptr<NativeReference> ref = jsRuntime->LoadSystemModule(moduleName, &object, 0); in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_caller_complex.cpp269 napi_ref ref = nullptr; in SetJsRemoteObj() local
409 napi_ref ref = nullptr; in SetOnReleaseCallBackInner() local
449 napi_ref ref = nullptr; in SetOnRemoteStateChangedInner() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_runtime_utils.cpp347 napi_value ref = nullptr; in LoadSystemModuleByEngine() local

Completed in 27 milliseconds

1...<<41424344454647484950>>...97