HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 126 - 150 of 1103) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/logging/
SocketHandler.java 3 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
49 * (defaults to <tt>Level.ALL</tt>). </li>
95 setLevel(manager.getLevelProperty(cname +".level", Level.ALL));
  /system/libvintf/include/vintf/
RuntimeInfo.h 88 ALL = ((LAST_PLUS_ONE - 1) << 1) - 1,
102 // return true if all kernel configs in matrixConfigs matches.
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 75 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, intentFilter, null, null);
80 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, sdFilter, null, null);
84 mContext.registerReceiverAsUser(receiver, UserHandle.ALL, userFilter, null, null);
110 * @return a collection of {@link RegisteredComponentCache.ComponentInfo} objects for all
  /packages/experimental/KBars/app/src/main/java/js/kbars/
FitSystemWindowsActivity.java 37 public static Flag[] ALL = find();
135 for (Flag flag : Flag.ALL) {
158 for (Flag flag : Flag.ALL) {
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogRecordTest.java 112 lr = new LogRecord(Level.ALL, null);
244 lr = new LogRecord(Level.ALL, "a1");
248 lr = new LogRecord(Level.ALL, "a1");
307 LogRecord r = new LogRecord(Level.ALL, "msg");
350 LogRecord r = new LogRecord(Level.ALL, "msg");
  /libcore/ojluni/src/main/java/sun/util/logging/
PlatformLogger.java 3 * Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
56 * logger and all log messages will be forwarded to the Logger
98 private static final int ALL = Integer.MIN_VALUE;
106 ALL,
126 PlatformLogger.ALL, PlatformLogger.FINEST, PlatformLogger.FINER,
147 case PlatformLogger.ALL : return Level.ALL;
170 // force loading of all JavaLoggerProxy (sub)classes to make JIT de-optimizations
207 * Initialize java.util.logging.Logger objects for all platform loggers.
566 // Skip all frames until we have found the first logger frame
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java 216 eq(UserHandle.ALL));
258 eq(UserHandle.ALL));
299 eq(UserHandle.ALL));
339 eq(UserHandle.ALL));
381 eq(UserHandle.ALL));
456 eq(UserHandle.ALL));
463 eq(UserHandle.ALL));
489 eq(UserHandle.ALL));
496 eq(UserHandle.ALL));
548 eq(UserHandle.ALL));
    [all...]
  /system/extras/simpleperf/
Android.mk 237 LOCAL_LDLIBS := -Wl,--exclude-libs,ALL
250 LOCAL_LDLIBS := -Wl,--exclude-libs,ALL
264 LOCAL_LDLIBS_linux := $(simpleperf_ldlibs_host_linux) -Wl,--exclude-libs,ALL
280 LOCAL_LDLIBS_linux := $(simpleperf_ldlibs_host_linux) -Wl,--exclude-libs,ALL
302 LOCAL_LDLIBS_linux := $(simpleperf_ldlibs_host_linux) -Wl,--exclude-libs,ALL
331 LOCAL_LDLIBS := -Wl,--exclude-libs,ALL
344 LOCAL_LDLIBS_linux := $(simpleperf_ldlibs_host_linux) -Wl,--exclude-libs,ALL
505 $(filter-out scripts/update.py,$(call all-named-files-under,*.py,scripts)) \
509 $(call all-named-files-under,*,scripts/script_testdata) \
510 $(call all-named-files-under,*.js,scripts)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 94 UserHandle.ALL);
123 UserHandle.ALL);
200 UserHandle.ALL);
225 builder.build(), UserHandle.ALL);
253 builder.build(), UserHandle.ALL);
258 UserHandle.ALL);
263 * Remove all notifications for a disk when it goes away.
269 UserHandle.ALL);
504 builder.build(), UserHandle.ALL);
512 UserHandle.ALL);
    [all...]
  /external/emma/core/java12/com/vladium/logging/
Logger.java 1 /* Copyright (C) 2003 Vladimir Roubtsov. All rights reserved.
46 * method name, the calling method is identified with all name components that
70 if ((level < NONE) || (level > ALL))
392 return ILogLevels.ALL;
402 if ((_level >= ILogLevels.NONE) && (_level <= ILogLevels.ALL))
548 private final int m_level; // always in [NONE, ALL] range
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 53 * Assumes all operations are called from the dream handler thread.
130 // Close the notification shade. No need to send to all, but better to be explicit.
131 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL);
215 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
272 mContext.sendBroadcastAsUser(mDreamingStartedIntent, UserHandle.ALL);
  /frameworks/base/services/core/java/com/android/server/policy/
PolicyControl.java 44 * to force transient status for all apps except a specific package:
186 private static final String ALL = "*";
212 return mBlacklist.contains(packageName) || mBlacklist.contains(ALL);
216 return mWhitelist.contains(ALL) || mWhitelist.contains(packageName);
  /frameworks/base/services/core/java/com/android/server/power/batterysaver/
BatterySaverController.java 107 * Plugin interface. All methods are guaranteed to be called on the same (handler) thread.
352 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
356 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
361 mContext.sendBroadcastAsUser(intent, UserHandle.ALL,
  /test/vti/dashboard/src/main/java/com/android/vts/entity/
ProfilingPointSummaryEntity.java 38 public static final String ALL = "ALL";
92 this.buildFlavor = buildFlavor == null ? ALL : buildFlavor;
93 this.branch = branch == null ? ALL : branch;
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
ASMifierTest.java 4 * All rights reserved.
111 return uc.compileUnit(DebuggingInformation.ALL)[0].toByteArray();
  /external/boringssl/
rules.mk 5 # copyright notice and this permission notice appear in all copies.
7 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/boringssl/src/util/fipstools/
ar.go 5 // copyright notice and this permission notice appear in all copies.
7 // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
8 // WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/curl/packages/vms/
backup_gnv_curl_src.com 24 $! copyright notice and this permission notice appear in all copies.
26 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
27 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
build_curl-config_script.com 9 $! copyright notice and this permission notice appear in all copies.
11 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
build_libcurl_pc.com 11 $! copyright notice and this permission notice appear in all copies.
13 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
pcsi_product_gnv_curl.com 12 $! copyright notice and this permission notice appear in all copies.
14 $! THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
15 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  /external/icu/icu4c/source/common/
unisetspan.h 7 * Corporation and others. All Rights Reserved.
37 * or built for all and may be used many times.
47 ALL = 0x3f,
61 // Copy constructor. Assumes which==ALL for a frozen set.
90 // All code points in the string are contained in the parent set.
126 // Number of bytes for all UTF-8 versions of strings together.
133 // Set up for all variants of span()?
134 UBool all; member in class:UnicodeSetStringSpan
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
ClassAnalyzer.java 3 * All rights reserved. This program and the accompanying materials
69 stringPool.get(signature), probes, Filters.ALL) {
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
hwtstamp_config.c 58 RX_FILTER(ALL),
  /external/tensorflow/tensorflow/core/lib/strings/
proto_text_util.h 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
126 while (scanner->Peek('\n') != '\n') scanner->One(Scanner::ALL);

Completed in 633 milliseconds

1 2 3 4 56 7 8 91011>>