Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 25 of 203) sorted by relevance

123456789

/external/adhd/cras/src/server/
Dcras_dsp_mod_ladspa.c19 int activated; member
26 data->activated = 1; in activate()
36 data->activated = 0; in deactivate()
61 if (data->activated) in deinstantiate()
85 if (!data->activated) in run()
93 if (data->activated) in free_module()
119 data->activated); in dump()
/external/autotest/client/cros/cellular/pseudomodem/
Dmodem_cdma.py33 activated=True, argument
39 self.activated = activated
51 if self.activated:
75 if self.home_network and self.home_network.activated:
233 self.home_network.activated = True
270 if network.activated:
Dconnect_cdma_machine.py29 if not network.activated:
Dpseudomodem.py160 activated=self._opts.activated))
/external/libchrome/base/metrics/
Dfield_trial.cc147 bool activated = false; member
176 entry.activated = true; in ParseFieldTrialsString()
470 field_trial_state->activated = group_reported_; in GetState()
480 field_trial_state->activated = group_reported_; in GetStateWhileLocked()
670 if (trial.activated) in AllStatesToString()
704 if (entry.activated) { in GetActiveFieldTrialGroupsFromString()
733 if (subtle::NoBarrier_Load(&entry->activated) && in GetInitiallyActiveFieldTrials()
765 if (entry.activated) { in CreateTrialsFromString()
1082 subtle::NoBarrier_Store(&new_entry->activated, in ClearParamsFromSharedMemoryForTesting()
1083 subtle::NoBarrier_Load(&prev_entry->activated)); in ClearParamsFromSharedMemoryForTesting()
[all …]
Dfield_trial.h133 bool activated = false; member
155 subtle::Atomic32 activated; member
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_driver.cc838 ScopedActivateContext activated{context}; in GetModuleFunction() local
855 ScopedActivateContext activated{context}; in GetModuleSymbol() local
872 ScopedActivateContext activated{context}; in UnloadModule() local
882 ScopedActivateContext activated{context}; in DeviceFromContext() local
899 ScopedActivateContext activated{context}; in CreateStream() local
918 ScopedActivateContext activated{context}; in DestroyStream() local
932 ScopedActivateContext activated{context}; in DeviceAllocate() local
1016 ScopedActivateContext activated{context}; in DestroyEvent() local
1040 ScopedActivateContext activated{context}; in RecordEvent() local
1061 ScopedActivateContext activated{context}; in QueryEvent() local
[all …]
/external/autotest/client/site_tests/cellular_ActivateCDMA/files/
Dmodems.py19 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
31 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
/external/v8/src/
Dallocation-site-scopes.h64 bool activated) in AllocationSiteUsageContext() argument
67 activated_(activated) { } in AllocationSiteUsageContext()
/external/skia/debugger/QT/
DSkSettingsWidget.cpp67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this, in SkSettingsWidget()
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged())); in SkSettingsWidget()
/external/skqp/debugger/QT/
DSkSettingsWidget.cpp67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this, in SkSettingsWidget()
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged())); in SkSettingsWidget()
/external/libpcap/
Dpcap.c595 if (p->activated) { in pcap_check_activated()
789 p->activated = 1; in pcap_activate()
922 if (!p->activated) in pcap_datalink()
930 if (!p->activated) in pcap_datalink_ext()
938 if (!p->activated) in pcap_list_datalinks()
1367 if (!p->activated) in pcap_snapshot()
1375 if (!p->activated) in pcap_is_swapped()
1383 if (!p->activated) in pcap_major_version()
1391 if (!p->activated) in pcap_minor_version()
2064 p->activated = 1; in pcap_open_dead_with_tstamp_precision()
Dpcap-int.h200 int activated; /* true if the capture is really started */ member
/external/syslinux/gpxe/src/drivers/net/
D3c515.txt21 …he first probe. This is true even though the ISA PNP code actually found and activated the driver.
25 …e IRQ, DMA and IO Address needs to be assigned to the card before it is activated, Etherboot does …
/external/autotest/client/site_tests/kernel_TPMPing/
Dcontrol19 the TPM, but makes no other assumptions on the TPM state (activated or not,
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp36 connect(authSelect, SIGNAL(activated(int)), this, in NetworkConfig()
40 connect(encrSelect, SIGNAL(activated(const QString &)), this, in NetworkConfig()
43 connect(eapSelect, SIGNAL(activated(int)), this, in NetworkConfig()
Dwpagui.cpp100 connect(adapterSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
102 connect(networkSelect, SIGNAL(activated(const QString&)), this, in WpaGui()
409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs())); in openCtrlConnection()
1366 SIGNAL(activated(QSystemTrayIcon::ActivationReason)), in createTrayIcon()
/external/libxml2/os400/libxmlrpg/
Dxmlmemory.rpgle19 * DEBUG_MEMORY should only be activated when debugging
33 * DEBUG_MEMORY_LOCATION should be activated only when debugging
/external/iptables/extensions/
Dlibxt_LED.man15 leave the LED on permanently once activated. (In this case the trigger will
/external/python/cpython2/Lib/plat-mac/
DFrameWork.py904 self.activated = 1
931 self.activated = onoff
1019 if self.activated:
1029 if self.activated:
/external/libcap/
DMake.Rules9 # Autoconf-style prefixes are activated when $(prefix) is defined.
/external/valgrind/coregrind/m_gdbserver/
DREADME_DEVELOPERS45 The gdbserver functionality is activated with valgrind command line
51 If the valgrind gdbserver is activated (--vgdb=yes), the impact
56 If valgrind gdbserver is activated with --vgdb=full, then
69 valgrind and gdb are created at startup if gdbserver is activated
154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ?
/external/python/cpython2/Doc/library/
Dcgitb.rst22 display this information in plain text.) After this module is activated, if an
/external/python/cpython3/Doc/library/
Dcgitb.rst23 display this information in plain text.) After this module is activated, if an
/external/libmojo/base/android/jni_generator/
DtestCalledByNatives.golden172 base::android::JavaRefOrBare<jobject>& obj, jboolean activated,
195 method_id, activated, as_jint(iPid), as_jint(iType),

123456789