HomeSort by relevance Sort by last modified time
    Searched refs:call_type (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/extensions/renderer/
api_activity_logger.h 43 static void LogInternal(const CallType call_type,
api_activity_logger.cc 39 const CallType call_type,
71 if (call_type == APICALL) {
74 } else if (call_type == EVENT) {
dom_activity_logger.cc 123 DomActionType::Type call_type,
129 params.call_type = call_type;
dom_activity_logger.h 78 DomActionType::Type call_type,
  /external/chromium_org/content/browser/appcache/
appcache_disk_cache.h 69 PendingCallType call_type; member in struct:content::AppCacheDiskCache::PendingCall
76 PendingCall(PendingCallType call_type, int64 key,
appcache_disk_cache.cc 279 : call_type(CREATE),
284 AppCacheDiskCache::PendingCall::PendingCall(PendingCallType call_type,
288 : call_type(call_type),
346 switch (iter->call_type) {
  /packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java 57 view.findViewById(R.id.call_type),
  /external/chromium_org/v8/src/ic/
ic-state.h 31 CallICState(int argc, CallType call_type)
32 : argc_(argc), call_type_(call_type) {}
41 CallType call_type() const { return call_type_; } function in class:v8::internal::BASE_EMBEDDED
ic.h 311 CallICState::CallType call_type);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 371 * @call_type : Whether its Synchronous or Asynchronous call
380 mm_camera_call_type_t call_type)
399 if (call_type == mm_camera_sync_call ) {
425 mm_camera_call_type_t call_type)
446 if (call_type == mm_camera_sync_call ) {
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 395 * @call_type : Whether its Synchronous or Asynchronous call
404 mm_camera_call_type_t call_type)
423 if (call_type == mm_camera_sync_call ) {
451 mm_camera_call_type_t call_type)
472 if (call_type == mm_camera_sync_call ) {
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 401 * @call_type : Whether its Synchronous or Asynchronous call
410 mm_camera_call_type_t call_type)
429 if (call_type == mm_camera_sync_call ) {
457 mm_camera_call_type_t call_type)
478 if (call_type == mm_camera_sync_call ) {
  /external/qemu/hw/android/goldfish/
trace.c 224 int __attribute__((unused)) call_type = (offset - 4096) >> 2; local
225 //trace_interpreted_method(value, call_type);
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 1041 Register call_type = x4; local
    [all...]
full-codegen-arm64.cc 2336 CallICState::CallType call_type = local
2490 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.cc 311 params.call_type);
  /external/chromium_org/extensions/common/
extension_messages.h 69 IPC_STRUCT_MEMBER(int, call_type)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Visitor.py 543 call_type = has_kwargs and 'general' or 'simple'
544 handler = getattr(self, '_handle_%s_%s' % (call_type, match_name), None)
  /external/chromium_org/v8/src/
ast.cc 568 CallType call_type = GetCallType(isolate); local
569 return (call_type != POSSIBLY_EVAL_CALL);
    [all...]
  /external/chromium_org/v8/src/arm/
full-codegen-arm.cc 2670 CallICState::CallType call_type = local
2826 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/ia32/
full-codegen-ia32.cc 2588 CallICState::CallType call_type = local
2735 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/mips/
full-codegen-mips.cc 2656 CallICState::CallType call_type = local
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/mips64/
full-codegen-mips64.cc 2657 CallICState::CallType call_type = local
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/x64/
full-codegen-x64.cc 2582 CallICState::CallType call_type = local
2733 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/chromium_org/v8/src/x87/
full-codegen-x87.cc 2578 CallICState::CallType call_type = local
2725 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]

Completed in 805 milliseconds

1 2