HomeSort by relevance Sort by last modified time
    Searched refs:conditions (Results 1 - 25 of 2154) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/service/notification/
IConditionListener.aidl 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24 void onConditionsReceived(in Condition[] conditions);
ConditionProviderService.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34 * A service that provides conditions about boolean state.
38 * able to create and update conditions for this service to monitor, include the
83 * that allows users to configure the conditions provided by this service.
142 * Informs the notification manager that the state of one or more Conditions has changed. See
144 * @param conditions the changed conditions.
146 public final void notifyConditions(Condition... conditions) {
147 if (!isBound() || conditions == null) return;
149 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cond-bad.d 1 # name: Illegal conditions in Neon instructions, ARM mode
  /external/skia/
public.bzl 22 def skia_select(conditions, results):
23 """Replaces select() for conditions [UNIX, ANDROID, IOS]
26 conditions: [CONDITION_UNIX, CONDITION_ANDROID, CONDITION_IOS]
31 if len(conditions) != 3 or len(results) != 3:
32 fail("Must provide exactly 3 conditions and 3 results")
36 selector[conditions[i]] = results[i]
37 return portable_select(selector, conditions[2], conditions[0])
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
ConditionManager.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
75 private void readFromXml(File xmlFile, ArrayList<Condition> conditions) {
94 conditions.add(condition);
137 private void addMissingConditions(ArrayList<Condition> conditions) {
138 addIfMissing(AirplaneModeCondition.class, conditions);
139 addIfMissing(HotspotCondition.class, conditions);
140 addIfMissing(DndCondition.class, conditions);
141 addIfMissing(BatterySaverCondition.class, conditions);
142 addIfMissing(CellularDataCondition.class, conditions);
143 addIfMissing(BackgroundDataCondition.class, conditions);
197 List<Condition> conditions = new ArrayList<>(); local
228 ArrayList<Condition> conditions = new ArrayList<>(); local
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 9 <p>Terms and conditions have changed. You need to accept the new terms
12 <p>Terms and conditions..</p>
free.php 18 <p>Terms and conditions..</p>
  /external/chromium-trace/catapult/firefighter/default/handlers/
query.py 56 conditions = []
57 conditions.append('NOT LOWER(name) CONTAINS "trigger"')
58 conditions.append('end_time - start_time >= 1000000')
59 conditions.append('end_time > %d' % query_start_time_us)
72 conditions.append('%s IN (%s)' % (filter_name, ','.join(filter_values)))
76 'WHERE %s ' % ' AND '.join(conditions) +
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 80 tabname, [colname], conditions={colname: None})
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x:
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
198 conditions={'e': re.compile('wuzzy').search,
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
206 conditions={'e': dbtables.PrefixCond('Fuzzy')})
211 conditions={'c': lambda c: c == 'meep'})
249 conditions={'e': dbtables.ExactCond('E'),
299 conditions={'e': dbtables.PrefixCond('the l')}
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 80 tabname, [colname], conditions={colname: None})
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x:
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
198 conditions={'e': re.compile('wuzzy').search,
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
206 conditions={'e': dbtables.PrefixCond('Fuzzy')})
211 conditions={'c': lambda c: c == 'meep'})
249 conditions={'e': dbtables.ExactCond('E'),
299 conditions={'e': dbtables.PrefixCond('the l')}
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 80 tabname, [colname], conditions={colname: None})
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x:
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
198 conditions={'e': re.compile('wuzzy').search,
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
206 conditions={'e': dbtables.PrefixCond('Fuzzy')})
211 conditions={'c': lambda c: c == 'meep'})
249 conditions={'e': dbtables.ExactCond('E'),
299 conditions={'e': dbtables.PrefixCond('the l')}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 80 tabname, [colname], conditions={colname: None})
125 conditions={col0: lambda x: pickle.loads(x) >= 8})
128 conditions={col0: lambda x:
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
198 conditions={'e': re.compile('wuzzy').search,
203 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
206 conditions={'e': dbtables.PrefixCond('Fuzzy')})
211 conditions={'c': lambda c: c == 'meep'})
249 conditions={'e': dbtables.ExactCond('E'),
299 conditions={'e': dbtables.PrefixCond('the l')}
    [all...]
  /external/v8/src/compiler/
branch-elimination.cc 116 // Make a copy of the first input's conditions and merge with the conditions
118 ControlPathConditions* conditions = local
122 conditions->Merge(*(node_conditions_.Get(node->InputAt(i))));
125 return UpdateConditions(node, conditions);
144 Node* node, const ControlPathConditions* conditions) {
149 info_for_node_[index] = conditions;
169 Node* node, const ControlPathConditions* conditions) {
173 if (conditions != original) {
174 if (original == nullptr || *conditions != *original)
230 ControlPathConditions* conditions = local
    [all...]
branch-elimination.h 34 // Class for tracking information about branch conditions.
35 // At the moment it is a linked list of conditions and their values
69 void Set(Node* node, const ControlPathConditions* conditions);
84 const ControlPathConditions* conditions);
  /frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
170 private Condition[] removeDuplicateConditions(String pkg, Condition[] conditions) {
171 if (conditions == null || conditions.length == 0) return null;
172 final int N = conditions.length;
175 final Uri id = conditions[i].id;
180 valid.put(id, conditions[i]);
183 if (valid.size() == N) return conditions;
208 public void notifyConditions(String pkg, ManagedServiceInfo info, Condition[] conditions) {
210 if (DEBUG) Slog.d(TAG, "notifyConditions pkg=" + pkg + " info=" + info + " conditions=
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
lifecycle.py 9 # lowing conditions:
55 :ivar conditions: A dictionary of conditions that specify when the action
60 def __init__(self, action=None, action_params=None, conditions=None):
63 self.conditions = conditions or {}
104 # Verify there is no duplicate conditions.
105 if name in self.conditions:
107 'Found duplicate conditions %s' % name)
131 self.conditions[name] = value.strip(
    [all...]
  /external/v8/test/mjsunit/regress/
regress-260.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
29 // conditions twice, even in cases where the loop condition is
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
192 private void fireConditionsChanged(Condition[] conditions) {
194 cb.onConditionsChanged(conditions);
210 private void updateConditions(Condition[] conditions) {
211 if (conditions == null || conditions.length == 0) return;
212 for (Condition c : conditions) {
233 public void onConditionsReceived(Condition[] conditions) {
235 + (conditions == null ? 0 : conditions.length) + " mRequesting=" + mRequesting)
    [all...]
ZenModeController.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42 public void onConditionsChanged(Condition[] conditions) {}
  /external/google-breakpad/android/sample_app/jni/
Application.mk 5 # modification, are permitted provided that the following conditions are
9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following disclaimer
  /external/smali/deodexerant/
Android.mk 5 # modification, are permitted provided that the following conditions are
9 # notice, this list of conditions and the following disclaimer.
11 # copyright notice, this list of conditions and the following disclaimer
  /external/v8/samples/
count-hosts.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/intl/collator/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
  /external/v8/test/intl/date-format/
wellformed-unsupported-locale.js 3 // modification, are permitted provided that the following conditions are
7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following

Completed in 1405 milliseconds

1 2 3 4 5 6 7 8 91011>>