Searched refs:activated (Results 1 - 25 of 34) sorted by relevance

12

/external/autotest/client/site_tests/network_CDMAActivate/files/
H A Dmodems.py19 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
31 home_network=modem_cdma.ModemCdma.CdmaNetwork(activated=False))
/external/autotest/client/cros/cellular/pseudomodem/
H A Dconnect_cdma_machine.py25 # Check here that the network is activated. The UI should prevent
29 if not network.activated:
30 logging.info('ConnectCdmaMachine: Service is not activated. Cannot'
33 'Service not activated.'))
H A Dmodem_cdma.py33 activated=True,
39 self.activated = activated
47 the carrier. If not activated, the first 6 digits will
51 if self.activated:
75 if self.home_network and self.home_network.activated:
233 self.home_network.activated = True
270 if network.activated:
H A Dpseudomodem.py150 # TODO(armansito): Support "not activated" initialization option
160 activated=self._opts.activated))
350 '--activated',
353 help='Determine whether the SIM is activated')
/external/skia/debugger/QT/
H A DSkSettingsWidget.cpp67 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
78 connect(&fFilterCombo, SIGNAL(activated(int)), this, SIGNAL(texFilterSettingsChanged()));
H A DSkDebuggerGUI.cpp69 connect(&fFilter, SIGNAL(activated(QString)), this, SLOT(toggleFilter(QString)));
81 connect(&fActionCreateBreakpoint, SIGNAL(activated()), this, SLOT(toggleBreakpoint()));
/external/v8/src/
H A Dallocation-site-scopes.h64 bool activated)
67 activated_(activated) { }
63 AllocationSiteUsageContext(Isolate* isolate, Handle<AllocationSite> site, bool activated) argument
/external/libchrome/base/metrics/
H A Dfield_trial.cc96 // Verify if the trial should be activated or not.
102 entry.activated = true;
130 FieldTrial::State::State() : activated(false) {}
294 field_trial_state->activated = group_reported_;
484 if (trial.activated)
518 if (entry.activated) {
549 if (entry.activated) {
H A Dfield_trial.h119 bool activated; member in struct:base::FieldTrial::State
417 // Returns true if the named trial exists and has been activated.
435 // to separate all names and to terminate the string. All activated trials
/external/libpcap/
H A Dpcap.c455 * an activated pcap_t to point to a routine that returns
456 * a "this isn't activated" error.
579 if (p->activated) {
581 " operation on activated capture");
733 * Catch attempts to re-activate an already-activated
743 p->activated = 1;
893 if (!p->activated)
901 if (!p->activated)
909 if (!p->activated)
1330 if (!p->activated)
[all...]
H A Dpcap-int.h192 int activated; /* true if the capture is really started */ member in struct:pcap
H A Dsavefile.c352 p->activated = 1;
H A Dsf-pcap.c644 * If this pcap_t hasn't been activated, it doesn't have a
647 if (!p->activated) {
649 "%s: not-yet-activated pcap_t passed to pcap_dump_open",
H A Dgencode.c454 * If this pcap_t hasn't been activated, it doesn't have a
457 if (!p->activated) {
459 "not-yet-activated pcap_t passed to pcap_compile");
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp100 connect(adapterSelect, SIGNAL(activated(const QString&)), this,
102 connect(networkSelect, SIGNAL(activated(const QString&)), this,
409 connect(msgNotifier, SIGNAL(activated(int)), SLOT(receiveMsgs()));
1366 SIGNAL(activated(QSystemTrayIcon::ActivationReason)),
H A Dnetworkconfig.cpp36 connect(authSelect, SIGNAL(activated(int)), this,
40 connect(encrSelect, SIGNAL(activated(const QString &)), this,
43 connect(eapSelect, SIGNAL(activated(int)), this,
/external/v8/src/inspector/
H A Dv8-debugger.cc223 void V8Debugger::setBreakpointsActivated(bool activated) { argument
235 v8::Boolean::New(m_isolate, activated))
247 m_breakpointsActivated = activated;
/external/ImageMagick/www/api/
H A Dchannel.php134 <p>GetImageAlphaChannel() returns MagickFalse if the image alpha channel is not activated. That is, the image is RGB rather than RGBA or CMYK rather than CMYKA.</p>
H A Dmagick-image.php2215 <p>MagickGetImageAlphaChannel() returns MagickFalse if the image alpha channel is not activated. That is, the image is RGB rather than RGBA or CMYK rather than CMYKA.</p>
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 612 milliseconds

12