HomeSort by relevance Sort by last modified time
    Searched refs:handler_value (Results 1 - 2 of 2) sorted by null

  /system/webservd/webservd/
config.cc 58 bool LoadHandlerConfig(const base::DictionaryValue* handler_value,
62 if (!handler_value->GetInteger(kPortKey, &port)) {
82 if (handler_value->GetBoolean(kUseTLSKey, &use_tls))
87 if (handler_value->GetString(kInterfaceKey, &interface_name))
145 for (base::Value* handler_value : *protocol_handlers) {
147 if (!handler_value->GetAsDictionary(&handler_dict)) {
  /art/compiler/optimizing/
instruction_builder.cc 166 HInstruction* handler_value = (*handler_locals)[vreg]; local
167 if (handler_value == nullptr) {
172 DCHECK(handler_value->IsPhi());
178 catch_block->RemovePhi(handler_value->AsPhi());
183 handler_value->AsPhi()->AddInput(local_value);
    [all...]

Completed in 126 milliseconds