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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/bench/garbage/
Makefile 1 # Copyright 2010 The Go Authors. All rights reserved.
5 ALL=\
11 all: $(ALL)
19 bench: $(addsuffix .bench, $(ALL))
22 rm -f $(ALL)
  /prebuilts/go/linux-x86/test/bench/garbage/
Makefile 1 # Copyright 2010 The Go Authors. All rights reserved.
5 ALL=\
11 all: $(ALL)
19 bench: $(addsuffix .bench, $(ALL))
22 rm -f $(ALL)
  /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/junit/src/main/java/org/junit/runner/manipulation/
Filter.java 19 * A null <code>Filter</code> that passes all tests through.
21 public static final Filter ALL = new Filter() {
29 return "all tests";
86 * Invoke with a {@link org.junit.runner.Runner} to cause all tests it intends to run
90 * @throws NoTestsRemainException if the receiver removes all tests
105 if (second == this || second == ALL) {
  /device/linaro/hikey/wpan/uim/
Makefile 15 ALL = uim
25 all: $(ALL)
38 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /external/autotest/client/deps/iwcap/src/
Makefile 18 ALL = iwcap
48 all: version_check $(ALL)
69 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /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/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/googletest/googlemock/scripts/generator/cpp/
keywords.py 49 ALL = TYPES | TYPE_MODIFIERS | ACCESS | CASTS | OTHERS | OTHER_TYPES | CONTROL | EXCEPTION | LOOP
53 return token in ALL
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
Filters.java 3 * All rights reserved. This program and the accompanying materials
27 * Filter that combines all other filters.
29 public static final IFilter ALL = new Filters(new EnumFilter(),
  /external/v8/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/iw/
Makefile 26 ALL = iw
91 all: $(ALL)
111 $(Q)$(MAKE) all CC="REAL_CC=$(CC) CHECK=\"sparse -Wall\" cgcc"
  /external/jsoncpp/devtools/
antglob.py 55 ALL = DIR | FILE | LINKS
  /device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/
calibration_data.h 59 ALL = 0xFF
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Makefile 52 all: $(ALL_T)
85 ALL= all
92 $(MAKE) $(ALL) CC="xlc" CFLAGS="-O2 -DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-ldl" SYSLDFLAGS="-brtl -bexpall"
95 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_ANSI"
98 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN" SYSLIBS="-Wl,-E"
101 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -lreadline"
103 generic: $(ALL)
106 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -ldl -lreadline"
109 $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_MACOSX" SYSLIBS="-lreadline" CC=c
    [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/extensions/library/src/main/java/android/databinding/
ListChangeRegistry.java 30 private static final int ALL = 0;
69 notifyCallbacks(list, ALL, null);
  /libcore/ojluni/src/main/java/java/net/
Inet4Address.java 3 * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
101 public static final InetAddress ALL =
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountTypeManager.java 72 * Singleton holder for all parsed {@link AccountType} available on the
85 ALL {
167 * Returns the list of all accounts (if contactWritableOnly is false) or just the list of
181 * Returns all contact writable accounts
194 * Loads accounts in background and returns future that will complete with list of all accounts
246 // Get all the google accounts on the device
534 final ListenableFuture<List<List<AccountWithDataSet>>> all =
540 return Futures.transform(all, new Function<List<List<AccountWithDataSet>>,
636 * <p>This is overriden for performance since the default implementation blocks until all
685 * <p>This is overridden for performance. The default implementation loads all accounts the
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
TvTrackInfoUtilsTest.java 55 private static final List<TvTrackInfo> ALL =
68 TvTrackInfo result = getBestTrackInfo(ALL, "1", "en", 1);
74 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "en", 5);
80 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "fr", 1);
86 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, null, 8);
92 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, "kr", 1);
98 TvTrackInfo result = getBestTrackInfo(ALL, UN_MATCHED_ID, null, 0);
123 // all match
  /system/libvintf/include/vintf/
RuntimeInfo.h 88 ALL = ((LAST_PLUS_ONE - 1) << 1) - 1,
102 // return true if all kernel configs in matrixConfigs matches.
  /tools/loganalysis/src/com/android/loganalysis/rule/
RuleEngine.java 32 ALL, POWER;
44 if (ruleType == RuleType.ALL) {
45 // add all rules

Completed in 1044 milliseconds

1 2 3 4 5 6 7 8 91011>>