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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
windows-itanium.c 7 int function() { function
11 // CHECK-C: define i32 @function() {{.*}} {
  /external/libvorbis/lib/
lookups.pl 15 function: lookup data; generated by lookups.pl; edit there label
  /external/lldb/test/functionalities/breakpoint/breakpoint_command/
bktptcmd.py 1 def function(frame, bp_loc, dict): function
  /external/llvm/test/MC/ARM/Windows/
text-attributes.s 9 .def function
13 .global function
15 function: label
  /external/llvm/test/MC/ARM/
arm-qualifier-diagnostics.s 5 .type function,%function
6 function: label
target-expressions.s 7 .type function,%function
8 function: label
12 .type external,%function
16 .type test,%function
18 movw r0, :lower16:function
19 movt r0, :upper16:function
21 movw r1, #:lower16:function
22 movt r1, #:upper16:function
49 @ CHECK: movw r0, :lower16:function
    [all...]
  /external/llvm/test/MC/X86/
variant-diagnostics.s 6 function: label
  /external/chromium_org/third_party/flot/
excanvas.min.js 1 if(!document.createElement("canvas").getContext){(function(){var ab=Math;var n=ab.round;var l=ab.sin;var A=ab.cos;var H=ab.abs;var N=ab.sqrt;var d=10;var f=d/2;var z=+navigator.userAgent.match(/MSIE ([\d.]+)?/)[1];function y(){return this.context_||(this.context_=new D(this))}var t=Array.prototype.slice;function g(j,m,p){var i=t.call(arguments,2);return function(){return j.apply(m,i.concat(t.call(arguments)))}}function af(i){return String(i).replace(/&/g,"&amp;").replace(/"/g,"&quot;")}function Y(m,j,i){if(!m.namespaces[j]){m.namespaces.add(j,i,"#default#VML")}}function R(j){Y(j,"g_vml_","urn:schemas-microsoft-com:vml");Y(j,"g_o_","urn:schemas-microsoft-com:office:office");if(!j.styleSheets.ex_canvas_){var i=j.createStyleSheet();i.owningElement.id="ex_canvas_";i.cssText="canvas{display:inline-block;overflow:hidden;text-align:left;width:300px;height:150px}"}}R(document);var e={init:function(i){var j=i||document;j.createElement("canvas");j.attachEvent("onreadystatechange",g(this.init_,this,j))},init_:function(p){var m=p.getElementsByTagName("canvas");for(var j=0;j<m.length;j++){this.initElement(m[j])}},initElement:function(j){if(!j.getContext){j.getContext=y;R(j.ownerDocument);j.innerHTML="";j.attachEvent("onpropertycha (…)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-double-call.js 34 function TestCase(test_scenario, expected_output) {
38 var script_text_generator = (function() {
42 get: function() {
43 return "(function() {\n " +
44 " function A() {\n " +
50 " function B(p1, p2) {\n " +
54 " function C() {\n " +
56 " // Function call with argument adaptor is intentional.\n " +
59 " function D() {\n " +
61 " // Function call with argument adaptor is intentional.\n "
    [all...]
debug-breakpoints.js 32 function f() {a=1;b=2}
33 function g() {
58 // function g() {
66 // function g() {
72 // function g() {
80 // function g() {
86 // function g() {
93 // function g() {
101 // function g() {
109 // function g()
    [all...]
never-optimize.js 30 function o1() {
39 // Check that the given function was optimized.
44 function u1() {
47 function u2() {
array-literal-transitions.js 46 function get(foo) { return foo; } // Used to generate dynamic values.
48 function array_literal_test() {
104 function test_large_literal() {
106 function d() {
111 function o() {
133 function deopt_array(use_literal) {
154 function deopt_array_literal_all_smis(a) {
179 function deopt_array_literal_all_doubles(a) {
206 (function literals_after_osr() {
elements-transition.js 43 function make_array_string(length) {
47 function make_array(length) {
51 function test(test_double, test_object, set, length) {
59 // false, true, nice setter function, 20
102 function run_test(test_double, test_object, set, length) {
107 run_test(false, false, function(a,i,v){ a[i] = v; }, 20);
108 run_test(true, false, function(a,i,v){ a[i] = v; }, 20);
109 run_test(false, true, function(a,i,v){ a[i] = v; }, 20);
110 run_test(true, true, function(a,i,v){ a[i] = v; }, 20);
112 run_test(false, false, function(a,i,v){ a[i] = v; }, 10000)
    [all...]
  /build/tools/droiddoc/templates-pdk/
customizations.cs 19 addLoadEvent(function() { method
33 addLoadEvent(function() { method
100 addLoadEvent(function() {
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
101-macros-used-twice.c 2 #define function(x) 1 macro
11 #if function(0)
14 #if function(0)
056-macro-argument-with-comma.c 2 #define function(x) success macro
3 #define foo function
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1207.js 31 function fib(n) {
regress-78270.js 31 function g(f0) {
regress-debug-code-recompilation.js 33 function f() {a=1;b=2};
34 function g() {
regress-88858.js 33 function make_watcher(name) { }
35 function f(flag) {
54 function __noSuchMethod__() {
59 f.p = function() { };
regress-84234.js 32 function TestCase(n, d, e, a) {
46 function test() {
52 function MyObject( n ) {
  /external/mesa3d/src/glsl/glcpp/tests/
101-macros-used-twice.c 2 #define function(x) 1 macro
11 #if function(0)
14 #if function(0)
  /build/tools/droiddoc/templates-sdk/
customizations.cs 34 $(document).ready(function() { method
53 $(document).ready(function() { method
67 $(document).ready(function() { method
81 $(document).ready(function() { method
95 $(document).ready(function() { method
109 $(document).ready(function() { method
123 $(document).ready(function() { method
137 $(document).ready(function() { method
151 $(document).ready(function() { method
169 $(document).ready(function() { method
188 $(document).ready(function() { method
206 $(document).ready(function() { method
225 $(document).ready(function() { method
248 $(document).ready(function() { method
267 $(document).ready(function() { method
287 $(document).ready(function() { method
303 $(document).ready(function() { method
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
customizations.cs 34 $(document).ready(function() { method
53 $(document).ready(function() { method
67 $(document).ready(function() { method
81 $(document).ready(function() { method
95 $(document).ready(function() { method
109 $(document).ready(function() { method
123 $(document).ready(function() { method
137 $(document).ready(function() { method
151 $(document).ready(function() { method
169 $(document).ready(function() { method
188 $(document).ready(function() { method
206 $(document).ready(function() { method
225 $(document).ready(function() { method
248 $(document).ready(function() { method
267 $(document).ready(function() { method
287 $(document).ready(function() { method
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_stack.h 47 const void *function; member in struct:debug_stack_frame

Completed in 5817 milliseconds

1 2 3 4 5 6 7 8 91011>>