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

<<51525354555657585960>>

  /system/extras/showmap/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /system/extras/showslab/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /system/extras/su/
Android.mk 1 LOCAL_PATH:= $(call my-dir)
  /system/extras/tests/icachetest/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /system/extras/tests/memtest/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /system/extras/tests/pftest/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /system/extras/tests/timetest/
Android.mk 3 LOCAL_PATH:= $(call my-dir)
  /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';
  /ndk/build/core/
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-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...]
  /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/netcat/data/
pmap-dump.d 10 000 # 0x00 # . # MSG: int 0=call, 1=reply
15 000 # 0x00 # . # pmap call body: rpc version=2
20 000 # 0x00 # . # pmap call body: prog=PMAP, 100000
25 000 # 0x00 # . # pmap call body: progversion=2
30 000 # 0x00 # . # pmap call body: proc=DUMP, 4
  /external/v8/test/mjsunit/
arguments-call-apply.js 36 // Try invoking call before sum has been compiled lazily.
37 assertEquals(6, sum.call(this, 1, 2, 3), "lazy call");
40 assertEquals(6, sum.call(this, 1, 2, 3), "call");
  /external/webkit/WebCore/plugins/
PluginMainThreadScheduler.h 54 class Call;
56 void dispatchCallsForPlugin(NPP, const Deque<Call>& calls);
57 typedef HashMap<NPP, Deque<Call> > CallQueueMap;
61 class Call {
63 Call(MainThreadFunction* function, void* userData)
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 60 static final int MAX_CONNECTIONS_PER_CALL = 5; // only 5 connections allowed per call
73 // A call that is ringing or (call) waiting
171 // note that this triggers call state changed notif
178 // The new call must be assigned to the foreground call.
179 // That call must be idle, so place anything that's
184 // and we need to make sure the foreground call is clear
191 // next poll, so that we don't clear a failed dialing call
209 // handlePollCalls() will notice this call not presen
    [all...]
  /external/opencore/tools_v2/build/make/
android_make_extras.mk 29 #$(foreach elem,$(call truncate,$1),$(PRINTF) "\t$(elem) \\" >> $2;) $(PRINTF) "\t$(lastword $1)\\n" >> $2
35 $(PRINTF) "$(foreach elem,$(call truncate,$1),\\t$(elem) \\\\\n) \\t$(lastword $1)\\n" >> $2
39 $(PRINTF) "$(foreach elem,$(call truncate,$1),\\tlib$(elem) \\\\\n) \\tlib$(lastword $1)\\n" >> $2
51 $(PRINTF) "$(subst $(SPACE)include,include,$(foreach elem,$(call truncate,$(strip $1)),include $(call convert_component_lib_makefile_name,$(elem))\\n))include $(call convert_component_lib_makefile_name,$(lastword $(strip $1)))\\n" >> $2
55 $(if $(strip $(call remove_quotes,$1)),$(PRINTF) "$(foreach elem,$(strip $(call remove_quotes,$1)),include $(patsubst %,%/Android.mk,$(patsubst %,\$$(PV_TOP)%,$(call strip_two_levels_up,$(elem)/local.mk)))\n)" >> $2,)
59 $(if $(strip $1),$(PRINTF) "ifeq (\$$(TARGET_ARCH),arm)\\nLOCAL_SRC_FILES += \\\\\n$(foreach elem,$(call truncate,$1),\\t$(elem) \\\\\n)\\t$(lastword $1)\\nendif\\n\\n" >> $2,
    [all...]
basic_defs.mk 25 $(patsubst %,$1/%,$(call remove_quotes,$2))
31 $(patsubst %,-D%,$(call remove_quotes,$1))
42 purge_duplicates = $(strip $(if $1,$(call purge_duplicates,$(call truncate,$1)) $(if $(filter $(lastword $1),$(call truncate,$1)),,$(lastword $1))))
54 $(foreach path,$(1),$(patsubst %,/%,$(subst $(SPACE),/,$(call truncate,$(call truncate,$(subst /, ,$(dir $(path))))))))
78 uppercase = $(call translate,$([a-z]),$([A-Z]),$1)
82 lowercase = $(call translate,$([A-Z]),$([a-z]),$1)
  /external/skia/include/core/
SkRefCnt.h 27 reference count goes to zero as the result of an unref() call, its (virtual)
46 /** Increment the reference count. Must be balanced by a call to unref().
54 decrement, then call delete on the object. Note that if this is the
90 SkAutoUnref is a stack-helper class that will automatically call unref() on
101 /** If the hosted object is null, do nothing and return false, else call
106 /** If the hosted object is null, do nothing and return false, else call
111 /** If the hosted object is null, do nothing and return NULL, else call
134 /** Check if the argument is non-null, and if so, call obj->ref()
142 /** Check if the argument is non-null, and if so, call obj->unref()
  /external/strace/
syscallent.sh 37 call = -1;
40 while (++call < $2) {
42 n = "SYS_" call
48 s = s "}, /* " call " */"
58 s = s "}, /* " call " */"
62 limit = call + 100
63 while (++call < limit) {
65 n = "SYS_" call
71 s = s "}, /* " call " */"
  /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);
  /packages/apps/VoiceDialer/res/values/
strings.xml 22 by green Call button -->
26 Call button launch -->
28 Pressing &amp; holding the green Call button opens the Voice
37 \n\"Call John Doe\"
38 \n\"Call John Doe at home, \u2026\"
39 \n\"Call voicemail\"
81 'Call John Smith' becomes 'Call John Smith at home' -->
86 'Call John Smith' becomes 'Call John Smith at home' --
    [all...]
  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaLangRuntimeTest.java 103 assertTrue("Runtime.exec must call checkExcec on security manager", s.called);
108 assertTrue("Runtime.exec must call checkExcec on security manager", s.called);
113 assertTrue("Runtime.exec must call checkExcec on security manager", s.called);
118 assertTrue("Runtime.exec must call checkExcec on security manager", s.called);
125 notes = "Verifies that addShutdownHook and remove ShutdownHook call checkPermission on security manager., disabled due to implementation bug, see ticket #55",
131 notes = "Verifies that addShutdownHook and remove ShutdownHook call checkPermission on security manager., disabled due to implementation bug, see ticket #55",
160 assertTrue("Runtime.addShutdownHook must call checkPermission on security manager with a RuntimePermission", s.called);
165 assertTrue("Runtime.removeShutdownHook must call checkPermission on security manager with a RuntimePermission", s.called);
202 fail("Runtime.exit must call checkExit on security manager with a RuntimePermission");
207 assertTrue("Runtime.exit must call checkExit on security manager with a RuntimePermission", s.called)
    [all...]
  /ndk/build/toolchains/arm-eabi-4.4.0/
setup.mk 90 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \
91 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \
92 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \
93 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \
94 $(call set-src-files-target-cflags, \
95 $(call set_intersection,$(__arm_sources),$(__debug_sources)), \
97 $(call set-src-files-target-cflags,\
98 $(call set_intersection,$(__arm_sources),$(__release_sources)),\
100 $(call set-src-files-target-cflags,\
101 $(call set_intersection,$(__arm_sources),$(__debug_sources)),
    [all...]
  /packages/apps/Phone/src/com/android/phone/
InCallControlState.java 22 import com.android.internal.telephony.Call;
29 * or "checked" state of the various controls available in the in-call
37 * flags to indicate the state and/or enabledness of all possible in-call
52 // enabledness of all possible in-call user operations:
77 /** True if the call is currently on hold */
99 final Call fgCall = mPhone.getForegroundCall();
100 final Call.State fgCallState = fgCall.getState();
101 final boolean hasActiveForegroundCall = (fgCallState == Call.State.ACTIVE);
107 // This item is visible only if the foreground call is a
108 // conference call, and it's enabled unless the "Manag
    [all...]
  /external/dbus/dbus/
dbus-pending-call.c 2 /* dbus-pending-call.c Object representing a call in progress.
26 #include "dbus-pending-call-internal.h"
27 #include "dbus-pending-call.h"
87 * @param timeout_handler timeout handler, takes pending call as data
146 * Sets the reply of a pending call with the given message,
147 * or if the message is #NULL, by timing out the pending call.
149 * @param pending the pending call
150 * @param message the message to complete the call with, or #NULL
151 * to time out the call
    [all...]

Completed in 502 milliseconds

<<51525354555657585960>>