Searched refs:imports (Results 1 – 25 of 56) sorted by relevance
123
/external/webkit/Source/WebKit/qt/declarative/ |
D | declarative.pro | 14 copy2build.output = $$QT_BUILD_TREE/imports/$$TARGETPATH/qmldir 16 copy2build.output = $$OUTPUT_DIR/imports/$$TARGETPATH/qmldir 59 DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH 61 DESTDIR = $$OUTPUT_DIR/imports/$$TARGETPATH
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetComposed.java | 206 int imports = getIncludeComposed(--count).getImportCount(); in recomposeImports() local 207 m_endImportCountComposed += imports; in recomposeImports() 208 while (imports > 0) in recomposeImports() 209 …m_endImportCountComposed +=getIncludeComposed(count).getImport(--imports).getEndImportCountCompose… in recomposeImports()
|
/external/libxslt/libxslt/ |
D | imports.c | 71 for (res = style->imports; res != NULL; res = res->next) { in xsltFixImportedCompSteps() 152 res->next = style->imports; in xsltParseStylesheetImport() 153 style->imports = res; in xsltParseStylesheetImport() 291 if (cur->imports != NULL) in xsltNextImport() 292 return(cur->imports); in xsltNextImport()
|
D | xsltInternals.h | 1487 struct _xsltStylesheet *imports; member
|
D | xslt.c | 997 if (style->imports != NULL) in xsltFreeStylesheet() 998 xsltFreeStylesheetList(style->imports); in xsltFreeStylesheet()
|
/external/javassist/sample/preproc/ |
D | Compiler.java | 258 CtClass[] imports = a.assist(classPool, importname, args); in runAssistant() local 259 s = imports.length; in runAssistant() 264 output.write(imports[0].getName()); in runAssistant() 268 output.write(imports[1].getName()); in runAssistant()
|
/external/chromium/base/win/ |
D | pe_image_unittest.cc | 92 imports, enumerator 183 EXPECT_GT(count, GetExpectedValue(imports, os) - 20); in TEST() 184 EXPECT_LT(count, GetExpectedValue(imports, os) + 100); in TEST()
|
/external/zlib/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 106 #region DLL imports 157 #region DLL imports
|
D | Deflater.cs | 20 #region Dll imports
|
D | Inflater.cs | 20 #region Dll imports
|
D | DotZLib.cs | 218 #region DLL imports
|
/external/chromium/build/temp_gyp/ |
D | README.chromium | 2 Chromium imports an upstream revision with these files. Contact mark for
|
/external/libxslt/ |
D | Android.mk | 16 libxslt/imports.c \
|
/external/protobuf/src/google/protobuf/ |
D | unittest_embed_optimize_for.proto | 35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE.
|
D | descriptor.proto | 37 // without any other information (e.g. without reading its imports).
|
/external/mesa3d/docs/ |
D | RELNOTES-3.5 | 208 5. New file: imports.c to setup default import functions for Mesa.
|
D | RELNOTES-5.1 | 163 into the imports.[ch] and macros.[ch] files.
|
D | README.DJ | 74 A) Patch `src/mesa/main/imports.c' with the following line:
|
/external/clang/docs/ |
D | Block-ABI-Apple.txt | 139 …ls. This is an optimization that can be used for any Block literal that imports no const or __blo… 434 …ng Block scopes even if the variables are not used. This includes const imports as well as __bloc… 631 ….h. To summarize their use, a block requires copy/dispose helpers if it imports any block variabl…
|
/external/webkit/Source/WebKit/qt/ |
D | QtWebKit.pro | 131 … declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.proto | 63 // appears before any file that imports it.
|
/external/v8/ |
D | SConstruct | 1272 def ParseEnvOverrides(arg, imports): 1274 # The environment imports are in the format NAME0,NAME1,... 1276 for var in imports.split(','):
|
/external/protobuf/ |
D | CHANGES.txt | 174 file without having access to other .proto files that it imports, for
|
/external/libffi/ |
D | ltmain.sh | 4672 /* DATA imports from DLLs on WIN32 can't be const, because
|
/external/llvm/autoconf/ |
D | ltmain.sh | 4623 /* DATA imports from DLLs on WIN32 can't be const, because
|
123