Home
last modified time | relevance | path

Searched refs:OS (Results 1 – 25 of 186) sorted by relevance

12345678

/aosp12/frameworks/proto_logging/stats/enums/app/
H A Dsettings_enums.proto33 // 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 Dmetrics_constants.proto296 // 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 Dos_linux.cc32 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 Dfile_utils.cc99 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 Drun_cuj_tests.sh6 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 DValueEnumerator.cpp152 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 DBitcodeWriterPass.cpp23 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 DValueEnumerator.cpp152 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 DBitcodeWriterPass.cpp23 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 DValueEnumerator.cpp152 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 DBitcodeWriterPass.cpp23 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 DBUILD.bazel12 # 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 Dllvm-rs-cc.cpp193 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 Ddefines.md20 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 DTRACES36 OS: Android Q
47 OS: Android Q
58 OS: Android Q
70 OS: Android Q
/aosp12/system/update_engine/
H A DOWNERS9 # Chromium OS maintainers:
13 # Chromium OS only:
/aosp12/frameworks/compile/libbcc/bcinfo/
H A DBitcodeTranslator.cpp159 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 Ddex2oat_environment_test.h75 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 Dodr_fs_utils_test.cc40 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 Dgradlew.bat9 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 Dgradlew.bat9 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 Dgradlew.bat9 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 Dgradlew.bat9 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 Dgradlew.bat9 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 Dgradlew.bat9 if "%OS%"=="Windows_NT" setlocal
51 if not "%OS%" == "Windows_NT" goto win9xME_args
88 if "%OS%"=="Windows_NT" endlocal

12345678