HomeSort by relevance Sort by last modified time
    Searched refs:ALL (Results 126 - 150 of 591) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-aslr.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('aslr.gyp', test.ALL, chdir=CHDIR)
gyptest-link-delay-load-dlls.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('delay-load-dlls.gyp', test.ALL, chdir=CHDIR)
26 '/all', test.built_file_path('test_dld_none.exe', chdir=CHDIR))
31 '/all', test.built_file_path('test_dld_shell32.exe', chdir=CHDIR))
gyptest-link-fixed-base.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('fixed-base.gyp', test.ALL, chdir=CHDIR)
gyptest-link-incremental.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('incremental.gyp', test.ALL, chdir=CHDIR)
gyptest-link-large-address-aware.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('large-address-aware.gyp', test.ALL, chdir=CHDIR)
gyptest-link-nxcompat.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('nxcompat.gyp', test.ALL, chdir=CHDIR)
gyptest-link-pdb.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
22 test.build('program-database.gyp', test.ALL, chdir=CHDIR)
gyptest-link-profile.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
21 test.build('profile.gyp', test.ALL, chdir=CHDIR)
gyptest-link-safeseh.py 3 # Copyright (c) 2014 Google Inc. All rights reserved.
20 test.build('safeseh.gyp', test.ALL, chdir=CHDIR)
29 # table of safe exceptions handlers if all modules are compatible with
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)
  /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/chromium_org/tools/gyp/test/mac/
gyptest-archs.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
22 test.build('test-no-archs.gyp', test.ALL, chdir='archs')
33 test.build('test-valid-archs.gyp', test.ALL, chdir='archs')
39 test.build('test-archs-x86_64.gyp', test.ALL, chdir='archs')
45 # Build all targets except 'exe_32_64_no_sources' that does build
72 if not all(['D _x' in subprocess.check_output(
  /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/chromium_org/chrome/browser/extensions/api/commands/
commands.cc 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
34 extensions::CommandService::ALL,
42 extensions::CommandService::ALL,
50 extensions::CommandService::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
42 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'.
36 test.build('copies.gyp', test.ALL, chdir='relocate/gypfiles')
gyptest-depth.py 3 # Copyright 2014 Google Inc. All rights reserved.
33 test.build('prog1.gyp', test.ALL, chdir='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.
35 test.build('rules.gyp', test.ALL, chdir='relocate/gypfiles')

Completed in 722 milliseconds

1 2 3 4 56 7 8 91011>>