HomeSort by relevance Sort by last modified time
    Searched full:call (Results 351 - 375 of 13856) sorted by null

<<11121314151617181920>>

  /device/htc/sapphire/
device_sapphire_eu.mk 17 $(call inherit-product, device/common/gps/gps_eu_supl.mk)
18 $(call inherit-product-if-exists, vendor/htc/sapphire/device_sapphire_eu-vendor.mk)
19 $(call inherit-product, device/htc/sapphire/device_sapphire.mk)
device_sapphire_us.mk 17 $(call inherit-product, device/common/gps/gps_us_supl.mk)
18 $(call inherit-product-if-exists, vendor/htc/sapphire/device_sapphire_us-vendor.mk)
19 $(call inherit-product, device/htc/sapphire/device_sapphire.mk)
  /external/bluetooth/bluez/input/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
24 $(call include-path-for, glib) \
25 $(call include-path-for, dbus)
  /external/dbus/bus/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
5 $(call include-path-for, dbus) \
6 $(call include-path-for, dbus)/dbus \
  /external/guava/
Android.mk 15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
26 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):guava.jar)
  /external/jsr305/
Android.mk 15 LOCAL_PATH := $(call my-dir)
20 LOCAL_SRC_FILES := $(call all-java-files-under, ri/src/main/java)
25 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):jsr305.jar)
  /external/stlport/
Makefile 15 +$(call doinsubdirs,${SUBDIRS})
18 +$(call doinsubdirs,build/test/unit)
21 +$(call doinsubdirs,${SUBDIRS})
  /external/webkit/
CleanSpec.mk 22 # $(call add-clean-step, touch -c external/sqlite/sqlite3.h)
23 # $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libz_intermediates)
42 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/AndroidTests_intermediates)
43 #$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/core_intermediates)
44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
45 #$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libwebcore_intermediates)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libwebcore_intermediates
    [all...]
  /external/webkit/WebCore/manual-tests/inspector/
debugger-pause-on-else-statements.html 16 in the call stack, you should see the execution line on the call to test().
18 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-pause-on-for-in-statements.html 16 in the call stack, you should see the execution line on the call to test().
18 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
debugger-pause-on-for-statements.html 14 in the call stack, you should see the execution line on the call to test().
16 Also set a breakpoint on the call to test(), and reload. It should break before the test() function is called.
  /external/zlib/as400/
compile.clp 42 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
48 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
54 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
60 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
66 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
72 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
78 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
84 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
90 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN)
96 CALL PGM(QCMDEXC) PARM(&CMD &CMDLEN
    [all...]
  /frameworks/base/graphics/jni/
Android.mk 8 LOCAL_PATH:= $(call my-dir)
27 rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRS,,)
33 $(call include-path-for, corecg graphics)
  /frameworks/base/opengl/tests/gl2_jni/
Android.mk 7 TOP_LOCAL_PATH:= $(call my-dir)
11 LOCAL_PATH:= $(call my-dir)
16 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/opengl/tests/gl_jni/
Android.mk 7 TOP_LOCAL_PATH:= $(call my-dir)
11 LOCAL_PATH:= $(call my-dir)
16 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/opengl/tests/gldual/
Android.mk 7 TOP_LOCAL_PATH:= $(call my-dir)
11 LOCAL_PATH:= $(call my-dir)
16 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/test-runner/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
21 LOCAL_SRC_FILES := $(call all-java-files-under, src)
30 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/core/luni-io/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/tests/api/java/io) \
27 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io) \
28 $(call all-java-files-under,../../../../dalvik/libcore/support/src/test/java/) \
29 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1) \
30 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2) \
  /cts/tests/core/luni-net/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net) \
27 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/tests/api/java/net) \
28 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http) \
29 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https) \
30 $(call all-java-files-under,../../../../dalvik/libcore/support/src/test/java/) \
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 54 static final int MAX_CONNECTIONS_PER_CALL = 1; // only 1 connection allowed per call
69 // A call that is ringing or (call) waiting
180 // note that this triggers call state changed notif
191 // Cancel Ecm timer if a second emergency call is originating in Ecm mode
196 // We are initiating a call therefore even if we previously
201 // The new call must be assigned to the foreground call.
202 // That call must be idle, so place anything that's
216 // handlePollCalls() will notice this call not presen
    [all...]
  /bootable/bootloader/legacy/libc/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
24 LOCAL_C_INCLUDES := $(call include-path-for, bootloader)
  /bootable/bootloader/legacy/nandwrite/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_C_INCLUDES := $(call include-path-for, bootloader mkbootimg)
  /bootable/bootloader/legacy/usbloader/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
6 LOCAL_C_INCLUDES := $(call include-path-for, bootloader mkbootimg)
  /build/tools/droiddoc/templates/
nosidenavpage.cs 7 <?cs call:custom_masthead() ?>
12 <?cs call:tag_list(root.descr) ?>
package.cs 12 <?cs call:since_tags(package) ?>
32 <p><?cs call:tag_list(package.shortDescr) ?></p>
41 <?cs call:class_link_table(classes) ?>
46 <?cs call:class_table("Interfaces", package.interfaces) ?>
47 <?cs call:class_table("Classes", package.classes) ?>
48 <?cs call:class_table("Enums", package.enums) ?>
49 <?cs call:class_table("Exceptions", package.exceptions) ?>
50 <?cs call:class_table("Errors", package.errors) ?>

Completed in 233 milliseconds

<<11121314151617181920>>