Home
last modified time | relevance | path

Searched refs:registered (Results 1 – 25 of 249) sorted by relevance

12345678910

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DDebuggeeRegister.java47 LinkedList<DebuggeeWrapper> registered = new LinkedList<DebuggeeWrapper>(); field in DebuggeeRegister
56 registered.add(debuggee); in register()
66 return registered.remove(debuggee); in unregister()
75 return registered; in getAllRegistered()
82 for (DebuggeeWrapper wrapper : registered) { in stopAllRegistered()
87 registered.clear(); in stopAllRegistered()
/external/python/cpython2/Lib/xml/dom/
Ddomreg.py19 registered = {} variable
30 registered[name] = factory
59 return registered[name]()
67 for creator in registered.values():
/external/mesa3d/src/egl/main/
Deglglobals.c89 static EGLBoolean registered = EGL_FALSE; in _eglAddAtExitCall() local
93 if (!registered) { in _eglAddAtExitCall()
95 registered = EGL_TRUE; in _eglAddAtExitCall()
/external/webrtc/webrtc/test/channel_transport/
Dchannel_transport.cc35 int registered = voe_network_->RegisterExternalTransport(channel, in VoiceChannelTransport() local
38 EXPECT_EQ(0, registered); in VoiceChannelTransport()
40 assert(registered == 0); in VoiceChannelTransport()
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc102 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( in AudioReceiveStream() local
104 RTC_DCHECK(registered); in AudioReceiveStream()
107 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( in AudioReceiveStream() local
109 RTC_DCHECK(registered); in AudioReceiveStream()
111 bool registered = rtp_header_parser_->RegisterRtpHeaderExtension( in AudioReceiveStream() local
113 RTC_DCHECK(registered); in AudioReceiveStream()
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
Dfake-gsm47 # (2,2) is "not registered, searching"
48 # (2,1) is "registered, home network"
53 # Query currently registered network
/external/autotest/client/site_tests/network_ModemManagerSMS/src/
Dfake-gsm47 # (2,2) is "not registered, searching"
48 # (2,1) is "registered, home network"
53 # Query currently registered network
/external/python/cpython2/Doc/library/
Datexit.rst17 functions. Functions thus registered are automatically executed upon normal
19 order in which they were registered; if you register ``A``, ``B``, and ``C``,
23 **Note:** The functions registered via this module are not called when the
48 the main module's execution completes), all functions registered are called in
95 passed along to the registered function when it is called::
Dwinsound.rst60 :const:`SND_NODEFAULT` is also specified. If no default sound is registered,
86 # Probably play Windows default sound, if any is registered (because
87 # "*" probably isn't the registered name of any sound).
/external/autotest/server/site_tests/bluetooth_AdapterLEAdvertising/
Dcontrol.single24 verifies that the single advertisement could be registered and
38 * A single advertisement is registered successfully.
59 been registered.
Dcontrol.multiple24 verifies that advertisements could be registered and unregistered
49 been registered.
58 * All advertisements are registered successfully.
Dcontrol.suspend_resume34 * A single advertisement is registered successfully.
55 been registered.
Dcontrol.reboot33 * A single advertisement is registered successfully.
54 been registered.
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRegistry.h70 Cur->registered(E); in Announce()
143 virtual void registered(const entry &) = 0;
149 registered(*I); in init()
/external/clang/test/Modules/
Dtarget-features.m1 // REQUIRES: x86-registered-target
2 // REQUIRES: arm-registered-target
3 // REQUIRES: aarch64-registered-target
/external/vulkan-validation-layers/layers/
DREADME.md30 no application callbacks are registered, error messages will be output through default
46 …yed they are reported as leaked objects. If a Dbg callback function is registered this layer will …
49 …on the pair of pipeline stages involved. If a Dbg callback function is registered, this layer will…
52 …ut parameters to API calls for validity. If a Dbg callback function is registered, this layer will…
55 …a that they were given a separate layer. If a Dbg callback function is registered, this layer will…
58 …es an object in free-threaded API calls. If a Dbg callback function is registered, this layer will…
/external/llvm/test/Bitcode/
Dthinlto-function-summary-callgraph.ll10 ; See if the call to func is registered, using the expected callsite count
23 ; See if the call to func is registered, using the expected callsite count
Dthinlto-function-summary-callgraph-pgo.ll10 ; See if the call to func is registered, using the expected callsite count
23 ; See if the call to func is registered, using the expected callsite count
Dthinlto-alias.ll10 ; See if the call to func is registered, using the expected callsite count
22 ; See if the call to analias is registered, using the expected callsite count
/external/llvm/test/tools/sancov/
Dlit.local.cfg1 # These tests require a registered x86 backend.
/external/libmojo/
DOWNERS1 # Owners in upstream OWNERS files must be registered in AOSP Gerrit
/external/clang/test/Misc/
Dbackend-resource-limit-diagnostics.cl1 // REQUIRES: amdgpu-registered-target
/external/clang/test/CodeGenOpenCL/
Damdgpu-calling-conv.cl1 // REQUIRES: amdgpu-registered-target
/external/webrtc/
DOWNERS1 # Since owners in upstream OWNERS files are not registered in AOSP Gerrit yet,
/external/clang/test/Frontend/
Dembed-bitcode.ll1 ; REQUIRES: arm-registered-target
2 ; REQUIRES: aarch64-registered-target

12345678910