HomeSort by relevance Sort by last modified time
    Searched full:ored (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/webkit/Source/WebCore/dom/
SpaceSplitString.cpp 37 UChar ored = 0; local
41 ored |= c;
43 return hasUpper || (ored & ~0x7F);
  /external/webkit/Source/WebCore/platform/text/
TextCodecUserDefined.cpp 97 UChar ored = 0; local
101 ored |= c;
104 if (!(ored & 0xFF80))
TextCodecLatin1.cpp 199 UChar ored = 0; local
203 ored |= c;
206 if (!(ored & 0xFF80))
  /external/chromium/chrome/browser/metrics/
metrics_response.h 35 // server, ORed together into one value.
  /external/chromium/net/base/
asn1_util.h 20 // These are flags that can be ORed with the above tag numbers.
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 198 UChar ored = 0; local
204 ored |= *chp;
208 if (noUpper && !(ored & ~0x7F))
218 if (!(ored & ~0x7F)) {
252 UChar ored = 0; local
255 ored |= c;
258 if (!(ored & ~0x7F))
297 UChar ored = 0; local
300 ored |= c;
303 if (!(ored & ~0x7F)
973 UChar ored = 0; local
    [all...]
WTFString.h 408 UChar ored = 0; local
410 ored |= characters[i];
411 return !(ored & 0xFF80);
416 UChar ored = 0; local
418 ored |= characters[i];
419 return !(ored & 0xFF00);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 40 @param model ORed-together bits representing the content models
42 @param memberOf ORed-together bits representing the content models
44 @param flags ORed-together bits representing the flags associated
  /bionic/libc/include/
ftw.h 44 * Flags for use as the 4th argument to nftw(3). These may be ORed together.
  /external/chromium/net/proxy/
proxy_list.h 38 // |scheme_bit_field| is a bunch of ProxyServer::Scheme bitwise ORed together.
proxy_server.h 24 // The type of proxy. These are defined as bit flags so they can be ORed
  /external/openssl/crypto/x509/
x509_vpm.c 116 * destination and verify flags are ORed together.
123 * they are set or not. Flags is still Ored though.
126 * of ORed.
  /system/core/sh/
parser.h 43 #define CTLQUOTE 01 /* ored with CTLBACKQ code if in quotes */
  /dalvik/dexgen/src/com/android/dexgen/util/
Bits.java 204 * @param a {@code non-null;} int array to be ored with other argument. This
206 * @param b {@code non-null;} int array to be ored into {@code a}. This
  /dalvik/dx/src/com/android/dx/util/
Bits.java 204 * @param a {@code non-null;} int array to be ored with other argument. This
206 * @param b {@code non-null;} int array to be ored into {@code a}. This
  /external/dexmaker/src/dx/java/com/android/dx/util/
Bits.java 204 * @param a {@code non-null;} int array to be ored with other argument. This
206 * @param b {@code non-null;} int array to be ored into {@code a}. This
  /external/icu4c/common/unicode/
unorm.h 197 * @param options The normalization options, ORed together (0 for no options).
244 * @param options The normalization options, ORed together (0 for no options).
291 * @param options The normalization options, ORed together (0 for no options).
363 * @param options The normalization options, ORed together (0 for no options).
396 * @param options The normalization options, ORed together (0 for no options).
445 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/Source/JavaScriptCore/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/Source/WebCore/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/Source/WebKit/mac/icu/unicode/
unorm.h 190 * @param options The normalization options, ORed together (0 for no options).
258 * @param options The normalization options, ORed together (0 for no options).
305 * @param options The normalization options, ORed together (0 for no options).
377 * @param options The normalization options, ORed together (0 for no options).
410 * @param options The normalization options, ORed together (0 for no options).
459 * @param options The normalization options, ORed together (0 for no options).
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 865 UChar ored = 0; local
905 UChar ored = 0; local
    [all...]
  /dalvik/vm/jdwp/
JdwpConstants.h 87 * ClassStatus constants. These are bit flags that can be ORed together.
  /hardware/samsung_slsi/exynos5/include/
ion.h 46 * The values must be ORed with one of IMSYNC_DEV_* and one of IMSYNC_SYNC_*.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 31 // be traversed. These values may be ORed together before being passed to
  /system/core/include/cutils/
trace.h 47 * ATRACE_TAG_HAL should be bitwise ORed with the relevant tags for tracing

Completed in 1440 milliseconds

1 2 3 4