HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 276 - 300 of 31893) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
cons-1.d 3 .*: file format elf64-mmix
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mt/
relocs.d 2 relocs.x: file format .*
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pe/
aligncomm-c.s 1 .file "a.c"
aligncomm-d.s 1 .file "a.c"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
empty.s 1 # Dummy input file with no instructions at all.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_attr_merge_7b.s 4 .file "arm_attr_merge_7b.s"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
arm-target1-abs.d 2 .*: file format.*
arm-target1-rel.d 2 .*: file format .*
attr-merge-6a.s 6 .file "attr-merge-6a.s"
attr-merge-6b.s 5 .file "attr-merge-6b.s"
attr-merge-7b.s 4 .file "attr-merge-7b.s"
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
isaa-mac.d 2 .*: file format elf32-m68k
isaa.d 2 .*: file format elf32-m68k
isaaplus.d 2 .*: file format elf32-m68k
isab-float.d 2 .*: file format elf32-m68k
isab.d 2 .*: file format elf32-m68k
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
tls-hidden2-got.d 2 .*file format.*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nios2/
mixed1b.s 1 # Test linking incompatible object file types.
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
ClassDataItem.java 5 * you may not use this file except in compliance with the License.
39 public void read(DexRandomAccessFile file) throws IOException {
40 file.getOffsetTracker().getNewOffsettable(file, this);
41 staticFieldsSize = file.readUleb128();
42 instanceFieldsSize = file.readUleb128();
43 directMethodsSize = file.readUleb128();
44 virtualMethodsSize = file.readUleb128();
48 (staticFields[i] = new EncodedField()).read(file);
52 (instanceFields[i] = new EncodedField()).read(file);
    [all...]
TypeItem.java 5 * you may not use this file except in compliance with the License.
25 public void read(DexRandomAccessFile file) throws IOException {
26 typeIdx = file.readUShort();
30 public void write(DexRandomAccessFile file) throws IOException {
31 file.writeUShort(typeIdx);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
runiSACfault.txt 23 file=wb_contspeech.pcm
28 $ISAC 32000 -F $testnr $INDIR/"$file" $OUTDIR/ft$testnr"$file" >> $LOGFILE
32 $ISAC 32000 -F 10 $INDIR/"$file" $OUTDIR/ft10_"$file" >> $LOGFILE
33 $ISAC 32000 -F 10 -PL 10 $INDIR/"$file" $OUTDIR/ft10plc_"$file" >> $LOGFILE
34 $ISAC 32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE
35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFIL
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
assert.c 18 void __assert(const char *file, unsigned int line, const char *assertion)
20 tf_printf("ASSERT: %s:%d:%s\n", file, line, assertion);
25 void __assert(const char *file, unsigned int line)
27 tf_printf("ASSERT: %s:%d\n", file, line);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialOutputFactory.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
27 * should not be deleted then call {@link #persistFile(File)} to ensure that they survive.
31 /** A simple tuple of a {@link File} and a {@link PrintWriter} for writing to that file. */
33 final File file; field in class:TrialOutputFactory.FileAndWriter
36 FileAndWriter(File file, PrintWriter writer) {
37 this.file = file
    [all...]
  /external/clang/test/Index/Inputs/
crash-recovery-reparse-remap.c 2 #warning parsing remapped file
  /external/clang/tools/scan-build-py/tests/functional/exec/
main.c 4 // This file is distributed under the University of Illinois Open Source
38 static FILE *fd = NULL;
61 void expected_out(const char *file) {
69 fprintf(fd, " \"command\": \"cc -c %s\",\n", file);
70 fprintf(fd, " \"file\": \"%s/%s\"\n", cwd, file);
74 void create_source(char *file) {
75 FILE *fd = fopen(file, "w");
115 char *const file = "execv.c" local
128 char *const file = "execve.c"; local
142 char *const file = "execvp.c"; local
155 char *const file = "execv_p.c"; local
168 char *const file = "execvpe.c"; local
182 char *const file = "exect.c"; local
196 char *const file = "execl.c"; local
208 char *const file = "execlp.c"; local
220 char *const file = "execle.c"; local
233 char *const file = "posix_spawn.c"; local
251 char *const file = "posix_spawnp.c"; local
    [all...]

Completed in 1028 milliseconds

<<11121314151617181920>>