/frameworks/base/proto/src/ |
D | metrics_constants.proto | 151 // OS: 6.0 156 // OS: 6.0 161 // OS: 6.0 166 // OS: 6.0 171 // OS: 6.0 178 // OS: 6.0 183 // OS: 6.0 188 // OS: 6.0 193 // OS: 6.0 198 // 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()
|
D | module.cpp | 166 void Module::SerializeHeader(OutputWordStream &OS) const { in SerializeHeader() 167 OS << mMagicNumber; in SerializeHeader() 168 OS << mVersion.mWord << mGeneratorMagicNumber; in SerializeHeader() 170 OS << mIdTable.end()->first + 1; in SerializeHeader() 172 OS << std::max(mBound, mNextId); in SerializeHeader() 174 OS << mReserved; in SerializeHeader() 177 void Module::Serialize(OutputWordStream &OS) const { in Serialize() 178 SerializeHeader(OS); in Serialize() 179 Entity::Serialize(OS); in Serialize()
|
/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 | 191 llvm::raw_ostream &OS = llvm::outs(); in llvm_rs_cc_VersionPrinter() local 192 OS << "llvm-rs-cc: Renderscript compiler\n" in llvm_rs_cc_VersionPrinter() 195 OS << " Target APIs: " << SLANG_MINIMUM_TARGET_API << " - " in llvm_rs_cc_VersionPrinter() 197 OS << "\n Build type: " << wrap_str(TARGET_BUILD_VARIANT); in llvm_rs_cc_VersionPrinter() 199 OS << " with assertions"; in llvm_rs_cc_VersionPrinter() 201 OS << ".\n"; in llvm_rs_cc_VersionPrinter()
|
/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/rs/rsov/compiler/ |
D | RSSPIRVWriter.cpp | 104 llvm::raw_ostream &OS, std::string &ErrMsg) { in WriteSPIRV() argument 146 OS << *BM; in WriteSPIRV() 151 OS.write(reinterpret_cast<const char *>(wordsOut.data()), in WriteSPIRV()
|
/frameworks/data-binding/integration-tests/TestApp/ |
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/base/tools/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/support/samples/SupportLeanbackShowcase/ |
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/data-binding/integration-tests/IndependentLibrary/ |
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/data-binding/integration-tests/App With Spaces/ |
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/data-binding/samples/BindingDemo/ |
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/data-binding/compiler/ |
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/data-binding/developmentPlugins/ |
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/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/data-binding/integration-tests/MultiModuleTestApp/ |
D | gradlew.bat | 9 if "%OS%"=="Windows_NT" setlocal 51 if not "%OS%" == "Windows_NT" goto win9xME_args 88 if "%OS%"=="Windows_NT" endlocal
|