HomeSort by relevance Sort by last modified time
    Searched defs:ALL (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /frameworks/wilhelm/tools/mphtogen/
Makefile 2 ALL = $(DIR)/MPH_to_3DGroup.h $(DIR)/MPH_to_AudioPlayer.h $(DIR)/MPH_to_AudioRecorder.h \
7 $(ALL) : mphtogen
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.h 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 // Defines methods relevant to all code that wants to work with browsing data.
23 // Always add new items to the enum above ALL and add them to ALL.
24 ALL = UNPROTECTED_WEB | PROTECTED_WEB | EXTENSION,
  /external/easymock/src/org/easymock/
CaptureType.java 42 ALL
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 10 /** Apply default annotations to all unannotated types. */
11 ALL,
13 /** Apply default annotations to all unannotated types except the raw types
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.h 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
38 ALL
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 17 * A null <code>Filter</code> that passes all tests through.
19 public static Filter ALL= new Filter() {
27 return "all tests";
80 * Invoke with a {@link org.junit.runner.Runner} to cause all tests it intends to run
83 * @throws NoTestsRemainException if the receiver removes all tests
97 if (second == this || second == ALL) {
  /external/blktrace/
Makefile 8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
11 all: $(ALL)
43 $(MAKE) -C doc all
80 install: all
84 $(INSTALL) -m 755 $(ALL) $(DESTDIR)$(bindir)
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
53 return token in ALL
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_check.py 3 # Copyright 2011 The Closure Linter Authors. All Rights Reserved.
39 # Rule to raise all known errors.
40 ALL = 'all'
42 # All rules that are to be checked when using the strict flag. E.g. the rules
58 ' - ' + Rule.ALL + ': enables all following errors.\n'
87 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error:
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_observer.h 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
44 ALL
  /external/chromium_org/third_party/closure_linter/closure_linter/
error_check.py 3 # Copyright 2011 The Closure Linter Authors. All Rights Reserved.
39 # Rule to raise all known errors.
40 ALL = 'all'
42 # All rules that are to be checked when using the strict flag. E.g. the rules
58 ' - ' + Rule.ALL + ': enables all following errors.\n'
87 if rule in FLAGS.jslint_error or Rule.ALL in FLAGS.jslint_error:
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
TouchInput.java 3 * All rights reserved.
41 * No filter, get all events
43 public static final int ALL = 0x00;
  /external/chromium/chrome/browser/importer/
importer_data_types.h 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
28 ALL = (1 << 6) - 1 // All the bits should be 1, hence the -1.
  /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,
115 // Removes all keybindings for a given extension by its |extension_id|.
  /external/chromium_org/chrome/browser/
icon_loader.h 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
40 ALL, // All sizes available
  /external/chromium_org/third_party/re2/re2/
prefilter.h 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
24 ALL = 0, // Everything matches
27 AND, // All in subs() must match
  /external/regex-re2/re2/
prefilter.h 1 // Copyright 2009 The RE2 Authors. All Rights Reserved.
24 ALL = 0, // Everything matches
27 AND, // All in subs() must match
  /libcore/luni/src/main/java/java/net/
Inet4Address.java 41 public static final InetAddress ALL =
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ProviderConfigurationPermission.java 18 * <li>ProviderConfigurationPermission("BC"); // enable all permissions</li>
35 private static final int ALL = THREAD_LOCAL_EC_IMPLICITLY_CA | EC_IMPLICITLY_CA | THREAD_LOCAL_DH_DEFAULT_PARAMS | DH_DEFAULT_PARAMS;
42 private static final String ALL_STR = "all";
50 this.actions = "all";
51 this.permissionMask = ALL;
89 mask |= ALL;
  /external/chromium_org/chrome/browser/profile_resetter/
profile_resetter.h 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
35 // Update ALL if you add new values and check whether the type of
37 ALL = DEFAULT_SEARCH_ENGINE | HOMEPAGE | CONTENT_SETTINGS |
60 // Marks |resettable| as done and triggers |callback_| if all pending jobs
profile_resetter.cc 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
53 CHECK_EQ(static_cast<ResettableFlags>(0), resettable_flags & ~ALL);
234 // Unpin all the tabs.
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 1 /* Copyright (C) 2003 Vladimir Roubtsov. All rights reserved.
27 /** log level excluding all but severe errors */
47 /** setting log level to NONE disables all logging */
49 /** setting log level to ALL enables all log levels */
50 int ALL = TRACE3 + 1;
66 String ALL_STRING = "all";
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 27 * and together they contain all the nodes in the document.</p>
71 * the following axis contains all nodes in the same document as the
78 * The following-sibling axis contains all the following siblings of the
103 * The preceding axis contains all nodes in the same document as the context
110 * The preceding-sibling axis contains all the preceding siblings of the
132 // All axis past this are absolute.
135 * A non-xpath axis, returns all nodes in the tree from and including the
138 public static final int ALL = 16;
141 * A non-xpath axis, returns all nodes that aren't namespaces or attributes,
147 * A non-xpath axis, returns all nodes that aren't namespaces or attributes,
    [all...]
  /external/chromium_org/chrome/common/importer/
importer_data_types.h 1 // Copyright 2013 The Chromium Authors. All rights reserved.
31 ALL = (1 << 6) - 1 // All the bits should be 1, hence the -1.
  /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

Completed in 1122 milliseconds

1 2 3 4 5