Home
last modified time | relevance | path

Searched refs:new_command (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/examples/speech_commands/
H A Drecognize_commands_test.cc45 string new_command; in TEST() local
56 new_command = found_command; in TEST()
60 EXPECT_EQ("a", new_command); in TEST()
64 new_command = ""; in TEST()
75 new_command = found_command; in TEST()
79 EXPECT_EQ("b", new_command); in TEST()
/aosp_15_r20/tools/test/connectivity/acts/framework/tests/controllers/android_lib/
Dlogcat_test.py127 new_command = logcat._on_retry('S3R14L', 'extra_params', tracker)(None)
129 self.assertIn('-T "%s"' % tracker.last_timestamp, new_command)
134 new_command = logcat._on_retry('S3R14L', 'extra_params', tracker)(None)
136 self.assertTrue('-s S3R14L' in new_command)
141 new_command = logcat._on_retry('S3R14L', 'extra_params', tracker)(None)
143 self.assertTrue('extra_params' in new_command)
/aosp_15_r20/external/pthreadpool/src/
H A Dpthreads.c358 …const uint32_t new_command = ~(old_command | THREADPOOL_COMMAND_MASK) | threadpool_command_paralle… in pthreadpool_parallelize() local
367 pthreadpool_store_release_uint32_t(&threadpool->command, new_command); in pthreadpool_parallelize()
H A Dwindows.c246 …const uint32_t new_command = ~(old_command | THREADPOOL_COMMAND_MASK) | threadpool_command_paralle… in pthreadpool_parallelize() local
266 pthreadpool_store_release_uint32_t(&threadpool->command, new_command); in pthreadpool_parallelize()
/aosp_15_r20/external/pigweed/pw_ide/py/pw_ide/
H A Dcpp.py657 new_command = f'{str(executable_path)} {" ".join(tokens)}'
660 new_command = f'{wrapper} {new_command}'
665 command=new_command,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py578 new_command = [sys.executable, "-m", "pip"] + sys.argv[1:]
581 " ".join(new_command)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py578 new_command = [sys.executable, "-m", "pip"] + sys.argv[1:]
581 " ".join(new_command)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py578 new_command = [sys.executable, "-m", "pip"] + sys.argv[1:]
581 " ".join(new_command)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Dmisc.py578 new_command = [sys.executable, "-m", "pip"] + sys.argv[1:]
581 " ".join(new_command)