Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 174) sorted by relevance

1234567

/packages/modules/NeuralNetworks/common/
DTypeUtils.cpp45 std::ostream& operator<<(std::ostream& os, const std::vector<Type>& vec) { in operator <<()
187 std::ostringstream os; in combineDimensions() local
196 std::ostringstream os; in combineDimensions() local
231 std::ostream& operator<<(std::ostream& os, const DeviceStatus& deviceStatus) { in operator <<()
245 std::ostream& operator<<(std::ostream& os, const ExecutionPreference& executionPreference) { in operator <<()
257 std::ostream& operator<<(std::ostream& os, const DeviceType& deviceType) { in operator <<()
273 std::ostream& operator<<(std::ostream& os, const MeasureTiming& measureTiming) { in operator <<()
283 std::ostream& operator<<(std::ostream& os, const OperandType& operandType) { in operator <<()
328 std::ostream& operator<<(std::ostream& os, const Operand::LifeTime& lifetime) { in operator <<()
350 std::ostream& operator<<(std::ostream& os, const OperationType& operationType) { in operator <<()
[all …]
/packages/modules/DnsResolver/tests/
Dresolv_stats_test_utils.cpp141 void PrintTo(const DnsQueryEvents& event, std::ostream* os) { in PrintTo()
147 void PrintTo(const DnsQueryEvent& event, std::ostream* os) { in PrintTo()
162 void PrintTo(const NetworkDnsEventReported& event, std::ostream* os) { in PrintTo()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DDataExporter.java65 try (ZipOutputStream os = new ZipOutputStream(new FileOutputStream(outFile))) { in exportData()
140 private static void addDirectory(Context context, ZipOutputStream os, File current, in addDirectory()
168 private static void addFile(ZipOutputStream os, File current, String storedPath) in addFile()
/packages/modules/StatsD/statsd/tests/
DConfigManager_test.cpp31 namespace os { namespace
34 static ostream& operator<<(ostream& os, const StatsdConfig& config) { in operator <<()
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DServerInterface.java69 try (OutputStream os = con.getOutputStream()) { in requestSignedCertificates()
120 try (OutputStream os = con.getOutputStream()) { in fetchGeek()
/packages/modules/StatsD/statsd/src/
Dstatscompanion_util.cpp25 namespace os { namespace
/packages/modules/StatsD/statsd/src/config/
DConfigListener.cpp20 namespace os { namespace
DConfigKey.cpp20 namespace os { namespace
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dencodingstest.cpp287 StringBuffer os, os2; in TEST() local
338 GenericStringBuffer<UTF16<> > os, os2; in TEST() local
398 GenericStringBuffer<UTF32<> > os, os2; in TEST() local
Dprettywritertest.cpp104 OStreamWrapper(std::ostream& os) : os_(os) {} in OStreamWrapper()
127 OStreamWrapper os(ss); in TEST() local
143 FileWriteStream os(fp, buffer, sizeof(buffer)); in TEST() local
/packages/modules/StatsD/statsd/src/matchers/
DEventMatcherWizard.cpp19 namespace os { namespace
/packages/apps/Test/connectivity/sl4n/rapidjson/example/pretty/
Dpretty.cpp20 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/modules/StatsD/statsd/src/external/
DTrainInfoPuller.cpp32 namespace os { namespace
DPullResultReceiver.cpp20 namespace os { namespace
/packages/apps/Test/connectivity/sl4n/rapidjson/example/condense/
Dcondense.cpp22 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local
/packages/modules/StatsD/statsd/src/flags/
Dflags.cpp26 namespace os { namespace
/packages/modules/StatsD/statsd/benchmark/
Dstats_write_benchmark.cpp20 namespace os { namespace
Dlog_event_benchmark.cpp22 namespace os { namespace
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DLoggingTest.java58 final ByteArrayOutputStream os = new ByteArrayOutputStream(); in testSimple() local
/packages/apps/RemoteProvisioner/tests/unittests/src/com/android/remoteprovisioner/unittest/
DX509UtilsTest.java53 ByteArrayOutputStream os = new ByteArrayOutputStream(); in testFormatX509Certs() local
/packages/modules/StatsD/statsd/src/anomaly/
Dsubscriber_util.cpp25 namespace os { namespace
/packages/modules/StatsD/statsd/src/logd/
DLogEventQueue.cpp23 namespace os { namespace
/packages/modules/StatsD/statsd/tests/condition/
DConditionTimer_test.cpp23 namespace os { namespace
/packages/modules/StatsD/statsd/src/utils/
DMultiConditionTrigger.cpp25 namespace os { namespace
/packages/apps/Test/connectivity/sl4n/rapidjson/example/prettyauto/
Dprettyauto.cpp34 FileWriteStream os(stdout, writeBuffer, sizeof(writeBuffer)); in main() local

1234567