HomeSort by relevance Sort by last modified time
    Searched defs:Include (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/view/
Include.java 25 * Exercise <include /> tag in XML files.
27 public class Include extends Activity {
  /cts/tools/utils/cts/
tools.py 118 Include() select from the packages given here.
128 """Include only specific tests in this plan.
131 This package should must be included via Include.
149 This package should must be included via Include.
165 If this is the first call to Exclude() or Include(), all packages are selected before applying
172 self.Include('.*')
178 def Include(self, pattern):
179 """Include all packages matching the given regular expressions in the plan.
182 pattern: A regular expression selecting the package names to include.
196 Requires Include() or Exclude() to be called prior to calling this method
    [all...]
  /external/lzma/CPP/Common/
Wildcard.h 6 #include "MyString.h"
67 bool CheckPathCurrent(bool include, const UStringVector &pathParts, bool isFile) const;
68 void AddItemSimple(bool include, CItem &item);
69 bool CheckPathVect(const UStringVector &pathParts, bool isFile, bool &include) const;
83 void AddItem(bool include, CItem &item);
84 void AddItem(bool include, const UString &path, bool recursive, bool forFile, bool forDir, bool wildcardMatching);
85 void AddItem2(bool include, const UString &path, bool recursive, bool wildcardMatching);
90 bool CheckPath2(bool isAltStream, const UString &path, bool isFile, bool &include) const;
93 bool CheckPathToRoot(bool include, UStringVector &pathParts, bool isFile) const;
94 // bool CheckPathToRoot(const UString &path, bool isFile, bool include) const;
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 12 #include "mcld/InputTree.h"
13 #include "mcld/ADT/HashEntry.h"
14 #include "mcld/ADT/HashTable.h"
15 #include "mcld/ADT/StringHash.h"
16 #include "mcld/Support/GCFactory.h"
18 #include <string>
19 #include <vector>
95 enum Status { Include, Exclude, Unknown };
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 17 #include "clang/Basic/IdentifierTable.h"
18 #include "clang/Basic/SourceLocation.h"
19 #include "clang/Lex/PPCallbacks.h"
20 #include "llvm/ADT/DenseMap.h"
21 #include "llvm/ADT/Optional.h"
22 #include "llvm/ADT/SmallVector.h"
23 #include "llvm/ADT/iterator.h"
24 #include "llvm/Support/Allocator.h"
25 #include "llvm/Support/Compiler.h"
26 #include <vector
    [all...]
  /external/opencv3/3rdparty/jinja2/
nodes.py 316 class Include(Stmt):
317 """A node that represents the include tag."""
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 154 class Include(Node):
819 if name.startswith('include'):
820 # Remove "include".
823 # Handle #include \<newline> "header-on-second-line.h".
830 return Include(token.start, token.end, filename, system)
    [all...]
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 47 private Include m_currentInclude;
55 INCLUDE,
586 else if ("include".equals(qName)) {
604 case INCLUDE:
611 private static class Include {
617 public Include(String name, String numbers) {
625 m_locations.push(Location.INCLUDE);
626 m_currentInclude = new Include(attributes.getValue("name"),
632 XmlInclude include; local
634 include = new XmlInclude(name, stringToList(in), m_currentIncludeIndex++)
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 27 #include <ctype.h>
29 #include "vixl/a64/macro-assembler-a64.h"
2458 RegList include = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit(); local
2470 RegList include = reg1.Bit() | reg2.Bit() | reg3.Bit() | reg4.Bit(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
freemarker-2.3.16.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/bind/external/rngom/2.2.11/
rngom-2.2.11.jar 
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.8.ALPHA.jar 
  /external/dagger2/lib/
auto-value-1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1356 milliseconds

1 2