/external/tensorflow/tensorflow/python/autograph/operators/ |
D | control_flow.py | 293 def for_stmt(iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument 336 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 339 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 343 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 347 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 351 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 361 iter_, extra_test, body, get_state, set_state, symbol_names, opts) 367 def _py_for_stmt(iter_, extra_test, body, get_state, set_state): argument 369 del get_state, set_state 397 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument [all …]
|
D | control_flow_deprecated_py2.py | 282 get_state, argument 330 return _tf_range_for_stmt(iter_, extra_test, body, get_state, set_state, 334 return _known_len_tf_for_stmt(iter_, extra_test, body, get_state, 339 return _tf_dataset_for_stmt(iter_, extra_test, body, get_state, set_state, 344 return _tf_iterator_for_stmt(iter_, extra_test, body, get_state, set_state, 349 return _tf_ragged_for_stmt(iter_, extra_test, body, get_state, set_state, 361 return _py_for_stmt(iter_, extra_test, body, get_state, set_state, init_vars) 364 def _py_for_stmt(iter_, extra_test, body, get_state, set_state, init_vars): argument 366 del get_state, set_state 386 get_state, argument [all …]
|
D | control_flow_test.py | 66 get_state=lambda: (s,), 86 get_state=lambda: (s,), 106 get_state=lambda: (s,), 126 get_state=lambda: (s,), 147 get_state=lambda: (s,), 168 get_state=lambda: (s,), 184 def get_state(): function 194 get_state=get_state, 214 get_state=lambda: (s,), 239 get_state=None, [all …]
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3lexer.inl | 87 << this->get_state()->get_tokenStartLine() 88 << ", offset " << this->get_state()->get_tokenStartCharPositionInLine() 92 (ANTLR_UINT8*)(this->get_state()->get_tokenStartCharIndex() )); 98 …err_stream << (typename StringType::const_pointer)this->get_state()->get_tokenStartCharIndex() << … 129 RecognizerSharedStateType* state = this->get_rec()->get_state(); 146 this->get_rec()->get_state()->get_streams().push(this->get_input()); 161 …typename RecognizerSharedStateType::StreamsType& streams = this->get_rec()->get_state()->get_strea… 184 this->get_rec()->get_state()->set_token(token); 195 RecognizerSharedStateType* state = this->get_rec()->get_state(); 224 RecognizerSharedStateType* state = this->get_rec()->get_state(); [all …]
|
D | antlr3treeparser.inl | 17 this->get_rec()->get_state()->get_following().clear(); 102 errtext << this->get_rec()->get_state()->get_exception()->get_line() << ") "; 103 errtext << " : error " << this->get_rec()->get_state()->get_exception()->getType() 105 << this->get_rec()->get_state()->get_exception()->get_message(); 108 TreeType* theBaseTree = this->get_rec()->get_state()->get_exception()->get_token(); 189 text.append((const char *)this->get_rec()->get_state()->get_tokenName(expectedTokenType));
|
D | antlr3parser.inl | 94 errtext << this->get_rec()->get_state()->get_exception()->get_line() << ") "; 95 errtext << " : error " << this->get_rec()->get_state()->get_exception()->getType() 97 << this->get_rec()->get_state()->get_exception()->get_message(); 101 const CommonTokenType* theToken = this->get_rec()->get_state()->get_exception()->get_token(); 105 << this->get_rec()->get_state()->get_exception()->get_charPositionInLine(); 134 RecognizerSharedStateType* state = this->get_rec()->get_state(); 231 text.append((const char *) this->get_rec()->get_state()->get_tokenName(expectedTokenType) ); 283 return this->get_recognizer()->get_state(); 344 this->get_rec()->get_state()->get_following().push(follow); 352 this->get_rec()->get_state()->get_following().pop();
|
D | antlr3cyclicdfa.inl | 103 if (recognizer->get_state()->get_error() != true) 191 if (rec->get_state()->get_backtracking() > 0) 193 rec->get_state()->set_failed(true);
|
D | antlr3exception.inl | 82 ANTLR_INLINE ANTLR_UINT32 ANTLR_ExceptionBase<ImplTraits, StreamType>::get_state() const function in ANTLR_ExceptionBase 180 …BaseType::m_nextException = recognizer->get_state()->get_exception(); /* So we don't leak the memo… 181 recognizer->get_state()->set_exception(this); 182 recognizer->get_state()->set_error( true ); /* Exception is outstanding */
|
D | antlr3exception.hpp | 153 ANTLR_UINT32 get_state() const;
|
D | antlr3baserecognizer.hpp | 87 RecognizerSharedStateType* get_state() const;
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | handler_tracking.ipp | 57 handler_tracking::tracking_state* handler_tracking::get_state() 65 static tracking_state* state = get_state(); 77 static tracking_state* state = get_state(); 98 next_(*get_state()->current_completion_) 100 *get_state()->current_completion_ = this; 115 *get_state()->current_completion_ = next_; 199 static tracking_state* state = get_state();
|
/external/crosvm/crosvm_plugin/src/ |
D | lib.rs | 546 fn get_state( in get_state() method 557 let get_state: &MainResponse_GetState = response.get_get_state(); in get_state() localVariable 558 if get_state.state.len() != out.len() { in get_state() 561 out.copy_from_slice(&get_state.state); in get_state() 1024 fn get_state( in get_state() method 1035 let get_state: &VcpuResponse_GetState = response.get_get_state(); in get_state() localVariable 1036 if get_state.state.len() != out.len() { in get_state() 1039 out.copy_from_slice(&get_state.state); in get_state() 1302 let ret = this.get_state(state_set, state); in crosvm_get_pic_state() 1332 let ret = this.get_state(MainRequest_StateSet::IOAPIC, state); in crosvm_get_ioapic_state() [all …]
|
/external/u-boot/drivers/led/ |
D | led-uclass.c | 49 if (!ops->get_state) in led_get_state() 52 return ops->get_state(dev); in led_get_state()
|
D | led_gpio.c | 119 .get_state = gpio_led_get_state,
|
D | led_bcm6358.c | 108 .get_state = bcm6358_led_get_state,
|
D | led_bcm6858.c | 146 .get_state = bcm6858_led_get_state,
|
D | led_bcm6328.c | 140 .get_state = bcm6328_led_get_state,
|
/external/u-boot/include/ |
D | led.h | 55 enum led_state_t (*get_state)(struct udevice *dev); member
|
/external/autotest/server/site_tests/platform_TrackpadStressServer/ |
D | platform_TrackpadStressServer.py | 19 return self.job.get_state('client_passed')
|
/external/crosvm/protos/src/ |
D | plugin.proto | 175 GetState get_state = 13; field 249 GetState get_state = 14; field 334 GetState get_state = 3; field 403 GetState get_state = 4; field
|
/external/autotest/client/samples/ |
D | control.soft_reboot | 16 tries = job.get_state('soft_reboot_tries', 0) + 1
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | handler_tracking.hpp | 107 ASIO_DECL static tracking_state* get_state();
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 199 WPA_ASSERT(sm->ctx->get_state); in wpa_sm_get_state() 200 return sm->ctx->get_state(sm->ctx->ctx); in wpa_sm_get_state()
|
/external/python/cpython3/Lib/test/ |
D | test_bdb.py | 332 def get_state(self): member in Tracer 354 print('%d: %s' % (self.expect_set_no, self.get_state())) 359 msg += ' Got: ' + self.get_state()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 239 ctx->get_state = _wpa_supplicant_get_state; in wpa_init_conf()
|