HomeSort by relevance Sort by last modified time
    Searched full:call (Results 76 - 100 of 62092) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/zxing/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 include $(call all-makefiles-under, $(LOCAL_PATH))
  /frameworks/rs/driver/
Android.mk 2 LOCAL_PATH:=$(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/rs/java/
Android.mk 1 LOCAL_PATH:=$(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/testing/uiautomator/utils/SleepUtils/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
2 include $(call all-makefiles-under, $(LOCAL_PATH))
  /ndk/sources/cxx-stl/gabi++/tests/
Android.mk 1 LOCAL_PATH := $(call my-dir)
18 do_test_simple = $(call do_test,$1,$1.cpp,$2)
20 $(call do_test,rtti,test_gabixx_rtti.cpp)
21 $(call do_test,exceptions,test_gabixx_exceptions.cpp)
22 $(call do_test,aux_runtime,test_aux_runtime.cpp)
23 $(call do_test_simple,test_guard)
24 $(call do_test_simple,catch_array_01)
25 $(call do_test_simple,catch_array_02)
26 $(call do_test_simple,catch_class_01)
27 $(call do_test_simple,catch_class_02
    [all...]
  /packages/apps/Nfc/nci/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /packages/apps/Nfc/nxp/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
3 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
4 $(call emugl-import,libOpenglCodecCommon)
5 $(call emugl-gen-encoder,$(LOCAL_PATH),ut_rendercontrol)
6 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
7 $(call emugl-end-module)
  /sdk/emulator/opengl/tests/ut_rendercontrol_enc/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 $(call emugl-begin-shared-library,libut_rendercontrol_enc)
4 $(call emugl-import,libOpenglCodecCommon)
5 $(call emugl-gen-encoder,$(LOCAL_PATH),ut_rendercontrol)
6 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
7 $(call emugl-end-module)
  /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...]
  /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...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 $(call emugl-begin-shared-library,libOpenglSystemCommon)
4 $(call emugl-import,libGLESv1_enc libGLESv2_enc lib_renderControl_enc)
11 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH) bionic/libc/private)
13 $(call emugl-end-module)
  /device/generic/goldfish/opengl/system/renderControl_enc/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 $(call emugl-begin-shared-library,lib_renderControl_enc)
10 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
11 $(call emugl-import,libOpenglCodecCommon)
12 $(call emugl-end-module)
  /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/tests/ut_rendercontrol_dec/
Android.mk 1 LOCAL_PATH := $(call my-dir)
3 $(call emugl-begin-host-shared-library,libut_rendercontrol_dec)
4 $(call emugl-import, libOpenglCodecCommon)
5 $(call emugl-gen-decoder,$(LOCAL_PATH),ut_rendercontrol)
6 $(call emugl-end-module)
  /external/chromium_org/v8/test/webkit/
dfg-to-string-toString-becomes-bad-with-check-structure-expected.txt 29 PASS foo.call(new String("foo")) is "foo"
30 PASS foo.call(new String("foo")) is "foo"
31 PASS foo.call(new String("foo")) is "foo"
32 PASS foo.call(new String("foo")) is "foo"
33 PASS foo.call(new String("foo")) is "foo"
34 PASS foo.call(new String("foo")) is "foo"
35 PASS foo.call(new String("foo")) is "foo"
36 PASS foo.call(new String("foo")) is "foo"
37 PASS foo.call(new String("foo")) is "foo"
38 PASS foo.call(new String("foo")) is "foo
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
jmpcall.errwarn 1 -:4: warning: indirect call without `*'
2 -:6: warning: indirect call without `*'
3 -:7: warning: indirect call without `*'
  /frameworks/av/libvideoeditor/vss/video_filters/
Android.mk 1 #LOCAL_PATH:= $(call my-dir)
4 #include $(call all-makefiles-under,$(LOCAL_PATH))
5 include $(call all-subdir-makefiles)
  /sdk/emulator/opengl/host/libs/renderControl_dec/
Android.mk 1 LOCAL_PATH := $(call my-dir)
5 $(call emugl-begin-host-static-library,lib_renderControl_dec)
6 $(call emugl-import,libOpenglCodecCommon)
7 $(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
9 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
10 $(call emugl-end-module)
13 $(call emugl-begin-host-static-library,lib64_renderControl_dec)
14 $(call emugl-import,lib64OpenglCodecCommon)
15 $(call emugl-gen-decoder,$(LOCAL_PATH),renderControl)
17 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
Android.mk 1 LOCAL_PATH := $(call my-dir)
4 $(call emugl-begin-shared-library,libGLESv1_enc)
15 $(call emugl-import,libOpenglCodecCommon)
16 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
17 $(call emugl-export,C_INCLUDES,$(intermediates))
19 $(call emugl-end-module)
  /frameworks/av/media/libstagefright/codecs/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/amrnb/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/avc/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/av/media/libstagefright/codecs/flac/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 include $(call all-makefiles-under,$(LOCAL_PATH))

Completed in 1766 milliseconds

1 2 34 5 6 7 8 91011>>