| /build/tools/droiddoc/templates-pdk/assets/ |
| jquery-1.6.2.min.js | 16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("iframe"),ch.frameBorder=ch.width=ch.height=0),b.appendChild(ch);if(!ci||!ch.createElement)ci=(ch.contentWindow||ch.contentDocument).document,ci.write((c.compatMode==="CSS1Compat"?"<!doctype html>":"")+"<html><body>"),ci.close();d=ci.createElement(a),ci.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ch)}cg[a]=e}return cg[a]}function cr(a,b){var c={};f.each(cm.concat.apply([],cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);return cn=f.now()}function cf(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ce(){try{return new a.XMLHttpRequest}catch(b){}}function b$(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0 (…) [all...] |
| /development/ndk/platforms/android-21/arch-arm/include/machine/ |
| asm.h | 51 #define __bionic_asm_function_type #function
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| FailedPredicateException.as | 39 public function FailedPredicateException(input:IntStream,
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
| EarlyExitException.js | 8 org.antlr.runtime.EarlyExitException = function(decisionNumber, input) {
|
| MismatchedNotSetException.js | 1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) { 8 toString: function() {
|
| MismatchedRangeExceptions.js | 1 org.antlr.runtime.MismatchedRangeException = function(a, b, input) { 15 toString: function() {
|
| MismatchedSetException.js | 1 org.antlr.runtime.MismatchedSetException = function(expecting, input) { 10 toString: function() {
|
| MismatchedTokenException.js | 1 org.antlr.runtime.MismatchedTokenException = function(expecting, input) { 14 toString: function() {
|
| MismatchedTreeNodeException.js | 1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) { 12 toString: function() {
|
| /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-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/ |
| mat2.js | 34 mat2.create = function() { 49 mat2.clone = function(a) { 65 mat2.copy = function(out, a) { 79 mat2.identity = function(out) { 94 mat2.transpose = function(out, a) { 117 mat2.invert = function(out, a) { 143 mat2.adjoint = function(out, a) { 160 mat2.determinant = function (a) { 172 mat2.multiply = function (out, a, b) { 184 * @function [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/ |
| open_element_stack.js | 13 function isImpliedEndTagRequired(tn) { 31 function isScopingElement(tn, ns) { 83 var OpenElementStack = module.exports = function (document, treeAdapter) { 94 OpenElementStack.prototype._indexOf = function (element) { 107 OpenElementStack.prototype._isInTemplate = function () { 114 OpenElementStack.prototype._updateCurrentElement = function () { 122 OpenElementStack.prototype.push = function (element) { 131 OpenElementStack.prototype.pop = function () { 140 OpenElementStack.prototype.replace = function (oldElement, newElement) { 148 OpenElementStack.prototype.insertAfter = function (referenceElement, newElement) [all...] |
| /external/deqp/framework/randomshaders/ |
| rsgFunctionGenerator.hpp | 38 FunctionGenerator (GeneratorState& state, Function& function); 47 Function& m_function;
|
| /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/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
| copy.pass.cpp | 30 std::function<float(float, float)> fnc = _pow;
|
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
| invoke.fail.cpp | 12 // class function<R(ArgTypes...)> 35 std::function<int& (const A_int_1*)> r2(fp);
|
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/ |
| operator_==.pass.cpp | 12 // class function<R(ArgTypes...)> 15 // bool operator==(const function<R(ArgTypes...)>&, nullptr_t); 18 // bool operator==(nullptr_t, const function<R(ArgTypes...)>&); 21 // bool operator!=(const function<R(ArgTypes...)>&, nullptr_t); 24 // bool operator!=(nullptr_t, const function<R(ArgTypes...)>&); 34 std::function<int(int)> f;
|
| /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/ |
| target.pass.cpp | 12 // class function<R(ArgTypes...)> 62 std::function<int(int)> f = A(); 69 std::function<int(int)> f = g; 76 const std::function<int(int)> f = A(); 83 const std::function<int(int)> f = g;
|
| /external/libunwind/src/x86/ |
| longjmp.S | 28 .type _UI_longjmp_cont, @function
|
| /external/libvncserver/webclients/novnc/include/ |
| playback.js | 18 send_array = function (arr) { 22 next_iteration = function () { 46 queue_next_packet = function () { 82 do_packet = function () {
|
| /external/llvm/include/llvm/ExecutionEngine/Orc/ |
| OrcTargetSupport.h | 32 typedef std::function<std::string(unsigned)> LabelNameFtor;
|
| /external/llvm/test/DebugInfo/X86/ |
| asm-macro-line-number.s | 12 function: label
|
| /external/llvm/test/MC/ELF/ |
| call-abs.s | 5 .type f,@function
|
| strtab-suffix-opt.s | 6 .type foobar,@function
|