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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-multiple-configurations.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
23 test.build('test.gyp', test.ALL, chdir=CHDIR)
gyptest-postbuild.py 3 # Copyright (c) 2011 Google Inc. All rights reserved.
20 test.build('test.gyp', test.ALL, chdir='postbuilds')
gyptest-loadable-module.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
22 test.build('test.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/tools/gyp/test/same-gyp-name/
gyptest-all.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
15 test.run_gyp('all.gyp', chdir='src')
19 test.build('all.gyp', test.ALL, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-shared.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
29 test.build('double-shared.gyp', test.ALL, chdir='src')
gyptest-static.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
32 test.build('double-static.gyp', test.ALL, chdir='src')
  /external/chromium_org/tools/gyp/test/win/
gyptest-cl-pdbname.py 3 # Copyright (c) 2013 Google Inc. All rights reserved.
20 test.build('pdbname.gyp', test.ALL, chdir=CHDIR)
gyptest-link-debug-info.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('debug-info.gyp', test.ALL, chdir=CHDIR)
gyptest-link-force-symbol-reference.py 3 # Copyright (c) 2013 Google Inc. All rights reserved.
20 test.build('force-symbol-reference.gyp', test.ALL, chdir=CHDIR)
gyptest-link-library-directories.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
22 test.build('subdir/library.gyp', test.ALL, chdir=CHDIR)
gyptest-link-outputfile.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('outputfile.gyp', test.ALL, chdir=CHDIR)
gyptest-link-tsaware.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('tsaware.gyp', test.ALL, chdir=CHDIR)
gyptest-macro-targetname.py 3 # Copyright (c) 2013 Google Inc. All rights reserved.
20 test.build('targetname.gyp', test.ALL, chdir=CHDIR)
gyptest-midl-rules.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
22 test.build('basic-idl.gyp', test.ALL, chdir=CHDIR)
gyptest-rc-build.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
20 test.build('hello.gyp', test.ALL, chdir=CHDIR)
gyptest-cl-enable-enhanced-instruction-set.py 3 # Copyright (c) 2014 Google Inc. All rights reserved.
22 test.build('enable-enhanced-instruction-set.gyp', test.ALL, chdir=CHDIR)
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
request_content_script_apitest.cc 1 // Copyright 2014 The Chromium Authors. All rights reserved.
24 "*://*/*", // ALL
31 "{ pageUrl: { hostContains: '' } }", // ALL
37 ALL = 0,
79 // Runs all pending tasks in the renderer associated with |web_contents|.
147 // Make sure all running tasks are complete.
194 // Try different permutations of "match all", "match particular domain (that is
203 EXPECT_TRUE(RunTest(ALL, ALL, true));
204 EXPECT_TRUE(RunTest(ALL, PARTICULAR, true))
    [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/chromium_org/chrome/browser/browsing_data/
browsing_data_helper.h 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 // Defines methods relevant to all code that wants to work with browsing data.
26 // Always add new items to the enum above ALL and add them to ALL.
27 ALL = UNPROTECTED_WEB | PROTECTED_WEB | EXTENSION,
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
108 // list, make sure that all paths are lower-case, in long pathname form, end
122 { "7ba9402f", "c9132d48", "", "", "", ALL, kInvestigatingLink },
125 { "26134911", "59145acf", "", "", "", ALL, kUninstallLink },
128 { "f5d8f549", "23d01d5b", "", "", "", ALL, kUninstallLink },
131 { "c60ca062", "23d01d5b", "", "", "", ALL, kUninstallLink },
150 { "6bb57633", "23d01d5b", "", "", "", ALL, kInvestigatingLink },
153 { "0396e037.dll", "", "", "", "", ALL, kUninstallLink },
156 { "5ce0037c", "59145acf", "", "", "", ALL, kUninstallLink },
159 { "e579a039", "23d01d5b", "", "", "", ALL, kUninstallLink }
    [all...]
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
50 test.build('actions.gyp', test.ALL, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-symlink.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
36 test.build('deeper.gyp', test.ALL, chdir=chdir)
gyptest-top-all.py 3 # Copyright (c) 2012 Google Inc. All rights reserved.
29 test.build('prog1.gyp', test.ALL, chdir='gypfiles')
  /external/chromium_org/tools/gyp/test/rules/
gyptest-all.py 3 # Copyright (c) 2011 Google Inc. All rights reserved.
8 Verifies simple rules when using an explicit build target of 'all'.
22 test.build('actions.gyp', test.ALL, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/toolsets/
gyptest-toolsets.py 3 # Copyright (c) 2009 Google Inc. All rights reserved.
26 test.build('toolsets.gyp', test.ALL)

Completed in 1630 milliseconds

1 2 3 45 6 7 8 91011>>