/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
|
/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");
|
HandlerTest.java | 75 assertSame(h.getLevel(), Level.ALL); 102 assertSame(h.getLevel(), Level.ALL);
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 89 public static int ALL = 1; 93 public static int DEFAULT = ALL; 182 addTab(TabState.ALL, R.drawable.ic_tab_all, R.string.contactsAllLabel); 204 return TabState.ALL; 220 case TabState.ALL: 389 // All the flags we may change in this method.
|
/external/chromium_org/third_party/re2/re2/ |
prefilter.cc | 1 // Copyright 2009 The RE2 Authors. All Rights Reserved. 50 op_ = ALL; // AND of nothing is true 84 // ALL AND b = b 86 // ALL OR b = ALL 89 // ALL and NONE are smallest opcodes. 90 if (a->op() == ALL || a->op() == NONE) { 91 if ((a->op() == ALL && op == AND) || 141 // we know "ab" is a required string, then it doesn't help at all to 371 ab->match_ = new Prefilter(ALL); [all...] |
/external/regex-re2/re2/ |
prefilter.cc | 1 // Copyright 2009 The RE2 Authors. All Rights Reserved. 50 op_ = ALL; // AND of nothing is true 84 // ALL AND b = b 86 // ALL OR b = ALL 89 // ALL and NONE are smallest opcodes. 90 if (a->op() == ALL || a->op() == NONE) { 91 if ((a->op() == ALL && op == AND) || 141 // we know "ab" is a required string, then it doesn't help at all to 371 ab->match_ = new Prefilter(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
|
/external/chromium_org/chrome/browser/ |
enumerate_modules_model_win.h | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 70 ALL = -1, 101 // A vector typedef of all modules enumerated. 149 // block the main thread when in limited_mode). It enumerates all loaded 157 // Enumerate all modules loaded into the Chrome process. 160 // Enumerate all registered Windows shell extensions. 163 // Enumerate all registered Winsock LSP modules. 212 // The vector containing all the enumerated modules (loaded and modules of 228 // This is a singleton class that enumerates all modules loaded into Chrome, 315 // The vector containing all the modules enumerated. Will be normalized an [all...] |
/external/chromium_org/chrome/browser/extensions/api/commands/ |
command_service.h | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 41 // An enum specifying whether to fetch all extension commands or only active 44 ALL, 54 ANY_SCOPE, // All commands, regardless of scope (used when querying). 132 // Removes all keybindings for a given extension by its |extension_id|.
|
/external/chromium_org/sandbox/win/tools/finder/ |
finder_fs.cc | 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 23 // parse all files or folders. 66 filesystem_stats_[ALL]++;
|
finder_registry.cc | 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 20 // Call the function recursively to parse all subkeys 56 registry_stats_[ALL]++;
|
/external/chromium_org/third_party/icu/source/common/ |
unisetspan.h | 5 * Corporation and others. All Rights Reserved. 35 * or built for all and may be used many times. 45 ALL = 0x3f, 59 // Copy constructor. Assumes which==ALL for a frozen set. 88 // All code points in the string are contained in the parent set. 124 // Number of bytes for all UTF-8 versions of strings together. 131 // Set up for all variants of span()? 132 UBool all; member in class:UnicodeSetStringSpan
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
Makefile | 32 ALL= $(GENERAL) $(SRC) $(HEADER) 37 all: lib
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-app.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 28 '''Returns a list of all files in a directory, relative to the directory.''' 46 test.build('test.gyp', test.ALL, chdir='app-bundle')
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-enable-uac.py | 3 # Copyright 2013 Google Inc. All rights reserved. 53 test.build('enable-uac.gyp', test.ALL, chdir=CHDIR)
|
/external/icu4c/common/ |
unisetspan.h | 5 * Corporation and others. All Rights Reserved. 35 * or built for all and may be used many times. 45 ALL = 0x3f, 59 // Copy constructor. Assumes which==ALL for a frozen set. 88 // All code points in the string are contained in the parent set. 124 // Number of bytes for all UTF-8 versions of strings together. 131 // Set up for all variants of span()? 132 UBool all; member in class:UnicodeSetStringSpan
|
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/ |
FusedLocationProvider.java | 79 }, UserHandle.ALL, intentFilter, null, mHandler);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
StorageNotification.java | 336 UserHandle.ALL); 338 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL); 409 mMediaStorageNotification, UserHandle.ALL); 411 notificationManager.cancelAsUser(null, notificationId, UserHandle.ALL);
|
/frameworks/base/services/java/com/android/server/ |
AppWidgetService.java | 81 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL, 86 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL, 96 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL, 102 mContext.registerReceiverAsUser(mBroadcastReceiver, UserHandle.ALL, 318 // Dump the state of all the app widget providers
|
UpdateLockService.java | 82 mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
|
/packages/apps/Gallery/tests/src/com/android/camera/ |
BitmapManagerUnitTests.java | 57 ImageManager.DataLocation.ALL, 74 // By default all threads can decode.
|
/packages/apps/Settings/src/com/android/settings/ |
AirplaneModeEnabler.java | 104 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
|
/bionic/linker/ |
Android.mk | 19 LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
MatchPatternIterator.java | 123 m_superAxis = Axis.ALL; 143 m_superAxis = Axis.ALL;
|
/external/chromium_org/third_party/sqlite/src/tool/ |
space_used.tcl | 38 UNION ALL 78 regsub -all ' $name '' name
|