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

<<21222324252627282930>>

  /external/bison/src/
relation.h 39 /* Compute the transitive closure of the FUNCTION on the relation R
42 If R (NODE-1, NODE-2) then on exit FUNCTION[NODE - 1] was extended
43 (unioned) with FUNCTION[NODE - 2]. */
44 void relation_digraph (relation r, relation_node size, bitsetv *function);
  /external/chromium/chrome/browser/resources/file_manager/js/
exif_reader.js 9 "init": function() {
13 "get-exif": function(fileURL) {
14 this.processOneFile(fileURL, function callback(metadata) {
21 processOneFile: function(fileURL, callback) {
25 function nextStep(var_args) {
30 function onError(err) {
40 function getEntry() {
42 function(entry) { nextStep(entry) },
47 function getFile(entry) {
48 entry.file(function(file) { nextStep(file) }, onError)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
timelineviewpainter.js 7 (function() {
9 PaintTimelineView = function(sourceEntries, node) {
  /external/chromium/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 12 chrome.extension.sendRequest(payload, function(response) {});
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/
analytics.js 28 (function() {
  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 12 * For each node passed to this function, check to see if a toggle has been
18 function toggleList(list) {
39 function revealAncestor(node) {
60 function initToggles() {
74 a.onclick = function() {
  /external/chromium/net/socket/
nss_ssl_util.h 22 const char* function,
  /external/clang/test/SemaCXX/
member-init.cpp 72 Y::Y() try { // expected-note{{in instantiation of member function 'PR10578::X<int>::X' requested here}}
79 class function : base { class in namespace:PR14838
80 ~function() {} // expected-note {{implicitly declared private here}}
82 function(...) {} function in class:PR14838::function
87 // expected-error@-1 {{temporary of type 'const PR14838::function' has private destructor}}
89 const function &r; // expected-note {{reference member declared here}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
db.php 6 function wmysql_query($sql)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.js 3 function hide_element(elementId) {
13 function show_element(elementId) {
  /external/harfbuzz/src/
harfbuzz-debug.c 11 const char* function, const char* format, ...) {
  /external/libxslt/libxslt/
preproc.h 30 xsltTransformFunction function);
  /external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.h 24 class Function;
42 virtual bool runOnFunction(Function &function);
  /external/llvm/test/MC/ELF/
call-abs.s 5 .type f,@function
type.s 5 .type foo,%function
  /external/quake/quake/src/QW/client/
cmd.h 54 // Do not call inside a command function!
69 void Cmd_AddCommand (char *cmd_name, xcommand_t function);
73 // if function is NULL, the command will be forwarded to the server
  /external/stlport/test/eh/
random_number.cpp 22 # include <function.h>
  /external/v8/src/
runtime-profiler.h 89 // profiler thread suspends itself by calling the wait function. The
90 // wait function returns true after it waited or false immediately.
91 // While the function was waiting the profiler may have been
104 void AttemptOnStackReplacement(JSFunction* function);
111 void Optimize(JSFunction* function, const char* reason);
117 int LookupSample(JSFunction* function);
119 void AddSample(JSFunction* function, int weight);
  /external/v8/test/mjsunit/
external-array.js 31 function f(a) {
47 function abfunc1() {
65 function abfunc3() {
69 function abfunc4() {
76 function abfunc5() {
85 function abfunc6() {
102 function get(a, index) {
105 function set(a, index, value) {
108 function temp() {
133 var foo = { valueOf: function() { return 3; } }
    [all...]
  /external/v8/tools/
profile_view.js 35 function ViewBuilder(samplingRate) {
47 ViewBuilder.prototype.buildView = function(
52 callTree.traverse(function(node, viewParent) {
81 ViewBuilder.prototype.createView = function(head) {
89 * @param {string} internalFuncName A fully qualified function name.
91 * corresponding function and its descendants (not that depending on
94 * corresponding function only.
98 ViewBuilder.prototype.createViewNode = function(
112 function ProfileView(head) {
118 * Sorts the profile view using the specified sort function
    [all...]
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 8 document.body.onload = function() {
9 window.addEventListener('deviceorientation', function() { } );
  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 5 function getLineFromError(e)
21 function assertErrorOnLine(error, expectedLine)
  /external/webkit/LayoutTests/http/tests/appcache/resources/
counter.php 6 function stepCounter($file)
  /external/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...]
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
26 Date.createNewFormat = function(format) {
29 var code = "Date.prototype." + funcName + " = function(){return ";
48 Date.getFormatCode = function(character) {
109 Date.parseDate = function(input, format) {
117 Date.createParser = function(format) {
123 var code = "Date." + funcName + " = function(input){\n"
172 Date.formatCodeToRegex = function(character, currentGroup) {
279 Date.prototype.getTimezone = function() {
285 Date.prototype.getGMTOffset = function() {
    [all...]

Completed in 1812 milliseconds

<<21222324252627282930>>