Home
last modified time | relevance | path

Searched refs:imported (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/LayoutTests/dom/xhtml/level3/core/
Dnodegetbaseuri11.js94 var imported;
109 imported = doc.importNode(newPI,true);
110 appendedChild = doc.appendChild(imported);
111 baseURI = imported.baseURI;
Dnodereplacechild14.js98 var imported;
115 imported = newDoc.importNode(elem,true);
118 appendedChild = docElem.appendChild(imported);
120 replaced = docElem.replaceChild(imported,elem2);
Ddocumentadoptnode14.js101 var imported;
119 imported = newDoc.importNode(docElem,true);
122 appendedChild = docElem.appendChild(imported);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java277 StylesheetComposed imported = getGlobalImport(i); in recompose() local
278 imported.recompose(recomposableElements); in recompose()
336 StylesheetComposed imported = this.getGlobalImport(i); in recompose() local
337 int includedCount = imported.getIncludeCountComposed(); in recompose()
340 Stylesheet included = imported.getIncludeComposed(j); in recompose()
410 Stylesheet imported = stylesheet.getImport(i); in addImports() local
412 addImports(imported, true, importList); in addImports()
DElemExtensionCall.java120 Stylesheet imported = stylesheet.getGlobalImport(i); in getElemExtensionDecl() local
122 for (ElemTemplateElement child = imported.getFirstChildElem(); in getElemExtensionDecl()
/external/clang/docs/
DBlock-ABI-Apple.txt61 // imported variables
97 2) The flags field is set to zero unless there are variables imported into the block that need help…
144imported as const copies. Variables of "__block" storage class are imported as a pointer to an en…
148 Automatic storage variables not marked with __block are imported as const copies.
187 In summary, scalars, structures, unions, and function pointers are generally imported as const copi…
191imported. In this case both a copy_helper function and a dispose_helper function are needed. The…
434 Blocks may contain Block literal expressions. Any variables used within inner blocks are imported
DBlockLanguageSpec.txt82 Local automatic (stack) variables referenced within the compound statement of a Block are imported
129 …o imported into the lexical scope of the compound statement. These variables are implicitly qualif…
/external/protobuf/src/google/protobuf/
Dunittest_import.proto35 // A proto file which is imported by unittest.proto to test importing.
Ddescriptor.proto60 // Names of files imported by this file.
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.h203 bool imported();
DIconDatabase.cpp1011 if (!imported()) { in iconDatabaseSyncThread()
1803 bool IconDatabase::imported() in imported() function in WebCore::IconDatabase
/external/expat/win32/
DREADME.txt18 can be opened and imported in VS.NET without problems.
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1205 StylesheetComposed imported = stylesheet.getGlobalImport(i); in transformNode() local
1206 int includedCount = imported.getIncludeCountComposed(); in transformNode()
1210 Stylesheet included = imported.getIncludeComposed(j); in transformNode()
/external/chromium/chrome/browser/ui/cocoa/
Dsearch_engine_dialog_controller.mm110 // immediately, leaving the imported default search engine setting intact.
/external/icu4c/
Dicudefs.mk.in277 # some imported things from the cross env
/external/stlport/doc/
DREADME.msvc157 the global namespace and symbols imported by a using-directive or a
/external/chromium/chrome/browser/importer/
Dsafari_importer.mm371 // Include imported URLs in autocompletion - don't hide them.
/external/pcre/
Dpcre.h.generic50 imported have to be identified as such. When building PCRE, the appropriate
Dpcre.h.in50 imported have to be identified as such. When building PCRE, the appropriate
/external/libxml2/
Dxmlschemas.c403 int imported; member
435 int imported; member
458 int imported; member
10053 int imported) in xmlSchemaGetSchemaBucketByTNS() argument
10067 ((imported && cur->imported) || in xmlSchemaGetSchemaBucketByTNS()
10068 ((!imported) && (!cur->imported)))) in xmlSchemaGetSchemaBucketByTNS()
10347 if ((WXS_IS_BUCKET_IMPMAIN(type)) && (! bkt->imported)) { in xmlSchemaAddSchemaDoc()
10357 } else if ((! WXS_IS_BUCKET_IMPMAIN(type)) && (bkt->imported)) { in xmlSchemaAddSchemaDoc()
10628 bkt->imported++; in xmlSchemaAddSchemaDoc()
21919 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) { in xmlSchemaAugmentImportedIDC() argument
[all …]
/external/chromium/chrome/common/extensions/docs/css/
DApiRefStyles.css32 /* This is the start of the styles imported from Codesite. */
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt317 parameters in registry. It can also be imported to registry as a
/external/icu4c/test/testdata/
Drbbitst.txt198 # Hindi word break tests, imported from the old RBBI tests.
/external/v8/
DSConstruct1295 # Remove variables which can't be imported from the user's external
/external/stlport/etc/
DChangeLog-5.1556 an int defined in global namespace and imported to STLport namespace.
3056 make sure that all abs overloads are defined when it is imported in STLport
4203 case wide char functions are not imported in std and must be imported from the
7498 (no std:: redefinition; _STL:: namespace imported into std::, instead of std:: imported to _STL.

123