/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/ |
D | storage_v1_client.py | 77 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/ |
D | storage_v1_client.py | 53 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/ |
D | jitprofiling.h | 177 unsigned int method_id; member 191 unsigned int method_id; member 217 unsigned int method_id; member
|
D | jitprofiling.cc | 209 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()
|
D | vtune-jit.cc | 190 jmethod.method_id = iJIT_GetNewMethodID(); in event_handler()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 138 unsigned int method_id; member 152 unsigned int method_id; member 178 unsigned int method_id; member
|
D | jitprofiling.c | 175 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()
|
D | IntelJITEventListener.cpp | 84 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/ |
D | service_registry.py | 295 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)
|
D | command_registry.py | 127 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/ |
D | llvm-jitlistener.cpp | 55 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/ |
D | fusiontables_v1_client.py | 56 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/ |
D | base_api.py | 91 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/ |
D | discovery.py | 485 method_id = method_desc['id'] 494 return path_url, http_method, method_id, accept, max_size, media_path_url
|