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

1 2 3 4

  /external/easymock/src/org/easymock/
CaptureType.java 42 ALL
Capture.java 88 * Return all captured values. It returns the actual list so you can modify
107 case ALL:
  /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/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";
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
  /libcore/luni/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/bouncycastle/src/main/java/org/bouncycastle/jce/
ProviderConfigurationPermission.java 18 * <li>ProviderConfigurationPermission("BC"); // enable all permissions</li>
33 private static final int ALL = THREAD_LOCAL_EC_IMPLICITLY_CA | EC_IMPLICITLY_CA;
37 private static final String ALL_STR = "all";
45 this.actions = "all";
46 this.permissionMask = ALL;
76 mask |= ALL;
  /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/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/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/net/data/proxy_resolver_v8_unittest/
passthrough.js 1 // Return a single-proxy result, which encodes ALL the arguments that were
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 83 super(Axis.ALL);
  /external/zlib/
configure 252 ALL="static"
253 TEST="all teststatic"
259 ALL="static shared"
260 TEST="all teststatic testshared"
270 ALL="${ALL} all64"
309 echo "Using z_ prefix on all symbols."
571 /^all: */s#:.*#: $ALL#
  /external/chromium/third_party/icu/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/icu4c/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
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 68 // ImageListParam specifies all the parameters we need to create an image
125 public static enum DataLocation { NONE, INTERNAL, EXTERNAL, ALL }
314 if (location == DataLocation.INTERNAL || location == DataLocation.ALL) {
356 return makeImageList(cr, DataLocation.ALL, INCLUDE_DRM_IMAGES, sort,
365 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort,
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 57 ImageManager.DataLocation.ALL,
74 // By default all threads can decode.
  /cts/tools/host/test/com/android/cts/
TestSessionBuilderTests.java 112 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
293 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
374 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
479 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
563 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
645 TestSession ts = TestSessionBuilder.getInstance().build(planPath, Profile.ALL);
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 123 m_superAxis = Axis.ALL;
143 m_superAxis = Axis.ALL;
  /external/icu4c/test/cintltst/
cnmdptst.c 4 * and others. All Rights Reserved.
807 "ADD", "ADP", "AED", "AFA", "AFN", "AIF", "ALK", "ALL", "ALV", "ALX", "AMD",
893 UEnumeration *pref, *all; local
    [all...]
  /external/e2fsprogs/resize/
Makefile.in 40 all:: $(PROGS) $(TEST_PROGS) $(MANPAGES)
132 echo $(SRCROOT)/e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz \
139 gzip -9 > e2fsprogs-ALL-@E2FSPROGS_VERSION@.tar.gz)
  /external/iproute2/lib/
ll_proto.c 80 __PF(ALL,all)
  /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);
  /external/openssl/ssl/
ssl-lib.com 6 $! byer@mail.all-net.net
18 $! Specify the following as P1 to build just that part or ALL to just
258 $! All Done With This Library.
262 $! Tell The User That We Are All Done.
516 $ IF (P1.EQS."ALL")
545 $ WRITE SYS$OUTPUT " ALL : Just Build Everything."
744 $! That was all...
784 "/NOLIST/PREFIX=ALL" + -

Completed in 1001 milliseconds

1 2 3 4