Searched defs:spf (Results 1 - 15 of 15) sorted by relevance

/external/testng/src/main/java/org/testng/xml/
H A DXMLParser.java21 SAXParserFactory spf = loadSAXParserFactory();
23 if (supportsValidation(spf)) {
24 spf.setNamespaceAware(true);
25 spf.setValidating(true);
30 parser = spf.newSAXParser();
53 SAXParserFactory spf = null;
58 spf = (SAXParserFactory) factoryClass.newInstance();
64 if(null == spf) {
68 spf = (SAXParserFactory) factoryClass.newInstance();
76 if(null == spf) {
96 supportsValidation(SAXParserFactory spf) argument
[all...]
/external/selinux/libsepol/src/
H A Dpolicydb_public.c17 void sepol_policy_file_set_mem(sepol_policy_file_t * spf, argument
20 struct policy_file *pf = &spf->pf;
32 void sepol_policy_file_set_fp(sepol_policy_file_t * spf, FILE * fp) argument
34 struct policy_file *pf = &spf->pf;
40 int sepol_policy_file_get_len(sepol_policy_file_t * spf, size_t * len) argument
42 struct policy_file *pf = &spf->pf;
H A Dmodule.c464 struct sepol_policy_file *spf, int verbose)
466 struct policy_file *file = &spf->pf;
648 int sepol_module_package_info(struct sepol_policy_file *spf, int *type, argument
651 struct policy_file *file = &spf->pf;
874 struct sepol_policy_file *spf)
876 struct policy_file *file = &spf->pf;
463 sepol_module_package_read(sepol_module_package_t * mod, struct sepol_policy_file *spf, int verbose) argument
873 sepol_module_package_write(sepol_module_package_t * p, struct sepol_policy_file *spf) argument
/external/libvncserver/libvncclient/
H A Drfbproto.c1287 rfbSetPixelFormatMsg spf; local
1300 spf.type = rfbSetPixelFormat;
1301 spf.pad1 = 0;
1302 spf.pad2 = 0;
1303 spf.format = client->format;
1304 spf.format.redMax = rfbClientSwap16IfLE(spf.format.redMax);
1305 spf.format.greenMax = rfbClientSwap16IfLE(spf.format.greenMax);
1306 spf
[all...]
/external/libvncserver/rfb/
H A Drfbproto.h1451 rfbSetPixelFormatMsg spf; member in union:__anon10873
/external/caliper/lib/
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/robolectric/v3/runtime/
H A Dtagsoup-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 652 milliseconds