HomeSort by relevance Sort by last modified time
    Searched full:field_signature (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/chromeos/network/onc/
onc_translator_shill_to_onc.cc 99 // If |shill_property_name| is defined in |field_signature|, copies this
101 void CopyProperty(const OncFieldSignature* field_signature);
170 for (const OncFieldSignature* field_signature = onc_signature_->fields;
171 field_signature->onc_field_name != NULL; ++field_signature) {
172 const std::string& onc_field_name = field_signature->onc_field_name;
176 CopyProperty(field_signature);
183 !GetShillPropertyName(field_signature->onc_field_name,
198 field_signature->value_signature->onc_type);
204 << field_signature->value_signature->onc_type
384 const OncFieldSignature* field_signature = local
400 const OncFieldSignature* field_signature = local
    [all...]
onc_mapper.cc 94 const OncFieldSignature* field_signature = local
97 if (field_signature != NULL) {
98 DCHECK(field_signature->value_signature != NULL)
101 return MapValue(*field_signature->value_signature, onc_value, error);
onc_utils.cc 219 const OncFieldSignature* field_signature = local
221 if (!field_signature)
224 ExpandStringsInOncObject(*field_signature->value_signature,
608 const OncFieldSignature* field_signature = local
610 if (!field_signature)
614 *field_signature->value_signature,
onc_signature.cc 417 for (const OncFieldSignature* field_signature = signature.fields;
418 field_signature->onc_field_name != NULL; ++field_signature) {
419 if (onc_field_name == field_signature->onc_field_name)
420 return field_signature;
onc_translator_onc_to_shill.cc 288 const OncFieldSignature* field_signature = local
291 TranslateONCHierarchy(*field_signature->value_signature, *inner_object,
  /external/chromium_org/chromeos/network/
policy_util.cc 49 const onc::OncFieldSignature* field_signature = local
51 if (field_signature)
52 RemoveFakeCredentials(*field_signature->value_signature, nested_object);
network_ui_data.cc 223 const onc::OncFieldSignature* field_signature = local
226 TranslateONCHierarchy(*field_signature->value_signature, *inner_object,
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
TraceAbstractVisitor.java 58 public static final int FIELD_SIGNATURE = 2;
168 if (type == CLASS_SIGNATURE || type == FIELD_SIGNATURE
  /external/chromium_org/components/
autofill_strings.grdp 92 field signature: <ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>
  /external/chromium_org/components/strings/
components_strings_am.xtb 148 ???? ???? <ph name="FIELD_SIGNATURE"/>
components_strings_ar.xtb 148 ????? ?????: <ph name="FIELD_SIGNATURE"/>
components_strings_bg.xtb 148 ?????? ? ??????: <ph name="FIELD_SIGNATURE"/>
components_strings_bn.xtb 149 ??????? ????????: <ph name="FIELD_SIGNATURE"/>
components_strings_el.xtb 148 ???????? ??????: <ph name="FIELD_SIGNATURE"/>
components_strings_fa.xtb 148 ????? ????: <ph name="FIELD_SIGNATURE"/>
components_strings_gu.xtb 148 ????? ???: <ph name="FIELD_SIGNATURE"/>
components_strings_hi.xtb 148 ????? ?????????: <ph name="FIELD_SIGNATURE"/>
components_strings_iw.xtb 148 ????? ???: <ph name="FIELD_SIGNATURE"/>
components_strings_ja.xtb 148 ????????: <ph name="FIELD_SIGNATURE"/>
components_strings_kn.xtb 148 ??????? ???: <ph name="FIELD_SIGNATURE"/>
components_strings_ko.xtb 148 ?? ??: <ph name="FIELD_SIGNATURE"/>
components_strings_ml.xtb 148 ????? ??????????: <ph name="FIELD_SIGNATURE"/>
components_strings_mr.xtb 148 ????? ?????????: <ph name="FIELD_SIGNATURE"/>
components_strings_ru.xtb 148 ??????? ????: <ph name="FIELD_SIGNATURE"/>
components_strings_sr.xtb 148 ?????? ? ????: <ph name="FIELD_SIGNATURE"/>

Completed in 906 milliseconds

1 2 3