Home
last modified time | relevance | path

Searched defs:obj (Results 226 - 250 of 1955) sorted by relevance

12345678910>>...79

/third_party/node/test/js-native-api/4_object_factory/
H A D4_object_factory.c10 napi_value obj; in CreateObject() local
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtypeof-safe.c5 int obj; in test_safe() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-symbol.cc49 Handle<Object> obj = args.atOrUndefined(isolate, 1); in BUILTIN() local
/third_party/node/deps/v8/src/heap/
H A Dincremental-marking-inl.h36 bool IncrementalMarking::WhiteToGreyAndPush(HeapObject obj) { in WhiteToGreyAndPush() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-numbers.cc81 Object obj = args[0]; in RUNTIME_FUNCTION() local
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_memchr_chk_test.cpp27 int pos, obj; in HWTEST_F() local
H A Dfortify_strrchr_chk_test.cpp25 int pos, obj; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_bcopy_test.cpp28 size_t obj = random() % MAX_SIZE; in HWTEST_F() local
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientBase.h39 void FreeObject(ObjectType objectType, ObjectBase* obj) { in FreeObject() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dindex_accessor_expression.cc44 auto* obj = ctx->Clone(object); in Clone() local
24 IndexAccessorExpression(ProgramID pid, const Source& src, const Expression* obj, const Expression* idx) IndexAccessorExpression() argument
/third_party/typescript/tests/baselines/reference/
H A DarrowFunctionContexts.js24 var obj: { (n: number): string; }; // OK variable
65 var obj: { (n: number): string; }; // OK variable
136 var obj = function (n) { return ''; }; function
137 var obj; // OK variable
179 var obj; // OK variable
H A DimportCallExpressionAsyncES6CJS.js
H A DcontrolFlowAliasing.js[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DSlabAllocatorTests.cpp39 Foo* obj = allocator.Allocate(4); in TEST() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_process_args.cpp52 ChildProcessArgs *obj = new (std::nothrow) ChildProcessArgs(); in Unmarshalling() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dsvg_image_object.cpp25 auto obj = AceType::MakeRefPtr<SvgImageObject>(src, SizeF()); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_container/
H A Dgrid_container_layout_property.h68 void SetReserveObj(const RefPtr<GridContainerLayoutProperty>& obj) in SetReserveObj() argument
74 auto obj = reserveProperty_.Upgrade(); in GetReserveObj() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_keyboard_avoid.cpp50 auto obj = "KeyBoardAvoidMode.OFFSET"; in GetKeyboardAvoidMode() local
H A Djs_menu_item_group.cpp30 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
H A Djs_column_split.cpp42 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsDivider() local
H A Djs_grid_container.cpp47 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
/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(); Execute() local
105 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local
153 JSRef<JSObject> obj = JSRef<JSObject>::New(); Execute() local
187 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local
222 JSRef<JSObject> obj = objTemp->NewInstance(); Execute() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h36 JSRef<JSObject> obj = objectTemplate->NewInstance(); in ApplyThemeInConstructor() local
44 static void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDotIndicator() argument
68 static void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToIndicatorStyle() argument
83 ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDigitIndicator() argument
98 ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDisplayArrow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.cpp47 void ScrollableItemPool::Deallocate(ScrollableItem* obj) in Deallocate() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.h56 static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() argument

Completed in 8 milliseconds

12345678910>>...79