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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java 57 view.findViewById(R.id.call_type),
  /external/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);
ic-state.cc 33 << (s.call_type() == CallICState::METHOD ? "METHOD" : "FUNCTION")
ic.cc     [all...]
  /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 397 * @call_type : Whether its Synchronous or Asynchronous call
406 mm_camera_call_type_t call_type)
425 if (call_type == mm_camera_sync_call ) {
453 mm_camera_call_type_t call_type)
474 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 ) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_thread.c 403 * @call_type : Whether its Synchronous or Asynchronous call
412 mm_camera_call_type_t call_type)
431 if (call_type == mm_camera_sync_call ) {
459 mm_camera_call_type_t call_type)
480 if (call_type == mm_camera_sync_call ) {
  /external/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/v8/src/
ast.cc 568 CallType call_type = GetCallType(isolate); local
569 return (call_type != POSSIBLY_EVAL_CALL);
    [all...]
code-stubs.h 810 return state().call_type() == CallICState::METHOD;
    [all...]
hydrogen.h     [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 2670 CallICState::CallType call_type = local
2826 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 2588 CallICState::CallType call_type = local
2735 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 2656 CallICState::CallType call_type = local
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/mips64/
full-codegen-mips64.cc 2657 CallICState::CallType call_type = local
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 2582 CallICState::CallType call_type = local
2733 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/x87/
full-codegen-x87.cc 2578 CallICState::CallType call_type = local
2725 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 1192 Call::CallType call_type = expr->GetCallType(isolate()); local
    [all...]

Completed in 1222 milliseconds