/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/jmonkeyengine/engine/src/core/checkers/quals/ |
DefaultQualifier.java | 12 * applied to all types within the declaration for which no other 43 DefaultLocation[] locations() default {DefaultLocation.ALL};
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-archs.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 39 test.build('test-no-archs.gyp', test.ALL, chdir='archs') 50 test.build('test-archs-x86_64.gyp', test.ALL, chdir='archs') 57 test.build('test-archs-multiarch.gyp', test.ALL, chdir='archs')
|
/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/chromium_org/tools/page_cycler/webpagereplay/tests/ |
2012Q3.js | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 15 ["http://cruises.orbitz.com/results.do?wdos=3&places=ALL&days=ALL&Month=ALL&dd=ALL&d=NaN%2FNaN%2FNaN&d2=NaN%2FNaN%2FNaN&fd=2&shoppingZipCode=Zip+Code&Search.x=29&Search.y=6&Search=Search&c=ALL&v=ALL&porttype=E&SType=P&ptype=c&type=c&p=ALL&SType=A&clp=1&sort=7&IncludeSeniorRates=false&IncludeAlumniRates=false&AlumniCruiseId=false",
|
/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/tools/gyp/test/builddir/ |
gyptest-all.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 42 # Make sure that all the built ../../etc. files only get put under builddir, 43 # by making all of relocate read-only and then making only builddir writable. 48 test.build('prog1.gyp', test.ALL, SYMROOT=None, chdir='relocate/src')
|
/external/chromium_org/tools/gyp/test/escaping/ |
gyptest-colon.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 41 test.build('test.gyp', test.ALL, chdir=CHDIR)
|
/external/chromium_org/tools/gyp/test/generator-output/ |
gyptest-actions.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 16 # All the generated files should go under 'gypfiles'. The source directory 41 test.build('actions.gyp', test.ALL, chdir='relocate/gypfiles')
|
gyptest-copies.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 9 target of 'all'. 35 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles')
|
gyptest-relocate.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 35 test.build('prog1.gyp', test.ALL, chdir='relocate/gypfiles')
|
gyptest-rules.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 34 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles')
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-cl-function-level-linking.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 20 test.build('function-level-linking.gyp', test.ALL, chdir=CHDIR)
|
gyptest-link-deffile.py | 3 # Copyright (c) 2012 Google Inc. All rights reserved. 24 test.build('deffile.gyp', test.ALL, chdir=CHDIR)
|
gyptest-link-mapfile.py | 3 # Copyright (c) 2013 Google Inc. All rights reserved. 20 test.build('mapfile.gyp', test.ALL, chdir=CHDIR)
|
gyptest-link-ordering.py | 3 # Copyright (c) 2013 Google Inc. All rights reserved. 20 test.build('link-ordering.gyp', test.ALL, chdir=CHDIR)
|
/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/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/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/chrome/browser/profile_resetter/ |
profile_resetter.h | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 32 // Update ALL if you add new values and check whether the type of 34 ALL = DEFAULT_SEARCH_ENGINE | HOMEPAGE | CONTENT_SETTINGS | 57 // Marks |resettable| as done and triggers |callback_| if all pending jobs
|