Home
last modified time | relevance | path

Searched full:objectname (Results 1 – 25 of 68) sorted by relevance

123

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DAgentTest.java27 import javax.management.ObjectName;
145 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in startup_should_register_mbean_when_enabled() local
148 server.getAttribute(objectName, "Version")); in startup_should_register_mbean_when_enabled()
161 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in startup_should_not_register_mbean_when_disabled() local
164 ManagementFactory.getPlatformMBeanServer().getMBeanInfo(objectName); in startup_should_not_register_mbean_when_disabled()
231 ObjectName objectName = new ObjectName("org.jacoco:type=Runtime"); in shutdown_should_deregister_mbean_when_enabled() local
234 ManagementFactory.getPlatformMBeanServer().getMBeanInfo(objectName); in shutdown_should_deregister_mbean_when_enabled()
/external/python/cpython2/Mac/Modules/app/
Dappsupport.py11 OBJECTNAME = 'ThemeDrawingState' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
17 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
110 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffssupport.py11 OBJECTNAME = 'GWorld' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
16 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
78 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DJmxRegistration.java18 import javax.management.ObjectName;
32 private final ObjectName name;
36 name = new ObjectName(JMX_NAME); in JmxRegistration()
/external/python/cpython2/Mac/Modules/scrap/
Dscrapsupport.py14 OBJECTNAME = 'Scrap' # The basic name of the objects used here variable
18 OBJECTTYPE = OBJECTNAME + 'Ref' # The C type used to represent them
56 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/help/
Dhelpsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
59 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/menu/
Dmenusupport.py11 OBJECTNAME = 'Menu' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Handle' # The C type used to represent them
89 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/launch/
Dlaunchsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
82 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/icn/
Dicnsupport.py11 OBJECTNAME = 'Icon' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
71 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/llvm/lib/Object/
DMachOUniversal.cpp80 StringRef ObjectName = Parent->getFileName(); in getAsObjectFile() local
81 MemoryBufferRef ObjBuffer(ObjectData, ObjectName); in getAsObjectFile()
97 StringRef ObjectName = Parent->getFileName(); in getAsArchive() local
98 MemoryBufferRef ObjBuffer(ObjectData, ObjectName); in getAsArchive()
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
DManager.java28 import javax.management.ObjectName;
69 server.registerMBean(new ManagedBinding(binding), new ObjectName(name.toString())); in manage()
80 return ObjectName.quote(value).replace(',', ';'); in quote()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOUniversal.cpp79 StringRef ObjectName = Parent->getFileName(); in getAsObjectFile() local
80 MemoryBufferRef ObjBuffer(ObjectData, ObjectName); in getAsObjectFile()
96 StringRef ObjectName = Parent->getFileName(); in getAsArchive() local
97 MemoryBufferRef ObjBuffer(ObjectData, ObjectName); in getAsArchive()
/external/python/cpython2/Mac/Modules/evt/
Devtsupport.py11 OBJECTNAME = 'Event' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DMBeanClient.java18 import javax.management.ObjectName;
48 .newProxyInstance(connection, new ObjectName( in main()
/external/python/cpython2/Mac/Modules/win/
Dwinsupport.py11 OBJECTNAME = 'Window' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
184 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdb-yaml-symbols.test35 YAML: ObjectName: 'd:\src\llvm\test\DebugInfo\PDB\Inputs\empty.obj'
84 YAML: ObjectName: '* Linker *'
Dusing-namespace.test21 ObjectName: 'SimpleFunction.obj'
/external/deqp/framework/opengl/
DgluObjectWrapper.cpp46 const char* objectName = traits.name; in ObjectWrapper() local
49 msg << "Failed to create " << objectName << " object, got " << getErrorStr((int)err); in ObjectWrapper()
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py11 OBJECTNAME = 'TE' # The basic name of the objects used here variable
191 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Done-symbol.yaml10 ObjectName: 'c:\foo\one-symbol.yaml'
Ddebug-subsections.yaml80 ObjectName: 'ObjFileSubsections'
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMManager.java406 * NEEDSDOC ($objectName$) @return
413 * NEEDSDOC ($objectName$) @return
423 * NEEDSDOC ($objectName$) @return
/external/python/cpython2/Mac/Modules/drag/
Ddragsupport.py11 OBJECTNAME = 'DragObj' # The basic name of the objects used here variable
209 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py11 OBJECTNAME = 'List' # The basic name of the objects used here variable
162 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/u-boot/scripts/kconfig/
Dqconf.cc384 if (!objectName().isEmpty()) { in saveSettings()
385 configSettings->beginGroup(objectName()); in saveSettings()
1023 if (!objectName().isEmpty()) { in ConfigInfoView()
1024 configSettings->beginGroup(objectName()); in ConfigInfoView()
1033 if (!objectName().isEmpty()) { in saveSettings()
1034 configSettings->beginGroup(objectName()); in saveSettings()
1309 if (!objectName().isEmpty()) { in saveSettings()
1310 configSettings->beginGroup(objectName()); in saveSettings()

123