HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 126 - 150 of 9844) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/strace/
socketcall.c 33 const unsigned int call = tcp->u_arg[0]; local
34 const char *str = xlookup(socketcalls, call);
39 tprintf("%d", call);
  /frameworks/native/opengl/tests/gl2_java/
Android.mk 5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
14 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/native/opengl/tests/testFramerate/
Android.mk 5 TOP_LOCAL_PATH:= $(call my-dir)
10 LOCAL_PATH:= $(call my-dir)
15 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /frameworks/native/opengl/tests/testPauseResume/
Android.mk 5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
14 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /build/kati/testcase/
multiline_arg.mk 8 $(info INFO2: $(call func, \
12 $(call func, \
14 $(call func, \)
call_with_many_args.mk 6 echo $(call func,1,2,3,4,5,6,7,8,9,10,P,A,S,S)
vardef_in_call.mk 2 $(call vardef,x,PASS)
  /frameworks/av/services/audiopolicy/common/
Android.mk 2 LOCAL_PATH := $(call my-dir)
6 # Recursive call sub-folder Android.mk
8 include $(call all-makefiles-under,$(LOCAL_PATH))
  /build/make/target/product/
aosp_base.mk 16 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/
Android.mk 16 LOCAL_PATH := $(call my-dir)
24 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/asus/fugu/
Android.mk 25 LOCAL_PATH := $(call my-dir)
27 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/google/dragon/
Android.mk 25 LOCAL_PATH := $(call my-dir)
30 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/google/dragon/recovery/
Android.mk 19 LOCAL_PATH := $(call my-dir)
24 include $(call all-makefiles-under,$(LOCAL_PATH))
  /device/huawei/angler/
Android.mk 28 LOCAL_PATH := $(call my-dir)
30 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
  /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
  /hardware/interfaces/audio/effect/2.0/vts/
Android.mk 17 LOCAL_PATH := $(call my-dir)
21 include $(call all-makefiles-under,$(LOCAL_PATH))
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
plt.s 5 call fn1
6 call fn2
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
plt.s 5 call fn1
6 call fn2
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /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...]

Completed in 565 milliseconds

1 2 3 4 56 7 8 91011>>