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

1 2 3 4 56 7 8 91011>>

  /external/libchrome/base/
base_switches.cc 44 // trial name is prefixed with an asterisk, that trial will start activated.
46 // activated: "GoogleNow/Enable/*MaterialDesignNTP/Default/" This option can
feature_list_unittest.cc 172 // The above should have activated |trial1|.
179 // The above should have activated |trial2|.
203 // The above should have activated |trial1|.
209 // The above should have activated |trial2|.
233 // field trial, the field trial should not be activated (since the Associate*
  /external/libxml2/include/libxml/
xmlmemory.h 23 * DEBUG_MEMORY should only be activated when debugging
38 * DEBUG_MEMORY_LOCATION should be activated only when debugging
  /external/libxml2/os400/libxmlrpg/
xmlmemory.rpgle 19 * DEBUG_MEMORY should only be activated when debugging
33 * DEBUG_MEMORY_LOCATION should be activated only when debugging
  /external/skia/include/ports/
SkFontMgr.h 53 * createStyleSet(int) due to hidden or auto-activated fonts.
68 * auto-activated fonts.
SkRemotableFontMgr.h 81 * hidden or auto-activated fonts.
100 * methods returning sets due to hidden or auto-activated fonts.
  /external/skqp/include/ports/
SkFontMgr.h 53 * createStyleSet(int) due to hidden or auto-activated fonts.
68 * auto-activated fonts.
SkRemotableFontMgr.h 81 * hidden or auto-activated fonts.
100 * methods returning sets due to hidden or auto-activated fonts.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 149 public void onActivated(boolean activated) {
150 if (activated) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 42 // To know subscription is activated
131 if (actStatus == SUBSCRIPTION_ACTIVATED) { // Subscription Activated
  /packages/apps/Settings/src/com/android/settings/display/
NightDisplaySettings.java 124 public void onActivated(boolean activated) {
125 // Update activated and temperature preferences.
  /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
  /system/nfc/src/nfa/include/
nfa_ce_int.h 173 tNFA_CONN_CBACK* p_active_conn_cback; /* Callback of activated CE */
178 uint8_t idx_cur_active; /* listen_info index for currently activated CE */
nfa_rw_int.h 266 /* Tag is been activated */
283 tNFC_RF_TECH_N_MODE activated_tech_mode; /* activated technology and mode */
nfa_p2p_api.h 54 /* LLCP Link has been activated */
160 tNFA_P2P_ACTIVATED activated; /* NFA_P2P_ACTIVATED_EVT */ member in union:__anon3461
488 ** Application must call while LLCP is not activated.
  /external/libpcap/
pcap.3pcap 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...]
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/leanback/src/main/java/androidx/leanback/widget/
GuidedAction.java 247 * Sets the optional title text to edit. When TextView is activated, the edit title
249 * @param editTitle The optional title text to edit when TextView is activated.
257 * Sets the optional title text to edit. When TextView is activated, the edit title
260 * TextView is activated.
288 * Sets the optional description text to edit. When TextView is activated, the edit
298 * Sets the optional description text to edit. When TextView is activated, the edit
388 * Indicates whether this action has a view can be activated to edit, e.g. a DatePicker.
389 * @param editable Whether this action has view can be activated to edit.
740 * Returns whether this action can be activated to edit, e.g. a DatePicker.
741 * @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/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...]
  /packages/apps/Dialer/java/com/android/dialer/voicemail/settings/res/values/
strings.xml 58 <string name="voicemail_change_pin_preference_summary_not_activated">Visual voicemail is not activated yet, please try again later</string>
115 <!-- Summary information for visual voicemail donation setting when visual voicemail is not activated
117 <string name="voicemail_donate_preference_summary_not_activated">Visual voicemail is not activated yet, please try again later</string>
  /packages/apps/Dialer/java/com/android/voicemail/impl/
ActivationTask.java 52 * boots, the SIM is inserted, signal returned when VVM is not activated yet, and when the carrier
173 VvmLog.i(TAG, "Account is already activated");
174 // The activated state might come from restored data, the filter still needs to be set up.
  /system/nfc/src/nfa/dm/
nfa_dm_act.cc     [all...]
  /cts/apps/CtsVerifier/res/values-watch/
strings.xml 34 Pass the test if the device admin could not be activated while the details

Completed in 387 milliseconds

1 2 3 4 56 7 8 91011>>