HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 3301 - 3325 of 6482) sorted by null

<<131132133134135136137138139140>>

  /external/webkit/Source/WebCore/xml/
XSLTExtensions.cpp 44 SOFT_LINK(libxslt, xsltRegisterExtFunction, int, (xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *URI, xmlXPathFunction function), (ctxt, name, URI, function))
  /frameworks/native/opengl/libagl/
fixed_asm.S 23 .type gglFloatToFixed, %function
25 .type gglFloatToFixedFast, %function
  /hardware/ti/omap3/dspbridge/libbridge/
Android.mk 20 LOCAL_CFLAGS += -pipe -fomit-frame-pointer -Wall -Wno-trigraphs -Werror-implicit-function-declaration -fno-strict-aliasing -mapcs -mno-sched-prolog -mabi=aapcs-linux -mno-thumb-interwork -msoft-float -Uarm -DMODULE -D__LINUX_ARM_ARCH__=7 -fno-common -DLINUX -DOMAP_3430 -fpic
  /libcore/luni/src/main/native/
IcuUtilities.cpp 59 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) {
71 jniThrowExceptionFmt(env, exceptionClass, "%s failed: %s", function, u_errorName(error));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_rfunction.pass.cpp 12 // class function<R(ArgTypes...)>
14 // template<class A> function(allocator_arg_t, const A&, function&&);
67 std::function<int(int)> f = A();
72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f));
nullptr_t_assign.pass.cpp 12 // class function<R(ArgTypes...)>
14 // function& operator=(nullptr_t);
68 std::function<int(int)> f = A();
78 std::function<int(int)> f = g;
  /sdk/emulator/qtools/
check_stack.cpp 109 symbol_type *function; local
142 if (GetNextValidEvent(etrace, &event, &ignored, &function))
159 eStack->updateStack(&event, function);
204 // native stack might be pushing a native function first.
221 uint32_t addr = eFrames[ii].function->addr;
222 addr += eFrames[ii].function->region->vstart;
257 uint32_t addr = eFrames[ii].function->addr;
258 addr += eFrames[ii].function->region->vstart;
268 eFrames[ii].function->name);
  /external/v8/test/es5conform/
