HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 1 - 25 of 10594) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_file-2.s 5 // but keep the debug info existing in the assembly file.
7 .file "hello"
8 .file 1 "world"
10 // CHECK: .file "hello"
11 // CHECK: .file 1 "world"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/
directive_file-2.s 5 // but keep the debug info existing in the assembly file.
7 .file "hello"
8 .file 1 "world"
10 // CHECK: .file "hello"
11 // CHECK: .file 1 "world"
debug-empty-source.s 4 .file 1 "dir1" "foo" source ""
6 # CHECK: .file {{.*}} source ""
debug-no-source.s 4 .file 1 "dir1/foo"
6 # CHECK-NOT: .file {{.*}} source
  /external/llvm/test/MC/ARM/
coff-file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/llvm/test/MC/COFF/
file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
coff-file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
file.s 7 .file "null-padded.asm"
8 // CHECK: (nx 1) {{0x[0-9]+}} .file
11 .file "eighteen-chars.asm"
13 // CHECK: (nx 1) {{0x[0-9]+}} .file
16 .file "multiple-auxiliary-entries.asm"
18 // CHECK: (nx 2) {{0x[0-9]+}} .file
23 // CHECK-SCN: Name: .file
25 // CHECK-SCN: StorageClass: File
31 // CHECK-SCN: Name: .file
33 // CHECK-SCN: StorageClass: File
    [all...]
  /external/llvm/test/MC/ELF/
file.s 5 .file "foo"
13 // CHECK-NEXT: Type: File
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
file.s 5 .file "foo"
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
file.s 5 .file "foo"
13 // CHECK-NEXT: Type: File
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
loc.s 2 .file 2 "foo"
3 .file 1 "bar"
file.s 3 .file 1 "dir/foo"
  /external/llvm/test/MC/MachO/
file.s 3 .file 1 "dir/foo"
loc.s 3 .file 1 "foo"
  /external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/
verify.bsh 15 File file = new File( basedir, "child/target/generated-classes/jacoco/Example.class" );
16 if ( !file.isFile() ) {
17 throw new RuntimeException( "Could not find backup of instrumented class: " + file );
19 file = new File( basedir, "child/target/generated-classes/jacoco/DoNotInstrument.class" );
20 if ( file.isFile() ) {
21 throw new RuntimeException( "Excluded file should not be instrumented: " + file );
    [all...]
  /build/soong/scripts/
gen-kotlin-build-file.sh 6 # you may not use this file except in compliance with the License.
17 # Generates kotlinc module xml file to standard output based on rsp files
33 # Path in the build file may be relative to the build file, we need to make them
38 local file="$1"
39 if [[ "${file:0:1}" == '/' ]] ; then
40 echo "${file}"
42 echo "${prefix}/${file}"
50 for file in $(echo "$classpath" | tr ":" "\n"); do
51 path="$(get_abs_path "$file")"
    [all...]
  /external/elfutils/tests/
run-next-files.sh 4 # This file is part of elfutils.
6 # This file is free software; you can redistribute it and/or modify
26 file[0] = "???"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
30 file[0] = "???"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
34 file[4] = "/usr/include/bits/types.h"
35 file[5] = "/usr/include/bits/sched.h
    [all...]
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_dir_create.sh 26 echo "asdf" > $DIR/$file/$file/$file
30 file=$(($RANDOM%$MAX))
31 mkdir -p $DIR/$file/$file/ 2> /dev/null
  /external/autotest/client/profilers/powertop/src/
misctips.c 4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
37 FILE *file; local
38 file = fopen("/proc/sys/vm/laptop_mode", "w");
39 if (!file)
41 fprintf(file,"5\n");
42 fclose(file);
47 FILE *file local
87 FILE *file; local
96 FILE *file; local
118 FILE *file; local
144 FILE *file; local
161 FILE *file; local
186 FILE *file; local
210 FILE *file; local
220 FILE *file; local
273 FILE *file; local
283 FILE *file; local
    [all...]
  /external/clang/test/Index/
crash-recovery-code-complete.c 3 // RUN: "-remap-file=%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
12 // REQUIRES: can-remove-opened-file
14 #warning parsing original file
crash-recovery-reparse.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-reparse-remap.c" \
11 #warning parsing original file
  /external/clang/test/Preprocessor/
file_to_include.h 2 #warning file successfully included
  /external/linux-kselftest/tools/testing/selftests/ftrace/samples/
fail.tc 3 cat non-exist-file
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
directive_file.s 3 .file "hello"
4 .file 1 "world"
6 # CHECK: .file "hello"
7 # CHECK: .file 1 "world"

Completed in 1210 milliseconds

1 2 3 4 5 6 7 8 91011>>