/third_party/protobuf/python/google/protobuf/internal/ |
H A D | text_format_test.py | 90 self.assertMultiLineEqual(text, ''.join(golden_lines)) 839 m_string = '\n'.join(['oneof_uint32: 11', 'oneof_string: "foo"']) 979 m_string = '\n'.join(['oneof_uint32: 11', 'oneof_string: "foo"']) 999 golden_text = '\n'.join(self.ReadGolden( 1204 golden = ''.join(('map_string_string {\n key: "%c"\n value: "dummy"\n}\n' 1221 # self.assertMultiLineEqual(candidate, ''.join(golden_lines)) 1381 golden_text = '\n'.join(self.ReadGolden(
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_test.cpp | 1769 thread1.join(); in HWTEST_F() 1770 thread2.join(); in HWTEST_F() 1771 thread3.join(); in HWTEST_F() 1772 thread4.join(); in HWTEST_F() 2296 th.join(); in HWTEST_F() 2485 th.join(); in HWTEST_F() 2487 it.join(); in HWTEST_F() 2758 syncThread.join(); in HWTEST_F() 2760 putThread.join(); in HWTEST_F()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 986 'Timed out waiting for ' + waitingFor.types.join(', ')); 1351 output += val.map(function(x) {return format_value(x, seen);}).join(", "); 2391 throw new AssertionError(errors.join("\n\n")); 3751 duplicates.join('", "') + '"'; 4225 return test.properties.assert.join(' '); 4257 output_fn += escape_html(output_args.join("")); 4273 ).join("\n"); 4397 var new_name = do_substitution(name).join(""); 4398 var new_value = do_substitution(attrs[name]).join(""); 4424 rv.push(do_substitution(String(template[0])).join("")); [all...] |
/third_party/python/Lib/test/ |
H A D | test_logging.py | 373 prefix = '.'.join(parts[:2]) 673 remover.join() 754 lock_holder_thread.join() 2077 localhost_cert = os.path.join(here, "keycert.pem") 2144 "but have been destroyed: %s" % (len(dead), ", ".join(dead))) 3850 # Issue 36813: Make sure queue.join does not deadlock. 3856 # Make sure all tasks are done and .join won't block. 3886 'pathname': os.path.join('path', 'to', 'dummy.ext'), 4623 p.join() 5514 path = os.path.join(d [all...] |
/third_party/python/Lib/test/test_email/ |
H A D | test_email.py | 306 self.assertEqual(text, NL.join(lines[1:])) 360 self.assertEqual(data, b'\n'.join(lines[1:])) 1028 msg['References'] = SPACE.join('<%d@dom.ain>' % i for i in range(10)) 1142 msg['References'] = SPACE.join(['<foo@dom.ain> '] * 10) 1159 msg['References'] = SPACE.join(['<foo@dom.ain>'] * 10) + '; abc' 2464 ''.join(s.splitlines())) 3532 neq(EMPTYSTRING.join(lines), msg.get_payload()) 3539 neq(EMPTYSTRING.join(lines), fp.read()) 3551 eq(EMPTYSTRING.join(lines), """\ 3568 eq(EMPTYSTRING.join(line [all...] |
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | decoder_surface_filter.cpp | 159 readThread_->join(); in ~DecoderSurfaceFilter() 336 readThread_->join(); in DoStop()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | drm_host_manager.cpp | 116 serviceThread.join();
in StopServiceThread() 119 messageQueueThread.join();
in StopServiceThread()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerStablityTest.cpp | 988 threadVec[i].join(); in HWTEST_F() 1012 threadVec[i].join(); in HWTEST_F()
|
H A D | NativeAVMuxerFunctionTest.cpp | 819 threadVec[i].join(); in HWTEST_F() 843 threadVec[i].join(); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/ |
H A D | audio_decoder_capi_avbuffer_vivid_unit_test.cpp | 289 inputLoop_->join(); in Stop() 297 outputLoop_->join(); in Stop()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/ |
H A D | vdec_sample.cpp | 468 inputLoop_->join(); in FlushInner() 488 outputLoop_->join(); in FlushInner()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 685 threadVec[i].join(); in HWTEST_F() 712 threadVec[i].join(); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/ |
H A D | venc_sample.cpp | 286 outputLoop_->join(); 290 inputLoop_->join();
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/ |
H A D | vdec_sample.cpp | 366 outputLoop_->join(); 370 inputLoop_->join();
|
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFunctionTest.cpp | 809 threadVec[i].join(); in HWTEST_F() 830 threadVec[i].join(); in HWTEST_F()
|
H A D | InnerAVMuxerStablityTest.cpp | 762 threadVec[i].join(); in HWTEST_F() 783 threadVec[i].join(); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_ability_unit_test.cpp | 401 inputLoop_->join(); in Stop() 408 outputLoop_->join(); in Stop()
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/ |
H A D | bus_center_server_proxy.c | 413 LNN_LOGD(LNN_EVENT, "join Lnn ipc client push"); in ServerIpcJoinLNN() 431 LNN_LOGE(LNN_EVENT, "join Lnn invoke failed=%{public}d", ans); in ServerIpcJoinLNN()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_callback.c | 216 LOGD("Get hostapd Sta join content is NULL"); in WifiHalCbStaJoin() 219 LOGD("Get hostapd Sta join, instance id:%{public}d", id); in WifiHalCbStaJoin()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_send_receive_test.cpp | 372 sendThread.join(); in HWTEST_F() 438 sendThread.join(); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/ |
H A D | water_version_manager.cpp | 247 return Constant::Join(bundleName, Constant::KEY_SEPARATOR, { storeName }); in Merge() 348 return Constant::Join(KEY_PREFIX, Constant::KEY_SEPARATOR, { deviceId, std::to_string(type) }); in GetKey()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_remote_query_test.cpp | 479 * @tc.desc: Complex query with join or aggregate func. 510 "SELECT COUNT(*) FROM " + g_tableName + " INNER JOIN r ON " + g_tableName + ".key=r.key " in HWTEST_F()
|
H A D | distributeddb_relational_encrypted_db_test.cpp | 412 t1.join(); in HWTEST_F() 560 t1.join(); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | water_version_manager_test.cpp | 114 staticMeta_.keys.push_back(Constant::Join(it.first, Constant::KEY_SEPARATOR, { it.second })); in SetUpTestCase() 120 dynamicMeta_.keys.push_back(Constant::Join(it.first, Constant::KEY_SEPARATOR, { it.second })); in SetUpTestCase()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_common_test.cpp | 567 t1.join(); in HWTEST_F() 568 t2.join(); in HWTEST_F()
|