Searched refs:from_val (Results 1 – 4 of 4) sorted by relevance
/external/curl/tests/ |
D | negtelnetserver.py | 146 NegTokens.from_val(byte_int)) 178 log.debug("Option: %s", NegOptions.from_val(byte_int)) 221 def from_val(cls, val): member in NegBase
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | storage.c | 314 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local 315 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy() 316 rb_funcall(from_val, rb_intern("dup"), 0) : Qnil; in native_slot_deep_copy() 320 VALUE from_val = DEREF(from, VALUE); in native_slot_deep_copy() local 321 DEREF(to, VALUE) = (from_val != Qnil) ? in native_slot_deep_copy() 322 Message_deep_copy(from_val) : Qnil; in native_slot_deep_copy()
|
/external/v8/src/builtins/ |
D | array-copywithin.tq | 71 const from_val: Object = GetProperty(context, object, from); 74 SetProperty(context, object, to, from_val);
|
/external/autotest/frontend/afe/ |
D | model_logic.py | 572 from_val, to_val = choice_data 574 to_val, from_val = choice_data 575 if from_val == data[field_name]:
|