/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/ |
D | simplereader.cpp | 8 bool Null() { cout << "Null()" << endl; return true; } in Null() 9 bool Bool(bool b) { cout << "Bool(" << boolalpha << b << ")" << endl; return true; } in Bool() 10 bool Int(int i) { cout << "Int(" << i << ")" << endl; return true; } in Int() 11 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; } in Uint() 12 bool Int64(int64_t i) { cout << "Int64(" << i << ")" << endl; return true; } in Int64() 13 bool Uint64(uint64_t u) { cout << "Uint64(" << u << ")" << endl; return true; } in Uint64() 14 bool Double(double d) { cout << "Double(" << d << ")" << endl; return true; } in Double() 16 cout << "String(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl; in String() 19 bool StartObject() { cout << "StartObject()" << endl; return true; } in StartObject() 21 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl; in Key() [all …]
|
/packages/modules/NeuralNetworks/common/ |
D | GraphDump.cpp | 67 *mStream << mStringStream.str() << std::endl; in operator <<() 85 static const EndlType endl; member in android::nn::__anone91260c00111::Dumper 92 const Dumper::EndlType Dumper::endl; member in android::nn::__anone91260c00111::Dumper 160 dump << "// " << name << Dumper::endl; in graphDump() 161 dump << "digraph {" << Dumper::endl; in graphDump() 174 dump << "// NOTE: " << model.referenced.size() << " subgraphs omitted" << Dumper::endl; in graphDump() 175 dump << "// TODO(b/147661714): Add subgraph support to GraphDump" << Dumper::endl; in graphDump() 235 dump << "\"]" << Dumper::endl; in graphDump() 250 dump << " label=\"" << i << ": " << operation.type << "\"]" << Dumper::endl; in graphDump() 258 dump << Dumper::endl; in graphDump() [all …]
|
/packages/modules/DnsResolver/tests/ |
D | pbtxt2pb_converter_host.cpp | 32 cerr << "Failed to open " << pbtxtFile << ", " << strerror(errno) << endl; in ConvertPbtxtToPb() 39 cerr << "Failed to parse " << pbtxtFile << endl; in ConvertPbtxtToPb() 49 cerr << "Failed to open " << pbFile << ", " << strerror(errno) << endl; in ConvertPbtxtToPb() 56 cerr << "Failed to serialize " << pbFile << endl; in ConvertPbtxtToPb() 62 cout << "Generate " << pbFile << " successfully" << endl; in ConvertPbtxtToPb() 79 cerr << "Unknown argument: " << arg << endl; in main() 85 cerr << arg_in << " or " << arg_out << " is unassigned" << endl; in main() 89 cerr << "Failed to convert " << pbtxtFile << endl; in main()
|
D | dnsresolver_binder_test.cpp | 152 std::cerr << "Similar lines" << std::endl; in expectLog() 155 std::cerr << line << std::endl; in expectLog() 174 std::cerr << "Similar lines" << std::endl; in expectLog() 177 std::cerr << line << std::endl; in expectLog() 180 std::cerr << line << std::endl; in expectLog() 264 std::cerr << " " << mName << ": " << timeTakenUs() << "us" << std::endl; in ~TimedOperation()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/messagereader/ |
D | messagereader.cpp | 75 cout << "Error: " << GetParseError_En(e) << endl;; in ParseMessages() 76 cout << " at offset " << o << " near '" << string(json).substr(o, 10) << "...'" << endl; in ParseMessages() 84 cout << json1 << endl; in main() 88 cout << itr->first << ": " << itr->second << endl; in main() 90 cout << endl << "Parse a JSON with invalid schema." << endl; in main() 92 cout << json2 << endl; in main()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestGenerated.cpp | 186 << mode << ")" << std::endl; in compileModel() 399 std::cout << "\nDevice = " << deviceName << std::endl; in executeOnce() 402 << std::endl; in executeOnce() 406 std::cout << "\nModel supported" << std::endl; in executeOnce() 412 std::cout << "\nExecution completed" << std::endl; in executeOnce() 416 << "SKIPPED" << std::endl; in executeOnce() 424 std::cout << "\nMultithreadedOwnCompilation" << std::endl; in executeMultithreadedOwnCompilation() 436 std::cout << "\nMultithreadedSharedCompilation" << std::endl; in executeMultithreadedSharedCompilation() 446 std::cout << "\nDevice = " << deviceName << std::endl; in executeMultithreadedSharedCompilation() 449 << std::endl; in executeMultithreadedSharedCompilation() [all …]
|
D | TestMain.cpp | 91 std::cout << "[**********] " << message << std::endl; in test() 96 std::cout << "SKIPPED PASS" << std::endl; in test() 105 std::cerr << "Unexpected argument: " << argv[nextArg] << std::endl; in checkArgs()
|
D | TestPartitioningRandom.cpp | 470 std::cout << " }" << std::endl; in dump() 1051 std::cout << "Original model: " << ModelStats(&model) << std::endl; in TEST_P() 1058 std::cout << std::endl; in TEST_P() 1105 << std::endl; in TEST_P() 1188 << std::endl; in TEST_P() 1205 << plan.forTest_compoundGetSteps().size() << " steps" << std::endl; in TEST_P() 1218 << std::endl; in TEST_P() 1223 std::cout << "plan: simple" << std::endl; in TEST_P() 1234 << devicesInPlan.size() << " devices" << std::endl; in TEST_P() 1240 << std::endl; in TEST_P()
|
D | SupportLibraryTestMain.cpp | 27 std::cerr << "Usage: SupportLibraryTest <support_library_file_name>" << std::endl; in main()
|
D | TestPartitioning.cpp | 304 std::cout << name << ": " << hidlModel << std::endl; in dump() 305 std::cout << "inputs: " << hidlModel.main.inputIndexes << std::endl; in dump() 306 std::cout << "outputs: " << hidlModel.main.outputIndexes << std::endl; in dump() 308 std::cout << "operation[" << i << "]: " << hidlModel.main.operations[i] << std::endl; in dump() 975 std::cerr << "returning true from " << __LINE__ << std::endl; \ 985 std::cerr << "returning false from " << __LINE__ MESSAGE << std::endl; \ 1323 std::cout << " }" << std::endl; in dump() 1408 << "] = " << toString(modelA->getOperand(outputA)) << std::endl; in compare() 1410 << "] = " << toString(modelB->getOperand(outputB)) << std::endl; in compare() 1432 std::cout << "operandIndexA: " << operandIndexA << std::endl; in compare() [all …]
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | dbregtest.cpp | 60 cerr << "Usage: " << name << " [options] image_list.txt" << endl; in usage() 66 cerr << *p++ << endl; in usage() 128 cerr << "Could not open file " << image_list_file_name << ". Exiting" << endl; in main() 159 cerr << "Could not open image" << file_name << ". Exiting." << endl; in main() 163 cout << ref << endl; in main() 203 cout << reg.profile_string << std::endl; in main() 371 cerr << progname << "illegal option " << token << endl; in parse_cmd_line()
|
D | PgmImage.cpp | 258 o << endl; in operator <<()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | sax.md | 63 bool Null() { cout << "Null()" << endl; return true; } 64 bool Bool(bool b) { cout << "Bool(" << boolalpha << b << ")" << endl; return true; } 65 bool Int(int i) { cout << "Int(" << i << ")" << endl; return true; } 66 bool Uint(unsigned u) { cout << "Uint(" << u << ")" << endl; return true; } 67 bool Int64(int64_t i) { cout << "Int64(" << i << ")" << endl; return true; } 68 bool Uint64(uint64_t u) { cout << "Uint64(" << u << ")" << endl; return true; } 69 bool Double(double d) { cout << "Double(" << d << ")" << endl; return true; } 71 cout << "String(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl; 74 bool StartObject() { cout << "StartObject()" << endl; return true; } 76 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl; [all …]
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | encodingstest.cpp | 311 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST() 322 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST() 382 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST() 413 std::cout << std::hex << codepoint << " " << decodedCodepoint << std::endl; in TEST()
|
D | unittest.cpp | 21 std::cout << "RapidJSON v" << RAPIDJSON_VERSION_STRING << std::endl; in main()
|
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/ |
D | EnumeratorFuzzer.cpp | 72 << " - quitting from LLVMFuzzerInitialize" << std::endl; in DoInitialization() 90 << "- quitting from LLVMFuzzerInitialize" << std::endl; in LLVMFuzzerTestOneInput()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simpledom/ |
D | simpledom.cpp | 27 std::cout << buffer.GetString() << std::endl; in main()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplewriter/ |
D | simplewriter.cpp | 32 cout << s.GetString() << endl; in main()
|
/packages/services/Car/cpp/computepipe/tests/fuzz/ |
D | VideoInputManagerFuzzer.cpp | 55 std::cerr << "Video file does not exist!" << std::endl; in LLVMFuzzerInitialize()
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder_client_ndk.h | 53 << std::endl; \
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_rob_image_homography.cpp | 87 …e RobImageHomography: " << frac*100.0 << "% out of " << point_count << " constraints" << std::endl; in db_RobImageHomography_Statistics() 269 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl; in db_RobCamRotation_Polish() 612 std::cout << "Step" << i << "Imp,Lambda=" << lambda << "Cost:" << current_cost << std::endl; in db_RobCamRotation_Polish_Generic()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | GenerateCorpus.cpp | 176 std::cerr << "error: nnapi_fuzz_generate_corpus requires one argument" << std::endl; in main()
|
/packages/services/Car/cpp/evs/sampleDriver/ |
D | GlWrapper.cpp | 124 LOG(ERROR) << " msg:" << std::endl << infoLog; in loadShader()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGeneratorUtils.h | 94 std::cout << ss.str() << std::endl; in ~LoggerStream()
|
/packages/services/Car/cpp/computepipe/runner/graph/ |
D | LocalPrebuiltGraph.cpp | 46 LOG(ERROR) << std::string(dlerror()) << std::endl; \
|