HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 101 - 125 of 6532) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-arm/bionic/
__get_sp.S 29 .type __get_sp, %function
  /bionic/libc/arch-x86/bionic/
__get_sp.S 29 .type __get_sp, @function
  /build/tools/droiddoc/templates-sdk/assets/js/
tabbedlist.js 31 * easing: easing function for transition
38 (function($) {
39 $.fn.dacTabbedList = function(o) {
50 return this.each(function() {
64 $(nav_li).click(function(e) {
69 function go(to) {
75 function() {
91 function css(el, prop) {
94 function width(el) {
97 function height(el)
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_NOP.S 35 * insert fake function header to help gdb find the stack frame
38 .type dalvik_inst, %function
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRStringStream.js 8 org.antlr.runtime.ANTLRStringStream = function(data) {
81 reset: function() {
91 consume: function() {
111 LA: function(i) {
130 index: function() {
138 size: function() {
155 mark: function() {
188 rewind: function(m) {
212 release: function(marker) {
247 seek: function(index)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleNodeStream.js 4 org.antlr.runtime.tree.RewriteRuleNodeStream = function(adaptor, elementDescription, el) {
11 nextNode: function() {
15 toTree: function(el) {
19 dup: function() {
  /external/chromium/chrome/browser/debugger/manual_tests/resources/
primes.js 0 function Primes() {
5 Primes.prototype.test = function(p) {
  /external/chromium/chrome/common/extensions/docs/examples/api/pageAction/pageaction_by_content/
contentscript.js 11 chrome.extension.sendRequest({}, function(response) {});
  /external/compiler-rt/lib/
int_util.h 13 * library. The function definitions themselves are all contained in int_util.c
27 const char *function) __attribute__((noreturn));
  /external/llvm/test/MC/ELF/
gen-dwarf.s 10 .type foo, @function
  /external/skia/tests/
TestClassDef.h 20 #define DEFINE_TESTCLASS(uiname, classname, function) \
27 virtual void onRun(Reporter* reporter) { function(reporter); } \
32 #define DEFINE_GPUTESTCLASS(uiname, classname, function) \
41 function(reporter, fContext); \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
catchguard-002-n.js 25 function test()
catchguard-003-n.js 27 function test()
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
Utilities.js 26 function getResource(url, callback) {
28 xhr.onreadystatechange = function() {
37 function range(n) {
44 Array.prototype.first = function(predicate) {
LeaksParserWorker.js 26 function LeaksParserWorker() {
31 addLeaksFile: function(leaksText) {
35 _parseLeaks: function(text) {
38 text.split("\n").forEach(function(line) {
48 leaks.push({ size: currentSize, stack: line.split(" | ").slice(1).map(function(str) { return str.trim(); }) });
54 _createNode: function(functionName) {
67 // This function creates a fake "profile" from a set of leak stacks. "selfTime" is the number of
68 // stacks in which this function was at the top (in theory, only functions like malloc should have a
69 // non-zero selfTime). "totalTime" is the number of stacks which contain this function (and thus is
70 // the number of leaks that occurred in or beneath this function)
    [all...]
  /external/v8/test/mjsunit/
strict-mode.js 28 function CheckStrictMode(code, exception) {
33 function outer() {\
34 function inner() {\n"
39 function outer() {\
41 function inner() {\n"
47 function CheckFunctionConstructorStrictMode() {
52 // Create non-strict function. No exception.
54 assertDoesNotThrow(function() {
55 Function.apply(this, args);
57 // Create strict mode function. Exception expected
    [all...]
argument-assigned.js 28 (function() {
29 function f(x) {
37 (function() {
38 function f(x) {
47 (function() {
48 function f(x) {
61 (function() {
62 function f(x, s) {
70 (function() {
71 function f(x, s)
    [all...]
eval-enclosing-function-name.js 28 // From within 'eval', the name of the enclosing function should be
31 var f = function y() { return typeof y; };
32 assertEquals("function", f());
35 f = function y() { return eval('typeof y'); };
36 assertEquals("function", f());
39 f = function y() { y = 3; return typeof y; };
40 assertEquals("function", f());
43 f = function y() { y += 3; return typeof y; };
44 assertEquals("function", f());
47 f = function y() { y &= y; return typeof y; }
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
CommonToken.as 54 public function CommonToken(type:int, text:String = null) {
59 public static function createFromStream(input:CharStream, type:int, channel:int, start:int, stop:int):CommonToken {
68 public static function cloneToken(oldToken:Token):CommonToken {
81 public function get type():int {
85 public function set line(line:int):void {
89 public function get text():String {
105 public function set text(text:String):void {
109 public function get line():int {
113 public function get charPositionInLine():int {
117 public function set charPositionInLine(charPositionInLine:int):void
    [all...]
Parser.as 37 public function Parser(input:TokenStream, state:RecognizerSharedState = null) {
42 public override function reset():void {
49 protected override function getCurrentInputSymbol(input:IntStream):Object {
53 protected override function getMissingSymbol(input:IntStream,
72 public function set tokenStream(input:TokenStream):void {
78 public function get tokenStream():TokenStream {
82 public override function get sourceName():String {
86 public function set treeAdaptor(adaptor:TreeAdaptor):void {
90 public function get treeAdaptor():TreeAdaptor {
95 public function traceIn(ruleName:String, ruleIndex:int):void
    [all...]
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 40 (function () {
57 devtools.domContentLoaded = function()
67 (function InterceptProfilesPanelEvents()
70 WebInspector.ProfilesPanel.prototype.show = function()
85 WebInspector.UIString = function(string)
97 WebInspector.openLinkExternallyLabel = function()
104 (function()
107 WebInspector.elementDragStart = function(element)
120 WebInspector.elementDragEnd = function()
136 WebInspector.setToolbarColors = function(backgroundColor, color
    [all...]
  /external/v8/src/
runtime-profiler.cc 65 // Number of times a function has to be seen on the stack before it is
68 // If a function does not have enough type info (according to
75 // Maximum size in bytes of generated code for a function to be optimized
111 static void GetICCounts(JSFunction* function,
118 function->shared()->code()->type_feedback_info();
130 void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
131 ASSERT(function->IsOptimizable());
134 function->PrintName();
135 PrintF(" 0x%" V8PRIxPTR, reinterpret_cast<intptr_t>(function->address()));
139 GetICCounts(function, &typeinfo, &total, &percentage)
249 JSFunction* function = JSFunction::cast(frame->function()); local
404 Object* function = sampler_window_[i]; local
466 Object* function = sampler_window_[i]; local
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 31 WebInspector.injectedExtensionAPI = function(InjectedScriptHost, inspectedWindow, injectedScriptId)
40 function EventSinkImpl(type, customDispatch)
48 addListener: function(callback)
50 if (typeof callback != "function")
51 throw new "addListener: callback is not a function";
58 removeListener: function(callback)
72 _fire: function()
79 _dispatch: function(request)
88 function InspectorExtensionAPI()
99 log: function(message
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js 16 inspect: function(object) {
22 var escapedString = this.gsub(object, /[\x00-\x1f\\]/, function(match) {
35 $: function(element) {
45 gsub: function(source, pattern, replacement) {
60 scan: function(source, pattern, iterator) {
64 escapeHTML: function(data) {
67 arrayfromargs: function(args) {
76 hashToSortedArray: function(hash) {
83 flattenArray: function(array) {
96 selectorMatch: function(expression, element)
    [all...]
  /bootable/bootloader/legacy/arch_armv6/
misc.S 30 .type periph_2gb_open, %function
32 .type periph_2gb_close, %function

Completed in 699 milliseconds

1 2 3 45 6 7 8 91011>>