HomeSort by relevance Sort by last modified time
    Searched full:activated (Results 126 - 150 of 945) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/display/
NightDisplaySettings.java 159 public void onActivated(boolean activated) {
160 mActivatedPreference.setChecked(activated);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SuppressNotificationReceiver.java 80 * Returns true if this suppressNotificationReceiver is activated
82 public boolean activated() { method in class:SuppressNotificationReceiver
  /external/libpcap/
pcap.3pcap.in 385 set the snapshot length for a not-yet-activated
394 set promiscuous mode for a not-yet-activated
399 set monitor mode for a not-yet-activated
409 set read timeout for a not-yet-activated
414 set buffer size for a not-yet-activated
419 set time stamp type for a not-yet-activated
424 get list of available time stamp types for a not-yet-activated
441 set time stamp precision for a not-yet-activated
477 on an activated
484 This should be done after the device has been activated but before an
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedAction.java 243 * Sets the optional title text to edit. When TextView is activated, the edit title
245 * @param editTitle The optional title text to edit when TextView is activated.
253 * Sets the optional title text to edit. When TextView is activated, the edit title
256 * TextView is activated.
284 * Sets the optional description text to edit. When TextView is activated, the edit
294 * Sets the optional description text to edit. When TextView is activated, the edit
384 * Indicates whether this action has a view can be activated to edit, e.g. a DatePicker.
385 * @param editable Whether this action has view can be activated to edit.
726 * Returns whether this action can be activated to edit, e.g. a DatePicker.
727 * @return true if the action can be activated to edit
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 436 * <p>This method must be activated before any data has been added - i.e.,
463 * <p>This method must be activated before any data has been added - i.e.,
490 * <p>This method must be activated before any data has been added - i.e.,
517 * <p>This method must be activated before any data has been added - i.e.,
544 * <p>This method must be activated before any data has been added - i.e.,
571 * <p>This method must be activated before any data has been added - i.e.,
598 * <p>This method must be activated before any data has been added - i.e.,
  /external/libchrome/base/metrics/
field_trial.cc 89 // Verify if the trial should be activated or not.
95 entry.activated = true;
123 FieldTrial::State::State() : activated(false) {}
285 field_trial_state->activated = group_reported_;
472 if (trial.activated)
506 if (entry.activated) {
538 if (mode == ACTIVATE_TRIALS || entry.activated) {
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_act.c     [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_p2p_api.h 49 #define NFA_P2P_ACTIVATED_EVT 0x02 /* LLCP Link has been activated */
167 tNFA_P2P_ACTIVATED activated; /* NFA_P2P_ACTIVATED_EVT */ member in union:__anon15619
502 ** Application must call while LLCP is not activated.
  /external/libxml2/doc/devhelp/
libxml2-xmlautomata.html 110 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a an ALL transition from the @from state to the target state. That transition is an epsilon transition allowed only when all transitions from the @from node have been activated.</p>
111 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>am</tt></i>:</span></td><td>an automata</td></tr><tr><td><span class="term"><i><tt>from</tt></i>:</span></td><td>the starting point of the transition</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>the target point of the transition or NULL</td></tr><tr><td><span class="term"><i><tt>lax</tt></i>:</span></td><td>allow to transition if not all all transitions have been activated</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the target state or NULL in case of error</td></tr></tbody></table></div></div>
114 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max</p>
118 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max</p>
138 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by any value except (@token,@token2) Note that if @token2 is not NULL, then (X, NULL) won't match to follow # the semantic of XSD ##other</p>
139 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>am</tt></i>:</span></td><td>an automata</td></tr><tr><td><span class="term"><i><tt>from</tt></i>:</span></td><td>the starting point of the transition</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>the target point of the transition or NULL</td></tr><tr><td><span class="term"><i><tt>token</tt></i>:</span></td><td>the first input string associated to that transition</td></tr><tr><td><span class="term"><i><tt>token2</tt></i>:</span></td><td>the second input string associated to that transition</td></tr><tr><td><span class="term"><i><tt>data</tt></i>:</span></td><td>data passed to the callback function if the transition is activated</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the target state or NULL in case of error</td></tr></tbody></table></div></div>
142 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max, moreover that transition can only be crossed once.</p>
146 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max, moreover that transition can only be crossed once.</p>
154 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by the value of @token</p>
155 <div class="variablelist"><table border="0"><col align="left"/><tbody><tr><td><span class="term"><i><tt>am</tt></i>:</span></td><td>an automata</td></tr><tr><td><span class="term"><i><tt>from</tt></i>:</span></td><td>the starting point of the transition</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>the target point of the transition or NULL</td></tr><tr><td><span class="term"><i><tt>token</tt></i>:</span></td><td>the input string associated to that transition</td></tr><tr><td><span class="term"><i><tt>data</tt></i>:</span></td><td>data passed to the callback function if the transition is activated</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the target state or NU (…)
    [all...]
  /external/libxml2/doc/html/
libxml-xmlautomata.html 54 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a an ALL transition from the @from state to the target state. That transition is an epsilon transition allowed only when all transitions from the @from node have been activated.</p>
55 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>am</tt></i>:</span></td><td>an automata</td></tr><tr><td><span class="term"><i><tt>from</tt></i>:</span></td><td>the starting point of the transition</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>the target point of the transition or NULL</td></tr><tr><td><span class="term"><i><tt>lax</tt></i>:</span></td><td>allow to transition if not all all transitions have been activated</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the target state or NULL in case of error</td></tr></tbody></table></div><h3><a name="xmlAutomataNewCountTrans" id="xmlAutomataNewCountTrans"></a>Function: xmlAutomataNewCountTrans</h3><pre class="programlisting"><a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> xmlAutomataNewCountTrans (<a href="libxml-xmlautomata.html#xmlAutomataPtr">xmlAutomataPtr</a> am, <br /> <a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> from, <br /> <a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> to, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * token, <br /> int min, <br /> int max, <br /> void * data)<br />
56 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max</p>
58 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max</p>
68 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by any value except (@token,@token2) Note that if @token2 is not NULL, then (X, NULL) won't match to follow # the semantic of XSD ##other</p>
69 <div class="variablelist"><table border="0"><col align="left" /><tbody><tr><td><span class="term"><i><tt>am</tt></i>:</span></td><td>an automata</td></tr><tr><td><span class="term"><i><tt>from</tt></i>:</span></td><td>the starting point of the transition</td></tr><tr><td><span class="term"><i><tt>to</tt></i>:</span></td><td>the target point of the transition or NULL</td></tr><tr><td><span class="term"><i><tt>token</tt></i>:</span></td><td>the first input string associated to that transition</td></tr><tr><td><span class="term"><i><tt>token2</tt></i>:</span></td><td>the second input string associated to that transition</td></tr><tr><td><span class="term"><i><tt>data</tt></i>:</span></td><td>data passed to the callback function if the transition is activated</td></tr><tr><td><span class="term"><i><tt>Returns</tt></i>:</span></td><td>the target state or NULL in case of error</td></tr></tbody></table></div><h3><a name="xmlAutomataNewOnceTrans" id="xmlAutomataNewOnceTrans"></a>Function: xmlAutomataNewOnceTrans</h3><pre class="programlisting"><a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> xmlAutomataNewOnceTrans (<a href="libxml-xmlautomata.html#xmlAutomataPtr">xmlAutomataPtr</a> am, <br /> <a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> from, <br /> <a href="libxml-xmlautomata.html#xmlAutomataStatePtr">xmlAutomataStatePtr</a> to, <br /> const <a href="libxml-xmlstring.html#xmlChar">xmlChar</a> * token, <br /> int min, <br /> int max, <br /> void * data)<br />
70 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and whose number is between @min and @max, moreover that transition can only be crossed once.</p>
72 </pre><p>If @to is NULL, this creates first a new target state in the automata and then adds a transition from the @from state to the target state activated by a succession of input of value @token and @token2 and whose number is between @min and @max, moreover that transition can only be crossed once.</p>
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
RandomNumberProviderService.java 21 * Called when a complication has been activated. The method is for any one-time
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/provider/
RandomNumberProviderService.java 21 * Called when a complication has been activated. The method is for any one-time
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
RandomNumberProviderService.java 21 * Called when a complication has been activated. The method is for any one-time
  /external/autotest/client/cros/cellular/pseudomodem/
modem_simple.py 29 matching bearer is found, a new bearer will be created and activated,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
tab_list_backend.py 81 if response != 'Target activated':
  /external/chromium-trace/catapult/third_party/polymer/components/paper-behaviors/test/
paper-button-behavior.html 63 test('activated by tap', function(done) {
  /external/compiler-rt/lib/asan/
asan_activation.cc 134 Report("Activated with flags:\n");
  /external/compiler-rt/test/asan/TestCases/Posix/
start-deactivated.cc 58 // After this line ASan is activated and starts detecting errors.
  /external/curl/docs/libcurl/opts/
CURLOPT_PROXY.3 54 tunnel through the HTTP proxy. Such tunneling is activated with
  /external/dbus/doc/
system-activation.txt 38 If applications want to be activated on the system _and_ session busses, then
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 78 In this view baselines filter is not activated by default. It's because it may
  /external/freetype/include/freetype/
ftsizes.h 133 /* activated last to determine the `current character pixel size'. */
  /external/iproute2/man/man8/
tipc-link.8 205 activated.
  /external/libcap/
Make.Rules 9 # Autoconf-style prefixes are activated when $(prefix) is defined.
  /external/libchrome/base/profiler/
scoped_tracker.h 36 // and channels where it's activated.

Completed in 641 milliseconds

1 2 3 4 56 7 8 91011>>