HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 451 - 475 of 3663) sorted by null

<<11121314151617181920>>

  /sdk/emulator/opengl/host/libs/libOpenglRender/
Android.mk 1 LOCAL_PATH := $(call my-dir)
44 $(call emugl-begin-host-shared-library,libOpenglRender)
46 $(call emugl-import,libGLESv1_dec libGLESv2_dec lib_renderControl_dec libOpenglCodecCommon libOpenglOsUtils)
51 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include)
52 $(call emugl-export,C_INCLUDES,$(LOCAL_PATH))
59 $(call emugl-export,CFLAGS,$(host_common_CFLAGS))
61 $(call emugl-end-module)
65 $(call emugl-begin-host-shared-library,lib64OpenglRender)
67 $(call emugl-import,lib64GLESv1_dec lib64GLESv2_dec lib64_renderControl_dec lib64OpenglCodecCommon lib64OpenglOsUtils)
73 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/host/include
    [all...]
  /development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java 47 public SipAudioCall call = null; field in class:WalkieTalkieActivity
91 if (call != null) {
92 call.close();
186 * Make an outgoing call.
195 // happen via listeners. Even making an outgoing call, don't
196 // forget to set up a listener to set things up once the call is established.
198 public void onCallEstablished(SipAudioCall call) {
199 call.startAudio();
200 call.setSpeakerMode(true);
201 call.toggleMute()
    [all...]
  /bootable/diskinstaller/
Android.mk 1 LOCAL_PATH := $(call my-dir)
25 include $(call first-makefiles-under,$(LOCAL_PATH))
  /build/target/product/
full_base.mk 52 $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk)
55 $(call inherit-product-if-exists, external/svox/pico/lang/all_pico_languages.mk)
58 $(call inherit-product, $(SRC_TARGET_DIR)/product/locales_full.mk)
61 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
sdk_mips.mk 22 $(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
  /cts/apps/CtsVerifier/jni/verifier/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
  /development/apps/Development/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
8 LOCAL_SRC_FILES := $(call all-subdir-java-files) \
  /development/apps/OBJViewer/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/cmds/monkey/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /development/host/
Android.mk 20 include $(call first-makefiles-under,$(dir))
  /development/ndk/samples/hello-neon/jni/
Android.mk 1 LOCAL_PATH := $(call my-dir)
20 $(call import-module,cpufeatures)
  /development/samples/AndroidBeamDemo/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/samples/BackupRestore/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/samples/BasicGLSurfaceView/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/samples/BusinessCard/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /development/samples/SimpleJNI/jni/
Android.mk 20 LOCAL_PATH:= $(call my-dir)
  /device/samsung/maguro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /device/samsung/toro/self-extractors/root/
device-vendor.mk 17 $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
18 $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
19 $(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
20 $(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
21 $(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
22 $(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
23 $(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
24 $(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))
  /external/bluetooth/bluedroid/
Android.mk 1 LOCAL_PATH := $(call my-dir)
13 include $(call all-subdir-makefiles)
  /external/clang/lib/Headers/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
7 $(call transform-host-clang-td-to-out,arm-neon)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-304828.js 53 actual = Array.prototype.join.call(value);
66 actual = Array.prototype.reverse.call(value) + '';
79 actual = Array.prototype.sort.call(value) + '';
92 actual = Array.prototype.push.call(value, 'd', 'e', 'f');
106 actual = Array.prototype.pop.call(value);
120 actual = Array.prototype.unshift.call(value, 'a', 'b', 'c');
134 actual = Array.prototype.shift.call(value);
148 actual = Array.prototype.splice.call(value, 1, 1) + '';
161 actual = Array.prototype.concat.call(value, 'd', 'e', 'f') + '';
174 actual = Array.prototype.slice.call(value, 1, 2) + ''
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.h 79 ScriptValue call(bool& hadException, bool reportExceptions = true);
80 ScriptValue call();
92 ScriptValue call();
93 ScriptValue call(bool& hadException);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptFunctionCall.h 66 ScriptValue call(bool& hadException, bool reportExceptions = true);
67 ScriptValue call();
79 ScriptValue call();
80 ScriptValue call(bool& hadException);
  /external/xmp_toolkit/XMPCore/
Android.mk 1 LOCAL_PATH := $(call my-dir)
5 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /frameworks/base/cmds/bmgr/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
6 LOCAL_SRC_FILES := $(call all-subdir-java-files)

Completed in 1127 milliseconds

<<11121314151617181920>>