| /external/lldb/source/Symbol/ |
| Block.cpp | 17 #include "lldb/Symbol/Function.h" 43 Block::GetDescription(Stream *s, Function *function, lldb::DescriptionLevel level, Target *target) const 53 base_addr = function->GetAddressRange().GetBaseAddress().GetLoadAddress(target); 55 base_addr = function->GetAddressRange().GetBaseAddress().GetFileAddress(); 177 Function * 194 Function *function = CalculateSymbolContextFunction(); local 195 if (function) 196 function->DumpSymbolContext(s) 292 Function *function = CalculateSymbolContextFunction(); local 333 Function *function = CalculateSymbolContextFunction(); local 356 Function *function = CalculateSymbolContextFunction(); local 402 Function *function = m_parent_scope->CalculateSymbolContextFunction(); local [all...] |
| /external/v8/test/mjsunit/ |
| external-array-no-sse2.js | 31 function assertInstance(o, f) { 37 function f(a) { 114 function abfunc3() { 118 function abfunc4() { 125 function abfunc5() { 134 function abfunc6() { 168 function get(a, index) { 171 function set(a, index, value) { 174 function temp() { 211 function test_load(array, sum) [all...] |
| external-array.js | 31 function assertInstance(o, f) { 37 function f(a) { 114 function abfunc3() { 118 function abfunc4() { 125 function abfunc5() { 134 function abfunc6() { 168 function get(a, index) { 171 function set(a, index, value) { 174 function temp() { 211 function test_load(array, sum) [all...] |
| unbox-double-arrays.js | 37 function expected_array_value(i) { 45 function force_to_fast_double_array(a) { 53 function make_object_like_array(size) { 59 function testOneArrayType(allocator) { 68 // This function has a constant and won't get inlined. 69 function computed_6() { 73 // Multiple versions of the test function makes sure that IC/Crankshaft state 75 function test_various_loads(a, value_5, value_6, value_7) { 85 function test_various_loads2(a, value_5, value_6, value_7) { 95 function test_various_loads3(a, value_5, value_6, value_7) [all...] |
| keywords-and-reserved_words.js | 35 function isKeyword(x) 46 function isStrictKeyword(x) 57 function classifyIdentifier(x) 75 function testKeyword(word) { 95 // Function names and arguments 96 assertThrows("function " + word + " () { }", SyntaxError); 97 assertThrows("function foo (" + word + ") {}", SyntaxError); 98 assertThrows("function foo (a, " + word + ") { }", SyntaxError); 99 assertThrows("function foo (" + word + ", a) { }", SyntaxError); 100 assertThrows("function foo (a, " + word + ", b) { }", SyntaxError) [all...] |
| md5.js | 36 function hex_md5(s) { 40 function core_md5(x, len) { 132 function md5_cmn(q, a, b, x, s, t) { 136 function md5_ff(a, b, c, d, x, s, t) { 140 function md5_gg(a, b, c, d, x, s, t) { 144 function md5_hh(a, b, c, d, x, s, t) { 148 function md5_ii(a, b, c, d, x, s, t) { 152 function safe_add(x, y) { 158 function bit_rol(num, cnt) { 162 function str2binl(str) [all...] |
| /external/chromium-libpac/test/js-unittest/ |
| pac_library_unittest.js | 8 function FindProxyForURL(url, host) { 35 Tests.testDnsDomainIs = function(t) { 42 Tests.testDnsDomainLevels = function(t) { 48 Tests.testIsInNet = function(t) { 61 Tests.testIsPlainHostName = function(t) { 66 Tests.testLocalHostOrDomainIs = function(t) { 72 Tests.testShExpMatch = function(t) { 79 Tests.testSortIpAddressList = function(t) { 126 Tests.testIsInNetEx = function(t) { 160 Tests.testWeekdayRange = function(t) [all...] |
| /external/v8/test/webkit/resources/ |
| json2-es5-compat.js | 23 function or an array of strings. 44 Date.prototype.toJSON = function (key) { 45 function f(n) { 72 a replacer function to replace those with JSON values. 92 text = JSON.stringify([new Date()], function (key, value) { 103 The optional reviver parameter is a function that can filter and 114 myData = JSON.parse(text, function (key, value) { 127 myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) { 168 (function () { 170 function f(n) [all...] |
| /build/tools/droiddoc/templates-sdk/assets/js/ |
| docs.js | 9 var mPagePath; // initialized in ready() function 22 $(document).ready(function() { 40 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 43 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 58 $('body').keyup(function(event) { 65 $('#nav-swap .fullscreen').click(function(){ 79 $('#search-close').on('click touchend', function() { 91 $("#search_autocomplete").focus(function() { 94 $("#search-container").on('mouseover touchend', function(e) { 99 $("#search-container").mouseout(function() { [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.pas | 64 function GetSourceName: String; 77 function LA(I: Integer): Integer; 78 function LAChar(I: Integer): Char; 90 function Mark: Integer; 97 function Index: Integer; 174 function Size: Integer; 190 function GetLine: Integer; 192 function GetCharPositionInLine: Integer; 203 function LT(const I: Integer): Integer; 210 function Substring(const Start, Stop: Integer): String [all...] |
| /build/tools/droiddoc/templates-pdk/assets/ |
| android-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/libvncserver/webclients/novnc/include/ |
| jsunzip.js | 34 function JSUnzip() { 36 this.getInt = function(offset, size) { 54 this.getDOSDate = function(dosdate, dostime) { 64 this.open = function(data) { 138 this.read = function(fileName) { 205 function TINF() { 215 this.TREE = function() { 220 this.DATA = function(that) { 261 this.build_bits_base = function(bits, base, delta, first) 278 this.build_fixed_trees = function(lt, dt [all...] |
| display.js | 12 function Display(defaults) { 22 // Predefine function variables (jslint) 59 that.get_context = function () { return c_ctx; }; 61 that.set_scale = function(scale) { rescale(scale); }; 63 that.set_width = function (val) { that.resize(val, fb_height); }; 64 that.get_width = function() { return fb_width; }; 66 that.set_height = function (val) { that.resize(fb_width, val); }; 67 that.get_height = function() { return fb_height; }; 76 function constructor() { 148 rescale = function(factor) [all...] |
| /external/mesa3d/src/glsl/ |
| lower_jumps.cpp | 33 * 4. Replace all "return"s with a single return at the end of the function, 34 * for the main function and/or other functions 51 * until the end of the function. 89 * jump back to the top, or return from the function). 102 * of it, or return from the function. 110 * of it, or return from the function. 117 * of it, or return from the function. 124 * it or return from the function. 131 * only return from the function. 186 /* also supported for the "function loop" * 271 struct function_record function; member in struct:ir_lower_jumps_visitor [all...] |
| /external/v8/test/mjsunit/compiler/ |
| assignment-deopt.js | 34 function assign1(x) { x += 1; o.x = x; } 43 function assign2(p) { p.x += 1 } 61 function assign3(a, b) { a[b] += 1; } 91 function assign5(x,y) { return (x += 1) + y; } 99 function assign7(o,y) { return (o.x += 1) + y; } 114 function assign9(o,y) { return (o[0] += 1) + y; } 130 function assign10(p) { return p.x += 1 } 149 var g3 = { valueOf: function() { o.y = "bar"; return 42; }}; 150 function assign11(p) { return p.x += 1; } 166 var g4 = { valueOf: function() { o.y = "bar"; return 42; }} [all...] |
| count-deopt.js | 34 function inc1(x) { x++; o.x = x; } 43 function inc2(p) { p.x++ } 61 function inc3(a, b) { a[b]++; } 91 function inc4(x,y) { return (x++) + y; } 97 function inc5(x,y) { return (++x) + y; } 104 function inc6(o,y) { return (o.x++) + y; } 118 function inc7(o,y) { return (++o.x) + y; } 132 function inc8(o,y) { return (o[0]++) + y; } 146 function inc9(o,y) { return (++o[0]) + y; } 161 function inc10(p) { return p.x++ [all...] |
| uint32.js | 39 function ChangeI2T(arr, i) { 52 function SideEffect() { 56 function Deopt(obj, arr, i) { 68 function ChangeI2D(arr) { 79 function ShrShr(val) { 88 function SarShr(val) { 98 function Uint32Phi(a, b, c) { 112 function NonUint32Phi(a, b, c) { 125 function PhiOfPhi(x) { 140 function PhiOfPhiUnsafe(x) [all...] |
| /external/v8/test/mjsunit/regress/ |
| regress-2185-2.js | 32 function short() { 40 a.sort(function(a, b) { return a - b; }); 46 function short_bench(name, array) { 54 function sawseq(a, tooth) { 64 function sawseq2(a, tooth) { 78 function sawseq3(a, tooth) { 88 function up(a) { 95 function down(a) { 102 function ran(a) { 122 function bench(name, array) [all...] |
| regress-2443.js | 30 assertThrows(function() { Number.prototype.toExponential.call({}) }, 33 assertThrows(function() { Number.prototype.toPrecision.call({}) }, 36 assertThrows(function() { Number.prototype.toFixed.call({}) }, 39 assertThrows(function() { Number.prototype.toString.call({}) }, 42 assertThrows(function() { Number.prototype.toLocaleString.call({}) }, 45 assertThrows(function() { Number.prototype.ValueOf.call({}) }, 52 x_obj.valueOf = function() { assertUnreachable(); }; 83 var f_obj = { valueOf: function() { f_flag = true; return 1000; } }; 117 assertThrows(function() { Number.prototype.toFixed.call(NaN, f_obj) }, 122 assertThrows(function() { Number.prototype.toFixed.call(1/0, f_obj) } [all...] |
| /external/v8/test/webkit/fast/js/kde/ |
| md5-2.js | 39 function safe_add(x, y) 49 function rol(num, cnt) 57 function cmn(q, a, b, x, s, t) 61 function ff(a, b, c, d, x, s, t) 65 function gg(a, b, c, d, x, s, t) 69 function hh(a, b, c, d, x, s, t) 73 function ii(a, b, c, d, x, s, t) 82 function coreMD5(x) 175 function binl2hex(binarray) 190 function binl2b64(binarray [all...] |
| /external/google-breakpad/src/common/ |
| module.cc | 78 void Module::AddFunction(Function *function) { 81 assert(!function->name.empty()); 85 Extern ext(function->address); 89 (function->address & 0x1) == 0) { 91 Extern arm_thumb_ext(function->address | 0x1); 100 // There should be no other PUBLIC symbols that overlap with the function. 101 Extern debug_ext(function->address); 104 (*it_debug)->address >= function->address + function->size) [all...] |
| /frameworks/rs/api/ |
| GenerateStubsWhiteList.cpp | 174 * This function is recursive because compression is possible at each level of the definition. 178 * This function mangles correctly the types currently used by RenderScript. It does 179 * not currently mangle more complicated types like function pointers, namespaces, 303 /* Add the mangling for this permutation of the function. apiLevel and intSize is used 306 static bool addFunctionManglingToSet(const Function& function, 326 /* Add to the set the mangling of each function prototype that can be generated from this 331 static bool addManglingsForSpecification(const Function& function, 334 // If the function is inlined, we won't generate an unresolved external for that 375 const Function* function = f.second; local 478 const Function* function = f.second; local [all...] |
| /build/tools/droiddoc/templates-sac/assets/js/ |
| docs.js | 18 $(document).ready(function() { 23 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 26 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 47 $('#nav-swap .fullscreen').click(function(){ 63 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)}); 66 $('.search .close').click(function() { 75 $('.search').click(function() { 83 $("#btn-quicknav").click(function() { 95 var expand = function() { 100 var collapse = function() { [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/ |
| mat3.js | 34 mat3.create = function() { 55 mat3.fromMat4 = function(out, a) { 74 mat3.clone = function(a) { 95 mat3.copy = function(out, a) { 114 mat3.identity = function(out) { 134 mat3.transpose = function(out, a) { 166 mat3.invert = function(out, a) { 202 mat3.adjoint = function(out, a) { 225 mat3.determinant = function (a) { 241 mat3.multiply = function (out, a, b) [all...] |
| /build/tools/droiddoc/templates-ndk/assets/js/ |
| docs.js | 9 var mPagePath; // initialized in ready() function 22 $(document).ready(function() { 40 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) { 43 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) { 58 $('body').keyup(function(event) { 65 $('#nav-swap .fullscreen').click(function(){ 85 $('.search .close').click(function() { 97 $("#btn-quicknav").click(function() { 109 var expand = function() { 114 var collapse = function() { [all...] |