/external/autotest/frontend/afe/ |
model_logic.py | 569 for field_name in data: 570 if field_name not in field_dict or data[field_name] is None: 572 field_obj = field_dict[field_name] 581 if from_val == data[field_name]: 582 data[field_name] = to_val 586 dest_obj = field_obj.rel.to.smart_get(data[field_name], 590 if (field_name != 'parameterized_job' and 592 data[field_name] = getattr(dest_obj, 595 data[field_name] = dest_ob [all...] |
rdb_model_extensions.py | 104 for field_name in data: 105 if field_name not in field_dict: 106 errors[field_name] = 'No field of this name'
|
/device/google/marlin/thermal-engine/ |
thermal_client.h | 55 char *field_name; member in struct:field_data
|
/external/icu/icu4c/source/test/intltest/ |
calregts.h | 88 static const char* FIELD_NAME[];
|
callimts.cpp | 290 static const char* FIELD_NAME[] = { 378 " Range for min of " + FIELD_NAME[f] + "(" + f + 385 " Range for max of " + FIELD_NAME[f] + "(" + f + 396 " " + FIELD_NAME[f] + "(" + f + ")=" + v + 403 " " + FIELD_NAME[f] + "(" + f + ")=" + v + 425 buf.append((UnicodeString)"[" + cal.getType() + "] " + FIELD_NAME[f]);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
string.py | 557 for literal_text, field_name, format_spec, conversion in \ 565 if field_name is not None: 569 # given the field_name, find the object it references 571 obj, arg_used = self.get_field(field_name, args, kwargs) 614 # (literal_text, field_name, format_spec, conversion) 616 # field_name can be None, in which case there's no 618 # if field_name is not None, it is looked up, formatted 624 # given a field_name, find the object it references. 625 # field_name: the field being looked up, e.g. "0.name" 629 def get_field(self, field_name, args, kwargs) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
string.py | 557 for literal_text, field_name, format_spec, conversion in \ 565 if field_name is not None: 569 # given the field_name, find the object it references 571 obj, arg_used = self.get_field(field_name, args, kwargs) 614 # (literal_text, field_name, format_spec, conversion) 616 # field_name can be None, in which case there's no 618 # if field_name is not None, it is looked up, formatted 624 # given a field_name, find the object it references. 625 # field_name: the field being looked up, e.g. "0.name" 629 def get_field(self, field_name, args, kwargs) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 557 for literal_text, field_name, format_spec, conversion in \ 565 if field_name is not None: 569 # given the field_name, find the object it references 571 obj, arg_used = self.get_field(field_name, args, kwargs) 614 # (literal_text, field_name, format_spec, conversion) 616 # field_name can be None, in which case there's no 618 # if field_name is not None, it is looked up, formatted 624 # given a field_name, find the object it references. 625 # field_name: the field being looked up, e.g. "0.name" 629 def get_field(self, field_name, args, kwargs) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 557 for literal_text, field_name, format_spec, conversion in \ 565 if field_name is not None: 569 # given the field_name, find the object it references 571 obj, arg_used = self.get_field(field_name, args, kwargs) 614 # (literal_text, field_name, format_spec, conversion) 616 # field_name can be None, in which case there's no 618 # if field_name is not None, it is looked up, formatted 624 # given a field_name, find the object it references. 625 # field_name: the field being looked up, e.g. "0.name" 629 def get_field(self, field_name, args, kwargs) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
encoding.py | 46 def MapUnrecognizedFields(field_name): 47 """Register field_name as a container for unrecognized fields.""" 49 _UNRECOGNIZED_FIELD_MAPPINGS[cls] = field_name 228 for field_name in include_fields: 230 value = _GetField(message, field_name.split('.')) 237 field_name, type(message))) 238 _SetField(result, field_name.split('.'), nullvalue) 515 for field_name in missing_fields: 516 message.set_unrecognized_field(field_name, decoded_message[field_name], [all...] |
/external/protobuf/src/google/protobuf/ |
text_format.cc | 343 string field_name; local 351 DO(ConsumeIdentifier(&field_name)); 355 field_name += "."; 356 field_name += part; 361 ? finder_->FindExtension(message, field_name) 362 : reflection->FindKnownExtensionByName(field_name)); 366 ReportError("Extension \"" + field_name + "\" is not defined or " 371 ReportWarning("Extension \"" + field_name + "\" is not defined or " 377 DO(ConsumeIdentifier(&field_name)); 380 if (allow_field_number_ && safe_strto32(field_name, &field_number)) 511 string field_name; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_string.py | 163 # (literal_text, field_name, format_spec, conversion) 168 field_name, _, format_spec = field[1:].partition(':') 169 yield '', field_name, format_spec, None
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_string.py | 163 # (literal_text, field_name, format_spec, conversion) 168 field_name, _, format_spec = field[1:].partition(':') 169 yield '', field_name, format_spec, None
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_string.py | 163 # (literal_text, field_name, format_spec, conversion) 168 field_name, _, format_spec = field[1:].partition(':') 169 yield '', field_name, format_spec, None
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_string.py | 163 # (literal_text, field_name, format_spec, conversion) 168 field_name, _, format_spec = field[1:].partition(':') 169 yield '', field_name, format_spec, None
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
CalendarTest.java | 57 private static final String[] FIELD_NAME = { 68 return (f>=0 && f<FIELD_NAME.length) ? 69 FIELD_NAME[f] : ("<Field " + f + ">"); 188 + " " + FIELD_NAME[test[3]] + " by " + test[4] 194 + " " + FIELD_NAME[test[3]] + " by " + test[4] 284 " Range for min of " + FIELD_NAME[f] + "(" + f + 290 " Range for max of " + FIELD_NAME[f] + "(" + f + 296 " " + FIELD_NAME[f] + "(" + f + ")=" + v + 311 buf.append(FIELD_NAME[f]);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
CalendarTest.java | 53 private static final String[] FIELD_NAME = { 64 return (f>=0 && f<FIELD_NAME.length) ? 65 FIELD_NAME[f] : ("<Field " + f + ">"); 184 + " " + FIELD_NAME[test[3]] + " by " + test[4] 190 + " " + FIELD_NAME[test[3]] + " by " + test[4] 280 " Range for min of " + FIELD_NAME[f] + "(" + f + 286 " Range for max of " + FIELD_NAME[f] + "(" + f + 292 " " + FIELD_NAME[f] + "(" + f + ")=" + v + 307 buf.append(FIELD_NAME[f]);
|
/external/protobuf/python/google/protobuf/internal/ |
generator_test.py | 61 field_name = 'optional_nested_message' 65 proto_type.DESCRIPTOR.fields_by_name[field_name].message_type) 297 for field_name, field_desc in desc.fields_by_name.iteritems(): 298 if field_name in nested_names:
|
python_message.py | 326 for field_name, field_value in kwargs.iteritems(): 327 field = _GetFieldByName(message_descriptor, field_name) 330 (message_descriptor.name, field_name)) 344 setattr(self, field_name, field_value) 351 def _GetFieldByName(message_descriptor, field_name): 356 field_name: The name of the field to retrieve. 361 return message_descriptor.fields_by_name[field_name] 363 raise ValueError('Protocol message has no "%s" field.' % field_name) 622 def HasField(self, field_name): 624 field = singular_fields[field_name] [all...] |
/external/webrtc/webrtc/modules/audio_processing/test/ |
unpack.cc | 44 #define PRINT_CONFIG(field_name) \ 45 if (msg.has_##field_name()) { \ 46 fprintf(settings_file, " " #field_name ": %d\n", msg.field_name()); \
|
/system/webservd/webservd/ |
dbus_request_handler.cc | 60 files.emplace_back(index++, file->field_name, file->file_name,
|
/external/mesa3d/src/glsl/ |
link_uniform_initializers.cpp | 92 const char *field_name = ralloc_asprintf(mem_ctx, "%s.%s", name, local 94 set_uniform_initializer(mem_ctx, prog, field_name,
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_field.cc | 175 (*variables)["field_name"] = descriptor->name(); 205 "// An alternative name is used for field \"$field_name$\" because:\n"
|
java_helpers.cc | 74 bool IsForbidden(const string& field_name) { 76 if (field_name == kForbiddenWordList[i]) { 84 string field_name; local 89 field_name = field->message_type()->name(); 91 field_name = field->name(); 93 if (IsForbidden(field_name)) { 96 field_name += "#"; 98 return field_name;
|
/external/nanopb-c/generator/google/protobuf/internal/ |
python_message.py | 310 for field_name, field_value in kwargs.iteritems(): 311 field = _GetFieldByName(message_descriptor, field_name) 314 (message_descriptor.name, field_name)) 328 setattr(self, field_name, field_value) 335 def _GetFieldByName(message_descriptor, field_name): 340 field_name: The name of the field to retrieve. 345 return message_descriptor.fields_by_name[field_name] 347 raise ValueError('Protocol message has no "%s" field.' % field_name) 593 def HasField(self, field_name): 595 field = singular_fields[field_name] [all...] |