Searched refs:assertIsNotNone (Results 1 – 25 of 337) sorted by relevance
12345678910>>...14
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | models_test.py | 41 self.assertIsNotNone( 58 self.assertIsNotNone(logits) 59 self.assertIsNotNone(dropout_rate) 60 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 61 self.assertIsNotNone(sess.graph.get_tensor_by_name(dropout_rate.name)) 70 self.assertIsNotNone(logits) 71 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) 80 self.assertIsNotNone(logits) 81 self.assertIsNotNone(dropout_rate) 82 self.assertIsNotNone(sess.graph.get_tensor_by_name(logits.name)) [all …]
|
D | freeze_test.py | 45 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 46 self.assertIsNotNone( 48 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 65 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 66 self.assertIsNotNone( 68 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 85 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) 86 self.assertIsNotNone( 88 self.assertIsNotNone(sess.graph.get_tensor_by_name('labels_softmax:0')) 103 self.assertIsNotNone(sess.graph.get_tensor_by_name('wav_data:0')) [all …]
|
/external/clang/tools/scan-build-py/tests/unit/ |
D | test_compilation.py | 14 self.assertIsNotNone(sut.compiler_language(['clang'])) 15 self.assertIsNotNone(sut.compiler_language(['clang-3.6'])) 16 self.assertIsNotNone(sut.compiler_language(['clang++'])) 17 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1'])) 18 self.assertIsNotNone(sut.compiler_language(['cc'])) 19 self.assertIsNotNone(sut.compiler_language(['c++'])) 20 self.assertIsNotNone(sut.compiler_language(['gcc'])) 21 self.assertIsNotNone(sut.compiler_language(['g++'])) 22 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/gcc'])) 23 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/g++'])) [all …]
|
/external/llvm-project/clang/tools/scan-build-py/tests/unit/ |
D | test_compilation.py | 13 self.assertIsNotNone(sut.compiler_language(['clang'])) 14 self.assertIsNotNone(sut.compiler_language(['clang-3.6'])) 15 self.assertIsNotNone(sut.compiler_language(['clang++'])) 16 self.assertIsNotNone(sut.compiler_language(['clang++-3.5.1'])) 17 self.assertIsNotNone(sut.compiler_language(['cc'])) 18 self.assertIsNotNone(sut.compiler_language(['c++'])) 19 self.assertIsNotNone(sut.compiler_language(['gcc'])) 20 self.assertIsNotNone(sut.compiler_language(['g++'])) 21 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/gcc'])) 22 self.assertIsNotNone(sut.compiler_language(['/usr/local/bin/g++'])) [all …]
|
/external/llvm-project/lldb/test/API/tools/lldb-server/ |
D | TestGdbRemoteAuxvSupport.py | 35 self.assertIsNotNone(context) 52 self.assertIsNotNone(context) 55 self.assertIsNotNone(proc_info) 80 self.assertIsNotNone(context) 88 self.assertIsNotNone(content_raw) 114 self.assertIsNotNone(auxv_data) 139 self.assertIsNotNone(auxv_data) 145 self.assertIsNotNone(context) 148 self.assertIsNotNone(process_info) 150 self.assertIsNotNone(endian) [all …]
|
D | TestLldbGdbServer.py | 40 self.assertIsNotNone(server) 63 self.assertIsNotNone(server) 115 self.assertIsNotNone(context) 173 self.assertIsNotNone(poll_result) 205 self.assertIsNotNone(context) 208 self.assertIsNotNone(reg_info_packet) 231 self.assertIsNotNone(context) 256 self.assertIsNotNone(context) 297 self.assertIsNotNone(context) 347 self.assertIsNotNone(context) [all …]
|
D | TestGdbRemoteProcessInfo.py | 21 self.assertIsNotNone(context) 25 self.assertIsNotNone(process_info) 29 self.assertIsNotNone(pid_text) 51 self.assertIsNotNone(procs) 56 self.assertIsNotNone(context) 60 self.assertIsNotNone(process_info) 64 self.assertIsNotNone(pid_text) 90 self.assertIsNotNone(context) 94 self.assertIsNotNone(process_info) 98 self.assertIsNotNone(endian) [all …]
|
D | TestGdbRemote_qThreadStopInfo.py | 33 self.assertIsNotNone(context) 51 self.assertIsNotNone(context) 55 self.assertIsNotNone(threads) 84 self.assertIsNotNone(context) 88 self.assertIsNotNone(key_vals_text) 90 self.assertIsNotNone(kv_dict) 95 self.assertIsNotNone(kv_thread) 101 self.assertIsNotNone(stop_result_text) 136 self.assertIsNotNone(stop_replies) 180 self.assertIsNotNone(thread_dicts) [all …]
|
D | TestGdbRemoteRegisterState.py | 26 self.assertIsNotNone(context) 31 self.assertIsNotNone(endian) 35 self.assertIsNotNone(reg_infos) 47 self.assertIsNotNone(threads) 49 self.assertIsNotNone(thread_id) 59 self.assertIsNotNone(context) 63 self.assertIsNotNone(state_id) 86 self.assertIsNotNone(context) 92 self.assertIsNotNone(final_reg_values)
|
D | TestGdbRemoteHostInfo.py | 54 self.assertIsNotNone(context) 56 self.assertIsNotNone(host_info_raw) 71 self.assertIsNotNone(val) 79 self.assertIsNotNone(server) 85 self.assertIsNotNone(context) 89 self.assertIsNotNone(host_info) 95 self.assertIsNotNone(host_info_dict)
|
D | TestGdbRemoteAttach.py | 19 self.assertIsNotNone(procs) 23 self.assertIsNotNone(inferior) 42 self.assertIsNotNone(context) 46 self.assertIsNotNone(process_info) 50 self.assertIsNotNone(pid_text)
|
D | TestGdbRemoteThreadsInStopReply.py | 41 self.assertIsNotNone(context) 60 self.assertIsNotNone(context) 64 self.assertIsNotNone(threads) 78 self.assertIsNotNone(context) 82 self.assertIsNotNone(key_vals_text) 84 self.assertIsNotNone(kv_dict) 130 self.assertIsNotNone(context) 155 self.assertIsNotNone(context) 175 self.assertIsNotNone(context) 255 self.assertIsNotNone(context) [all …]
|
D | TestGdbRemoteExpeditedRegisters.py | 29 self.assertIsNotNone(context) 33 self.assertIsNotNone(key_vals_text) 37 self.assertIsNotNone(expedited_registers) 46 self.assertIsNotNone(expedited_registers) 55 self.assertIsNotNone(reg_info) 65 self.assertIsNotNone(expedited_registers) 74 self.assertIsNotNone(reg_info)
|
D | TestGdbRemote_vContThreads.py | 27 self.assertIsNotNone(context) 29 self.assertIsNotNone(threads) 45 self.assertIsNotNone(context) 74 self.assertIsNotNone(context) 103 self.assertIsNotNone(context) 132 self.assertIsNotNone(context)
|
/external/llvm-project/clang/bindings/python/tests/cindex/ |
D | test_type.py | 46 self.assertIsNotNone(teststruct, "Could not find teststruct.") 50 self.assertIsNotNone(fields[0].translation_unit) 58 self.assertIsNotNone(fields[1].translation_unit) 67 self.assertIsNotNone(fields[2].translation_unit) 75 self.assertIsNotNone(fields[3].translation_unit) 83 self.assertIsNotNone(fields[4].translation_unit) 91 self.assertIsNotNone(fields[5].translation_unit) 99 self.assertIsNotNone(fields[6].translation_unit) 107 self.assertIsNotNone(fields[7].translation_unit) 140 self.assertIsNotNone(teststruct, "Didn't find teststruct??") [all …]
|
D | test_cursor.py | 65 self.assertIsNotNone(cursor.translation_unit) 75 self.assertIsNotNone(tu_nodes[0].translation_unit) 133 self.assertIsNotNone(cls) 134 self.assertIsNotNone(foo) 135 self.assertIsNotNone(bar) 230 self.assertIsNotNone(cls) 231 self.assertIsNotNone(x_) 232 self.assertIsNotNone(y_) 246 self.assertIsNotNone(cls) 247 self.assertIsNotNone(foo) [all …]
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
D | gdbremote_testcase.py | 338 self.assertIsNotNone(server) 350 self.assertIsNotNone(server) 458 self.assertIsNotNone(inferior) 488 self.assertIsNotNone(server) 600 self.assertIsNotNone(context) 602 self.assertIsNotNone(process_info_raw) 612 self.assertIsNotNone(val) 626 self.assertIsNotNone(reg_info_responses) 688 self.assertIsNotNone(reg_infos) 702 self.assertIsNotNone(key_val_text) [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _connectivity_channel_test.py | 24 self.assertIsNotNone(interfaces.ChannelConnectivity.IDLE) 25 self.assertIsNotNone(interfaces.ChannelConnectivity.CONNECTING) 26 self.assertIsNotNone(interfaces.ChannelConnectivity.READY) 27 self.assertIsNotNone(interfaces.ChannelConnectivity.TRANSIENT_FAILURE) 28 self.assertIsNotNone(interfaces.ChannelConnectivity.FATAL_FAILURE)
|
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/subsystem/ |
D | TestDarwinLogFilterRegexSubsystem.py | 57 self.assertIsNotNone(self.child.match) 76 self.assertIsNotNone(self.child.match) 94 self.assertIsNotNone(self.child.match) 112 self.assertIsNotNone(self.child.match) 130 self.assertIsNotNone(self.child.match) 151 self.assertIsNotNone(self.child.match)
|
/external/pigweed/pw_cli/py/ |
D | plugins_test.py | 74 self.assertIsNotNone(self._registry.register('a_plugin', 79 self.assertIsNotNone( 82 self.assertIsNotNone( 106 self.assertIsNotNone(self._registry.register('go', stash_argv)) 117 self.assertIsNotNone(self._registry.register('foo', lambda: None)) 118 self.assertIsNotNone( 159 self.assertIsNotNone(self._registry.register('a', _no_docstring)) 160 self.assertIsNotNone(self._registry.register('b', _with_docstring)) 180 self.assertIsNotNone(self._registry.register('a', function))
|
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/message/ |
D | TestDarwinLogFilterRegexMessage.py | 44 self.assertIsNotNone(log_entries, 63 self.assertIsNotNone(log_entries, 81 self.assertIsNotNone(log_entries, 100 self.assertIsNotNone(log_entries, 121 self.assertIsNotNone(log_entries,
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _rpc_test.py | 474 self.assertIsNotNone(response_iterator.initial_metadata()) 476 self.assertIsNotNone(response_iterator.details()) 477 self.assertIsNotNone(response_iterator.trailing_metadata()) 513 self.assertIsNotNone(response_iterator.initial_metadata()) 515 self.assertIsNotNone(response_iterator.details()) 516 self.assertIsNotNone(response_iterator.trailing_metadata()) 538 self.assertIsNotNone(response_future.initial_metadata()) 540 self.assertIsNotNone(response_future.details()) 541 self.assertIsNotNone(response_future.trailing_metadata()) 557 self.assertIsNotNone(response_iterator.initial_metadata()) [all …]
|
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/activity/ |
D | TestDarwinLogFilterRegexActivity.py | 59 self.assertIsNotNone(self.child.match) 77 self.assertIsNotNone(self.child.match) 95 self.assertIsNotNone(self.child.match) 113 self.assertIsNotNone(self.child.match) 134 self.assertIsNotNone(self.child.match)
|
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/category/ |
D | TestDarwinLogFilterRegexCategory.py | 59 self.assertIsNotNone(self.child.match) 77 self.assertIsNotNone(self.child.match) 95 self.assertIsNotNone(self.child.match) 113 self.assertIsNotNone(self.child.match) 134 self.assertIsNotNone(self.child.match)
|
/external/llvm-project/lldb/test/API/functionalities/darwin_log/filter/regex/activity-chain/ |
D | TestDarwinLogFilterRegexActivityChain.py | 59 self.assertIsNotNone(self.child.match) 76 self.assertIsNotNone(self.child.match) 93 self.assertIsNotNone(self.child.match) 110 self.assertIsNotNone(self.child.match) 129 self.assertIsNotNone(self.child.match)
|
12345678910>>...14