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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 5 .file "hello"
6 .file 1 "world"
8 // CHECK: .file "hello"
9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
  /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/llvm/test/MC/ELF/
file.s 5 .file "foo"
13 // CHECK-NEXT: Type: File
  /external/autotest/client/site_tests/security_Minijail0/src/
test-remount 4 # found in the LICENSE file.
9 file="/proc/sys/kernel/printk"
10 [ -w "$file" ] && die "can write to $file"
  /external/llvm/test/MC/MachO/
file.s 3 .file 1 "dir/foo"
loc.s 3 .file 1 "foo"
  /external/protobuf/vsprojects/
convert2008to2005.sh 9 for file in *.sln; do
10 echo "downgrading $file..."
12 s/Visual Studio 2008/Visual Studio 2005/g;' $file
15 for file in *.vcproj; do
16 echo "downgrading $file..."
17 sed -i -re 's/Version="9.00"/Version="8.00"/g;' $file
  /external/elfutils/tests/
run-get-files.sh 3 # 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/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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
file.s 2 .file "~tilde"
5 .file "hash#"
11 .file "lower"
12 .file "UPPER"
15 .file ":colon"
19 .file "/dir/file.s"
22 .file "[brackets]"
23 .file "{braces}"
26 .file "slash/data
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
no_version_test.sh 9 # This file is part of gold.
26 # This file goes with no_version_test.c, a C source file
33 file=$1
35 found=`egrep "\.gnu\.version.*" $file`
37 echo "These section should not be in $file:"
  /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
  /system/media/camera/docs/
CameraCharacteristicsKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CameraCharacteristics', xml_kind='static'" />
CaptureRequestKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureRequest', xml_kind='controls'" />
CaptureResultKeys.mako 6 ## you may not use this file except in compliance with the License.
17 <%include file="CameraMetadataKeys.mako" args="java_class='CaptureResult', xml_kind='dynamic'" />
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
empty.s 1 # An empty file.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
blank.s 1 @ this file left intentionally blank
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
blank.s 1 @ this file left intentionally blank
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
HeaderItem.java 5 * you may not use this file except in compliance with the License.
49 public void read(DexRandomAccessFile file) throws IOException {
50 file.getOffsetTracker().getNewOffsettable(file, this);
53 magic[i] = file.readByte();
55 checksum = file.readUInt();
58 signature[i] = file.readByte();
60 fileSize = file.readUInt();
61 headerSize = file.readUInt();
62 endianTag = file.readUInt()
    [all...]
  /external/bison/lib/
dirname.h 1 /* Take file names apart into directory and base names.
35 char *base_name (char const *file);
36 char *dir_name (char const *file);
39 char *mdir_name (char const *file);
40 size_t base_len (char const *file) _GL_ATTRIBUTE_PURE;
41 size_t dir_len (char const *file) _GL_ATTRIBUTE_PURE;
42 char *last_component (char const *file) _GL_ATTRIBUTE_PURE;
44 bool strip_trailing_slashes (char *file);
  /external/opencv3/3rdparty/zlib/
gzclose.c 8 /* gzclose() is in a separate file so that it is linked in only if it is used.
11 int ZEXPORT gzclose(file)
12 gzFile file;
17 if (file == NULL)
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
23 return gzclose_r(file);

Completed in 1002 milliseconds

1 2 3 4 5 6 7 8 91011>>