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

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
hazard1.s 1 # This test case includes a single case of a load hazard, whereby an
hazard2.s 1 # This test case includes a single case of a load hazard, whereby an
hazard3.s 1 # This test case includes a single case of a load hazard, whereby an
hazard4.s 1 # This test case includes a single case of a load hazard, whereby an
hazard5.s 1 # This test case includes a single case of a load hazard, whereby an
yield1.s 1 # This test case includes a single case of a yield instruction
yield2.s 1 # This test case includes a single case of a yield instruction
noyield.s 1 # This test case includes a number of cases where a yield instruction
nohazard.s 1 # This test case includes a number of cases where there is no load
  /external/libffi/
msvcc.sh 148 includes="$includes -I$2"
153 includes="$includes $1"
235 echo "$cl -nologo -EP $includes $defines $src > $ppsrc"
236 "$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
  /build/soong/java/
jacoco_test.go 71 includes, excludes []string
76 includes: []string{},
81 includes: []string{"package/Class.class"},
85 name: "multiple includes",
86 includes: []string{"package/Class.class", "package2/Class.class"},
91 includes: []string{"package/**/*.class"},
99 got := jacocoFiltersToZipCommand(testCase.includes, testCase.excludes)
  /external/nos/host/generic/nugget/proto/
BUILD 73 includes = [
92 includes = [
111 includes = [
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 221 includes='
245 echo "${!indirect} $includes"
253 echo "${!indirect} $includes" | $CC -x c - -E -dM $ccflags |
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 221 includes='
245 echo "${!indirect} $includes"
253 echo "${!indirect} $includes" | $CC -x c - -E -dM $ccflags |
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
ResponseProducerModule.java 23 @ProducerModule(includes = ResponseModule.class)
  /external/honggfuzz/examples/linux_kernel_ip/
Makefile 24 clang-format-4.0 -style=WebKit -i --sort-includes $(SRCS)
  /external/nanohttpd/
Android.mk 3 # This module target includes just the single core file: NanoHTTPD.java, which
15 # This module target includes SimpleWebServer that supports additional functionality
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 33 This file includes at least one deprecated or antiquated header which \
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 82 config.includes.add(include);
89 loadFilters(arg.substring(INCLUDE_FILE.length()), config.includes);
99 config.suite = new FilterableTestSuite(classes, config.includes, config.excludes);
112 collectTests(config.suite, listener, config.includes, config.excludes);
126 Set<String> includes, Set<String> excludes) {
132 collectTests((TestSuite) test, listener, includes, excludes);
133 } else if (shouldCollect(test, includes, excludes)) {
141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) {
161 return includes.isEmpty()
162 || includes.contains(methodName
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
SmmScriptLib.inf 26 [includes.common]
  /external/libvpx/libvpx/build/make/
gen_asm_deps.sh 45 includes=$(LC_ALL=C egrep -i "include +\"?[a-z0-9_/]+\.${sfx}" $srcfile |
48 for inc in ${includes}; do
60 # Handle generated includes in the build root (which may not exist yet)
  /frameworks/minikin/doc/
minikin_style.md 8 dir2/foo2.h, order your includes as follows:
  /frameworks/support/navigation/integration-tests/safeargs-testapp/buildSrc/
build.gradle 27 includes: ['**/*.java', '**/*.kt'], exclude: 'integration-tests/*'))
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 166 * Unless otherwise specified, the include list scans for and includes all
174 protected Set includes = new HashSet(); field in class:Antlr3Mojo
261 // Includes
263 for (String e : (Set<String>) includes) {
415 // What are the sets of includes (defaulted or otherwise).
417 Set includes = getIncludesPatterns(); local
425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes);
465 if (includes == null || includes.isEmpty()) {
468 return includes;
    [all...]

Completed in 1859 milliseconds

1 23 4 5 6 7 8 91011>>