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

  /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.
126 If this is the first call to Exclude() or Include(), all packages are selected before applying
133 self.Include('.*')
139 def Include(self, pattern):
140 """Include all packages matching the given regular expressions in the plan.
143 pattern: A regular expression selecting the package names to include.
157 Requires Include() or Exclude() to be called prior to calling this method.
  /sdk/traceview/src/com/android/traceview/
Selection.java 35 public static Selection include(String name, Object value) { method in class:Selection
36 return new Selection(Action.Include, name, value);
68 Highlight, Include, Exclude, Aggregate
  /hardware/ril/mock-ril/src/cpp/
js_support.cpp 17 #include <v8.h>
18 #include "ril.h"
20 #include "ctrl_server.h"
21 #include "logging.h"
22 #include "node_buffer.h"
23 #include "node_object_wrap.h"
24 #include "node_util.h"
25 #include "protobuf_v8.h"
26 #include "responses.h"
27 #include "status.h
    [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 17 #include "clang/Lex/PPCallbacks.h"
18 #include "clang/Basic/SourceLocation.h"
19 #include "clang/Basic/IdentifierTable.h"
20 #include "llvm/ADT/SmallVector.h"
21 #include "llvm/ADT/DenseMap.h"
22 #include "llvm/ADT/Optional.h"
23 #include "llvm/Support/Allocator.h"
24 #include "llvm/Support/Compiler.h"
25 #include <vector>
62 /// \brief An inclusion directive, such as \c #include, \
    [all...]
  /external/chromium/testing/gmock/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 

Completed in 537 milliseconds