HomeSort by relevance Sort by last modified time
    Searched refs:includes (Results 151 - 175 of 1144) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 88 private Set includes; field in class:GUnitExecuteMojo
115 return includes == null || includes.isEmpty()
117 : includes;
  /external/libopus/
Makefile.mips 43 cppflags-from-includes = $(addprefix -I,$(1))
66 CFLAGS += $(call cppflags-from-includes,$(CINCLUDES))
Makefile.unix 43 cppflags-from-includes = $(addprefix -I,$(1))
64 CFLAGS += $(call cppflags-from-includes,$(CINCLUDES))
  /external/parameter-framework/upstream/parameter/
SelectionCriterionRule.cpp 45 {"Is", true}, {"IsNot", true}, {"Includes", false}, {"Excludes", false}};
133 return _pSelectionCriterion->includes(_iMatchValue);
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.javadoc/
jquery.md 30 The jQuery JavaScript Library v1.10.2 also includes Sizzle.js
32 Sizzle.js includes the following license:
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.javadoc/
jquery.md 30 The jQuery JavaScript Library v1.10.2 also includes Sizzle.js
32 Sizzle.js includes the following license:
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
yield0.s 1 # This test case includes a single case of a yield instruction
  /external/libxml2/
schematron.c 200 int nbIncludes; /* number of includes in the array */
202 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
609 ret->includes = NULL;
737 if (ctxt->includes == NULL) {
739 ctxt->includes = (xmlNodePtr *)
741 if (ctxt->includes == NULL) {
742 xmlSchematronPErrMemory(NULL, "allocating parser includes",
751 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
754 xmlSchematronPErrMemory(NULL, "allocating parser includes",
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /build/blueprint/bootstrap/
doc.go 26 // is created. This primary builder is the binary that includes both the core
84 // built. It must have a 'subdirs' assignment that includes both the core
103 // variables then includes blueprint's "bootstrap/build.ninja". It also writes
110 // BLUEPRINTDIR - The path to the blueprints directory (includes $SRCDIR)
  /compatibility/cdd/5_multimedia/
5_5_audio-playback.md 3 Android includes the support to allow apps to playback audio through the audio
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/flatbuffers/tests/
generate_code.bat 18 ..\%buildtype%\flatc.exe --cpp --java --csharp --go --binary --python --js --ts --php --grpc --gen-mutable --reflect-names --gen-object-api --no-includes --cpp-ptr-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.json
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 59 public static final String INCLUDES = "includes";
83 * includes/excludes tuning. Default is <code>false</code>.
192 DESTFILE, APPEND, INCLUDES, EXCLUDES, EXCLCLASSLOADER,
306 return getOption(INCLUDES, "*");
312 * @param includes
316 public void setIncludes(final String includes) {
317 setOption(INCLUDES, includes);
  /external/jsoncpp/devtools/
antglob.py 97 includes = '**/*',
102 include_filter = [ant_pattern_to_re(p) for p in _as_list(includes)]
  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 154 protected CategoryFilter(boolean matchAnyIncludes, Set<Class<?>> includes,
158 included = copyAndRefine(includes);
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 11 #pragma mark **** imports/includes
  /packages/apps/Email/emailcommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /prebuilts/go/darwin-x86/src/internal/poll/
sendfile_solaris.go 55 // This includes syscall.ENOSYS (no kernel
  /prebuilts/go/linux-x86/src/internal/poll/
sendfile_solaris.go 55 // This includes syscall.ENOSYS (no kernel
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.xml.bind/
freebxml.md 16 This product includes software developed by the Apache Software Foundation
35 "This product includes software developed by freebxml.org (http://www.freebxml.org/)."
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.xml.bind/
freebxml.md 16 This product includes software developed by the Apache Software Foundation
35 "This product includes software developed by freebxml.org (http://www.freebxml.org/)."
  /system/core/adb/
Android.mk 122 # this to take effect), this adds the includes to our path.
139 # this to take effect), this adds the includes to our path.
165 # this to take effect), this adds the includes to our path.
198 # this to take effect), this adds the includes to our path.
  /system/extras/memtrack/
Android.mk 29 LOCAL_C_INCLUDES += $(includes)
  /system/tools/hidl/c2hal/
AST.cpp 99 void AST::setIncludes(std::vector<Include *> *includes) {
100 mIncludes = includes;

Completed in 1496 milliseconds

1 2 3 4 5 67 8 91011>>