Home
last modified time | relevance | path

Searched refs:cin (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/bionic/benchmarks/
H A Dmath_benchmark.cpp243 f = expf(*cin); in BM_math_expf_speccpu2017()
270 d = exp(*cin); in BM_math_exp_speccpu2017()
314 f = exp2(*cin); in BM_math_exp2_speccpu2017()
341 f = powf(cin->first, cin->second); in BM_math_powf_speccpu2006()
352 f = powf(f * zero + cin->first, cin->second); in BM_math_powf_speccpu2017_latency()
363 f = pow(cin->first, cin->second); in BM_math_pow_speccpu2006()
374 d = powf(d * zero + cin->first, cin->second); in BM_math_pow_speccpu2017_latency()
390 f = logf(*cin); in BM_math_logf_speccpu2017()
412 d = log(*cin); in BM_math_log_speccpu2017()
456 d = log2(*cin); in BM_math_log2_speccpu2017()
[all …]
/aosp12/frameworks/base/tools/aapt2/
H A DMain.cpp115 for (std::string line; std::getline(std::cin, line) && !line.empty();) { in Action()
119 if (!std::cin) { in Action()
/aosp12/frameworks/base/startop/iorap/stress/
H A Dmain_memory.cc118 std::cin >> any_input; in main()
/aosp12/system/core/mini_keyctl/
H A Dmini_keyctl.cpp89 std::istreambuf_iterator<char> begin(std::cin), end; in Padd()
/aosp12/system/iorap/src/perfetto/
H A Dmain.cc214 std::cin >> wait_for_keystroke; in main()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3MainTestContext.cpp287 std::cin >> ch; in hal3appPrintMenu()
/aosp12/system/iorap/src/compiler/
H A Dmain.cc200 std::cin >> wait_for_keystroke; in Main()
/aosp12/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp178 request.ParseFromIstream(&cin); in main()
/aosp12/frameworks/base/tools/streaming_proto/java/
H A Dmain.cpp280 request.ParseFromIstream(&cin); in main()
/aosp12/system/iorap/src/inode2filename/
H A Dmain.cc352 std::cin >> wait_for_keystroke; in main()
/aosp12/frameworks/base/tools/aapt/
H A DCommand.cpp2897 for (std::string cmd; std::getline(std::cin, cmd);) { in runInDaemonMode()
2903 std::getline(std::cin, inputFile); in runInDaemonMode()
2904 std::getline(std::cin, outputFile); in runInDaemonMode()
/aosp12/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp205 getline(std::cin, input); in waitForConsoleCommmand()
/aosp12/system/bt/service/client/
H A Dmain.cc1133 auto& istream = getline(cin, command); in main()
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp1748 if (!std::getline(std::cin, password) || password.empty()) { in adb_commandline()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Dlv_wordlist.combined.gz1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ...
H A Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
H A Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
H A Dpl_wordlist.combined.gz1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ...
H A Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
H A Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
H A Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
H A Dsl_wordlist.combined.gz1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ...
H A Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
H A Dcs_wordlist.combined.gz1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ...
H A Dhr_wordlist.combined.gz1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ...

12