HomeSort by relevance Sort by last modified time
    Searched refs:call (Results 676 - 700 of 1964) sorted by null

<<21222324252627282930>>

  /cts/tests/core/luni-io/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../libcore/luni/src/test/java/tests/api/java/io) \
27 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io) \
28 $(call all-java-files-under,../../../../libcore/support/src/test/java/) \
29 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1) \
30 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2) \
  /cts/tests/core/luni-net/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
27 $(call all-java-files-under,../../../../libcore/luni/src/test/java/libcore/java/net) \
28 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http) \
29 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https) \
30 $(call all-java-files-under,../../../../libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net) \
31 $(call all-java-files-under,../../../../libcore/support/src/test/java/) \
  /external/openssl/crypto/des/asm/
desboth.pl 50 &call("DES_encrypt2");
54 &call("DES_encrypt2");
58 &call("DES_encrypt2");
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-49286.js 22 * SUMMARY: Invoking try...catch through Function.call
26 * 2) Invoke the function via the call method of Function
33 var summary = 'Invoking try...catch through Function.call';
48 status = 'Section A of test: direct call of f';
49 actual = f.call(obj);
53 status = 'Section B of test: indirect call of f';
54 actual = g.call(obj);
103 // A function wrapping a call to f -
106 return f.call(this);
  /external/webkit/WebCore/inspector/front-end/
ConsolePanel.js 31 WebInspector.Panel.call(this);
44 WebInspector.Panel.prototype.show.call(this);
66 WebInspector.Panel.prototype.hide.call(this);
  /ndk/build/core/
build-local.mk 52 find-project-dir = $(strip $(call find-project-dir-inner,$1,$2))
58 $(call find-project-dir-inner-2)\
62 $(call ndk_log,Looking for $(__find_project_file) in $(__find_project_path))\
65 $(call ndk_log, Found it !)\
71 $(call find-project-dir-inner-2)\
77 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml)
80 NDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android.mk)
83 $(call __ndk_info,Could not find application project directory !)
84 $(call __ndk_info,Please define the NDK_PROJECT_PATH variable to point to it.)
85 $(call __ndk_error,Aborting
    [all...]
add-toolchain.mk 22 $(call assert-defined, _config_mk)
31 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_REQUIRED))
32 $(call clear-vars,$(NDK_TOOLCHAIN_VARS_OPTIONAL))
38 $(call check-required-vars,$(NDK_TOOLCHAIN_VARS_REQUIRED),$(_config_mk))
41 $(call assert-defined, _config_mk)
52 $(call __ndk_error,Toolchain $(_name) defined in $(_parent) is\
60 $(call __ndk_error, Toolchain $(_name) lacks a setup.mk in $(_dir)))
  /build/core/
definitions.mk 147 $(call all-makefiles-under,$(call my-dir))
163 ## SRC_FILES := $(call all-java-files-under,src tests)
175 ## SRC_FILES := $(call all-subdir-java-files)
179 $(call all-java-files-under,.)
185 ## SRC_FILES := $(call all-c-files-under,src tests)
197 ## SRC_FILES := $(call all-subdir-c-files)
201 $(call all-c-files-under,.)
222 $(call all-Iaidl-files-under,.)
228 ## SRC_FILES := $(call all-logtags-files-under,src
    [all...]
Makefile 20 $(eval _src := $(call word-colon,1,$(cf))) \
21 $(eval _dest := $(call word-colon,2,$(cf))) \
22 $(eval _fulldest := $(call append-path,$(PRODUCT_OUT),$(_dest))) \
24 $(eval $(call copy-one-file,$(_src),$(_fulldest))),) \
41 $(call collapse-pairs, $(ADDITIONAL_DEFAULT_PROPERTIES))
57 $(call collapse-pairs, $(ADDITIONAL_BUILD_PROPERTIES))
108 $(word 2, 2, $(call default-locale, $(1)))
111 $(word 3, 3, $(call default-locale, $(1)))
122 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))" \
123 PRODUCT_DEFAULT_REGION="$(call default-locale-region,$(PRODUCT_LOCALES))"
    [all...]
