Searched defs:system (Results 201 - 223 of 223) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc146 // Name of a dictionary field holding the measurement system according to the
1124 // Getting the measurement system based on the locale.
1127 UMeasurementSystem system = ulocdata_getMeasurementSystem(locale, &errorCode); local
1128 if (errorCode > U_ZERO_ERROR || system == UMS_LIMIT)
1129 system = UMS_SI;
1134 settings->SetInteger(kMeasurementSystem, system);
1189 // In Win8 metro, the system print dialog can only open on the desktop. Doing
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtransform.c3411 "doctype-system", NULL);
5658 const char *system; member in struct:xsltHTMLVersion
5685 * @systemID: used to return the system ID
5687 * Returns -1 if not found, 0 otherwise and the system and public
5703 *systemID = (const xmlChar *) xsltHTMLVersions[i].system;
/external/lldb/test/
H A Dlldbtest.py179 """Return the pointer size of the host system."""
236 def system(*popenargs, **kwargs): function
1211 system([self.getCompiler(), "-v"], sender=self)
1251 version_output = system([which(compiler), "-v"])[1]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Devent-parse.h299 char *system; member in struct:event_format
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp281 String system = keySystem.lower(); local
291 return blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(type, typeCodecs, system);
903 // No type or key system information is available when the url comes
2958 String system; local
2988 // FIXME(82965): Add support for keySystem in <source> and set system from source.
2991 if (!type.isEmpty() || !system.isEmpty()) {
2994 WTF_LOG(Media, "HTMLMediaElement::selectNextSourceChild(%p) - 'type' is '%s' - key system is '%s'", this, type.utf8().data(), system.utf8().data());
2996 if (!supportsType(ContentType(type), system))
3016 *keySystem = system;
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h620 /// int system(const char *command);
621 system, enumerator in enum:llvm::LibFunc::Func
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/emma/lib/
H A Demma.jar ... .IProperties systemFile com.vladium.util.IProperties system com.vladium.util.IProperties userOverrides ClassLoader loader ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jar ... .IProperties systemFile com.vladium.util.IProperties system com.vladium.util.IProperties userOverrides ClassLoader loader ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 3891 milliseconds

123456789