Home
last modified time | relevance | path

Searched refs:file (Results 251 – 275 of 645) sorted by relevance

1...<<11121314151617181920>>...26

/art/dt_fd_forward/export/
DAndroid.bp5 // you may not use this file except in compliance with the License.
/art/tools/jfuzz/
DAndroid.bp4 // you may not use this file except in compliance with the License.
/art/tools/cpp-define-generator/
Dprofiling_info.def5 * you may not use this file except in compliance with the License.
Dart_field.def5 * you may not use this file except in compliance with the License.
Dmirror_string.def5 * you may not use this file except in compliance with the License.
/art/test/471-uninitialized-locals/smali/
DTest.smali5 # you may not use this file except in compliance with the License.
/art/test/LinkageTest/
DMain.smali4 # you may not use this file except in compliance with the License.
DMyClassLoader.smali4 # you may not use this file except in compliance with the License.
/art/libartbase/base/unix_file/
DREADME1 A simple C++ wrapper for Unix file I/O.
/art/test/595-error-class/smali/
Dsuper.smali4 # you may not use this file except in compliance with the License.
/art/test/974-verify-interface-super/smali/
Diface.smali4 # you may not use this file except in compliance with the License.
/art/test/972-iface-super-multidex/smali-multidex/
Dconflictinterface.smali5 # you may not use this file except in compliance with the License.
/art/test/VerifierDeps/
DMyClassWithNoSuperButFailures.smali4 # you may not use this file except in compliance with the License.
/art/libartpalette/
Dlibartpalette.map.txt5 # you may not use this file except in compliance with the License.
/art/tools/luci/config/
Dluci-logdog.cfg1 # For the schema of this file and documentation, see ProjectConfig message in
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py27 print("ANDROID_BUILD_TOP not set. Please run build/envsetup.sh", file=sys.stderr)
368 print("{} is not a valid java dir".format(java_dir), file=sys.stderr)
373 print(mainclass.get_expected(), file=out)
/art/runtime/
Dtrace.cc315 std::unique_ptr<File> file(OS::CreateEmptyFileWriteOnly(trace_filename)); in Start() local
316 if (file == nullptr) { in Start()
323 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); in Start()
340 std::unique_ptr<File> file(new File(trace_fd, /* path= */ "tracefile", /* check_usage= */ true)); in Start() local
341 Start(std::move(file), buffer_size, flags, output_mode, trace_mode, interval_us); in Start()
365 auto deleter = [](File* file) { in Start() argument
366 if (file != nullptr) { in Start()
367 file->MarkUnchecked(); // Don't deal with flushing requirements. in Start()
368 int result ATTRIBUTE_UNUSED = file->Close(); in Start()
369 delete file; in Start()
/art/test/587-inline-class-error/smali/
DSuperVerifyError.smali4 # you may not use this file except in compliance with the License.
/art/test/162-method-resolution/jasmin/
DTest2User.j4 ; you may not use this file except in compliance with the License.
DTest1User2.j4 ; you may not use this file except in compliance with the License.
/art/test/506-verify-aput/smali/
DVerifyAPut2.smali4 # you may not use this file except in compliance with the License.
DVerifyAPut1.smali4 # you may not use this file except in compliance with the License.
/art/test/511-clinit-interface/smali/
DBogusInterface.smali4 # you may not use this file except in compliance with the License.
/art/test/162-method-resolution/jasmin-multidex/
DTest3User.j4 ; you may not use this file except in compliance with the License.
/art/test/998-redefine-use-after-free/
Dinfo.txt7 dex-file as the failed redefinition.

1...<<11121314151617181920>>...26