Home
last modified time | relevance | path

Searched defs:obj (Results 3426 - 3450 of 4059) sorted by relevance

1...<<131132133134135136137138139140>>...163

/third_party/python/Lib/test/
H A Dtest_dict.py874 obj = C() variable in DictTest.test_container_iterator.C
/third_party/python/Modules/
H A D_json.c1296 PyObject *obj; in encoder_call() local
1312 _encoded_const(PyObject *obj) in _encoded_const() argument
1346 encoder_encode_float(PyEncoderObject *s, PyObject *obj) encoder_encode_float() argument
1372 encoder_encode_string(PyEncoderObject *s, PyObject *obj) encoder_encode_string() argument
1401 encoder_listencode_obj(PyEncoderObject *s, _PyAccu *acc, PyObject *obj, Py_ssize_t indent_level) encoder_listencode_obj() argument
1707 PyObject *obj = PySequence_Fast_GET_ITEM(s_fast, i); encoder_listencode_list() local
[all...]
H A D_lsprof.c127 normalizeUserObj(PyObject *obj) in normalizeUserObj() argument
H A Dtimemodule.c252 PyObject *obj; local
283 PyObject *obj; local
1579 PyObject *obj = NULL, *dict, *ns; local
[all...]
/third_party/python/Modules/clinic/
H A D_codecsmodule.c.h93 PyObject *obj; in _codecs_encode() local
170 PyObject *obj; _codecs_decode() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dflag.h106 inline void Delete(FlagOpFn op, void* obj) { in Delete() argument
119 inline void* Clone(FlagOpFn op, const void* obj) { in Clone() argument
/third_party/vulkan-loader/tests/framework/layer/
H A Dwrap_objects.cpp67 void *obj; member
75 VkInstance obj; member
87 VkDevice obj; member
97 VkDebugUtilsMessengerEXT obj; member
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dangleutils.h186 inline void StructZero(T *obj) in StructZero() argument
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp379 std::string GetNamedProperty(napi_env env, napi_value obj) in GetNamedProperty() argument
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1572 sptr<IRemoteObject> obj = OHOS::HDI::hdi_objcast<IGnssInterface>(gnssInterface); in RegisterLocationHdiDeathRecipient() local
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_certificate_openssl.c2093 ASN1_OBJECT *obj = OBJ_nid2obj(nId); in GetSubjectPubKeyAlgOidX509Openssl() local
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1592 napi_value obj; in GetVectorAuthUser() local
1652 napi_value obj; in GetVectorDocUriByKey() local
1679 napi_value obj; in GetVectorUint32() local
1691 ParseUIAbilityContextReq( napi_env env, const napi_value& obj, std::shared_ptr<OHOS::AbilityRuntime::AbilityContext>& abilityContext) ParseUIAbilityContextReq() argument
1716 ParseWantReq(napi_env env, const napi_value& obj, OHOS::AAFwk::Want& requestWant) ParseWantReq() argument
[all...]
/base/security/dlp_permission_service/interfaces/kits/dlp_permission/napi/src/
H A Dnapi_dlp_permission.cpp1969 auto obj = reinterpret_cast<class DlpFile*>(nativeObjAddr); in JsConstructor() local
/base/startup/init/services/init/
H A Dinit_service_manager.c221 cJSON *obj = cJSON_GetObjectItem(argJson, name); in GetServiceArgs() local
741 cJSON *obj = cJSON_GetObjectItem(argJson, name); in GetCpuArgs() local
[all...]
/base/security/security_guard/frameworks/js/napi/
H A Dsecurity_guard_napi.cpp913 static bool GetCallbackProperty(napi_env env, napi_value obj, napi_ref &property, int argNum) in GetCallbackProperty() argument
928 static bool GetStringProperty(napi_env env, napi_value obj, std::string &property) in GetStringProperty() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test_sim_ril.cpp878 int32_t *obj = 0; in HWTEST_F() local
/base/telephony/core_service/frameworks/native/src/
H A Dcore_service_client.cpp48 sptr<IRemoteObject> obj = sam->CheckSystemAbility(TELEPHONY_CORE_SERVICE_SYS_ABILITY_ID); in GetProxy() local
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_manager.cpp253 RegisterCoreNotify( int32_t slotId, const std::shared_ptr<AppExecFwk::EventHandler> &observerCallBack, int32_t what, int32_t *obj) RegisterCoreNotify() argument
/base/telephony/core_service/services/sim/src/
H A Dsim_file.cpp1208 std::vector<std::string>::iterator obj = std::find(indiaMcc_.begin(), indiaMcc_.end(), mccCode); in IsIndiaMcc() local
/base/time/time_service/services/
H A Dtime_system_ability.cpp347 int32_t TimeSystemAbility::CreateTimer(const std::shared_ptr<ITimerInfo> &timerOptions, sptr<IRemoteObject> &obj, in CreateTimer() argument
/base/usb/usb_manager/interfaces/kits/js/napi/src/
H A Dusb_info.cpp56 static void ParseUsbDevicePipe(const napi_env env, const napi_value &obj, USBDevicePipe &pipe) in ParseUsbDevicePipe() argument
82 static void CreateUsbDevicePipe(const napi_env env, napi_value &obj, const USBDevicePipe &pipe) in CreateUsbDevicePipe() argument
89 static void CtoJSUsbEndpoint(const napi_env &env, napi_value &obj, const USBEndpoint &usbEndpoint) in CtoJSUsbEndpoint() argument
102 CtoJSUsbInterface(const napi_env &env, napi_value &obj, const UsbInterface &usbInterface) CtoJSUsbInterface() argument
128 CtoJSUsbConfig(const napi_env &env, napi_value &obj, const USBConfig &usbConfig) CtoJSUsbConfig() argument
149 CtoJSUsbDevice(const napi_env &env, napi_value &obj, const UsbDevice &usbDevice) CtoJSUsbDevice() argument
953 napi_value obj = argv[INDEX_0]; PipeClaimInterface() local
993 napi_value obj = argv[INDEX_0]; PipeReleaseInterface() local
1077 napi_value obj = argv[INDEX_0]; PipeGetRawDescriptors() local
1104 napi_value obj = argv[INDEX_0]; PipeGetFileDescriptor() local
1602 napi_value obj = argv[INDEX_0]; PipeClose() local
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.cpp204 AddFunctionToObjectForH5( napi_env env, OHOS::NWeb::WebviewJavaScriptResultCallBack::H5Bundle& bundle, napi_value obj) AddFunctionToObjectForH5() argument
1707 AddNamedObject( napi_env env, napi_value& obj, const std::string& objName) AddNamedObject() argument
[all...]
/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c1561 static int32_t SdhciHostParse(struct SdhciHost *host, struct HdfDeviceObject *obj) in SdhciHostParse() argument
2014 static int32_t SdhciMmcBind(struct HdfDeviceObject *obj) in SdhciMmcBind() argument
2068 static int32_t SdhciMmcInit(struct HdfDeviceObject *obj) in SdhciMmcInit() argument
2083 SdhciMmcRelease(struct HdfDeviceObject *obj) SdhciMmcRelease() argument
[all...]
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c1799 static int32_t HimciHostParse(struct HimciHost *host, struct HdfDeviceObject *obj) in HimciHostParse() argument
1883 static int32_t HimciMmcBind(struct HdfDeviceObject *obj) in HimciMmcBind() argument
1939 static int32_t HimciMmcInit(struct HdfDeviceObject *obj) in HimciMmcInit() argument
1953 HimciMmcRelease(struct HdfDeviceObject *obj) HimciMmcRelease() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/pci/
H A Dpcie-dw-rockchip.c1137 static void rk_pcie_start_dma_dwc(struct dma_trx_obj *obj) in rk_pcie_start_dma_dwc() argument
1172 struct dma_trx_obj *obj = rk_pcie->dma_obj; rk_pcie_handle_dma_interrupt() local
[all...]

Completed in 57 milliseconds

1...<<131132133134135136137138139140>>...163