HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 101 - 125 of 1106) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libpcap/
pcap_create.3pcap 50 The returned handle must be activated with
pcap_setnonblock.3pcap 61 When first activated with
pcap.c 112 "This handle hasn't been activated yet");
122 "This handle hasn't been activated yet");
130 "This handle hasn't been activated yet");
138 "This handle hasn't been activated yet");
146 "This handle hasn't been activated yet");
471 * an activated pcap_t to point to a routine that returns
472 * a "this isn't activated" error.
595 if (p->activated) {
597 " operation on activated capture");
779 * Catch attempts to re-activate an already-activated
    [all...]
  /external/mesa3d/src/mesa/main/
barrier.c 90 * barriers allowed by glMemoryBarrierByRegion should be activated."
  /external/parameter-framework/upstream/utility/
Iterator.hpp 35 /** Visual studio raises a warning if the check iterator feature is activated
  /external/python/cpython2/Demo/tkinter/ttk/
theme_selector.py 40 text="Change themes when combobox item is activated",
  /external/syslinux/gpxe/src/include/gpxe/
virtio-pci.h 7 /* A 32-bit r/w bitmask of features activated by the guest */
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_codec_database.h 31 // kMaxNumCodecs - Maximum number of codecs that can be activated in one
  /frameworks/base/core/java/com/android/internal/widget/
ViewClippingUtil.java 91 * where clipping is activated / deactivated.
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 88 // Deactivate GL environment if activated
GraphRunner.java 61 * @return true, if the GL environment was activated. Returns false, if the GL environment
  /frameworks/native/services/surfaceflinger/
VSyncModulator.h 33 // Number of frames we'll keep the early phase offsets once they are activated. This acts as a
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
TextViewWithCircularIndicator.java 31 * A text view which, when pressed or activated, displays a blue circle around the text.
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckJobService.java 32 * credentials and status for a activated voicemail account is still correct. A task will be
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
DemoHolder.java 58 // If itemView is activated = selected, then whole region is interactive
  /packages/apps/Nfc/nci/jni/
PowerSwitch.cpp 252 bool PowerSwitch::setModeOn(PowerActivity activated) {
256 mCurrActivity |= activated;
259 "PowerSwitch::setModeOn(activated=0x%x) : mCurrActivity=0x%x", activated,
NativeNfcManager.cpp 154 static bool isPeerToPeer(tNFA_ACTIVATED& activated);
155 static bool isListenMode(tNFA_ACTIVATED& activated);
332 case NFA_ACTIVATED_EVT: // NFC link/protocol activated
336 if ((eventData->activated.activate_ntf.protocol !=
338 (!isListenMode(eventData->activated))) {
340 (tNFA_INTF_TYPE)eventData->activated.activate_ntf.intf_param.type);
358 if (isPeerToPeer(eventData->activated)) {
387 // We know it is not activating for P2P. If it activated in
390 if (isListenMode(eventData->activated)) {
419 // If RF is activated for what we think is a Secure Element transactio
    [all...]
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
NightDisplayCondition.java 89 public void onActivated(boolean activated) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
os_defines.h 47 // Make sure that POSIX printf/scanf functions are activated. As
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
os_defines.h 47 // Make sure that POSIX printf/scanf functions are activated. As
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt 9 android:state_activated : State value for StateListDrawable, set when a view or its parent has been "activated" meaning the user has currently marked it as being of interest. [boolean]
  /system/nfc/src/nfa/dm/
nfa_dm_api.cc 321 ** If a tag is activated, then the NFA_RW APIs may be used to
424 ** activated.
425 ** - NFA_NDEF_DETECT_EVT is generated if tag is activated
427 ** generated if NFC-DEP is activated
832 ** parameters once the Frame RF Interface has been activated.
866 ** Deselect the activated device by deactivating into sleep
914 ** Description Send a raw frame over the activated interface with the NFCC.
916 ** activated.
918 ** If the activated interface is a tag and auto-presence check
    [all...]
  /external/libchrome/base/metrics/
field_trial.cc 147 bool activated = false; member in struct:base::__anon24235::FieldTrialStringEntry
170 // Verify if the trial should be activated or not.
176 entry.activated = true;
470 field_trial_state->activated = group_reported_;
480 field_trial_state->activated = group_reported_;
670 if (trial.activated)
704 if (entry.activated) {
733 if (subtle::NoBarrier_Load(&entry->activated) &&
765 if (entry.activated) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 838 ScopedActivateContext activated{context};
855 ScopedActivateContext activated{context};
872 ScopedActivateContext activated{context};
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
SummaryStatistics.java 408 * This method must be activated before any data has been added - i.e.,
437 * This method must be activated before any data has been added - i.e.,
466 * This method must be activated before any data has been added - i.e.,
495 * This method must be activated before any data has been added - i.e.,
524 * This method must be activated before any data has been added - i.e.,
554 * This method must be activated before any data has been added - i.e.,
583 * This method must be activated before any data has been added - i.e.,
612 * This method must be activated before any data has been added - i.e.,

Completed in 3211 milliseconds

1 2 3 45 6 7 8 91011>>