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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/sandbox/win/tools/finder/
finder.h 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
15 ALL, // Number of objects with r/w access
62 // Parses a file system path and perform an access check on all files and
69 // all subkeys found.
75 // check on all objects found. However, only some object types are supported,
76 // all non supported objects are ignored.
114 // Initializes the NT function pointers to be able to use all the needed
finder_fs.cc 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
23 // parse all files or folders.
66 filesystem_stats_[ALL]++;
  /external/chromium_org/tools/gyp/test/mac/
gyptest-app.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
26 '''Returns a list of all files in a directory, relative to the directory.'''
39 test.build('test.gyp', test.ALL, chdir='app-bundle')
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-embed-manifest.py 3 # Copyright (c) 2013 Yandex LLC. All rights reserved.
53 test.build('embed-manifest.gyp', test.ALL, chdir=CHDIR)
gyptest-link-update-manifest.py 3 # Copyright (c) 2013 Google Inc. All rights reserved.
95 test.up_to_date(gypfile, test.ALL, chdir=CHDIR)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PostInstructionRegisterInfoMethodItem.java 4 * All rights reserved.
63 if ((registerInfo & baksmaliOptions.ALL) != 0) {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java 3 * All rights reserved.
46 public static final int ALL = 1;
  /frameworks/base/core/java/android/net/dhcp/
DhcpAckPacket.java 60 InetAddress destIp = mBroadcast ? Inet4Address.ALL : mYourIp;
DhcpOfferPacket.java 62 InetAddress destIp = mBroadcast ? Inet4Address.ALL : mYourIp;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
RecentsPackageMonitor.java 47 // We register for events from all users, but will cross-reference them with
49 register(context, Looper.getMainLooper(), UserHandle.ALL, true);
97 // Identify all the tasks that should be removed as a result of the package being removed.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NextAlarmController.java 42 context.registerReceiverAsUser(this, UserHandle.ALL, filter, null, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellBroadcastHandler.java 95 mContext.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, receiverPermission, appOp,
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 110 JDWPConstants.SuspendPolicy.ALL);
147 return setBreakpoint(location, JDWPConstants.SuspendPolicy.ALL);
337 * Removes all breakpoints.
544 * Adjusts lengths for all VM-specific types.
579 // Adjust all other types lengths
658 // Get All Threads IDs
676 * Returns all running thread IDs.
917 byte suspendPolicy = JDWPConstants.SuspendPolicy.ALL;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
160 CommandService::ALL,
169 CommandService::ALL,
177 CommandService::ALL,
  /frameworks/base/services/core/java/com/android/server/dreams/
DreamController.java 43 * Assumes all operations are called from the dream handler thread.
117 // Close the notification shade. Don't need to send to all, but better to be explicit.
118 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL);
192 mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
247 mContext.sendBroadcastAsUser(mDreamingStartedIntent, UserHandle.ALL);
  /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");
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 148 mNoMan.cancelAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, UserHandle.ALL);
169 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
207 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
224 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, nb.build(), UserHandle.ALL);
380 mContext.registerReceiverAsUser(this, UserHandle.ALL, filter, null, mHandler);
  /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
363 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/chromium_org/cc/resources/
raster_worker_pool_unittest.cc 1 // Copyright 2013 The Chromium Authors. All rights reserved.
121 enum NamedTaskSet { REQUIRED_FOR_ACTIVATION = 0, ALL = 1 };
184 if (task_set == ALL) {
217 task_sets[ALL] = true;
  /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/policy/src/com/android/internal/policy/impl/
PolicyControl.java 43 * to force transient status for all apps except a specific package:
184 private static final String ALL = "*";
210 return mBlacklist.contains(packageName) || mBlacklist.contains(ALL);
214 return mWhitelist.contains(ALL) || mWhitelist.contains(packageName);
  /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,
312 // 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.
44 // An enum specifying whether to fetch all extension commands or only active
47 ALL,
57 ANY_SCOPE, // All commands, regardless of scope (used when querying).
134 // Removes all keybindings for a given extension by its |extension_id|.

Completed in 1560 milliseconds

1 2 3 4 5 6 7 891011>>