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

1 2 3 4 5 6 7 8 910

  /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
DefaultQualifier.java 12 * applied to all types within the declaration for which no other
43 DefaultLocation[] locations() default {DefaultLocation.ALL};
  /external/sepolicy/
keys.conf 8 # option is to use ALL which will match ANY TARGET_BUILD_VARIANT string.
12 ALL : platform.x509.pem
15 ALL : media.x509.pem
18 ALL : shared.x509.pem
20 # Example of ALL TARGET_BUILD_VARIANTS
  /system/core/sh/
error.c 5 * The Regents of the University of California. All rights reserved.
290 #define ALL (E_OPEN|E_CREAT|E_EXEC)
293 { EINTR, ALL, "interrupted" },
294 { EACCES, ALL, "permission denied" },
295 { EIO, ALL, "I/O error" },
296 { EEXIST, ALL, "file exists" },
303 { EISDIR, ALL, "is a directory" },
305 { EMFILE, ALL, "too many open files" },
307 { ENFILE, ALL, "file table overflow" },
308 { ENOSPC, ALL, "file system full" }
    [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:
full_test.py 3 # Copyright 2007 The Closure Linter Authors. All Rights Reserved.
46 flags.FLAGS.jslint_error = error_check.Rule.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/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/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/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/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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.emf.properties 3 # All rights reserved. This program and the accompanying materials
65 JUnitTestResults=0,ALL,ALL,ALL,PASS
71 # eg., ALL,ALL,ALL,SDK,emf-sdo-xsd-SDK-%%buildAlias%%.zip
72 Releases=ALL,ALL,ALL,SDK,emf-sdo-xsd-SDK-%%buildAlias%%.zi
    [all...]
feedPublish.uml2.properties 3 # All rights reserved. This program and the accompanying materials
65 JUnitTestResults=0,ALL,ALL,ALL,PASS
71 # eg., ALL,ALL,ALL,SDK,uml2-SDK-%%buildAlias%%.zip
72 Releases=ALL,ALL,ALL,SDK,uml2-SDK-%%buildAlias%%.zi
    [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/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) {
  /frameworks/base/core/java/android/net/dhcp/
DhcpDiscoverPacket.java 46 InetAddress destIp = Inet4Address.ALL;
48 fillInPacket(encap, Inet4Address.ALL, Inet4Address.ANY, destUdp, srcUdp,
  /frameworks/base/core/tests/coretests/src/android/text/util/
LinkifyTest.java 45 tv.setAutoLinkMask(Linkify.ALL);
57 tv.setAutoLinkMask(Linkify.ALL);
  /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/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 3 # Copyright (C) 2007 Kevin Ollivier All rights reserved.
52 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
56 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
60 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
64 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
68 btnSizer.Add(btn, 0, wx.EXPAND|wx.ALL, 2)
71 btnSizer.Add(txt, 0, wx.CENTER|wx.ALL, 2)
80 btnSizer.Add(self.location, 1, wx.EXPAND|wx.ALL, 2)
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LevelTest.java 120 assertSame(Level.ALL, Level.parse("ALL"));
159 assertSame(Level.ALL, Level.parse("ALL"));
168 assertSame(Level.ALL, Level.parse(String.valueOf(Integer.MIN_VALUE)));
215 assertEquals(Integer.MIN_VALUE, Level.parse("ALL").hashCode());
242 assertFalse(Level.ALL.equals(null));
249 assertFalse(Level.ALL.equals(new Object()));
256 assertTrue(Level.ALL.equals(Level.ALL));
    [all...]
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.h 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
38 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)
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 380 UserHandle.ALL);
381 mContext.sendStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
393 mNotificationMgr.cancelAsUser(null, LOW_MEMORY_NOTIFICATION_ID, UserHandle.ALL);
395 mContext.removeStickyBroadcastAsUser(mStorageLowIntent, UserHandle.ALL);
396 mContext.sendBroadcastAsUser(mStorageOkIntent, UserHandle.ALL);
404 mContext.sendStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
412 mContext.removeStickyBroadcastAsUser(mStorageFullIntent, UserHandle.ALL);
413 mContext.sendBroadcastAsUser(mStorageNotFullIntent, UserHandle.ALL);

Completed in 720 milliseconds

1 2 3 4 5 6 7 8 910