Home
last modified time | relevance | path

Searched refs:spf (Results 1 – 10 of 10) sorted by relevance

/external/selinux/libsepol/src/
Dpolicydb_public.c17 void sepol_policy_file_set_mem(sepol_policy_file_t * spf, in sepol_policy_file_set_mem() argument
20 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_mem()
32 void sepol_policy_file_set_fp(sepol_policy_file_t * spf, FILE * fp) in sepol_policy_file_set_fp() argument
34 struct policy_file *pf = &spf->pf; in sepol_policy_file_set_fp()
40 int sepol_policy_file_get_len(sepol_policy_file_t * spf, size_t * len) in sepol_policy_file_get_len() argument
42 struct policy_file *pf = &spf->pf; in sepol_policy_file_get_len()
Dmodule.c464 struct sepol_policy_file *spf, int verbose) in sepol_module_package_read() argument
466 struct policy_file *file = &spf->pf; in sepol_module_package_read()
648 int sepol_module_package_info(struct sepol_policy_file *spf, int *type, in sepol_module_package_info() argument
651 struct policy_file *file = &spf->pf; in sepol_module_package_info()
874 struct sepol_policy_file *spf) in sepol_module_package_write() argument
876 struct policy_file *file = &spf->pf; in sepol_module_package_write()
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
DJAXPTest.java44 SAXParserFactory spf = SAXParserFactory.newInstance(); in test() local
45 System.out.println("Ok, SAX factory JAXP creates is: "+spf); in test()
47 spf.newSAXParser().parse(f, new org.xml.sax.helpers.DefaultHandler()); in test()
/external/libvncserver/libvncclient/
Drfbproto.c1265 rfbSetPixelFormatMsg spf; in SetFormatAndEncodings() local
1278 spf.type = rfbSetPixelFormat; in SetFormatAndEncodings()
1279 spf.format = client->format; in SetFormatAndEncodings()
1280 spf.format.redMax = rfbClientSwap16IfLE(spf.format.redMax); in SetFormatAndEncodings()
1281 spf.format.greenMax = rfbClientSwap16IfLE(spf.format.greenMax); in SetFormatAndEncodings()
1282 spf.format.blueMax = rfbClientSwap16IfLE(spf.format.blueMax); in SetFormatAndEncodings()
1284 if (!WriteToRFBServer(client, (char *)&spf, sz_rfbSetPixelFormatMsg)) in SetFormatAndEncodings()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-newfbsize.patch203 spf.type = rfbSetPixelFormat;
204 spf.format = myFormat;
Dtight-vncviewer-full.patch12945 spf.type = rfbSetPixelFormat;
12946 spf.format = myFormat;
12948 spf.format.greenMax = Swap16IfLE(spf.format.greenMax);
12949 spf.format.blueMax = Swap16IfLE(spf.format.blueMax);
12953 if (!WriteExact(rfbsock, (char *)&spf, sz_rfbSetPixelFormatMsg))
/external/libvncserver/libvncserver/
Drfbserver.c1904 cl->format.bitsPerPixel = msg.spf.format.bitsPerPixel; in rfbProcessClientNormalMessage()
1905 cl->format.depth = msg.spf.format.depth; in rfbProcessClientNormalMessage()
1906 cl->format.bigEndian = (msg.spf.format.bigEndian ? TRUE : FALSE); in rfbProcessClientNormalMessage()
1907 cl->format.trueColour = (msg.spf.format.trueColour ? TRUE : FALSE); in rfbProcessClientNormalMessage()
1908 cl->format.redMax = Swap16IfLE(msg.spf.format.redMax); in rfbProcessClientNormalMessage()
1909 cl->format.greenMax = Swap16IfLE(msg.spf.format.greenMax); in rfbProcessClientNormalMessage()
1910 cl->format.blueMax = Swap16IfLE(msg.spf.format.blueMax); in rfbProcessClientNormalMessage()
1911 cl->format.redShift = msg.spf.format.redShift; in rfbProcessClientNormalMessage()
1912 cl->format.greenShift = msg.spf.format.greenShift; in rfbProcessClientNormalMessage()
1913 cl->format.blueShift = msg.spf.format.blueShift; in rfbProcessClientNormalMessage()
/external/libvncserver/rfb/
Drfbproto.h1430 rfbSetPixelFormatMsg spf; member
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/ ...
Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...