HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 101 - 125 of 6682) sorted by null

1 2 3 45 6 7 8 91011>>

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 3 LOCAL_PATH := $(call my-dir)
5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
11 $(call emugl-export,LDLIBS,-ldl -pthread)
12 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
14 $(call emugl-end-module)
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
Android.mk 1 LOCAL_PATH := $(call my-dir)
11 $(call emugl-begin-host-static-library,libGLESv1_dec)
13 $(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
14 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
16 $(call emugl-gen-decoder,$(LOCAL_PATH),gl)
20 $(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
22 $(call emugl-end-module)
26 $(call emugl-begin-host-static-library,lib64GLESv1_dec)
28 $(call emugl-import, lib64OpenglCodecCommon lib64OpenglOsUtils)
29 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)
    [all...]
  /sdk/emulator/opengl/host/libs/GLESv2_dec/
Android.mk 1 LOCAL_PATH := $(call my-dir)
11 $(call emugl-begin-host-static-library,libGLESv2_dec)
12 $(call emugl-import, libOpenglCodecCommon libOpenglOsUtils)
13 $(call emugl-gen-decoder,$(LOCAL_PATH),gl2)
16 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
18 $(call emugl-export,CFLAGS,$(host_common_debug_CFLAGS))
22 $(call emugl-end-module)
25 $(call emugl-begin-host-static-library,lib64GLESv2_dec)
26 $(call emugl-import, lib64OpenglCodecCommon lib64OpenglOsUtils)
27 $(call emugl-gen-decoder,$(LOCAL_PATH),gl2
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
Android.mk 1 LOCAL_PATH := $(call my-dir)
11 $(call emugl-begin-host-shared-library,libGLES_CM_translator)
13 $(call emugl-import,libGLcommon)
17 $(call emugl-end-module)
21 $(call emugl-begin-host-shared-library,lib64GLES_CM_translator)
23 $(call emugl-import,lib64GLcommon)
28 $(call emugl-end-module)
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
Android.mk 1 LOCAL_PATH := $(call my-dir)
12 $(call emugl-begin-host-shared-library,libGLES_V2_translator)
13 $(call emugl-import, libGLcommon)
17 $(call emugl-end-module)
21 $(call emugl-begin-host-shared-library,lib64GLES_V2_translator)
22 $(call emugl-import, lib64GLcommon)
27 $(call emugl-end-module)
  /frameworks/base/tests/SmokeTestApps/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-java-files-under, src)
12 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/apps/InCallUI/src/com/android/incallui/
CallList.java 27 import com.android.services.telephony.common.Call;
28 import com.android.services.telephony.common.Call.DisconnectCause;
37 * classes of changes to the call list as they are received from the telephony stack.
50 private final HashMap<Integer, Call> mCallMap = Maps.newHashMap();
72 * Called when a single call has changed.
74 public void onUpdate(Call call) {
75 Log.d(this, "onUpdate - ", call);
77 updateCallInMap(call);
82 * Called when a single call disconnects
196 Call call = getFirstCallWithState(Call.State.DIALING); local
224 Call call = getActiveCall(); local
232 Call call = getFirstCallWithState(Call.State.INCOMING); local
    [all...]
  /build/target/product/
generic.mk 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
generic_mips.mk 20 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
21 $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
  /cts/libs/json/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
19 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/apps/DevelopmentSettings/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /development/apps/GestureBuilder/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/apps/WidgetPreview/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/samples/CubeLiveWallpaper/
Android.mk 17 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/tutorials/NotepadCodeLab/Notepadv1/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv2/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv3/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
24 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /device/generic/goldfish/opengl/system/GLESv1/
Android.mk 1 LOCAL_PATH := $(call my-dir)
4 $(call emugl-begin-shared-library,libGLESv1_CM_emulation)
5 $(call emugl-import,libOpenglSystemCommon libGLESv1_enc lib_renderControl_enc)
12 $(call emugl-end-module)
  /device/generic/goldfish/opengl/system/GLESv2/
Android.mk 1 LOCAL_PATH := $(call my-dir)
4 $(call emugl-begin-shared-library,libGLESv2_emulation)
5 $(call emugl-import,libOpenglSystemCommon libGLESv2_enc lib_renderControl_enc)
12 $(call emugl-end-module)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas32-jmpcall.asm 0 call foo
1 call foo label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas64-jmpcall.asm 0 call foo
1 call foo label
  /external/clang/test/CodeGenCXX/
instantiate-temporaries.cpp 17 void call() { function
22 // CHECK: call void @_ZN1Y3getEv
23 // CHECK-NEXT: call void @_ZN1XD1Ev
25 template void call<int>();
33 // CHECK: call void @_ZN1XC1Ev
34 // CHECK-NEXT: call void @_ZN2X2D1Ev

Completed in 296 milliseconds

1 2 3 45 6 7 8 91011>>