HomeSort by relevance Sort by last modified time
    Searched refs:file (Results 76 - 100 of 25268) sorted by null

1 2 34 5 6 7 8 91011>>

  /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 "${@}"
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
DebugInfoItem.java 5 * you may not use this file except in compliance with the License.
31 public void read(DexRandomAccessFile file) throws IOException {
32 file.getOffsetTracker().getNewOffsettable(file, this);
34 file.read(data);
38 public void write(DexRandomAccessFile file) throws IOException {
39 file.getOffsetTracker().updatePositionOfNextOffsettable(file);
40 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);
  /build/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/bison/lib/
dirname.c 1 /* dirname.c -- return all but the last element in a file name
32 dir_name (char const *file)
34 char *result = mdir_name (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/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/selinux/libsepol/tests/policies/test-expander/
user-module.conf 4 class file {read write};
  /external/webrtc/webrtc/modules/audio_processing/logging/
aec_logging.h 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.
20 // Dumps a wav data to file.
21 #define RTC_AEC_DEBUG_WAV_WRITE(file, data, num_samples) \
23 rtc_WavWriteSamples(file, data, num_samples); \
26 // (Re)opens a wav file for writing using the specified sample rate.
34 // Closes a wav file.
40 // Dumps a raw data to file.
41 #define RTC_AEC_DEBUG_RAW_WRITE(file, data, data_size)
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /prebuilts/go/linux-x86/src/go/build/testdata/other/file/
file.go 3 package file package
  /prebuilts/misc/common/android-support-test/
build.gradle 2 * WARNING: This file is deprecated! it?s here for legacy purposes only.
16 // where "android-support-test" is the name you defined in your settings.gradle file
20 artifacts.add("default", file("runner/runner-0.5-release.jar"))
21 artifacts.add("default", file("rules/rules-0.5-release.jar"))
28 artifacts.add("espresso-core", file("espresso/espresso-core-2.2.2-release.jar"))
35 artifacts.add("runner-no-dep", file("runner/runner-0.5-release-no-dep.jar"))
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
fixup-dump.pl 6 if (/.*file format.*/) {
7 $_ = ".*: +file format .*\n";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
loc-swap-3.s 1 .file 1 "test.cpp"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
mvfcp.d 3 dump\.o: file format .*
mvtcp.d 3 dump\.o: file format .*
opecp.d 3 dump\.o: file format .*
  /toolchain/binutils/binutils-2.25/gold/testsuite/
arm_attr_merge_6a.s 4 .file "arm_attr_merge_6a.s"
arm_attr_merge_6b.s 3 .file "arm_attr_merge_6b.s"

Completed in 594 milliseconds

1 2 34 5 6 7 8 91011>>