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

1 2 3 45 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 5 * you may not use this file except in compliance with the License.
31 public void read(DexRandomAccessFile file) throws IOException {
32 file.alignForwards(4);
33 file.getOffsetTracker().getNewOffsettable(file, this);
34 classAnnotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
35 fieldsSize = file.readUInt();
36 annotatedMethodsSize = file.readUInt();
37 annotatedParametersSize = file.readUInt()
    [all...]
DebugInfoItem.java 5 * you may not use this file except in compliance with the License.
33 public void read(DexRandomAccessFile file) throws IOException {
34 file.getOffsetTracker().getNewOffsettable(file, this);
36 file.read(data);
45 public void write(DexRandomAccessFile file) throws IOException {
46 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
47 file.write(data);
FieldAnnotation.java 5 * you may not use this file except in compliance with the License.
26 public void read(DexRandomAccessFile file) throws IOException {
27 fieldIdx = file.readUInt();
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
32 public void write(DexRandomAccessFile file) throws IOException {
33 file.writeUInt(fieldIdx);
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
MethodAnnotation.java 5 * you may not use this file except in compliance with the License.
26 public void read(DexRandomAccessFile file) throws IOException {
27 methodIdx = file.readUInt();
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
32 public void write(DexRandomAccessFile file) throws IOException {
33 file.writeUInt(methodIdx);
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
ParameterAnnotation.java 5 * you may not use this file except in compliance with the License.
26 public void read(DexRandomAccessFile file) throws IOException {
27 methodIdx = file.readUInt();
28 annotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
32 public void write(DexRandomAccessFile file) throws IOException {
33 file.writeUInt(methodIdx);
34 file.getOffsetTracker().tryToWriteOffset(annotationsOff, file, false /* ULEB128 */);
TryItem.java 5 * you may not use this file except in compliance with the License.
27 public void read(DexRandomAccessFile file) throws IOException {
28 startAddr = file.readUInt();
29 insnCount = file.readUShort();
30 handlerOff = file.readUShort();
34 public void write(DexRandomAccessFile file) throws IOException {
35 file.writeUInt(startAddr);
36 file.writeUShort(insnCount);
37 file.writeUShort(handlerOff);
TypeIdItem.java 5 * you may not use this file except in compliance with the License.
25 public void read(DexRandomAccessFile file) throws IOException {
26 file.getOffsetTracker().getNewOffsettable(file, this);
27 descriptorIdx = file.readUInt();
31 public void write(DexRandomAccessFile file) throws IOException {
32 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
33 file.writeUInt(descriptorIdx);
  /external/elfutils/libdw/
dwarf_filesrc.c 1 /* Find source file information.
3 This file is part of elfutils.
6 This file is free software; you can redistribute it and/or modify
38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime,
41 if (file == NULL || idx >= file->nfiles)
45 *mtime = file->info[idx].mtime;
48 *length = file->info[idx].length;
50 return file->info[idx].name;
  /external/libmicrohttpd/contrib/
ascebc 2 iconv -f UTF-8 -t IBM-1047 $1 > temp.file
6 mv temp.file $1
10 mv temp.file $1
  /frameworks/rs/script_api/
GenerateDocumentation.cpp 5 * you may not use this file except in compliance with the License.
35 static void writeHeader(GeneratedFile* file, const string& title,
38 *file
49 *file << " <meta name=\"description\" content=\"";
54 if (i) *file << " ";
55 *file << desc[i];
57 *file << "?\">\n";
59 *file << "</head>\n\n"
61 *file << "<div class='renderscript'>\n";
64 static void writeFooter(GeneratedFile* file) {
432 GeneratedFile file; local
455 GeneratedFile file; local
624 GeneratedFile file; local
697 GeneratedFile file; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_database_unittest.cc 35 // This file makes extensive use of RFC 3092. :)
92 virtual bool AddToDatabase(const FileDescriptorProto& file) = 0;
110 virtual bool AddToDatabase(const FileDescriptorProto& file) {
111 return database_.Add(file);
130 virtual bool AddToDatabase(const FileDescriptorProto& file) {
132 file.SerializeToString(&data);
153 virtual bool AddToDatabase(const FileDescriptorProto& file) {
154 return pool_.BuildFile(file);
197 FileDescriptorProto file; local
198 EXPECT_TRUE(database_->FindFileByName("foo.proto", &file));
204 FileDescriptorProto file; local
212 FileDescriptorProto file; local
242 FileDescriptorProto file; local
249 FileDescriptorProto file; local
256 FileDescriptorProto file; local
263 FileDescriptorProto file; local
270 FileDescriptorProto file; local
277 FileDescriptorProto file; local
284 FileDescriptorProto file; local
291 FileDescriptorProto file; local
298 FileDescriptorProto file; local
305 FileDescriptorProto file; local
312 FileDescriptorProto file; local
318 FileDescriptorProto file; local
345 FileDescriptorProto file; local
351 FileDescriptorProto file; local
358 FileDescriptorProto file; local
366 FileDescriptorProto file; local
374 FileDescriptorProto file; local
380 FileDescriptorProto file; local
387 FileDescriptorProto file; local
570 FileDescriptorProto file; local
578 FileDescriptorProto file; local
586 FileDescriptorProto file; local
594 FileDescriptorProto file; local
602 FileDescriptorProto file; local
610 FileDescriptorProto file; local
618 FileDescriptorProto file; local
626 FileDescriptorProto file; local
634 FileDescriptorProto file; local
643 FileDescriptorProto file; local
650 FileDescriptorProto file; local
659 FileDescriptorProto file; local
668 FileDescriptorProto file; local
677 FileDescriptorProto file; local
686 FileDescriptorProto file; local
696 FileDescriptorProto file; local
703 FileDescriptorProto file; local
    [all...]
  /art/test/138-duplicate-classes-check2/
run 6 # you may not use this file except in compliance with the License.
17 # We want to run as no-dex-file-fallback to confirm that even though the -ex file has a symbolic
19 exec ${RUN} --runtime-option -Xno-dex-file-fallback "${@}"
  /build/make/tools/
fixlinebreaks.sh 10 for file in $FILES ; do
11 echo $file
12 tr -d \\r < $file > _temp_file
13 mv _temp_file $file
  /external/clang/test/Index/Inputs/
crash-recovery-code-complete-remap.c 3 // RUN: -remap-file="%s,%S/Inputs/crash-recovery-code-complete-remap.c" \
8 #warning parsing original file
  /external/clang/test/SemaCXX/
warn-deprecated-header.cpp 4 // expected-warning@+2 {{This file is deprecated.}}
6 #warning This file is deprecated.
  /external/curl/tests/
valgrind.pm 10 # This software is licensed as described in the file COPYING, which
16 # furnished to do so, under the terms of the COPYING file.
23 use File::Basename;
26 my ($file) = @_;
28 open(VAL, "<$file");
  /external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/
verify.bsh 15 File file = new File( basedir, "target/nospace.exec" );
16 if ( file.isFile() )
18 throw new FileNotFoundException( "Found unwanted dump: " + file );
21 File file = new File( basedir, "target/with space.exec" );
22 if ( file.isFile() )
24 throw new FileNotFoundException( "Found unwanted dump: " + file );
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/Inputs/
ELF_STT_FILE_FILE.s 1 .file "foo.c"
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_link.sh 26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln $file $DIR/$new_file 2> /dev/null
  /external/selinux/libsepol/tests/policies/test-expander/
user-module.conf 4 class file {read write};
  /external/strace/tests/
statfs.c 34 # define SYSCALL_ARG(file, desc) (file)
statfs64.c 34 # define SYSCALL_ARG(file, desc) (file)
  /external/strace/tests-m32/
statfs.c 34 # define SYSCALL_ARG(file, desc) (file)
statfs64.c 34 # define SYSCALL_ARG(file, desc) (file)
  /external/strace/tests-mx32/
statfs.c 34 # define SYSCALL_ARG(file, desc) (file)

Completed in 270 milliseconds

1 2 3 45 6 7 8 91011>>