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

1 2 3 45 6 7 8 91011>>

  /device/generic/goldfish/dhcp/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
20 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/generic/goldfish/wifi/
Android.mk 17 LOCAL_PATH:= $(call my-dir)
20 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/linaro/hikey/
Android.mk 25 LOCAL_PATH := $(call my-dir)
30 include $(call all-makefiles-under,$(LOCAL_PATH))
  /external/compiler-rt/test/profile/
instrprof-visibility.cpp 20 call();
21 N1::call();
59 // COV-DAG: 1|{{.*}}|void call() {
75 // COV-DAG: 1|{{.*}}|void call() {
  /external/llvm/test/MC/ELF/
weakref-plt.s 4 call bar@PLT
weak-relocation.s 8 call foo
  /external/llvm/test/MC/X86/
intel-syntax-ptr-sized.s 7 call [eax] label
17 call [eax] label
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
weakref-plt.s 4 call bar@PLT
weak-relocation.s 8 call foo
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
plt.s 5 call fn1
6 call fn2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
plt.s 5 call fn1
6 call fn2
  /build/make/core/
soong_config.mk 23 json_list = $(call _json_list,$(space),$(1))
26 csv_to_json_list = $(call _json_list,$(comma),$(1))
31 add_json_str = $(call add_json_val,$(1),"$(strip $(2))")
32 add_json_list = $(call add_json_val,$(1),$(call json_list,$(patsubst %,%,$(2))))
33 add_json_csv = $(call add_json_val,$(1),$(call csv_to_json_list,$(strip $(2))))
34 add_json_bool = $(call add_json_val,$(1),$(if $(strip $(2)),true,false))
43 $(call add_json_str, Make_suffix, -$(TARGET_PRODUCT))
45 $(call add_json_str, BuildId, $(BUILD_ID)
    [all...]
host_prebuilt.mk 17 $(call record-module-type,HOST_PREBUILT)
  /bionic/tools/relocation_packer/
Android.mk 17 LOCAL_PATH := $(call my-dir)
33 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32.so))
34 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm32_packed.so))
35 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64.so))
36 $(eval $(call copy-test-library,elf_file_unittest_relocs_arm64_packed.so))
37 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32.so))
38 $(eval $(call copy-test-library,elf_file_unittest_relocs_ia32_packed.so))
39 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64.so))
40 $(eval $(call copy-test-library,elf_file_unittest_relocs_x64_packed.so))
41 $(eval $(call copy-test-library,elf_file_unittest_relocs_mips32.so)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
VideoPauseController.java 25 import com.android.incallui.call.CallList;
26 import com.android.incallui.call.DialerCall;
27 import com.android.incallui.call.DialerCall.State;
38 /** The current call, if applicable. */
42 * The cached state of primary call, updated after onStateChange has processed.
70 * Determines if a call is in incoming/waiting state.
72 * @param call The call.
73 * @return {@code true} if the call is in incoming or waiting state, {@code false} otherwise.
75 private static boolean isIncomingCall(DialerCall call) {
133 DialerCall call; local
    [all...]
  /art/test/535-deopt-and-inlining/src/
Main.java 41 if (call == 100) {
42 call = 0;
45 call++;
54 static int call = 0; field in class:Main
  /build/kati/testcase/
terms_in_parens.mk 6 $(info $(call func,(PA,SS)))
7 $(info ${call func,{PA,SS}})
  /device/google/cuttlefish/shared/auto/
device.mk 17 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
18 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
  /device/google/cuttlefish/shared/tv/
device.mk 17 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
18 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
  /device/google/cuttlefish/shared/wear/
device.mk 17 $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_no_telephony.mk)
18 $(call inherit-product, device/google/cuttlefish/shared/device.mk)
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
Callable.java 25 V call() throws Exception; method in interface:Callable
  /external/llvm/test/MC/MachO/
reloc-pcrel-offset.s 9 call _a
  /frameworks/base/core/tests/coretests/apks/install/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/core/tests/coretests/apks/install_decl_perm/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/base/core/tests/coretests/apks/install_jni_lib_open_from_apk/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
4 LOCAL_SRC_FILES := $(call all-subdir-java-files)

Completed in 696 milliseconds

1 2 3 45 6 7 8 91011>>