/external/emma/core/java12/com/vladium/emma/ |
D | Processor.java | 76 public synchronized final void setPropertyOverrides (final Properties overrides) in setPropertyOverrides() argument 78 m_propertyOverrides = EMMAProperties.wrap (overrides); in setPropertyOverrides() 85 public synchronized final void setPropertyOverrides (final IProperties overrides) in setPropertyOverrides() argument 87 m_propertyOverrides = overrides; in setPropertyOverrides()
|
/external/emma/core/java12/com/vladium/util/ |
D | Property.java | 56 public static Properties combine (final Properties overrides, final Properties base) in combine() argument 62 if (overrides == null) in combine() 65 return overrides; in combine() 70 if (overrides == null) return base; in combine() 79 … for (Enumeration overrideNames = overrides.propertyNames (); overrideNames.hasMoreElements (); ) in combine() 82 final String v = overrides.getProperty (n); in combine()
|
D | IProperties.java | 112 public static IProperties combine (final IProperties overrides, final IProperties base) in combine() argument 114 final IProperties result = overrides != null in combine() 115 ? overrides.copy () in combine()
|
/external/chromium/base/ |
D | path_service.cc | 99 PathSet overrides; // Track whether a path has been overridden. member 208 return path_data->overrides.find(key) != path_data->overrides.end(); in IsOverridden() 233 path_data->overrides.insert(key); in Override()
|
/external/emma/core/res/ |
D | emma_default.properties | 4 # for user-editable property overrides use one of these options: 6 # (1) option-specific command line overrides, e.g.
|
/external/bluetooth/bluez/doc/ |
D | gtk-doc.make | 29 $(DOC_MODULE)-overrides.txt 73 $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: sca… 78 …amp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
|
/external/bluetooth/glib/docs/reference/gio/ |
D | .gitignore | 1 gio-overrides.txt
|
/external/dnsmasq/contrib/dnslist/ |
D | dhcp.css | 39 /* Any row but the first or second (overrides above rule) */
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
D | Changes | 18 HTML::TocUpdator now overrides '_setActiveAnchorName()' to allow
|
/external/webkit/WebCore/css/ |
D | mediaControlsGtk.css | 2 * WebKitGTK+ specific overrides for HTML5 media elements.
|
D | mediaControlsQt.css | 2 * QtWebKit specific overrides for HTML5 media elements.
|
/external/e2fsprogs/debian/ |
D | rules | 324 for i in $$(cd debian && echo *.lintian-overrides); do \ 325 pkg=$${i%.lintian-overrides} ;\ 326 $(INSTALL) -m 0644 -D -p debian/$$i ${debdir}/$${pkg}/usr/share/lintian/overrides/$${pkg} ;\
|
/external/webkit/WebKit/chromium/ |
D | features.gypi | 39 # chromium build, overrides this list with its own values. See
|
/external/v8/ |
D | SConstruct | 909 # The environment overrides are in the format NAME0:value0,NAME1:value1,... 911 overrides = {} 914 overrides[var] = os.environ[var] 919 overrides[override[:pos].strip()] = override[pos+1:].strip() 920 return overrides
|
/external/chromium/third_party/icu/source/config/ |
D | mh-os400 | 70 # Stub name overrides for iSeries
|
/external/icu4c/config/ |
D | mh-os400 | 70 # Stub name overrides for iSeries
|
/external/icu4c/samples/translit/ |
D | README.TXT | 84 Transliterator class that overrides the pure virtual
|
/external/webkit/WebKit/chromium/src/js/ |
D | devTools.css | 17 /* Chrome theme overrides */
|
/external/quake/quake/src/QW/ |
D | qw2do.txt | 59 localinfo overrides serverinfo
|
/external/expat/ |
D | README | 102 overrides the in-makefile set DESTDIR, while both
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_class.mm | 165 // Class overrides attributeKeys, use that array of key names.
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | platform.h.in | 211 /* Determine whether to disable renaming or not. This overrides the
|
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | INSTALL | 76 (For these variables, any value given in the environment overrides the
|
/external/icu4c/common/unicode/ |
D | platform.h.in | 167 /* Determine whether to disable renaming or not. This overrides the
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 1708 * glib/glib-overrides.txt: Remove G_THREADS_IMPL_SOLARIS 1960 * glib/glib-overrides.txt: Add G_VA_COPY 2545 * glib/glib-overrides.txt, glib/glib-sections.txt, 2566 * glib/glib-overrides.txt, glib/glib-sections.txt, 3748 * glib/glib-overrides.txt, glib/glib-sections.txt, 3758 * glib/tmpl/threads.sgml, glib/glib-overrides.txt: Updated. 3853 * glib/glib-overrides.txt: Added g_thread_yield and g_thread_exit. 4126 * glib-overrides.txt: New file, that makes most of the thread 4129 * Makefile.am: Added glib-overrides.txt to EXTRA_DIST.
|