/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_adapters/ |
D | default.js | 4 exports.createDocument = function () { 12 exports.createDocumentFragment = function () { 20 exports.createElement = function (tagName, namespaceURI, attrs) { 31 exports.createCommentNode = function (data) { 49 exports.setDocumentType = function (document, name, publicId, systemId) { 75 exports.setQuirksMode = function (document) { 79 exports.isQuirksMode = function (document) { 83 var appendChild = exports.appendChild = function (parentNode, newNode) { 88 var insertBefore = exports.insertBefore = function (parentNode, newNode, referenceNode) { 95 exports.detachNode = function (node) { [all …]
|
D | htmlparser2.js | 62 exports.createDocument = 63 exports.createDocumentFragment = function () { 74 exports.createElement = function (tagName, namespaceURI, attrs) { 101 exports.createCommentNode = function (data) { 123 exports.setDocumentType = function (document, name, publicId, systemId) { 154 exports.setQuirksMode = function (document) { 158 exports.isQuirksMode = function (document) { 162 var appendChild = exports.appendChild = function (parentNode, newNode) { 174 var insertBefore = exports.insertBefore = function (parentNode, newNode, referenceNode) { 190 exports.detachNode = function (node) { [all …]
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/ |
D | gl-matrix.js | 29 exports.glMatrix = require("./gl-matrix/common.js"); 30 exports.mat2 = require("./gl-matrix/mat2.js"); 31 exports.mat2d = require("./gl-matrix/mat2d.js"); 32 exports.mat3 = require("./gl-matrix/mat3.js"); 33 exports.mat4 = require("./gl-matrix/mat4.js"); 34 exports.quat = require("./gl-matrix/quat.js"); 35 exports.vec2 = require("./gl-matrix/vec2.js"); 36 exports.vec3 = require("./gl-matrix/vec3.js"); 37 exports.vec4 = require("./gl-matrix/vec4.js");
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
D | mocha.js | 9 if (!mod.exports) { 10 mod.exports = {}; 11 mod.call(mod.exports, mod, mod.exports, require.relative(path)); 13 return mod.exports; 50 require.register("browser/debug.js", function(module, exports, require){ argument 52 module.exports = function(type){ function 59 require.register("browser/diff.js", function(module, exports, require){ argument 412 module.exports = JsDiff; 417 require.register("browser/events.js", function(module, exports, require){ argument 423 exports.EventEmitter = EventEmitter; [all …]
|
/external/chromium-trace/catapult/third_party/mocha/ |
D | mocha.js | 9 if (!mod.exports) { 10 mod.exports = {}; 11 mod.call(mod.exports, mod, mod.exports, require.relative(path)); 13 return mod.exports; 50 require.register("browser/debug.js", function(module, exports, require){ argument 51 module.exports = function(type){ function 58 require.register("browser/diff.js", function(module, exports, require){ argument 426 module.exports = JsDiff; 431 require.register("browser/escape-string-regexp.js", function(module, exports, require){ argument 436 module.exports = function (str) { [all …]
|
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
D | mocha.js | 9 if (!mod.exports) { 10 mod.exports = {}; 11 mod.call(mod.exports, mod, mod.exports, require.relative(path)); 13 return mod.exports; 50 require.register("browser/debug.js", function(module, exports, require){ argument 51 module.exports = function(type){ function 58 require.register("browser/diff.js", function(module, exports, require){ argument 426 module.exports = JsDiff; 431 require.register("browser/escape-string-regexp.js", function(module, exports, require){ argument 436 module.exports = function (str) { [all …]
|
/external/curl/packages/NetWare/ |
D | get_exp.awk | 33 exports[++idx] = sym_name 51 temp = exports[i] 52 while ((j >= increment+1) && (exports[j-increment] > temp)) { 53 exports[j] = exports[j-increment] 56 exports[j] = temp 68 printf(" %s,\n", exports[++x]) 70 printf(" %s\n", exports[++x])
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
D | chai.js | 18 module.definition.call(this, module.exports = {}, module); 22 return module.exports; 136 require.define = function (name, exports) { argument 138 exports: exports property 141 require.register("chaijs~assertion-error@1.0.0", function (exports, module) { argument 183 module.exports = AssertionError; 255 require.register("chaijs~type-detect@0.1.1", function (exports, module) { argument 266 var exports = module.exports = getType; 301 exports.Library = Library; 401 require.register("chaijs~deep-eql@0.1.3", function (exports, module) { argument [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | index.js | 3 exports.Parser = require('./lib/tree_construction/parser'); 4 exports.SimpleApiParser = require('./lib/simple_api/simple_api_parser'); 5 exports.TreeSerializer = 6 exports.Serializer = require('./lib/serialization/serializer'); 7 exports.JsDomParser = require('./lib/jsdom/jsdom_parser'); 9 exports.TreeAdapters = {
|
/external/v8/src/ast/ |
D | modules.h | 55 ZoneHashMap* exports = exports_; in Length() local 56 return exports ? exports->occupancy() : 0; in Length() 94 explicit Iterator(const ZoneHashMap* exports) in Iterator() argument 95 : exports_(exports), entry_(exports ? exports->Start() : NULL) {} in Iterator()
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
D | serializer_test.js | 9 exports['Backward compatibility - parse5.TreeSerializer'] = function () { function 13 exports['Regression - Get text node\'s parent tagName only if it\'s an Element node (GH-38)'] = { variable 34 exports['Regression - SYSTEM-only doctype serialization'] = function () { 45 exports['Regression - Escaping of doctypes with quotes in them'] = function () { 70 exports['Regression - new line in <pre> tag'] = function () { 93 exports['Options - encodeHtmlEntities'] = function () { 130 TestUtils.generateTestsForEachTreeAdapter(module.exports, function (_test, treeAdapter) {
|
/external/icu/icu4c/source/test/depstest/ |
D | depstest.py | 96 exports = item.get("exports") 97 if exports != None: return item 101 exports = set() 109 exports |= obj_file["exports"] 110 imports -= exports | _ignored_symbols 124 exports |= dep_exports 126 item["exports"] = exports 128 imports -= exports | system_symbols
|
D | dependencies.py | 118 exports = item.get("system_symbols") 119 if exports == None: exports = item["system_symbols"] = set() 120 exports.add(symbol)
|
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/ |
D | webpack.config.min.js | 22 module.exports = require('./webpack.config.js'); 24 module.exports.plugins.unshift( 28 module.exports.output.filename = 'gl-matrix-min.js';
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/ |
D | test_utils.js | 24 exports.generateTestsForEachTreeAdapter = function (moduleExports, ctor) { 37 exports.getStringDiffMsg = function (actual, expected) { 59 exports.removeNewLines = function (str) { 69 exports.loadSerializationTestData = function (dataDirPath) { 89 exports.loadTreeConstructionTestData = function (dataDirs, treeAdapter) { 141 exports.serializeToTestDataFormat = function (rootNode, treeAdapter) { 232 exports.prettyPrintParserAssertionArgs = function (actual, expected) {
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/ |
D | foreign_content.js | 190 exports.causesExit = function (startTagToken) { 203 exports.adjustTokenMathMLAttrs = function (token) { 212 exports.adjustTokenSVGAttrs = function (token) { 221 exports.adjustTokenXMLAttrs = function (token) { 233 exports.adjustTokenSVGTagName = function (token) { 241 exports.isMathMLTextIntegrationPoint = function (tn, ns) { 245 exports.isHtmlIntegrationPoint = function (tn, ns, attrs) {
|
D | unicode.js | 3 exports.REPLACEMENT_CHARACTER = '\uFFFD'; 5 exports.CODE_POINTS = { 40 exports.CODE_POINT_SEQUENCES = {
|
/external/llvm/test/Object/ |
D | objdump-export-list.test | 1 RUN: llvm-objdump -exports-trie %p/Inputs/macho-no-exports.dylib | FileCheck %s 4 CHECK: macho-no-exports.dylib: file format Mach-O 64-bit x86-64
|
/external/chromium-trace/catapult/tracing/third_party/chai/ |
D | chai.js | 1 …exports={},t),delete t.definition),t.exports}require.loader="component",require.helper={},require.… function 2 …exports=r;var v=function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object…
|
/external/chromium-trace/catapult/third_party/chai/ |
D | chai.js | 1 …exports={},t),delete t.definition),t.exports}require.loader="component",require.helper={},require.… function 2 …exports=r;var v=function(e){return"object"==typeof HTMLElement?e instanceof HTMLElement:e&&"object…
|
/external/llvm/test/tools/llvm-readobj/ |
D | coff-exports.test | 1 RUN: llvm-readobj -coff-exports %p/Inputs/export-x86.dll | FileCheck %s -check-prefix CHECK -check-… 2 RUN: llvm-readobj -coff-exports %p/Inputs/export-x64.dll | FileCheck %s -check-prefix CHECK -check-… 3 RUN: llvm-readobj -coff-exports %p/Inputs/export-arm.dll | FileCheck %s -check-prefix CHECK -check-…
|
/external/compiler-rt/lib/interception/ |
D | interception_win.cc | 238 RVAPtr<IMAGE_EXPORT_DIRECTORY> exports(module, in InternalGetProcAddress() local 240 RVAPtr<DWORD> functions(module, exports->AddressOfFunctions); in InternalGetProcAddress() 241 RVAPtr<DWORD> names(module, exports->AddressOfNames); in InternalGetProcAddress() 242 RVAPtr<WORD> ordinals(module, exports->AddressOfNameOrdinals); in InternalGetProcAddress() 244 for (DWORD i = 0; i < exports->NumberOfNames; i++) { in InternalGetProcAddress()
|
/external/v8/test/promises-aplus/lib/ |
D | require.js | 33 var exports = {}; 49 return exports;
|
/external/llvm/tools/llvm-shlib/ |
D | CMakeLists.txt | 3 # commandline. By default the shared library only exports the LLVM C API. 65 # nm ${LIB_PATH} | awk "/T _LLVM/ { print $3 }" | sort -u | sed -e "s/^_//g" > ${LIB_PATH}.exports 71 set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_BINARY_DIR}/libllvm-c.exports) 76 set(LIB_EXPORTS_PATH ${LIB_NAME}.exports)
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/ |
D | jsdom_parser.js | 7 exports.parseDocument = function (html, treeAdapter) { 34 exports.parseInnerHtml = function (innerHtml, contextElement, treeAdapter) {
|