/frameworks/base/core/proto/android/app/ |
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 65 // OS: 6.0 71 // OS: 6.0 77 // OS: 6.0 83 // OS: 6.0 [all …]
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 296 // OS: 6.0 301 // OS: 6.0 306 // OS: 6.0 311 // OS: 6.0 316 // OS: 6.0 323 // OS: 6.0 328 // OS: 6.0 333 // OS: 6.0 338 // OS: 6.0 343 // OS: 6.0 [all …]
|
/frameworks/rs/rsov/compiler/spirit/ |
D | word_stream_test.cpp | 27 std::unique_ptr<OutputWordStream> OS(OutputWordStream::Create()); in TEST() local 28 *OS << "ABCDEFG"; in TEST() 29 auto words = OS->getWords(); in TEST() 38 std::unique_ptr<OutputWordStream> OS(OutputWordStream::Create()); in TEST() local 39 *OS << "GLSL.std.450"; in TEST() 40 auto words = OS->getWords(); in TEST()
|
D | entity.cpp | 26 void Entity::Serialize(OutputWordStream &OS) const { in Serialize() 28 [&OS](Instruction *inst) -> void { inst->Serialize(OS); })); in Serialize()
|
D | entity.h | 40 virtual void Serialize(OutputWordStream &OS) const; 71 std::unique_ptr<OutputWordStream> OS(OutputWordStream::Create()); in Serialize() 72 e->Serialize(*OS); in Serialize() 73 return OS->getWords(); in Serialize()
|
D | instructions.h | 135 void SerializeExtraOperands(OutputWordStream &OS) const { in SerializeExtraOperands() argument 137 OS << w; in SerializeExtraOperands()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anona28623180111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_3_2::WriteBitcodeToFile(&M, OS); in runOnModule()
|
D | ValueEnumerator.cpp | 149 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print() argument 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() 164 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() [all …]
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anon13c05a690111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_2_9_func::WriteBitcodeToFile(&M, OS); in runOnModule()
|
D | ValueEnumerator.cpp | 149 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print() argument 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() 164 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() [all …]
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriterPass.cpp | 23 raw_ostream &OS; // raw_ostream to print on member in __anon6fe5275e0111::WriteBitcodePass 28 : ModulePass(ID), OS(o) {} in WriteBitcodePass() 34 llvm_2_9::WriteBitcodeToFile(&M, OS); in runOnModule()
|
D | ValueEnumerator.cpp | 149 void ValueEnumerator::print(raw_ostream &OS, const ValueMapType &Map, in print() argument 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() 164 OS << " Uses(" << std::distance(V->use_begin(),V->use_end()) << "):"; in print() 167 OS << ","; in print() 169 OS << " " << U->getName(); in print() 171 OS << " [null]"; in print() 174 OS << "\n\n"; in print() [all …]
|
/frameworks/compile/slang/ |
D | llvm-rs-cc.cpp | 192 llvm::raw_ostream &OS = llvm::outs(); in llvm_rs_cc_VersionPrinter() local 193 OS << "llvm-rs-cc: Renderscript compiler\n" in llvm_rs_cc_VersionPrinter() 196 OS << " Target APIs: " << SLANG_MINIMUM_TARGET_API << " - " in llvm_rs_cc_VersionPrinter() 198 OS << "\n Build type: " << wrap_str(TARGET_BUILD_VARIANT); in llvm_rs_cc_VersionPrinter() 200 OS << " with assertions"; in llvm_rs_cc_VersionPrinter() 202 OS << ".\n"; in llvm_rs_cc_VersionPrinter()
|
/frameworks/rs/rsov/compiler/ |
D | RSSPIRVWriter.cpp | 77 llvm::raw_ostream &OS, std::string &ErrMsg) { in WriteSPIRV() argument 110 OS << *BM; in WriteSPIRV() 115 OS.write(reinterpret_cast<const char *>(wordsOut.data()), in WriteSPIRV()
|
/frameworks/compile/libbcc/bcinfo/ |
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()
|
/frameworks/opt/gamesdk/samples/bouncyball/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 82 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/base/tests/TouchLatency/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/third_party/cube/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/samples/unitypackaging/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 82 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 82 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/samples/cube/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 82 if "%OS%"=="Windows_NT" endlocal
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | full_mac_build.sh | 37 Skip the invoke of Xcode to test the runtime on both iOS and OS X. 45 Skip the invoke of Xcode to test the runtime on OS X. 47 Skip the Objective C conformance tests (run on OS X).
|