Home
last modified time | relevance | path

Searched refs:imports (Results 1 – 25 of 56) sorted by relevance

123

/external/webkit/Source/WebKit/qt/declarative/
Ddeclarative.pro14 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/
DStylesheetComposed.java206 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/
Dimports.c71 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()
DxsltInternals.h1487 struct _xsltStylesheet *imports; member
Dxslt.c997 if (style->imports != NULL) in xsltFreeStylesheet()
998 xsltFreeStylesheetList(style->imports); in xsltFreeStylesheet()
/external/javassist/sample/preproc/
DCompiler.java258 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/
Dpe_image_unittest.cc92 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/
DChecksumImpl.cs106 #region DLL imports
157 #region DLL imports
DDeflater.cs20 #region Dll imports
DInflater.cs20 #region Dll imports
DDotZLib.cs218 #region DLL imports
/external/chromium/build/temp_gyp/
DREADME.chromium2 Chromium imports an upstream revision with these files. Contact mark for
/external/libxslt/
DAndroid.mk16 libxslt/imports.c \
/external/protobuf/src/google/protobuf/
Dunittest_embed_optimize_for.proto35 // A proto file which imports a proto file that uses optimize_for = CODE_SIZE.
Ddescriptor.proto37 // without any other information (e.g. without reading its imports).
/external/mesa3d/docs/
DRELNOTES-3.5208 5. New file: imports.c to setup default import functions for Mesa.
DRELNOTES-5.1163 into the imports.[ch] and macros.[ch] files.
DREADME.DJ74 A) Patch `src/mesa/main/imports.c' with the following line:
/external/clang/docs/
DBlock-ABI-Apple.txt139 …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/
DQtWebKit.pro131 … declarativeImport.sources = $$QT_BUILD_TREE/imports/QtWebKit/qmlwebkitplugin$${QT_LIBINFIX}.dll
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto63 // appears before any file that imports it.
/external/v8/
DSConstruct1272 def ParseEnvOverrides(arg, imports):
1274 # The environment imports are in the format NAME0,NAME1,...
1276 for var in imports.split(','):
/external/protobuf/
DCHANGES.txt174 file without having access to other .proto files that it imports, for
/external/libffi/
Dltmain.sh4672 /* DATA imports from DLLs on WIN32 can't be const, because
/external/llvm/autoconf/
Dltmain.sh4623 /* DATA imports from DLLs on WIN32 can't be const, because

123