Home
last modified time | relevance | path

Searched defs:obj (Results 76 – 100 of 2507) sorted by relevance

12345678910>>...101

/aosp12/art/benchmark/jobject-benchmark/
H A Djobject_benchmark.cc29 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeAddRemoveLocal() local
40 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeDecodeLocal() local
52 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeAddRemoveGlobal() local
63 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeDecodeGlobal() local
75 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeAddRemoveWeakGlobal() local
86 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(jobj); in Java_JObjectBenchmark_timeDecodeWeakGlobal() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DDecimalFormatPerfTest.java58 public void formatWithGrouping(Object obj) { in formatWithGrouping()
67 public void format(String pattern, Object obj) { in format()
75 public void format(Object obj) { in format()
82 public void formatToCharacterIterator(Object obj) { in formatToCharacterIterator()
90 public void formatCurrencyUS(Object obj) { in formatCurrencyUS()
97 public void formatCurrencyFR(Object obj) { in formatCurrencyFR()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_click_function.cpp36 JSRef<JSObject> obj = JSRef<JSObject>::New(); in Execute() local
70 JSRef<JSObject> obj = objectTemplate->NewInstance(); in Execute() local
105 JSRef<JSObject> obj = objectTemplate->NewInstance(); in Execute() local
153 JSRef<JSObject> obj = JSRef<JSObject>::New(); in Execute() local
187 JSRef<JSObject> obj = objectTemplate->NewInstance(); in Execute() local
222 JSRef<JSObject> obj = objTemp->NewInstance(); in Execute() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_extension_callback_proxy_test.cpp51 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
74 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
97 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
123 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
149 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
177 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
205 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
232 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
H A Dprint_callback_proxy_test.cpp60 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
84 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
120 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
151 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
182 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
213 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
245 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
269 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
295 sptr<MockRemoteObject> obj = new (std::nothrow) MockRemoteObject(); variable
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpwm_virtual.c74 static int32_t VirtualPwmProbe(struct VirtualPwm *virtual, struct HdfDeviceObject *obj) in VirtualPwmProbe()
107 static int32_t VirtualPwmBind(struct HdfDeviceObject *obj) in VirtualPwmBind()
113 static int32_t VirtualPwmInit(struct HdfDeviceObject *obj) in VirtualPwmInit()
138 static void VirtualPwmRelease(struct HdfDeviceObject *obj) in VirtualPwmRelease()
/ohos5.0/foundation/distributeddatamgr/data_object/interfaces/jskits/
H A Ddistributed_data_object.js32 constructor(obj) { argument
90 function constructorMethod(result, obj) { argument
124 function newDistributed(obj) { argument
167 function isAsset(obj) { argument
235 function joinSession(version, obj, objectId, sessionId, context) { argument
281 function leaveSession(version, obj) { argument
310 function onWatch(version, type, obj, callback) { argument
317 function offWatch(version, type, obj, callback = undefined) { argument
328 function newDistributedV9(context, obj) { argument
350 constructor(obj, context) { argument
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DSettingsDumpService.java90 JSONObject obj = new JSONObject(); in dumpMemory() local
104 JSONObject obj = new JSONObject(); in dumpDataUsage() local
140 JSONObject obj = new JSONObject(); in dumpDataUsage() local
151 JSONObject obj = new JSONObject(); in dumpStorage() local
183 final JSONObject obj = new JSONObject(); in dumpAnomalyDetection() local
/aosp12/art/test/003-omnibus-opcodes/src/
H A DMonitor.java25 Object obj = new Object(); in subTest() local
37 Object obj = null; in run() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp101 JsonObj *obj = JSON_CreateObject(); variable
201 JsonObj *obj = JSON_CreateObject(); variable
259 JsonObj *obj = JSON_CreateObject(); variable
333 JsonObj *obj = JSON_CreateObject(); variable
594 JsonObj *obj = JSON_CreateObject(); variable
634 JsonObj *obj = JSON_CreateObject(); variable
651 JsonObj *obj = JSON_CreateObject(); variable
799 JsonObj *obj = JSON_CreateObject(); variable
848 JsonObj *obj = JSON_CreateObject(); variable
901 JsonObj *obj = JSON_CreateObject(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.cpp92 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
148 ObtainedMonth JSCalendar::GetCalendarData(const JSRef<JSObject>& obj, MonthState monthState) in GetCalendarData()
204 void JSCalendar::SetDate(const JSRef<JSObject>& obj, const RefPtr<CalendarComponentV2>& component) in SetDate()
344 ObtainedMonth JSCalendar::GetCurrentData(const JSRef<JSObject>& obj) in GetCurrentData()
354 ObtainedMonth JSCalendar::GetPreData(const JSRef<JSObject>& obj) in GetPreData()
364 ObtainedMonth JSCalendar::GetNextData(const JSRef<JSObject>& obj) in GetNextData()
382 auto obj = JSRef<JSObject>::Cast(info[0]); in SetCurrentDayStyle() local
519 auto obj = JSRef<JSObject>::Cast(info[0]); in SetNonCurrentDayStyle() local
545 auto obj = JSRef<JSObject>::Cast(info[0]); in SetTodayStyle() local
571 auto obj = JSRef<JSObject>::Cast(info[0]); in SetWeekStyle() local
[all …]
H A Djs_row.cpp54 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
65 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
158 auto obj = new VerticalAlignDeclaration(align); in ConstructorCallback() local
162 void VerticalAlignDeclaration::DestructorCallback(VerticalAlignDeclaration* obj) in DestructorCallback()
/aosp12/art/test/2009-structural-local-ref/
H A Dlocal-ref.cc35 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject obj, jobject thnk) { in Java_art_Test2009_NativeLocalCallStatic()
49 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject obj, jobject thnk) { in Java_art_Test2009_NativeLocalCallVirtual()
61 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject obj, jobject thnk) { in Java_art_Test2009_NativeLocalGetIField()
74 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject obj, jobject thnk) { in Java_art_Test2009_NativeLocalGetSField()
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_crl_match_parameters.cpp34 napi_value obj = GetProp(env, arg, CRL_MATCH_TAG_PRIVATE_KEY_VALID.c_str()); in GetIssuer() local
48 napi_value obj = GetProp(env, arg, CRL_MATCH_TAG_X509CERT.c_str()); in GetX509Cert() local
71 napi_value obj = GetProp(env, arg, CRL_MATCH_TAG_UPDATE_DATE_TIME.c_str()); in GetUpdateDateTime() local
85 napi_value obj = GetProp(env, arg, nameTag.c_str()); in GetCRLNum() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java97 public void registerForOn(Handler h, int what, Object obj) { in registerForOn()
247 public void setOnNewGsmSms(Handler h, int what, Object obj) { in setOnNewGsmSms()
257 public void setOnNewCdmaSms(Handler h, int what, Object obj) { in setOnNewCdmaSms()
277 public void setOnSmsOnSim(Handler h, int what, Object obj) { in setOnSmsOnSim()
287 public void setOnSmsStatus(Handler h, int what, Object obj) { in setOnSmsStatus()
297 public void setOnNITZTime(Handler h, int what, Object obj) { in setOnNITZTime()
307 public void setOnUSSD(Handler h, int what, Object obj) { in setOnUSSD()
327 public void setOnIccSmsFull(Handler h, int what, Object obj) { in setOnIccSmsFull()
357 public void setOnCallRing(Handler h, int what, Object obj) { in setOnCallRing()
407 public void setOnCatEvent(Handler h, int what, Object obj) { in setOnCatEvent()
[all …]
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Ddisplay_pluggable.cpp55 lock_guard<recursive_mutex> obj(recursive_mutex_); in Init() local
143 lock_guard<recursive_mutex> obj(recursive_mutex_); in Prepare() local
167 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetRefreshRateRange() local
181 lock_guard<recursive_mutex> obj(recursive_mutex_); in SetRefreshRate() local
199 lock_guard<recursive_mutex> obj(recursive_mutex_); in IsUnderscanSupported() local
204 lock_guard<recursive_mutex> obj(recursive_mutex_); in OnMinHdcpEncryptionLevelChange() local
430 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetColorModeCount() local
443 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetColorModes() local
457 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetColorModeAttr() local
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DAutodestructReference.java30 public AutodestructReference(@NonNull T obj) { in AutodestructReference()
38 final T obj = mHeld.getAndSet(null); in getAndDestroy() local
/aosp12/art/test/616-cha-proxy-method-inline/src/
H A DMain.java21 private Object obj; field in DebugProxy
24 public static Object newInstance(Object obj) { in newInstance()
31 private DebugProxy(Object obj) { in DebugProxy()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/
H A Ddisplay_hdmi.cpp47 lock_guard<recursive_mutex> obj(recursive_mutex_); in Init() local
101 lock_guard<recursive_mutex> obj(recursive_mutex_); in Prepare() local
125 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetRefreshRateRange() local
139 lock_guard<recursive_mutex> obj(recursive_mutex_); in SetRefreshRate() local
154 lock_guard<recursive_mutex> obj(recursive_mutex_); in IsUnderscanSupported() local
159 lock_guard<recursive_mutex> obj(recursive_mutex_); in OnMinHdcpEncryptionLevelChange() local
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
H A Ddisplay_hdmi.cpp47 lock_guard<recursive_mutex> obj(recursive_mutex_); in Init() local
101 lock_guard<recursive_mutex> obj(recursive_mutex_); in Prepare() local
125 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetRefreshRateRange() local
139 lock_guard<recursive_mutex> obj(recursive_mutex_); in SetRefreshRate() local
154 lock_guard<recursive_mutex> obj(recursive_mutex_); in IsUnderscanSupported() local
159 lock_guard<recursive_mutex> obj(recursive_mutex_); in OnMinHdcpEncryptionLevelChange() local
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_hdmi.cpp46 lock_guard<recursive_mutex> obj(recursive_mutex_); in Init() local
100 lock_guard<recursive_mutex> obj(recursive_mutex_); in Prepare() local
124 lock_guard<recursive_mutex> obj(recursive_mutex_); in GetRefreshRateRange() local
138 lock_guard<recursive_mutex> obj(recursive_mutex_); in SetRefreshRate() local
153 lock_guard<recursive_mutex> obj(recursive_mutex_); in IsUnderscanSupported() local
158 lock_guard<recursive_mutex> obj(recursive_mutex_); in OnMinHdcpEncryptionLevelChange() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_shader_precision_format.cpp37 WebGLShaderPrecisionFormat* obj = nullptr; in GetObjectFromArg() local
48 WebGLShaderPrecisionFormat* obj = GetObjectFromArg(env, info); in GetShaderPrecisionFormatRangeMin() local
60 WebGLShaderPrecisionFormat* obj = GetObjectFromArg(env, info); in GetShaderPrecisionFormatRangeMax() local
72 WebGLShaderPrecisionFormat* obj = GetObjectFromArg(env, info); in GetShaderPrecisionFormatPrecision() local
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DObjectPrinter.java41 static String print(@Nullable Object obj, int maxCollectionLength) { in print()
53 static void print(@NonNull StringBuilder builder, @Nullable Object obj) { in print()
65 static void print(@NonNull StringBuilder builder, @Nullable Object obj, in print()
/aosp12/art/runtime/native/
H A Dsun_misc_Unsafe.cc44 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSwapInt() local
57 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSwapLong() local
68 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_compareAndSwapObject() local
95 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getInt() local
101 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getIntVolatile() local
107 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_putInt() local
115 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_putIntVolatile() local
123 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_putOrderedInt() local
132 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getLong() local
138 ObjPtr<mirror::Object> obj = soa.Decode<mirror::Object>(javaObj); in Unsafe_getLongVolatile() local
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/
H A Dauth_ack_response.c35 json_handle obj = parse_payload(payload, data_type); in parse_auth_ack_response() local
55 void free_auth_ack_response(void *obj) in free_auth_ack_response()

12345678910>>...101