HomeSort by relevance Sort by last modified time
    Searched refs:setBits (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/graphics/java/android/graphics/
PaintFlagsDrawFilter.java 23 * specified setBits in the paint's flags.
26 * @param setBits These bits will be set in the paint's flags
28 public PaintFlagsDrawFilter(int clearBits, int setBits) {
31 mNativeInt = nativeConstructor(clearBits, setBits);
34 private static native long nativeConstructor(int clearBits, int setBits);
  /cts/tests/tests/location/src/android/location/cts/asn1/base/
BitStream.java 47 private int setBits = 0;
50 return Arrays.copyOf(buffer, position + (setBits == 0 ? 0 : 1));
54 buffer[position] = (byte) (buffer[position] | (data & 0xFF) >> setBits);
56 buffer[position] = (byte) (buffer[position] | (data << (BITS_IN_BYTE - setBits)) & 0xFF);
68 buffer[position] = (byte) (buffer[position] | 1 << (BITS_IN_BYTE - 1 - setBits));
70 setBits++;
71 if (setBits == BITS_IN_BYTE) {
73 setBits = 0;
78 return BITS_IN_BYTE * position + setBits;
108 if (setBits != 0)
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
PaintFlagsDrawFilter_Delegate.java 58 /*package*/ static long nativeConstructor(int clearBits, int setBits) {
  /external/clang/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
ObjCMethodList.h 43 void setBits(unsigned B) { NextAndExtraBits.setInt(B); }
  /external/guava/guava/src/com/google/common/base/
CharMatcher.java 439 void setBits(BitSet table) {
467 void setBits(BitSet table) {
508 void setBits(BitSet table) {
527 @Override void setBits(BitSet table) {
565 @Override void setBits(BitSet table) {
656 void setBits(BitSet table) {
658 original.setBits(tmp);
701 void setBits(BitSet table) {
703 first.setBits(tmp1);
705 second.setBits(tmp2)
    [all...]
SmallCharMatcher.java 143 void setBits(BitSet table) {
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharMatcher.java 367 @Override protected void setBits(LookupTable table) {
398 @Override protected void setBits(LookupTable table) {
448 @Override protected void setBits(LookupTable table) {
465 @Override protected void setBits(LookupTable table) {
495 @Override protected void setBits(LookupTable table) {
624 @Override protected void setBits(LookupTable table) {
626 matcher.setBits(table);
656 * {@link #setBits(LookupTable)}.
660 setBits(table);
683 protected void setBits(LookupTable table)
    [all...]
  /system/libfmq/
EventFlag.cpp 148 uint32_t setBits = old & bitmask;
152 if (setBits != 0) {
153 *efState = setBits;
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APInt.h 212 /// out-of-line slow case for setBits.
537 Res.setBits(loBit, hiBit);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APInt.h 228 /// out-of-line slow case for setBits.
588 Res.setBits(loBit, hiBit);
    [all...]

Completed in 1597 milliseconds

1 2 3 4 5 6 7 8