Searched defs:RAW (Results 1 - 9 of 9) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemDesc.java66 static final int RAW = (1 << 8); field in class:ElemDesc
/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c51 static enum { RESET, RAW, CBREAK } tty_state = RESET; enumerator in enum:__anon13624
86 tty_state = RAW;
93 if (tty_state != CBREAK && tty_state != RAW) {
/external/libvncserver/webclients/novnc/include/
H A Drfb.js56 ['RAW', 0x00 ],
86 lines : 0, // RAW
308 FBU.lines = 0; // RAW
1074 encHandlers.RAW = function display_raw() {
1083 if (ws.rQwait("RAW", FBU.bytes)) { return false; }
1222 /* Weird: ignore blanks after RAW */
1223 Util.Debug(" Ignoring blank after RAW");
/external/icu/icu4c/source/test/intltest/
H A Dtzrulets.cpp385 const int32_t RAW = -10*HOUR; local
386 rbtz0.setRawOffset(RAW);
387 if (rbtz0.getRawOffset() != RAW) {
1694 const int32_t RAW = -10*HOUR; local
1696 tmpvtz->setRawOffset(RAW);
1697 if (tmpvtz->getRawOffset() != RAW) {
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodeProperty.java401 public final int RAW = 0, TITLE = 1, NORMAL = 2; field in class:UnicodeProperty.Name
406 if (style == RAW) {
/external/libxml2/
H A Dcatalog.c2141 #define RAW *cur macro
2187 if (RAW == '"') {
2190 } else if (RAW == '\'') {
H A DHTMLparser.c325 #define RAW (ctxt->token ? -1 : (*ctxt->input->cur)) macro
3121 if ((RAW == '<') && (NXT(1) == '?')) {
3136 if (RAW == '>') {
3235 if ((RAW != '<') || (NXT(1) != '!') ||
4673 start[0] = RAW;
H A Dparser.c1984 * RAW same as CUR but in the input buffer, bypass any token
2005 #define RAW (*ctxt->input->cur) macro
2252 * Using RAW/CUR/NEXT is okay since we are working on ASCII range here
2254 if ((RAW == '&') && (NXT(1) == '#') &&
2258 while (RAW != ';') { /* loop blocked by count */
2265 if ((RAW >= '0') && (RAW <= '9'))
2267 else if ((RAW >= 'a') && (RAW <= 'f') && (count < 20))
2269 else if ((RAW >
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4286 milliseconds