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

1 2 3 4 5 6 7 8 910

  /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/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/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-trace/trace-viewer/tracing/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/glide/library/src/main/java/com/bumptech/glide/load/engine/
DiskCacheStrategy.java 8 ALL(true, true),
13 /** Saves the media item after all transformations to cache. */
  /external/google-breakpad/src/testing/scripts/generator/cpp/
keywords.py 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
53 return token in ALL
  /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/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/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/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Level.java 32 <code>ALL</code>.
92 The <code>ALL</code> has the lowest possible rank and is intended to
93 turn on all logging. */
94 final static public Level ALL = new Level(ALL_INT, "ALL", 7);
132 return ALL;
163 if (s.equals("ALL"))
164 return Level.ALL;
  /frameworks/data-binding/library/src/main/java/android/databinding/
ListChangeRegistry.java 30 private static final int ALL = 0;
69 notifyCallbacks(list, ALL, null);
  /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/icu/icu4c/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/jetty/src/java/org/eclipse/jetty/servlet/
FilterMapping.java 5 // All rights reserved. This program and the accompanying materials
41 public static final int ALL=31;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
Permissions.java 29 public static final Permissions ALL = new Permissions("rwxrwxrwx");
31 public static final Permissions DEFAULT = ALL;
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ObservableArrayListTest.java 28 private static final int ALL = 0;
45 mNotifications.add(new ListChange(ALL, 0, 0));
  /libcore/luni/src/main/java/java/util/logging/
Level.java 34 * Enabling a certain logging level also enables all logging levels with larger
39 * ALL and OFF. ALL indicates logging all messages, and OFF indicates logging no
89 * The ALL level provides all logging messages.
91 public static final Level ALL = new Level("ALL", Integer.MIN_VALUE);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogRecordTest.java 44 lr.setLevel(Level.ALL);
45 assertSame(lr.getLevel(), Level.ALL);
69 //All threadID must be different, based on the ThreadLocal.java ID
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 4 * others. All Rights Reserved. *
120 private static final CurrencyFilter ALL = new CurrencyFilter(
124 * Returns a filter that accepts all currency data.
128 public static CurrencyFilter all() { method in class:CurrencyMetaInfo.CurrencyFilter
129 return ALL;
133 * Returns a filter that accepts all currencies in use as of the current date.
139 return ALL.withDate(new Date());
143 * Returns a filter that accepts all currencies ever used in the given region.
150 return ALL.withRegion(region);
161 return ALL.withCurrency(currency)
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java 3 * All rights reserved.
47 public static final int ALL = 1;
  /external/wpa_supplicant_8/hostapd/
Makefile 16 # directory if your C library does not include all header files.
901 ALL=hostapd hostapd_cli
903 all: verify_config $(ALL)
938 install: $(addprefix $(DESTDIR)$(BINDIR)/,$(ALL))

Completed in 749 milliseconds

1 2 3 4 5 6 7 8 910