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

1 23 4 5 6 7 8 91011>>

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
EncodedArrayItem.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 (value = new EncodedArray()).read(file);
31 public void write(DexRandomAccessFile file) throws IOException {
32 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
33 value.write(file);
ClassDefItem.java 5 * you may not use this file except in compliance with the License.
40 public void read(DexRandomAccessFile file) throws IOException {
41 file.getOffsetTracker().getNewOffsettable(file, this);
42 classIdx = file.readUInt();
43 accessFlags = file.readUInt();
44 superclassIdx = file.readUInt();
45 interfacesOff = file.getOffsetTracker().getNewOffset(file.readUInt());
46 sourceFileIdx = file.readUInt()
    [all...]
AnnotationItem.java 5 * you may not use this file except in compliance with the License.
26 public void read(DexRandomAccessFile file) throws IOException {
27 file.getOffsetTracker().getNewOffsettable(file, this);
28 visibility = file.readUnsignedByte();
29 (annotation = new EncodedAnnotation()).read(file);
33 public void write(DexRandomAccessFile file) throws IOException {
34 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
35 file.writeByte(visibility)
    [all...]
StringIdItem.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 stringDataOff = file.getOffsetTracker().getNewOffset(file.readUInt());
31 public void write(DexRandomAccessFile file) throws IOException {
32 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
33 file.getOffsetTracker().tryToWriteOffset(stringDataOff, file, false /* ULEB128 */)
    [all...]
ProtoIdItem.java 5 * you may not use this file except in compliance with the License.
27 public void read(DexRandomAccessFile file) throws IOException {
28 file.getOffsetTracker().getNewOffsettable(file, this);
29 shortyIdx = file.readUInt();
30 returnTypeIdx = file.readUInt();
31 parametersOff = file.getOffsetTracker().getNewOffset(file.readUInt());
35 public void write(DexRandomAccessFile file) throws IOException {
36 file.getOffsetTracker().updatePositionOfNextOffsettable(file)
    [all...]
  /build/kati/testcase/
hash_in_var.mk 2 file = $(shell echo tmp/test\#.ext) macro
6 test1: $(file)
9 $(file):
10 touch $(file)
  /external/linux-kselftest/tools/testing/selftests/ftrace/samples/
xfail.tc 3 cat non-exist-file || exit_xfail
  /external/ltp/tools/
make-file.sh 20 # FILE: generate.sh
22 # PURPOSE: Creates dat for use in network file transfer tests.
28 file=$1
32 echo "usage: ${0##*/} <file> <size in bytes>"
36 [ -e "$file" ] && exit 0
38 dd if=/dev/zero bs=1 count="$size" 2>/dev/null | tr "\0" "A" > "$file"
40 chmod 666 $file
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
131-eof-without-newline.c 1 this file ends with no newlin
  /packages/apps/Messaging/tools/messagegen/
listimages 5 # you may not use this file except in compliance with the License.
16 for file in `ls *.jpg *.gif`;
18 dimension=`identify -format "%w %h" $file`
19 size=`stat -c%s $file`
20 echo "$file $dimension $size"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
debug1.s 1 .file "debug1.s"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/lns/
lns-duplicate.s 2 .file 1 "foo.s"
  /external/cn-cbor/cmake/
CoverallsClear.cmake 24 file(REMOVE_RECURSE ${PROJECT_BINARY_DIR}/*.gcda)
25 file(REMOVE ${PROJECT_BINARY_DIR}/*.gcov)
26 file(REMOVE ${PROJECT_BINARY_DIR}/*.gcov_tmp)
  /external/linux-kselftest/tools/testing/selftests/media_tests/
open_loop_test.sh 4 file=/dev/media$1
6 echo $file
8 R=$(./media_device_open -d $file);
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_rename.sh 26 file=$(($RANDOM%$MAX))
27 new_file=$((($file + 1)%$MAX))
28 mv $DIR/$file $DIR/$new_file 2> /dev/null
  /toolchain/binutils/binutils-2.27/gold/testsuite/
discard_locals_test.sh 8 # This file is part of gold.
25 # This file goes with exclude_libs_test.c, a C source file
32 file=$1
35 found=`egrep $sym $file`
37 echo "These local symbols are not discarded in $file:"
45 file=$1
48 found=`egrep $sym $file`
50 echo "This local symbol is discarded in $file:"
  /frameworks/base/tools/hiddenapi/
checksorted_sha.sh 4 git show --name-only --pretty=format: $1 | grep "config/hiddenapi-.*txt" | while read file; do
5 diff <(git show $1:$file) <(git show $1:$file | $LOCAL_DIR/sort_api.sh ) || {
6 echo -e "\e[1m\e[31m$file $1 is not sorted or contains duplicates. To sort it correctly:\e[0m"
7 echo -e "\e[33m${LOCAL_DIR}/sort_api.sh $2/frameworks/base/$file\e[0m"
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
FileSystem.java 5 * you may not use this file except in compliance with the License.
18 import java.io.File;
27 * #SYSTEM} implementation, which uses the host machine's local file system. Alternate
31 * <p>All operations on a file system are racy. For example, guarding a call to {@link #source}
33 * The file may be moved between the two calls!
35 * <p>This interface is less ambitious than {@link java.nio.file.FileSystem} introduced in Java 7.
36 * It lacks important features like file watching, metadata, permissions, and disk space
41 /** The host machine's local file system. */
43 @Override public Source source(File file) throws FileNotFoundException
    [all...]
  /cts/tools/cfassembler/src/dxconvext/util/
FileUtils.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
24 * File I/O utilities.
35 * Reads the named file, translating {@link IOException} to a
38 * @param fileName non-null; name of the file to read
39 * @return non-null; contents of the file
42 File file = new File(fileName); local
43 return readFile(file);
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
FileUtils.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
24 * File I/O utilities.
35 * Reads the named file, translating {@link IOException} to a
38 * @param fileName {@code non-null;} name of the file to read
39 * @return {@code non-null;} contents of the file
42 File file = new File(fileName); local
43 return readFile(file);
    [all...]
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePartSource.java 9 * contributor license agreements. See the NOTICE file distributed with
11 * The ASF licenses this file to You under the Apache License, Version 2.0
12 * (the "License"); you may not use this file except in compliance with
34 import java.io.File;
41 * A PartSource that reads from a File.
51 /** File part file. */
52 private File file = null; field in class:FilePartSource
54 /** File part file name. *
    [all...]
  /external/vogar/src/vogar/tasks/
RmTask.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
25 private final File file; field in class:RmTask
27 public RmTask(Rm rm, File file) {
28 super("rm " + file);
30 this.file = file;
34 rm.file(file)
    [all...]
  /external/webrtc/webrtc/base/
platform_file.cc 5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
24 FILE* FdopenPlatformFileForWriting(PlatformFile file) {
25 if (file == kInvalidPlatformFileValue)
27 int fd = _open_osfhandle(reinterpret_cast<intptr_t>(file), 0);
34 bool ClosePlatformFile(PlatformFile file) {
35 return CloseHandle(file) != 0;
40 FILE* FdopenPlatformFileForWriting(PlatformFile file)
    [all...]
  /external/ImageMagick/config/
lndir.sh 74 for file in `ls $DIRFROM`
76 if [ ! -d $DIRFROM/$file ]
78 test -r $file || ln -s $DIRFROM/$file .
80 #echo $file:
81 test -d $file || mkdir $file && chmod 777 $file
82 (cd $file
88 if [ `(cd $DIRFROM/$file; pwd)` = $pwd
    [all...]
  /external/autotest/client/profilers/powertop/src/
usb.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
39 FILE *file; local
50 file = fopen(filename, "w");
51 if (!file)
53 fprintf(file, "0\n");
54 fclose(file);
56 file = fopen(filename, "w")
70 FILE *file; local
    [all...]

Completed in 1989 milliseconds

1 23 4 5 6 7 8 91011>>