Home
last modified time | relevance | path

Searched +defs:target +defs:name (Results 1 – 25 of 726) sorted by relevance

12345678910>>...30

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_stack_processor.h35 #define ACE_UPDATE_LAYOUT_PROPERTY(target, name, value) \ argument
40 #define ACE_UPDATE_NODE_LAYOUT_PROPERTY(target, name, value, frameNode) \ argument
49 #define ACE_GET_NODE_LAYOUT_PROPERTY(target, name, value, frameNode) \ argument
65 #define ACE_UPDATE_PAINT_PROPERTY(target, name, value) \ argument
70 #define ACE_UPDATE_NODE_PAINT_PROPERTY(target, name, value, frameNode) \ argument
79 #define ACE_GET_NODE_PAINT_PROPERTY(target, name, value, frameNode) \ argument
109 #define ACE_RESET_LAYOUT_PROPERTY(target, name) \ argument
114 #define ACE_RESET_NODE_LAYOUT_PROPERTY(target, name, frameNode) \ argument
138 #define ACE_RESET_PAINT_PROPERTY(target, name) \ argument
143 #define ACE_RESET_NODE_PAINT_PROPERTY(target, name, frameNode) \ argument
[all …]
/aosp12/art/test/1922-owned-monitors-info/src/art/
H A DTest1922.java73 public String name; field in Test1922.Target
74 public Target(String name) { this.name = name; } in Target()
117 public String name; field in Test1922.NamedLock
118 public NamedLock(String name) { this.name = name; } in NamedLock()
128 public final Thread target; field in Test1922.PrintOwnedMonitorsStackDepthRunnable
139 public final Thread target; field in Test1922.PrintOwnedMonitorsRunnable
177 public static void runTestsOtherThread(String name, boolean suspend, Consumer<Thread> printer) { in runTestsOtherThread()
222 public static void runTestsCurrentThread(String name, Runnable printer) { in runTestsCurrentThread()
275 public final Target target; field in Test1922.CallSafepoint
286 public final Target target; field in Test1922.CallLockOther
[all …]
/aosp12/frameworks/base/core/java/android/view/inspector/
H A DIntFlagMapping.java70 public void add(int mask, int target, @NonNull String name) { in add()
82 private Flag(int mask, int target, @NonNull String name) { in Flag()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Dalgorithm_program.cpp79 void AlgorithmProgram::SetInt(const std::string name, int value) in SetInt()
84 void AlgorithmProgram::SetFloat(const std::string name, float value) in SetFloat()
89 void AlgorithmProgram::SetMat4(const std::string name, const void *value) in SetMat4()
94 void AlgorithmProgram::BindTexture(const std::string name, int unitId, int textureId, GLenum target) in BindTexture()
102 void AlgorithmProgram::UnBindTexture(int unitId, GLenum target) in UnBindTexture()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp75 bool TestUtil::RestartProcess(const string &name) in RestartProcess()
95 void TestUtil::KillProcess(const string &name) in KillProcess()
100 string TestUtil::GetPidByProcess(const string &name) in GetPidByProcess()
110 void TestUtil::ClearDir(string name) in ClearDir()
122 bool TestUtil::IsValidTarget(const string &target) in IsValidTarget()
127 string TestUtil::BuildCommand(CmdType type, const string &target) in BuildCommand()
152 string TestUtil::ExecCmd(CmdType type, const string &target) in ExecCmd()
236 list<string> TestUtil::GetDightStrArr(const string &target) in GetDightStrArr()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dproxy_object.cpp127 if (auto target = interface_pointer_cast<IMetadata>(GetTarget())) { in ListenTargetChanges() local
144 if (auto target = interface_pointer_cast<IMetadata>(GetTarget())) { in RefreshProperties() local
170 bool ProxyObject::SetTarget(const IObject::Ptr& target) in SetTarget()
184 void ProxyObject::ReflectHierarchy(const IObject::Ptr& target) in ReflectHierarchy()
201 const IMetadata::Ptr& m, BASE_NS::string_view name, const IProxyObject::Ptr& proxy) in ReflectTargetForProperty()
274 IProperty::Ptr ProxyObject::AddProxyProperty(BASE_NS::string_view name) in AddProxyProperty()
277 if (auto target = interface_pointer_cast<IMetadata>(GetTarget())) { in AddProxyProperty() local
287 if (auto target = interface_pointer_cast<IMetadata>(GetTarget())) { in PopulateAllProperties() local
297 IProperty::Ptr ProxyObject::GetPropertyByName(BASE_NS::string_view name) in GetPropertyByName()
H A Dobject_context.cpp34 if (auto target = GetTarget()) { in GetObjectRegistry() local
46 bool ObjectContext::SetTarget(const IObject::Ptr& target) in SetTarget()
75 IProperty::Ptr ObjectContext::GetPropertyByName(BASE_NS::string_view name) in GetPropertyByName()
/aosp12/art/test/1934-jvmti-signal-thread/src/art/
H A DTest1934.java74 public static Thread createThread(Runnable r, String name) { in createThread()
81 Thread target = createThread(() -> { while (true) { } }, "waiting thread!"); in testStopBeforeStart() local
100 Thread target = createThread(() -> { while (true) { } }, "waiting thread!"); in testInterruptBeforeStart() local
120 Thread target = createThread(() -> { in testStopWait() local
147 Thread target = createThread(() -> { in testInterruptWait() local
179 Thread target = createThread(() -> { in testStopInNative() local
221 Thread target = createThread(() -> { in testStopRecur() local
242 Thread target = createThread(() -> { in testInterruptRecur() local
265 Thread target = createThread(() -> { sem.release(); while (true) {} }, "Spinning thread!"); in testStopSpinning() local
280 Thread target = createThread(() -> { in testInterruptSpinning() local
/aosp12/art/test/952-invoke-custom/src/
H A DUnrelatedBSM.java25 MethodHandles.Lookup lookup, String name, MethodType methodType, Class<?> target) in bsm()
/ohos5.0/base/startup/appspawn/test/moduletest/hnp_sample/out/hnpsample/
H A Dhnp.json3 "name":"hnpsample", string
9 "target":"hnpsample" string
/aosp12/system/extras/simpleperf/scripts/
H A Dupdate.py29 def __init__(self, target, name, install_path, need_strip=False): argument
92 def fetch_artifact(branch, build, target, name): argument
/aosp12/art/test/902-hello-transformation/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/914-hello-obsolescence/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/915-obsolete-2/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/916-obsolete-jit/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/917-fields-transformation/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/919-obsolete-fields/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/921-hello-failure/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/926-multi-obsolescence/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/930-hello-retransform/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/932-transform-saves/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/934-load-transform/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/935-non-retransformable/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/937-hello-retransform-package/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()
/aosp12/art/test/938-load-transform-bcp/src/art/
H A DRedefinition.java23 public final Class<?> target; field in Redefinition.CommonClassDefinition
27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { in CommonClassDefinition()
35 public DexOnlyClassDefinition(Class<?> target, byte[] dex_file_bytes) { in DexOnlyClassDefinition()
61 public static native void doCommonClassRedefinition(Class<?> target, in doCommonClassRedefinition()
91 public static native void doCommonClassRetransformation(Class<?>... target); in doCommonClassRetransformation()
93 public static native void popTransformationFor(String name); in popTransformationFor()
99 public static native void doCommonStructuralClassRedefinition(Class<?> target, byte[] dex_file); in doCommonStructuralClassRedefinition()
113 public static native boolean isStructurallyModifiable(Class<?> target); in isStructurallyModifiable()

12345678910>>...30