/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/ |
D | DebuggeeRegister.java | 47 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/ |
D | domreg.py | 19 registered = {} variable 30 registered[name] = factory 59 return registered[name]() 67 for creator in registered.values():
|
/external/mesa3d/src/egl/main/ |
D | eglglobals.c | 89 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/ |
D | channel_transport.cc | 35 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/ |
D | audio_receive_stream.cc | 102 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/ |
D | fake-gsm | 47 # (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/ |
D | fake-gsm | 47 # (2,2) is "not registered, searching" 48 # (2,1) is "registered, home network" 53 # Query currently registered network
|
/external/python/cpython2/Doc/library/ |
D | atexit.rst | 17 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::
|
D | winsound.rst | 60 :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/ |
D | control.single | 24 verifies that the single advertisement could be registered and 38 * A single advertisement is registered successfully. 59 been registered.
|
D | control.multiple | 24 verifies that advertisements could be registered and unregistered 49 been registered. 58 * All advertisements are registered successfully.
|
D | control.suspend_resume | 34 * A single advertisement is registered successfully. 55 been registered.
|
D | control.reboot | 33 * A single advertisement is registered successfully. 54 been registered.
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Registry.h | 70 Cur->registered(E); in Announce() 143 virtual void registered(const entry &) = 0; 149 registered(*I); in init()
|
/external/clang/test/Modules/ |
D | target-features.m | 1 // REQUIRES: x86-registered-target 2 // REQUIRES: arm-registered-target 3 // REQUIRES: aarch64-registered-target
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 30 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/ |
D | thinlto-function-summary-callgraph.ll | 10 ; 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
|
D | thinlto-function-summary-callgraph-pgo.ll | 10 ; 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
|
D | thinlto-alias.ll | 10 ; 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/ |
D | lit.local.cfg | 1 # These tests require a registered x86 backend.
|
/external/libmojo/ |
D | OWNERS | 1 # Owners in upstream OWNERS files must be registered in AOSP Gerrit
|
/external/clang/test/Misc/ |
D | backend-resource-limit-diagnostics.cl | 1 // REQUIRES: amdgpu-registered-target
|
/external/clang/test/CodeGenOpenCL/ |
D | amdgpu-calling-conv.cl | 1 // REQUIRES: amdgpu-registered-target
|
/external/webrtc/ |
D | OWNERS | 1 # Since owners in upstream OWNERS files are not registered in AOSP Gerrit yet,
|
/external/clang/test/Frontend/ |
D | embed-bitcode.ll | 1 ; REQUIRES: arm-registered-target 2 ; REQUIRES: aarch64-registered-target
|