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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
wildcard_iterator.py 117 get_fields = None
119 get_fields = set()
121 get_fields.add(field)
123 get_fields=bucket_listing_fields)
125 get_fields.update(['name'])
131 get_fields.update(['generation', 'metageneration'])
166 fields=get_fields)
354 def _GetToListFields(self, get_fields=None):
363 get_fields: Iterable fields usable in GetBucket/GetObject calls.
368 if get_fields
    [all...]
boto_translation.py 200 get_fields = self._ListToGetFields(list_fields=fields)
218 yield self._BotoBucketToBucket(bucket, fields=get_fields)
344 get_fields = self._ListToGetFields(list_fields=fields)
375 if not get_fields or (get_fields and not
376 get_fields.issubset(key_http_fields)):
386 fields=get_fields)
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message.py 103 fields = cls.get_fields(get_all=True)
234 def get_fields(cls, get_all=False): member in class:MBIMControlMessage
292 fields = cls.get_fields(get_all=get_all)
319 _, field_names, _ = zip(*cls.get_fields(get_all=get_all))
331 field_formats, _, _ = zip(*cls.get_fields(get_all=get_all))
mbim_data_transfer.py 436 def get_fields(cls): member in class:MBIMNtbHeaders
454 _, field_names = zip(*cls.get_fields())
466 field_formats, _ = zip(*cls.get_fields())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 217 def get_fields(self): member in class:UUID
221 fields = property(get_fields)
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 217 def get_fields(self): member in class:UUID
221 fields = property(get_fields)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 217 def get_fields(self): member in class:UUID
221 fields = property(get_fields)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 217 def get_fields(self): member in class:UUID
221 fields = property(get_fields)
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/clang/bindings/python/tests/cindex/
test_type.py 384 fields = list(teststruct.type.get_fields())
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/clang/bindings/python/clang/
cindex.py 1930 def get_fields(self): member in class:Type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h 6320 HRESULT (WINAPI *get_fields)(ISchemaIdentityConstraint *This,ISchemaStringCollection **fields); member in struct:MSXML2::ISchemaIdentityConstraintVtbl
    [all...]

Completed in 645 milliseconds