HomeSort by relevance Sort by last modified time
    Searched defs:function (Results 26 - 50 of 808) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfglobal.asm 2 ; program that calls function with eax=constant, thus exiting err=0
4 GLOBAL function
8 function: label
  /external/chromium_org/ui/file_manager/file_manager/common/js/
error_util.js 16 window.onerror = function() { window.JSErrorCount++; };
22 console.error = (function() {
24 return function() {
35 console.assert = (function() {
37 return function(condition) {
45 * Wraps the function to use it as a callback.
51 * @return {function} Wrapped function.
53 Function.prototype.wrap = function(thisObject)
    [all...]
  /external/chromium_org/v8/test/intl/general/
empty-handle.js 36 function C() { X[C("asd".localeCompare("asdf") < 0)] = C("a"); }
38 function() {
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91120.js 28 // We intend that the function declaration for g inside catch is hoisted to
29 // function f's scope. Invoke it before try/catch, in the try block, in the
34 function f() {
35 var x = 'function';
36 assertEquals('function', g());
38 assertEquals('function', g());
41 function g() { return x; }
42 assertEquals('function', g());
44 assertEquals('function', g());
48 assertEquals('function', f()())
    [all...]
  /external/clang/test/PCH/Inputs/
typo.hpp 2 template<typename F> class function {}; class in namespace:boost
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_stack.h 47 const void *function; member in struct:debug_stack_frame
  /external/mesa3d/src/glsl/glcpp/tests/
056-macro-argument-with-comma.c 2 #define function(x) success macro
3 #define foo function
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdCountLeadingZeros.S 30 Function: h264bsdCountLeadingZeros
42 function h264bsdCountLeadingZeros, export=1 label
  /ndk/tests/build/lambda-defarg3/jni/
lambda-defarg3.C 5 struct function struct
7 template <class U> function(U u) { } function in struct:function
12 static T test(function f = [](int i){return i;}) { }
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 0 function arrayExists(array, x) {
8 Date.prototype.formatDate = function (input,time) {
10 // a PHP date like function, for formatting date strings
45 function a() {
49 function A() {
54 function B(){
70 function d() {
75 function D() {
79 function F() {
83 function g()
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 0 function arrayExists(array, x) {
8 Date.prototype.formatDate = function (input,time) {
10 // a PHP date like function, for formatting date strings
45 function a() {
49 function A() {
54 function B(){
70 function d() {
75 function D() {
79 function F() {
83 function g()
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 0 function arrayExists(array, x) {
8 Date.prototype.formatDate = function (input,time) {
10 // a PHP date like function, for formatting date strings
45 function a() {
49 function A() {
54 function B(){
70 function d() {
75 function D() {
79 function F() {
83 function g()
    [all...]
  /external/lldb/www/python_reference/
epydoc.js 0 function toggle_private() {
52 function show_private() {
62 function getCookie(name) {
76 function setFrame(url1, url2) {
80 function checkCookie() {
85 function toggleCallGraph(id) {
92 function expand(id) {
105 function collapse(id) {
131 function toggle(id) {
140 function highlight(id)
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.time.min.js 9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i. (…)
    [all...]
  /external/bluetooth/bluedroid/test/suite/cases/
cases.h 27 bool (*function)(); member in struct:__anon6349
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-serialized-slots.js 28 // The test verifies that parameters of the outer function are correctly
31 function runner(f, expected) {
37 Function.prototype.bind = function(thisObject)
41 function bound()
43 // Note outer function parameter access (|thisObject|).
51 function sum(x, y) {
55 function test(n) {
  /external/chromium_org/v8/test/mjsunit/
function-source.js 33 function f() {
34 function h() {
40 function g() {
41 function h() {
allocation-site-info.js 63 function getKind(obj) {
70 function isHoley(obj) {
75 function assertKind(expected, obj, name_opt) {
83 function assertHoley(obj, name_opt) {
87 function assertNotHoley(obj, name_opt) {
120 function fastliteralcase(literal, value) {
125 function get_standard_literal() {
166 function fastliteralcase_smifast(value) {
180 function fastliteralcase_smiholey(index, value) {
193 function newarraycase_smidouble(value)
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/kde/
func-decl.js 26 function shouldBeOfType(msg, val, type) {
33 function shouldBeVal(msg, val, expected) {
42 function test() {
44 shouldBeOfType("Function declaration takes effect at entry", f, "function");
52 shouldBeOfType("Decl not yet overwritten", f, 'function');
59 function f() {};
60 shouldBeVal("function decls have no execution content", f, 3);
  /external/clang/test/Modules/Inputs/
redecl-add-after-load.h 3 extern constexpr int function() { return 0; } function
8 extern constexpr int function() { return 0; } function in namespace:N
14 constexpr int C::function() { return 0; } function in class:C
19 static constexpr int function();
23 constexpr int D::function() { return 0; } function in class:D
  /external/javasqlite/src/main/java/SQLite/
Function.java 7 * which is used to set the function result or error code.
12 * class SinFunc implements SQLite.Function {
13 * public void function(SQLite.FunctionContext fc, String args[]) {
31 public interface Function {
34 * Callback for regular function.
36 * @param fc function's context for reporting result
40 public void function(FunctionContext fc, String args[]); method in interface:Function
43 * Callback for one step in aggregate function.
45 * @param fc function's context for reporting result
52 * Callback for final step in aggregate function
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
jquery.flot.min.js 6 (function(b){b.color={};b.color.make=function(d,e,g,f){var c={};c.r=d||0;c.g=e||0;c.b=g||0;c.a=f!=null?f:1;c.add=function(h,j){for(var k=0;k<h.length;++k){c[h.charAt(k)]+=j}return c.normalize()};c.scale=function(h,j){for(var k=0;k<h.length;++k){c[h.charAt(k)]*=j}return c.normalize()};c.toString=function(){if(c.a>=1){return"rgb("+[c.r,c.g,c.b].join(",")+")"}else{return"rgba("+[c.r,c.g,c.b,c.a].join(",")+")"}};c.normalize=function(){function h(k,j,l){return j<k?k:(j>l?l:j)}c.r=h(0,parseInt(c.r),255);c.g=h(0,parseInt(c.g),255);c.b=h(0,parseInt(c.b),255);c.a=h(0,c.a,1);return c};c.clone=function(){return b.color.make(c.r,c.b,c.g,c.a)};return c.normalize()};b.color.extract=function(d,e){var c;do{c=d.css(e).toLowerCase();if(c!=""&&c!="transparent"){break}d=d.parent()}while(!b.nodeName(d.get(0),"body"));if(c=="rgba(0, 0, 0, 0)"){c="transparent"}return b.color.parse(c)};b.color.parse=function(c){var d,f=b.color.make;if(d=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exe (…)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/browser/
browser_apitest.cc 28 scoped_refptr<api::BrowserOpenTabFunction> function = local
31 function->set_extension(extension.get());
33 function.get(),
  /external/chromium_org/chrome/browser/extensions/api/socket/
socket_api_unittest.cc 42 SocketCreateFunction* function = new SocketCreateFunction(); local
43 function->set_work_thread_id(id);
47 RunFunctionAndReturnDictionary(function, "[\"tcp\"]"));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/closure/
closure_preinit.js 30 * Custom function for importing ChromeVox scripts.
34 window.CLOSURE_IMPORT_SCRIPT = function(src) {
43 function loadNextScript() {
53 function(response) {
72 xhr.onreadystatechange = function() {

Completed in 752 milliseconds

12 3 4 5 6 7 8 91011>>