HomeSort by relevance Sort by last modified time
    Searched refs:includes (Results 51 - 75 of 279) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libxslt/libxslt/
imports.c 217 docptr = style->includes;
224 docptr = docptr->includes;
246 include->includes = style->includes;
247 style->includes = include;
259 style->includes = include->includes;
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 115 ListValue* includes = new ListValue(); local
117 includes->Append(Value::CreateStringValue(script.globs().at(i)));
125 content_script->Set(keys::kIncludeGlobs, includes);
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 66 std::vector<std::string> &includes = CI.getPreprocessorOpts().ChainedIncludes; local
67 assert(!includes.empty() && "No '-chain-include' in options!");
75 for (unsigned i = 0, e = includes.size(); i != e; ++i) {
84 CInvok->getPreprocessorOpts().Includes.clear();
89 FrontendInputFile InputFile(includes[i], IK);
134 std::string pchName = includes[i-1];
163 std::string pchName = includes.back() + ".pch-final";
  /external/webkit/Source/WebKit/wx/bindings/python/
wscript 83 includes = ' '.join(include_paths),
  /external/icu4c/stubdata/
Android.mk 25 # 'all' includes all ICU's locale data, but is currently missing some Android
28 # 'default' (icu-data-default.txt) includes all locales for 50+ languages.
  /external/ppp/pppd/plugins/radius/
clientid.c 12 #include <includes.h>
  /external/webkit/Source/WebKit/wx/
wscript 102 includes = ' '.join(include_paths + js_include_dirs),
113 obj.includes += '../mac/WebCoreSupport ../../Source/WebCore/platform/mac'
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveredPathInfo.java 173 List<IPath> includes = new ArrayList<IPath>(); local
183 includes.add(Path.fromPortableString(line.substring(2)));
197 mIncludePaths = includes.toArray(new IPath[includes.size()]);
NdkDiscoveryUpdater.java 104 // Error stream has the includes
260 List<String> includes = new ArrayList<String>(); local
274 includes.add(line.trim());
277 mPathInfo.setIncludePaths(includes);
279 includes.add(line.trim());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 84 "includes");//$NON-NLS-1$
93 /** Project that the include finder locates includes for */
222 // so there is no known data about includes.
238 * Create a String serialization of the includes map. The map attempts to be compact;
416 * Scan the whole project for XML layout resources that are performing includes.
435 * includes in it.
437 * @param resourceFile the {@link ResourceFile} to be scanned for includes (doesn't
441 * @return true if we updated the includes for the resource file
449 List<String> includes = Collections.emptyList(); local
463 includes = findIncludesInDocument(document)
544 List<String> includes = findIncludesInDocument(document, null); local
770 List<String> includes = mIncludes.get(from); local
    [all...]
  /external/libvpx/libvpx/build/make/
Android.mk 95 $$(call host-c-includes,$$(LOCAL_C_INCLUDES) $$(CONFIG_DIR)) \
98 $$(call host-c-includes,$$($(my)C_INCLUDES)) \
  /frameworks/base/media/mca/filterfw/native/
Android.mk 36 # add local includes
  /frameworks/native/opengl/tests/lib/
Android.mk 25 $(call include-path-for, opengl-tests-includes)
  /ndk/build/core/
definitions-host.mk 109 # Function : host-c-includes
112 # Usage : $(call host-c-includes,<paths>)
118 host-c-includes = $(patsubst %,-I%,$(call host-path,$1))
120 host-c-includes = $(1:%=-I%)
  /packages/apps/Gallery2/gallerycommon/
Android.mk 17 # Build the com.android.emailcommon static library. At the moment, this includes
  /external/llvm/unittests/ADT/
DAGDeltaAlgorithmTest.cpp 27 return std::includes(Changes.begin(), Changes.end(),
DeltaAlgorithmTest.cpp 42 return std::includes(Changes.begin(), Changes.end(),
  /build/core/
pathmap.mk 48 opengl-tests-includes:frameworks/native/opengl/tests/include \
63 # $(1): a list of modules (or other named entities) to find the includes for
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 88 private Set includes; field in class:GUnitExecuteMojo
115 return includes == null || includes.isEmpty()
117 : includes;
  /ndk/build/tools/
gen-system-symbols.sh 100 SYMBOL_INCLUDES=/tmp/ndk-$USER/ndk-symbol-includes.txt
  /external/libxml2/
schematron.c 198 int nbIncludes; /* number of includes in the array */
200 xmlNodePtr *includes; /* the array of includes */ member in struct:_xmlSchematronParserCtxt
607 ret->includes = NULL;
735 if (ctxt->includes == NULL) {
737 ctxt->includes = (xmlNodePtr *)
739 if (ctxt->includes == NULL) {
740 xmlSchematronPErrMemory(NULL, "allocating parser includes",
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
752 xmlSchematronPErrMemory(NULL, "allocating parser includes",
    [all...]
  /device/generic/goldfish/camera/
Android.mk 31 # JPEG conversion libraries and includes.
  /device/lge/mako/camera/QCamera/HAL/core/
Android.mk 57 # may need remove this includes
  /device/samsung/maguro/
device.mk 15 # This file includes all definitions that apply only to maguro devices
  /device/samsung/toro/
device.mk 15 # This file includes all definitions that apply only to toro devices

Completed in 1004 milliseconds

1 23 4 5 6 7 8 91011>>