Searched refs:call (Results 276 - 300 of 3576) sorted by relevance

<<11121314151617181920>>

/external/libnfc-nci/
H A DAndroid.mk10 LOCAL_PATH:= $(call my-dir)
40 $(call all-c-files-under, $(NFA)/ce $(NFA)/dm $(NFA)/ee) \
41 $(call all-c-files-under, $(NFA)/hci $(NFA)/int $(NFA)/p2p $(NFA)/rw $(NFA)/sys) \
42 $(call all-c-files-under, $(NFC)/int $(NFC)/llcp $(NFC)/nci $(NFC)/ndef $(NFC)/nfc $(NFC)/tags) \
43 $(call all-c-files-under, src/adaptation) \
44 $(call all-cpp-files-under, src/adaptation) \
45 $(call all-c-files-under, src/gki) \
57 LOCAL_SRC_FILES := $(call all-c-files-under, $(HALIMPL)) \
58 $(call all-cpp-files-under, $(HALIMPL)) \
79 include $(call al
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dfunction-call.js73 // type, but since this change will allow call to be invoked with undefined
79 Function.prototype.call,
158 // Test that all natives using the ToObject call throw the right exception.
165 // We call all functions with no parameters, which means that essential
171 should_throw_on_null_and_undefined[i].call(null);
180 should_throw_on_null_and_undefined[i].call(undefined);
213 non_generic[i].call(null);
222 non_generic[i].call(null);
256 mapping_functions[j].call(array,
267 mapping_functions[j].call(arra
[all...]
/external/v8/test/mjsunit/
H A Dfunction-call.js74 // type, but since this change will allow call to be invoked with undefined
80 Function.prototype.call,
153 // Test that all natives using the ToObject call throw the right exception.
160 // We call all functions with no parameters, which means that essential
166 should_throw_on_null_and_undefined[i].call(null);
176 should_throw_on_null_and_undefined[i].call(undefined);
212 non_generic[i].call(null);
221 non_generic[i].call(null);
255 mapping_functions[j].call(array,
267 mapping_functions[j].call(arra
[all...]
/external/strace/
H A Dstrace-graph44 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' || $call eq 'clone' || $call eq 'vfork') {
240 } elsif ($call e
[all...]
/external/chromium_org/chrome/test/pyautolib/
H A Dchromoting_helper.py54 subprocess.call('unzip remoting-me2me-host-mac.zip', shell=True)
55 subprocess.call('mkdir ' + output_dir, shell=True)
63 subprocess.call(['security', 'delete-keychain', key_chain])
64 subprocess.call(['security', 'create-keychain', '-p',
66 subprocess.call(['security', 'import', key,
68 subprocess.call(['security', 'import', cert,
74 subprocess.call(do_signing + ' ' + output_dir + ' ' + host_dir + ' ' +
79 subprocess.call(['security', 'delete-keychain', key_chain])
90 subprocess.call('hdiutil' + ' mount ' + dmg, shell=True)
96 subprocess.call(['/us
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dtemplate.mk61 $(foreach dep,$(DEPS),$(eval $(call DEPEND_RULE,$(dep))))
65 $(foreach src,$({{name}}_SOURCES),$(eval $(call COMPILE_RULE,$(src),$({{name}}_CFLAGS))))
67 $(foreach src,$(SOURCES),$(eval $(call COMPILE_RULE,$(src),$(CFLAGS))))
77 $(eval $(call SO_RULE,{{name}},$({{sources}})))
79 $(eval $(call SO_RULE,{{name}},$({{sources}}),,,1))
82 $(eval $(call LINK_RULE,{{name}}_unstripped,$({{sources}}),$(LIBS),$(DEPS)))
83 $(eval $(call STRIP_RULE,{{name}},{{name}}_unstripped))
85 $(eval $(call LINK_RULE,{{name}},$({{sources}}),$(LIBS),$(DEPS)))
89 $(eval $(call NMF_RULE,$(TARGET),)){{post}}
/external/jmonkeyengine/engine/src/networking/com/jme3/network/rmi/
H A DObjectStore.java212 RemoteMethodCallMessage call = new RemoteMethodCallMessage();
213 call.methodId = methodId;
214 call.objectId = objectId;
215 call.args = args;
219 call.invocationId = invocationIdCounter++;
222 pendingInvocations.put(call.invocationId, invoke);
226 remoteObj.client.send(call);
227 logger.log(Level.INFO, "Server: Sending {0}", call);
229 client.send(call);
230 logger.log(Level.INFO, "Client: Sending {0}", call);
[all...]
/external/chromium/chrome/browser/resources/net_internals/
H A Dview.js80 View.call(this);
95 DivView.superClass_.setGeometry.call(this, left, top, width, height);
102 DivView.superClass_.show.call(this, isVisible);
123 View.call(this);
131 WindowView.superClass_.setGeometry.call(this, left, top, width, height);
136 WindowView.superClass_.show.call(this, isVisible);
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/autofill/
H A DAutofillTestHelper.java29 public AutofillProfile call() {
38 public Integer call() {
48 public String call() {
69 public CreditCard call() {
78 public Integer call() {
87 public String call() {
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dhorizontal_scrollbar_view.js24 superClass.call(this, divId);
45 superClass.prototype.setGeometry.call(this, left, top, width, height);
50 superClass.prototype.show.call(this, isVisible);
H A Dtop_mid_bottom_view.js36 superClass.call(this);
48 superClass.prototype.setGeometry.call(this, left, top, width, height);
73 superClass.prototype.show.call(this, isVisible);
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Dsearch_box.js14 print_preview.Component.call(this);
72 print_preview.Component.prototype.enterDocument.call(this);
78 print_preview.Component.prototype.exitDocument.call(this);
/external/chromium_org/native_client_sdk/src/tools/
H A Dhost_vc.mk45 $(call SRC_TO_OBJ,$(1)): $(1) $(TOP_MAKE) | $(dir $(call SRC_TO_OBJ,$(1)))dir.stamp
46 $(call LOG,CC,$$@,$(HOST_CC) /Fo$$@ /c $$< $(WIN_OPT_FLAGS) $(2) $(WIN_FLAGS))
50 $(call SRC_TO_OBJ,$(1)): $(1) $(TOP_MAKE) | $(dir $(call SRC_TO_OBJ,$(1)))dir.stamp
51 $(call LOG,CXX,$$@,$(HOST_CXX) /Fo$$@ -c $$< $(WIN_OPT_FLAGS) $(2) $(WIN_FLAGS))
61 $(call C_COMPILER_RULE,$(1),$(3) $(foreach inc,$(INC_PATHS),/I$(inc)))
63 $(call CXX_COMPILER_RULE,$(1),$(3) $(foreach inc,$(INC_PATHS),/I$(inc)))
82 $(call LOG,LIB,$$@,$(HOST_LIB) /OUT:$$@ $$^ $(WIN_LDFLAGS))
99 $(call LO
[all...]
/external/chromium_org/sandbox/
H A Dsandbox.target.darwin-mips.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,sandbox_sandbox_services_gyp)/sandbox_sandbox_services_gyp.a
H A Dsandbox.target.linux-mips.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,sandbox_sandbox_services_gyp)/sandbox_sandbox_services_gyp.a
/external/chromium_org/third_party/WebKit/public/
H A Dblink_minimal.target.darwin-arm.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
H A Dblink_minimal.target.darwin-mips.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
H A Dblink_minimal.target.darwin-x86.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
H A Dblink_minimal.target.linux-arm.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
H A Dblink_minimal.target.linux-mips.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
H A Dblink_minimal.target.linux-x86.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,STATIC_LIBRARIES,third_party_WebKit_Source_web_blink_common_gyp)/third_party_WebKit_Source_web_blink_common_gyp.a
/external/chromium_org/third_party/icu/
H A Dicudata.target.darwin-arm.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,GYP,third_party_icu_system_icu_gyp)/system_icu.stamp
H A Dicudata.target.darwin-mips.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,GYP,third_party_icu_system_icu_gyp)/system_icu.stamp
H A Dicudata.target.darwin-x86.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,GYP,third_party_icu_system_icu_gyp)/system_icu.stamp
H A Dicudata.target.linux-arm.mk10 gyp_intermediate_dir := $(call local-intermediates-dir)
11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared)
15 $(call intermediates-dir-for,GYP,third_party_icu_system_icu_gyp)/system_icu.stamp

Completed in 668 milliseconds

<<11121314151617181920>>