HomeSort by relevance Sort by last modified time
    Searched full:field_name (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
layer1.py 122 def define_index_field(self, domain_name, field_name, field_type,
138 :type field_name: string
139 :param field_name: The name of a field in the search index.
204 'IndexField.IndexFieldName': field_name,
318 def delete_index_field(self, domain_name, field_name):
331 :type field_name: string
332 :param field_name: A string that represents the name of
346 'IndexFieldName': field_name}
443 for i, field_name in enumerate(field_names, 1):
444 params['FieldNames.member.%d' % i] = field_name
    [all...]
domain.py 241 def create_index_field(self, field_name, field_type,
248 :type field_name: string
249 :param field_name: The name of a field in the search index.
310 data = self.layer1.define_index_field(self.name, field_name,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protourlencode.py 507 field_name = '%s%s-%s' % (prefix, field.name, index)
509 field_name = prefix + field.name
513 parameters.append((field_name, item.isoformat()))
517 if not build_message(item, field_name + '.'):
520 parameters.append((field_name, ''))
522 parameters.append((field_name, item and 'true' or 'false'))
526 parameters.append((field_name, str(item)))
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 806 const char *field_name, const char *txt)
817 field_name, ssid->id, txt);
841 const char *field_name, *txt = NULL; local
850 field_name = wpa_supplicant_ctrl_req_to_string(field, default_txt,
852 if (field_name == NULL) {
858 wpas_notify_eap_status(wpa_s, "eap parameter needed", field_name);
860 wpas_send_ctrl_req(wpa_s, ssid, field_name, txt);
  /external/nanopb-c/generator/google/protobuf/
message.py 231 def HasField(self, field_name):
233 field_name is not defined in the message descriptor, ValueError will be
237 def ClearField(self, field_name):
  /external/protobuf/python/google/protobuf/
message.py 235 def HasField(self, field_name):
237 field_name is not defined in the message descriptor, ValueError will be
241 def ClearField(self, field_name):
  /external/protobuf/python/google/protobuf/pyext/
message.cc 418 const char* field_name = existing_field->name().c_str(); local
420 cmessage->composite_fields, field_name);
430 return PyDict_DelItemString(cmessage->composite_fields, field_name);
872 const google::protobuf::Message* message, const char* field_name, bool* in_oneof) {
875 descriptor->FindFieldByName(field_name);
878 message->GetDescriptor()->FindOneofByName(field_name);
893 char* field_name; local
894 if (PyString_AsStringAndSize(arg, &field_name, NULL) < 0) {
896 char* field_name = PyUnicode_AsUTF8(arg);
897 if (!field_name) {
1118 char* field_name; local
1520 const string& field_name = fields[i]->full_name(); local
1547 const string& field_name = fields[i]->name(); local
    [all...]
  /art/test/586-checker-null-array-get/src/
Main.java 96 /// CHECK-DAG: <<FieldGet1:l\d+>> InstanceFieldGet [<<Check1>>] field_name:Test1.iarr
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
StopDebuggee.java 66 public static final String FIELD_NAME = "exception";
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py 356 @param kwargs: Dictionary of (field_name, field_value) pairs or
376 for field_name in field_names:
377 if field_name not in kwargs:
381 field_values.append(kwargs.pop(field_name))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
domain.py 255 def create_index_field(self, field_name, field_type,
264 :type field_name: string
265 :param field_name: The name of a field in the search index.
316 'IndexFieldName': field_name,
  /external/protobuf/src/google/protobuf/
wire_format.h 239 const char* field_name);
247 const char* field_name);
325 const char* field_name) {
327 WireFormat::VerifyUTF8StringFallback(data, size, op, field_name);
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 538 #define REGISTER_UINT8_T(field_name, field) \
540 field_name, &DualModeController::Properties::field, &ParseUint8t);
541 #define REGISTER_UINT16_T(field_name, field) \
543 field_name, &DualModeController::Properties::field, &ParseUint16t);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 767 m["field_name"] = oneof->field(j)->name();
771 " $descriptor_name$.fields_by_name['$field_name$'])\n");
774 "$descriptor_name$.fields_by_name['$field_name$'].containing_oneof = "
807 m["field_name"] = descriptor.name();
809 "$descriptor_name$.extensions_by_name['$field_name$'] = "
810 "$field_name$\n";
1210 string field_name; local
    [all...]
  /external/clang/docs/tools/
dump_format_style.py 133 field_type, field_name = re.match(r'([<>:\w(,\s)]+)\s+(\w+);',
135 option = Option(str(field_name), str(field_type), comment)
  /external/pdfium/third_party/libtiff/
tif_dir.c 464 fip->field_name);
519 fip->field_name);
562 fip->field_name,
577 && strcmp(fip->field_name,"DotRange") == 0) {
690 fip ? fip->field_name : "Unknown");
700 fip ? fip->field_name : "Unknown");
710 fip ? fip->field_name : "Unknown");
744 tif->tif_name, fip->field_name);
1036 fip->field_name);
1059 && strcmp(fip->field_name,"DotRange") == 0)
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_dir.c 456 fip ? fip->field_name : "Unknown");
511 fip->field_name);
554 fip->field_name,
569 && strcmp(fip->field_name,"DotRange") == 0) {
682 fip ? fip->field_name : "Unknown");
692 fip ? fip->field_name : "Unknown");
726 tif->tif_name, fip->field_name);
    [all...]
  /art/test/004-JniTest/
jni_test.cc 117 jstring field_name = env->NewStringUTF("testReflectFieldGetFromAttachedNativeThreadField"); local
118 CHECK(field_name != nullptr);
121 jobject field = env->CallObjectMethod(clazz, getFieldMetodId, field_name);
463 jfieldID GetFieldID(jclass c, const char* field_name) {
464 jfieldID m = env_->GetFieldID(c, field_name, "Z");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
message_registry.py 229 field_name = 'additionalProperties'
231 field_name, len(properties) + 1, attrs))
234 'encoding.MapUnrecognizedFields(%r)' % field_name)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 257 final String[] FIELD_NAME = {
272 logln(FIELD_NAME[fieldNum]+": "+ actualVal);
274 errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 253 final String[] FIELD_NAME = {
268 logln(FIELD_NAME[fieldNum]+": "+ actualVal);
270 errln("FAIL: "+FIELD_NAME[fieldNum]+": expected "+ expectedVal + " got " + actualVal);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format.h 247 const char* field_name);
325 const char* field_name) {
328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
  /system/tpm/attestation/common/
proto_print.py 68 def AddField(self, attribute, field_type, field_name):
74 field_name: The name of the field.
77 type_=field_type, name=field_name))
  /external/autotest/tko/
compose_query.cgi 186 def header_tuneup(field_name, header):
191 if field_name == 'kernel':
  /external/boringssl/src/crypto/asn1/
tasn_new.c 282 if (tt->field_name)
283 CRYPTO_push_info(tt->field_name);

Completed in 2691 milliseconds

1 23 4 5 6 7