HomeSort by relevance Sort by last modified time
    Searched full:includes (Results 51 - 75 of 11268) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.report/
build.properties 3 bin.includes = META-INF/,\
  /external/jacoco/org.jacoco.report.test/
build.properties 3 bin.includes = META-INF/,\
  /external/jsoncpp/scons-tools/
globtool.py 5 def Glob( env, includes = None, excludes = None, dir = '.' ):
6 """Adds Glob( includes = Split( '*' ), excludes = None, dir = '.')
11 includes: list of file name pattern included in the return list when matched.
23 for include in includes:
33 if includes is None:
34 includes = ('*',)
35 elif type(includes) in ( type(''), type(u'') ):
36 includes = (includes,)
  /external/skia/third_party/libsdl/
sdl.gypi 28 'includes': [
33 'includes': [
38 'includes': [
43 'includes': [
  /external/vboot_reference/firmware/lib/cryptolib/
README 1 This contains the implementation for the crypto library. This includes
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
NOTICE 3 This product includes software developed at Tavendo GmbH http://www.tavendo.de
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
NOTICE 1 This product includes software developed by
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
build.properties 3 bin.includes = plugin.xml,\
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/
build.properties 3 bin.includes = META-INF/,\
  /external/clang/test/Frontend/
rewrite-includes-eof.c 1 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s
4 #include "rewrite-includes-bom.h
rewrite-includes.c 1 // RUN: not %clang_cc1 -verify -E -frewrite-includes -DFIRST -I %S/Inputs %s -o - | FileCheck -strict-whitespace %s
2 // RUN: not %clang_cc1 -verify -E -frewrite-includes -P -DFIRST -I %S/Inputs %s -o - | FileCheck -check-prefix=CHECKNL -strict-whitespace %s
24 // CHECK: {{^}}# 1 "{{.*}}rewrite-includes.c"{{$}}
28 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}}
30 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}}
31 // CHECK-NEXT: {{^}}# 6 "{{.*}}rewrite-includes.c"{{$}}
33 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}}
35 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}}
38 // CHECK-NEXT: {{^}}#if 0 /* expanded by -frewrite-includes */{{$}}
40 // CHECK-NEXT: {{^}}#endif /* expanded by -frewrite-includes */{{$}
    [all...]
rewrite-includes-bom.c 1 // RUN: grep -q $'^\xEF\xBB\xBF' %S/Inputs/rewrite-includes-bom.h
2 // RUN: %clang_cc1 -E -frewrite-includes -I %S/Inputs %s -o %t.c
8 #include "rewrite-includes-bom.h"
  /external/guice/extensions/struts2/example/
build.xml 10 <fileset dir="${lib.dir}" includes="*.jar"/>
11 <fileset dir="../../build/dist" includes="*.jar"/>
  /external/clang/test/Index/
get-cursor-includes.c 1 #include "get-cursor-includes-2.h"
2 #include "get-cursor-includes-2.h"
4 // RUN: c-index-test -write-pch %t.h.pch -I%S/Inputs -Xclang -detailed-preprocessing-record %S/Inputs/get-cursor-includes-2.h
5 // RUN: c-index-test -cursor-at=%S/Inputs/get-cursor-includes-2.h:1:5 -I%S/Inputs -include %t.h %s | FileCheck %s
7 // CHECK: inclusion directive=get-cursor-includes-1.h
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
FileFilter.java 24 * A file filter using includes/excludes patterns.
31 private final List<String> includes; field in class:FileFilter
37 * @param includes
38 * list of includes patterns
42 public FileFilter(final List<String> includes, final List<String> excludes) {
43 this.includes = includes;
63 * Get the includes pattern
68 return this.buildPattern(this.includes, DEFAULT_INCLUDES);
  /external/libchrome/sandbox/
sandbox.gyp 11 'includes': [
16 'includes': [
21 'includes': [
  /external/parameter-framework/upstream/test/xml-generator/testVector/
second.pfw 2 Colors Includes Red
10 Colors Includes Blue
23 Colors Includes Green
  /external/clang/test/Misc/
serialized-diags.h 3 // how errors are handled with #includes in serialized
  /external/dagger2/examples/simple/src/main/java/coffee/
DripCoffeeModule.java 7 @Module(includes = PumpModule.class)
  /external/guice/extensions/servlet/
build.xml 8 <fileset dir="${lib.dir}" includes="*.jar"/>
9 <fileset dir="${lib.dir}/build" includes="*.jar"/>
10 <fileset dir="${ext.lib.dir}" includes="*.jar"/>
11 <fileset dir="${ext.lib.dir}/build" includes="*.jar"/>
  /external/libbrillo/
libpolicy.gypi 4 'target_name': 'libpolicy-includes',
  /external/libdrm/tests/ttmtest/src/
Makefile.am 0 INCLUDES = @MDRIINC@
  /external/libunwind/src/unwind/
BacktraceWrapper.c 2 * accidentally includes backtrace.o and Backtrace.o causing duplicate
  /external/libusb-compat/examples/
Makefile.am 0 INCLUDES = -I$(top_srcdir)
  /external/objenesis/main/
assembly.xml 27 <includes>
30 </includes>
35 <includes>
37 </includes>

Completed in 856 milliseconds

1 23 4 5 6 7 8 91011>>