Home
last modified time | relevance | path

Searched refs:method_id (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py77 method_id=u'storage.bucketAccessControls.delete',
89 method_id=u'storage.bucketAccessControls.get',
101 method_id=u'storage.bucketAccessControls.insert',
113 method_id=u'storage.bucketAccessControls.list',
125 method_id=u'storage.bucketAccessControls.patch',
137 method_id=u'storage.bucketAccessControls.update',
240 method_id=u'storage.buckets.delete',
252 method_id=u'storage.buckets.get',
264 method_id=u'storage.buckets.insert',
276 method_id=u'storage.buckets.list',
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1_client.py53 method_id=u'storage.bucketAccessControls.delete',
65 method_id=u'storage.bucketAccessControls.get',
77 method_id=u'storage.bucketAccessControls.insert',
89 method_id=u'storage.bucketAccessControls.list',
101 method_id=u'storage.bucketAccessControls.patch',
113 method_id=u'storage.bucketAccessControls.update',
216 method_id=u'storage.buckets.delete',
228 method_id=u'storage.buckets.get',
240 method_id=u'storage.buckets.insert',
252 method_id=u'storage.buckets.list',
[all …]
/external/v8/src/third_party/vtune/
Djitprofiling.h177 unsigned int method_id; member
191 unsigned int method_id; member
217 unsigned int method_id; member
Djitprofiling.cc209 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
244 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
262 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
Dvtune-jit.cc190 jmethod.method_id = iJIT_GetNewMethodID(); in event_handler()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h138 unsigned int method_id; member
152 unsigned int method_id; member
178 unsigned int method_id; member
Djitprofiling.c175 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
213 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
234 if ( ((piJIT_Method_Load) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
DIntelJITEventListener.cpp84 Result.method_id = Wrapper.iJIT_GetNewMethodID(); in FunctionDescToIntelJITFormat()
168 MethodIDs[(void*)Addr] = FunctionMessage.method_id; in NotifyObjectEmitted()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dservice_registry.py295 method_id = method_description.get('id', '')
296 if method_id in self.__unelidable_request_methods:
325 def __ComputeUploadConfig(self, media_upload_config, method_id): argument
334 'method %s, using */*', method_id)
354 method_id = method_description['id']
362 method_id=method_id,
375 method_description.get('mediaUpload'), method_id)
Dcommand_registry.py127 command_name = self.__GetCommandName(method_info.method_id)
132 description = 'Call the %s method.' % method_info.method_id
206 def __GetCommandName(self, method_id): argument
207 command_name = method_id
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp55 ReportedDebugFuncs[msg->method_id]; in NotifyEvent()
57 outs() << "Method load [" << msg->method_id << "]: " << msg->method_name in NotifyEvent()
68 ReportedDebugFuncs[msg->method_id].push_back(loc); in NotifyEvent()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/testclient/
Dfusiontables_v1_client.py56 method_id=u'fusiontables.column.list',
96 method_id=u'fusiontables.column.listalternate',
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbase_api.py91 method_id = messages.StringField(2) variable in ApiMethodInfo
386 'Calling method %s with %s: %s', method_config.method_id,
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Ddiscovery.py485 method_id = method_desc['id']
494 return path_url, http_method, method_id, accept, max_size, media_path_url