/aosp12/frameworks/proto_logging/stats/enums/app/ |
H A D | settings_enums.proto | 33 // OS: 6.0 38 // OS: 6.0 44 // OS: 6.0 49 // OS: 6.0 54 // OS: 6.0 59 // OS: 6.0 131 // OS: N 137 // OS: N 154 // OS: N 164 // OS: N [all …]
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 296 // OS: 6.0 301 // OS: 6.0 1605 // OS: N 1610 // OS: N 1617 // OS: N 1622 // OS: N 1627 // OS: N 1632 // OS: N 1638 // OS: N 1644 // OS: N [all …]
|
/aosp12/art/libartbase/base/ |
H A D | os_linux.cc | 32 File* OS::OpenFileForReading(const char* name) { in OpenFileForReading() 36 File* OS::OpenFileReadWrite(const char* name) { in OpenFileReadWrite() 45 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags); in CreateEmptyFile() 48 File* OS::CreateEmptyFile(const char* name) { in CreateEmptyFile() 52 File* OS::CreateEmptyFileWriteOnly(const char* name) { in CreateEmptyFileWriteOnly() 61 File* OS::OpenFileWithFlags(const char* name, int flags, bool auto_flush) { in OpenFileWithFlags() 73 bool OS::FileExists(const char* name, bool check_file_type) { in FileExists() 86 bool OS::DirectoryExists(const char* name) { in DirectoryExists() 95 int64_t OS::GetFileSizeBytes(const char* name) { in GetFileSizeBytes()
|
H A D | file_utils.cc | 99 if (OS::DirectoryExists(dir2)) { in GetRootContainingLibartbase() 117 if (!OS::DirectoryExists(android_root_from_env)) { in GetAndroidRootSafe() 139 if (!OS::DirectoryExists(kAndroidRootDefaultPath)) { in GetAndroidRootSafe() 165 if (!must_exist || OS::DirectoryExists(default_dir)) { in GetAndroidDirSafe() 172 if (must_exist && !OS::DirectoryExists(android_dir)) { in GetAndroidDirSafe() 202 if (must_exist && !OS::DirectoryExists(android_art_root_from_env)) { in GetArtRootSafe() 236 if (must_exist && !OS::DirectoryExists(kAndroidArtApexDefaultPath)) { in GetArtRootSafe() 333 if (OS::FileExists(boot_extension_filename.c_str(), /*check_file_type=*/true)) { in GetDefaultBootImageLocation() 396 *dalvik_cache_exists = OS::DirectoryExists(dalvik_cache->c_str()); in GetDalvikCache()
|
/aosp12/build/soong/cuj/ |
H A D | run_cuj_tests.sh | 6 readonly OS='linux' 9 readonly OS='darwin' 23 build/soong/soong_ui.bash --make-mode "${SOONG_OUT}/host/${OS}-x86/bin/cuj_tests" 25 "${SOONG_OUT}/host/${OS}-x86/bin/cuj_tests" || true
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | ValueEnumerator.cpp | 152 OS << "Map Name: " << Name << "\n"; in print() 153 OS << "Size: " << Map.size() << "\n"; in print() 159 OS << "Value: " << V->getName(); in print() 161 OS << "Value: [null]\n"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() 181 OS << "Map Name: " << Name << "\n"; in print() 182 OS << "Size: " << Map.size() << "\n"; in print() [all …]
|
H A D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anonb806134a0110::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_2_9::WriteBitcodeToFile(&M, OS); in runOnModule()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | ValueEnumerator.cpp | 152 OS << "Map Name: " << Name << "\n"; in print() 153 OS << "Size: " << Map.size() << "\n"; in print() 159 OS << "Value: " << V->getName(); in print() 161 OS << "Value: [null]\n"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() 181 OS << "Map Name: " << Name << "\n"; in print() 182 OS << "Size: " << Map.size() << "\n"; in print() [all …]
|
H A D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anonc2ad99d50110::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_2_9_func::WriteBitcodeToFile(&M, OS); in runOnModule()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | ValueEnumerator.cpp | 152 OS << "Map Name: " << Name << "\n"; in print() 153 OS << "Size: " << Map.size() << "\n"; in print() 159 OS << "Value: " << V->getName(); in print() 161 OS << "Value: [null]\n"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() 181 OS << "Map Name: " << Name << "\n"; in print() 182 OS << "Size: " << Map.size() << "\n"; in print() [all …]
|
H A D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anoneaa70f040110::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_3_2::WriteBitcodeToFile(&M, OS); in runOnModule()
|
/aosp12/build/bazel/platforms/ |
H A D | BUILD.bazel | 12 # These model after the arch and OS definitions in build/soong/android/arch.go. 16 # Linux is the OS 34 # linux_bionic is the OS for the Linux kernel plus the Bionic libc runtime, but 52 # Darwin is the OS for MacOS host machines. 61 # Windows is the OS for Windows host machines. 78 # Android is the OS for target devices that run all of Android, including the Linux kernel
|
/aosp12/frameworks/compile/slang/ |
H A D | llvm-rs-cc.cpp | 193 llvm::raw_ostream &OS = llvm::outs(); in llvm_rs_cc_VersionPrinter() local 194 OS << "llvm-rs-cc: Renderscript compiler\n" in llvm_rs_cc_VersionPrinter() 197 OS << " Target APIs: " << SLANG_MINIMUM_TARGET_API << " - " in llvm_rs_cc_VersionPrinter() 199 OS << "\n Build type: " << wrap_str(TARGET_BUILD_VARIANT); in llvm_rs_cc_VersionPrinter() 201 OS << " with assertions"; in llvm_rs_cc_VersionPrinter() 203 OS << ".\n"; in llvm_rs_cc_VersionPrinter()
|
/aosp12/bionic/docs/ |
H A D | defines.md | 20 of the OS and needs to behave differently on the host than on the device. 26 If your code can be built targeting a variety of different OS versions, use 31 One thing to note (if your code may also be built as part of the OS itself) is 32 that for most of the year, the OS builds with this set to 10,000 rather than the 46 If your code can be built either as part of an app _or_ as part of the OS 49 part of the OS, but sticks to just the NDK APIs otherwise.
|
/aosp12/system/extras/memory_replay/traces/ |
H A D | TRACES | 36 OS: Android Q 47 OS: Android Q 58 OS: Android Q 70 OS: Android Q
|
/aosp12/system/update_engine/ |
H A D | OWNERS | 9 # Chromium OS maintainers: 13 # Chromium OS only:
|
/aosp12/frameworks/compile/libbcc/bcinfo/ |
H A D | BitcodeTranslator.cpp | 159 llvm::raw_string_ostream OS(Buffer); in translate() local 161 llvm_3_2::WriteBitcodeToFile(module, OS); in translate() 162 OS.flush(); in translate()
|
/aosp12/art/runtime/ |
H A D | dex2oat_environment_test.h | 75 ASSERT_TRUE(OS::FileExists(GetSystemImageFile().c_str())) in SetUp() 77 ASSERT_TRUE(OS::FileExists(GetDexSrc1().c_str())) in SetUp() 79 ASSERT_TRUE(OS::FileExists(GetResourceOnlySrc1().c_str())) in SetUp() 85 ASSERT_TRUE(OS::FileExists(GetDexSrc2().c_str())) in SetUp()
|
/aosp12/art/odrefresh/ |
H A D | odr_fs_utils_test.cc | 40 std::unique_ptr<File> fp(OS::CreateEmptyFile(file_path)); in CreateFile() 91 ASSERT_FALSE(OS::DirectoryExists(dir_path.c_str())); in TEST_F() 95 ASSERT_FALSE(OS::FileExists(file_path.c_str(), true)); in TEST_F()
|
/aosp12/packages/inputmethods/LatinIME/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/aosp12/system/extras/power_profile/camera_flashlight/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/aosp12/system/extras/power_profile/gps_on/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 82 if "%OS%"=="Windows_NT" endlocal
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
H A D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|