droiddoc.mk 23 LOCAL_IS_HOST_MODULE := $(call true-or-empty,$(LOCAL_IS_HOST_MODULE))
37 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE))
72 full_java_libs := $(call java-lib-files,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE))
73 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE))
88 intermediates := $(call local-intermediates-dir)
90 $(full_target): PRIVATE_SOURCE_PATH := $(call normalize-path-list,$(LOCAL_DROIDDOC_SOURCE_PATH))
110 $(call dump-words-to-file, $(2), $(1))
160 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
201 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
239 $(call dist-for-goals,docs,$(out_zip)
    [all...]
product.mk 23 # $(call ) isn't necessary.
52 # $(call ) isn't necessary.
55 $(call get-product-makefiles,$(_find-android-products-files))
92 $(foreach p,$(PRODUCTS),$(call dump-product,$(p)))
118 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
126 $(call import-nodes,PRODUCTS,$(1),$(_product_var_list))
132 # Takes no parameters, so $(call ) is not necessary.
150 $(if $(call is-c-identifier,$(pn)),, \
188 $(strip $(call _resolve-short-product-name,$(1)))
  /build/core/tasks/
sdk-addon.mk 33 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
34 $(if $(_src),,$(eval $(error Unknown or unlinkable module: $(call word-colon,1,$(cf)). Requested by $(INTERNAL_PRODUCT)))) \
35 $(eval _dest := $(call word-colon,2,$(cf))) \
52 $(eval _src := $(call word-colon,1,$(cf))) \
53 $(eval _dest := $(call append-path,$(staging),$(call word-colon,2,$(cf)))) \
54 $(eval $(call copy-one-file,$(_src),$(_dest))) \
63 doc_timestamp := $(call doc-timestamp-for, $(doc_module))
84 $(call dist-for-goals, sdk_addon, $(full_target)
    [all...]
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.h 51 virtual void call(UErrorCode *status) = 0;
72 virtual void call(UErrorCode *status) function in class:ICUIsBound
96 virtual void call(UErrorCode *status) function in class:ICUForward
109 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
112 virtual void call(UErrorCode *status) {};
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.h 51 virtual void call(UErrorCode *status) = 0;
72 virtual void call(UErrorCode *status) function in class:ICUIsBound
96 virtual void call(UErrorCode *status) function in class:ICUForward
109 virtual void call(UErrorCode *status) {}; function in class:DarwinBreakFunction
112 virtual void call(UErrorCode *status) {};
  /build/core/combo/
TARGET_linux-x86.mk 78 -include $(call select-android-config-h,target_linux-x86)
115 $(call normalize-host-libraries,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES)) \
117 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
118 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
135 $(call normalize-target-libraries,$(PRIVATE_ALL_SHARED_LIBRARIES)) \
138 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
154 $(call normalize-target-libraries,$(PRIVATE_ALL_STATIC_LIBRARIES)) \
  /external/strace/
strace-graph 44 my ($pid, $call, $args, $result, $time);
68 print STDERR "$0: $ARGV: cannot find start of resumed call on line $.";
87 ($call, $args, $result) = /(\S+)\((.*)\)\s+= (.*)$/;
93 handle_trace($pid, $call, $args, $result, $time);
211 my ($pid, $call, $args, $result, $time) = @_;
218 if ($call eq 'execve') {
232 } elsif ($call eq 'fork') {
240 } elsif ($call eq '_exit') {
  /packages/apps/Phone/src/com/android/phone/
CallTime.java 23 import com.android.internal.telephony.Call;
45 private Call mCall;
62 * Sets the call timer to "active call" mode, where the timer will
63 * periodically update the UI to show how long the specified call
66 * After calling this you should also call reset() and
69 /* package */ void setActiveCallMode(Call call) {
70 if (DBG) log("setActiveCallMode(" + call + ")...");
71 mCall = call;
    [all...]
  /external/v8/test/mjsunit/regress/
regress-603.js 28 // Calling non-objects directly or via Function.prototype.call should
39 re1.call = Function.prototype.call;
40 var test1 = re1.call(null, 'abcdefghijklm') + 'z';
44 var test2 = Function.prototype.call.call(re2, null, 'abcdefghijklm') + 'z';
48 var test3 = Function.prototype.call.apply(re3, [null, 'abcdefghijklm']) + 'z';
  /dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S 36 call dvmAllocObject # eax<- new object
54 call dvmInitClass # initialize class
73 call dvmResolveClass # call(clazz,off,flags)
91 call dvmThrowExceptionWithClassMessage
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 44 * CallManager provides call and connection control as well as
49 * 1. Call control and operation, such as dial() and hangup()
89 private final ArrayList<Call> mRingingCalls;
92 private final ArrayList<Call> mBackgroundCalls;
95 private final ArrayList<Call> mForegroundCalls;
169 mRingingCalls = new ArrayList<Call>();
170 mBackgroundCalls = new ArrayList<Call>();
171 mForegroundCalls = new ArrayList<Call>();
232 * Get current coarse-grained voice call state.
233 * If the Call Manager has an active call and call waiting occurs
1475 Call call = getFirstNonIdleCall(mForegroundCalls); local
1512 Call call = getFirstNonIdleCall(mBackgroundCalls); local
1535 Call call = getFirstNonIdleCall(mRingingCalls); local
1756 Call call; local
    [all...]
  /frameworks/ex/common/
Android.mk 15 LOCAL_PATH := $(call my-dir)
24 $(call all-java-files-under, java) \
25 $(call all-logtags-files-under, java)
29 $(call dist-for-goals, droid, $(LOCAL_BUILT_MODULE):android-common.jar)
34 include $(call all-makefiles-under, $(LOCAL_PATH))
  /external/grub/stage2/
asm.S 146 DATA32 call EXT_C(real_to_prot)
183 * Call the start of main body of C code, which does some
186 call EXT_C(init_bios_info)
190 * This call is special... it never returns... in fact it should simply
195 call EXT_C(prot_to_real)
216 call EXT_C(prot_to_real)
220 DATA32 call EXT_C(real_to_prot)
231 call EXT_C(prot_to_real)
253 call EXT_C(prot_to_real)
314 /* read the MBR to call int13 successfully *
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 60 call dvmCheckSuspendPending # call: (Thread* self)
106 call dvmCheckSuspendPending # call: (Thread* self)
147 * %ecx is "Method* methodToCall", the method we're trying to call
184 * %ecx is "Method* methodToCall", the method we're trying to call
241 * %ecx is "Method* methodToCall", the method we're trying to call
274 testl $$ACC_NATIVE, offMethod_accessFlags(%ecx) # check for native call
275 movl %ecx, offStackSaveArea_method(%eax) # newSaveArea->method<- method to call
276 jne .LinvokeNative # handle native call
    [all...]
  /cts/tests/ProcessTest/
Android.mk 15 LOCAL_PATH:= $(call my-dir)
27 LOCAL_SRC_FILES := $(call all-subdir-java-files)
33 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/appsecurity-tests/
Android.mk 15 LOCAL_PATH := $(call my-dir)
22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
31 include $(call all-makefiles-under,$(LOCAL_PATH))

Completed in 5262 milliseconds

<<21222324252627282930>>