Searched refs:call (Results 251 - 275 of 3576) sorted by relevance

<<11121314151617181920>>

/external/compiler-rt/make/
H A Dlib_info.mk23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
33 $(if $(call strneq,,$(strip $($(key).OnlyArchs) $($(key).OnlyConfigs))),,\
38 $(if $(call strneq,,$($(key).OnlyConfigs)),,\
40 $(call Append,ArchFunctions.$(arch),$(sort \
45 $(call Set,ArchFunctions.$(arch),$(sort $(ArchFunctions.$(arch))))\
46 $(call Set,ArchOnlyFunctions.$(arch),\
47 $(call set_difference,$(ArchFunctions.$(arch)),$(CommonFunctions))))
52 $(call Append,AvailableIn.$(fn),$(key))))
/external/grub/docs/
H A Dboot.S.texi66 call EXT_C(cmain)
70 call EXT_C(printf)
/external/guava/guava/src/com/google/common/util/concurrent/
H A DCallables.java38 @Override public T call() {
/external/javassist/src/main/javassist/tools/rmi/
H A DSample.java28 return importer.call(objectId, identifier, args);
34 throw new RemoteException("cannot call a static method.");
/external/liblzf/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
32 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/external/llvm/test/MC/ELF/
H A Dalias-reloc.s9 call bar@PLT
/external/mesa3d/src/mesa/drivers/dri/common/
H A DAndroid.mk29 LOCAL_PATH := $(call my-dir)
/external/mtpd/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/external/oauth/core/src/main/java/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
9 $(call all-java-files-under, net)
/external/scrypt/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
13 include $(call all-named-subdir-makefiles,tests)
/external/v8/test/mjsunit/
H A Dclosures.js31 assertEquals(expected, f.call(this));
/external/v8/test/mjsunit/regress/
H A Dregress-100702.js37 str.isThatMe.call(str);
H A Dregress-1980.js34 Error.prototype.toString.call(invalid_this[i]);
H A Dregress-326.js32 Array.prototype.sort.call(nonArray);
H A Dregress-98773.js36 Array.prototype.sort.call(array);
/external/valgrind/main/drd/tests/
H A Dsem_as_mutex3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dsem_open3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
/external/valgrind/main/memcheck/tests/x86/
H A Dtronical.S82 call VG_SYM_ASM(printf)
95 call VG_SYM_ASM(malloc)
97 call set define
98 call get
/external/wpa_supplicant_8/wpa_supplicant/
H A DAndroid.mk8 LOCAL_PATH := $(call my-dir)
/external/yaffs2/
H A DAndroid.mk3 LOCAL_PATH:= $(call my-dir)
24 $(call dist-for-goals, dist_files, $(LOCAL_BUILT_MODULE))
/external/doclava/res/assets/templates/
H A Dclass.cs87 <?cs call:since_tags(class) ?>
88 <?cs call:federated_refs(class) ?>
106 extends <?cs call:type_link(supr.short_class) ?><br/>
111 <?cs call:type_link(t) ?>
131 ?><?cs call:class_name(class.qualifiedType) ?><?cs
133 ?><?cs call:type_link(supr.class) ?><?cs
144 <?cs call:expando_trigger("subclasses-direct", "closed") ?>Known Direct Subclasses
145 <?cs call:expandable_class_list("subclasses-direct", class.subclasses.direct, "list") ?>
151 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
152 <?cs call
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb7 require 'antlr3/test/call-stack'
118 call = call_stack.find { |call| call.file != __FILE__ }
121 :file => ( call.file rescue nil ),
122 :line => ( call.line rescue nil )
175 call = call_stack.find { |call| call.file != __FILE__ }
178 :file => call
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dcontainer_that_decorates_its_children.js34 HTMLUnknownElement.prototype.appendChild.call(this, x);
39 HTMLUnknownElement.prototype.insertBefore.call(this, x, y);
44 HTMLUnknownElement.prototype.removeChild.call(this, x);
49 HTMLUnknownElement.prototype.replaceChild.call(this, x, y);
61 HTMLUnknownElement.prototype.removeChild.call(this, this.lastChild);
/external/linux-tools-perf/config/
H A Dutilities.mak10 # Usage: escape = $(call nl-escape[,escape])
20 # Usage: escaped-text = $(call escape-nl,text[,escape])
30 # $(call unescape-nl...)
32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
36 # Usage: text = $(call unescape-nl,escaped-text[,escape])
40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1))
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
60 # Usage: $(shell some-command | $(call shell-unescape-nl[,escape]))
62 # Use this to unescape newlines from within a shell call;
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTopDownProfileDataGridTree.js36 WebInspector.ProfileDataGridNode.call(this, profileNode, owningTree, hasChildren);
83 WebInspector.ProfileDataGridTree.call(this, profileView, rootProfileNode);
89 WebInspector.TopDownProfileDataGridNode.prototype.populate.call(node);
122 WebInspector.TopDownProfileDataGridNode.prototype._exclude.call(node, excludedCallUID);
135 WebInspector.ProfileDataGridTree.prototype.restore.call(this);

Completed in 4174 milliseconds

<<11121314151617181920>>