harness-adapt.js 30 function ES5Error(ut) {
34 ES5Error.prototype.toString = function () {
40 Error.prototype.__defineGetter__('description', function () {
44 function TestHarness() {
53 TestHarness.prototype.startTesting = function () {
58 TestHarness.prototype.report = function () {
69 TestHarness.prototype.startingTest = function (ut) {
  /external/v8/test/mjsunit/compiler/
alloc-object.js 32 // changing of function prototypes)
34 function test_helper(construct, a, b) {
38 function test(construct) {
59 function finalize_slack_tracking(construct) {
68 function ConstructInObjectPreAllocated(a, b) {
77 function ConstructInObjectUnused(a, b) {
86 function ConstructWhileSlackTracking(a, b) {
  /external/v8/test/mjsunit/
debug-liveedit-breakpoints.js 34 " function Z() {\n"
39 "function F25() {\n"
42 + "function F26 () {\n"
44 + function_z_text // function takes exactly 3 lines
50 + "function Nested() {\n"
52 + " return function F27() {\n"
97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
debug-evaluate-with-context.js 34 function listener(event, exec_state, event_data, data) {
81 function f() {
86 function runF() {
102 in_top_frame: function(exec_state, expression, additional_context) {
105 globally: function(exec_state, expression, additional_context) {
115 function evaluateViaProtocol(exec_state, expression, additional_context, frame_argument_adder) {
136 in_top_frame: function(exec_state, expression, additional_context) {
137 return evaluateViaProtocol(exec_state, expression, additional_context, function(args) { args.frame = 0; });
139 globally: function(exec_state, expression, additional_context) {
140 return evaluateViaProtocol(exec_state, expression, additional_context, function(args) { args.global = true; })
    [all...]
debug-liveedit-patch-positions-replace.js 31 // Scenario: a function is being changed, which causes enclosing function to
33 // object to be introduced; the function happens to be on stack at this moment;
42 "function BeingReplaced(changer, opt_x, opt_y) {\n" +
46 " res.a = (function() {})();\n" +
61 function Changer() {
66 function NoOp() {
69 function CallM(changer) {
70 // We expect call IC here after several function runs.
75 // will keep reference to code object of BeingRepalced function. This referenc
    [all...]
mirror-script.js 31 function testScriptMirror(f, file_name, file_lines, type, compilation_type,
86 testScriptMirror(function(){}, 'mirror-script.js', 98, 2, 0);
88 testScriptMirror(eval('(function(){})'), null, 1, 2, 1, '(function(){})', 87);
89 testScriptMirror(eval('(function(){\n })'), null, 2, 2, 1, '(function(){\n })', 88);
92 var mirror = debug.MakeMirror(eval('(function(){\n 1;\n})')).script();
93 assertEquals('(function(){\n', mirror.sourceSlice(0, 1).sourceText());
96 assertEquals('(function(){\n 1;\n', mirror.sourceSlice(0, 2).sourceText());
98 assertEquals('(function(){\n 1;\n})', mirror.sourceSlice(0, 3).sourceText())
    [all...]
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-single-touch-events.js 11 function touchEventCallback() {
21 // call the isSucccessfullyParsed function to output the correct TEST COMPLETE
34 function verifyTouchEvent(type, totalTouchCount, changedTouchCount, targetTouchCount)
44 function verifyTouchPoint(list, point, x, y, id)
53 function verifyTouch(which) {
90 function singleTouchSequence()
107 function touchTargets()
  /external/chromium/base/
task.h 58 // // If this function might be called directly, you might want to revoke
291 // Runnable methods are a type of task that call a function on an object when
299 // Method/Function - the signature of a pointer to the method or function you
311 // PostTask(FROM_HERE, NewRunnableFunction(&function[, a[, b]])
444 template <class Function, class Params>
447 RunnableFunction(Function function, const Params& params)
448 : function_(function), params_(params) {
466 Function function_
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 17 requestLocalFileSystem: function(callback) {
26 viewFiles: function(selectedFiles) {
34 selectFiles: function(selectedFiles) {
42 selectFile: function(selectedFile, index) {
49 cancelDialog: function() {
58 addListener: function(cb) { this.callbacks.push(cb) }
61 getFileTasks: function(urlList, callback) {
101 executeTask: function(taskId, urlList) {
108 getStrings: function(callback) {
183 getURL: function() {
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 25 function onLoad() {
31 $('cancel-button').addEventListener('click', function(e) {
44 $('color').addEventListener('click', function() { setColor(true); });
45 $('bw').addEventListener('click', function() { setColor(false); });
55 function updateControlsWithSelectedPrinterCapabilities() {
67 // function.
76 function updateWithPrinterCapabilities(settingInfo) {
99 function setControlAndLabelDisabled(controlElm, disable) {
114 function validateNumberOfCopies() {
127 function handleCopiesFieldBlur()
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 16 function addLoadEvent(newfun) {
18 if (typeof window.onload != 'function') {
21 window.onload = function() {
39 addLoadEvent(function() {
43 addLoadEvent(function() {
48 function mobileSetup() {
59 addLoadEvent( function() {
66 addLoadEvent( function() {
71 function setToRoot(root) {
76 function restoreWidth(navWidth)
    [all...]
  /external/v8/test/mjsunit/tools/
splaytree.js 32 (function testIsEmpty() {
40 (function testExportValues() {
50 function createSampleTree() {
81 (function testSplay() {
95 (function testInsert() {
105 (function testFind() {
119 (function testFindMin() {
129 (function testFindMax() {
139 (function testFindGreatestLessThan() {
153 (function testRemove()
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 22 function hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}
23 function b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}
24 function str_md5(s){ return binl2str(core_md5(str2binl(s), s.length * chrsz));}
25 function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
26 function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
27 function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }
32 function md5_vm_test()
40 function core_md5(x, len)
138 function md5_cmn(q, a, b, x, s, t)
142 function md5_ff(a, b, c, d, x, s, t
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 22 function hex_md5(s){ return binl2hex(core_md5(str2binl(s), s.length * chrsz));}
23 function b64_md5(s){ return binl2b64(core_md5(str2binl(s), s.length * chrsz));}
24 function str_md5(s){ return binl2str(core_md5(str2binl(s), s.length * chrsz));}
25 function hex_hmac_md5(key, data) { return binl2hex(core_hmac_md5(key, data)); }
26 function b64_hmac_md5(key, data) { return binl2b64(core_hmac_md5(key, data)); }
27 function str_hmac_md5(key, data) { return binl2str(core_hmac_md5(key, data)); }
32 function md5_vm_test()
40 function core_md5(x, len)
138 function md5_cmn(q, a, b, x, s, t)
142 function md5_ff(a, b, c, d, x, s, t
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.8.1.js 39 function test() {
52 function getTestCases() {
109 function MyObject(value) {
111 this.valueOf = new Function( "return this.value" );
112 this.toString = new Function( "return this.value +''" );
114 function MyValueObject(value) {
116 this.valueOf = new Function( "return this.value" );
118 function MyStringObject(value) {
120 this.toString = new Function( "return this.value +''" );
11.8.2.js 39 function test() {
52 function getTestCases() {
110 function MyObject(value) {
112 this.valueOf = new Function( "return this.value" );
113 this.toString = new Function( "return this.value +''" );
115 function MyValueObject(value) {
117 this.valueOf = new Function( "return this.value" );
119 function MyStringObject(value) {
121 this.toString = new Function( "return this.value +''" );
11.8.3.js 38 function test() {
51 function getTestCases() {
108 function MyObject(value) {
110 this.valueOf = new Function( "return this.value" );
111 this.toString = new Function( "return this.value +''" );
113 function MyValueObject(value) {
115 this.valueOf = new Function( "return this.value" );
117 function MyStringObject(value) {
119 this.toString = new Function( "return this.value +''" );
11.8.4.js 39 function test() {
52 function getTestCases() {
110 function MyObject(value) {
112 this.valueOf = new Function( "return this.value" );
113 this.toString = new Function( "return this.value +''" );
115 function MyValueObject(value) {
117 this.valueOf = new Function( "return this.value" );
119 function MyStringObject(value) {
121 this.toString = new Function( "return this.value +''" );

Completed in 1473 milliseconds

<<131132133134135136137138139140>>