HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 201 - 225 of 1211) sorted by null

1 2 3 4 5 6 7 891011>>

  /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:
385 // 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.
211 // The vector containing all the enumerated modules (loaded and modules of
227 // This is a singleton class that enumerates all modules loaded into Chrome,
314 // The vector containing all the modules enumerated. Will be normalized an
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
reset_profile_settings_handler.cc 1 // Copyright 2013 The Chromium Authors. All rights reserved.
144 ProfileResetter::ALL,
  /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/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);
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 1 # Copyright (c) 2012 Google Inc. All rights reserved.
50 copy all of the non-gyptest files in the directory hierarchy of the
76 ALL = '__all__'
164 This ignores all files and directories that begin with
165 the string 'gyptest', and all '.svn' subdirectories.
297 A 'target' argument of TestGyp.ALL specifies the 'all' target
376 # - it builds all targets, whereas we need to pass a target
383 # target 'all'.
384 ALL = 'gyp_all_modules
    [all...]
  /bionic/linker/
Android.mk 19 LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
HandlerTest.java 75 assertSame(h.getLevel(), Level.ALL);
102 assertSame(h.getLevel(), Level.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
  /frameworks/base/services/java/com/android/server/search/
SearchManagerService.java 79 new MyPackageMonitor().register(context, null, UserHandle.ALL, true);
162 // Inform all listeners that the list of searchables has been updated.
191 mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
  /frameworks/base/services/java/com/android/server/wifi/
WifiNotificationController.java 252 UserHandle.ALL);
254 notificationManager.cancelAsUser(null, ICON_NETWORKS_AVAILABLE, UserHandle.ALL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java 104 scope = Scope.ALL;
138 scope = Scope.ALL;

Completed in 4722 milliseconds

1 2 3 4 5 6 7 891011>>