Searched refs:x2 (Results 151 - 161 of 161) sorted by relevance

1234567

/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java149 private static final int FLAG_PERSIST_UID = 0x2;
H A DNetworkPolicyManagerService.java189 public static final int TYPE_LIMIT = 0x2;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp1071 S = helper_bit_select(S, P, 0x2);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp200 // fog 0x4, light 0x2, smooth 0x1
218 index |= c->lighting.enable ? 0x2 : 0;
/frameworks/base/libs/hwui/
H A DDisplayListOp.h71 kOpLogFlag_JSON = 0x2 // TODO: add?
H A DOpenGLRenderer.cpp1293 offset ^= 0x2;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2059 UChar mask1[6] = {0x20, 0x10, 0x8, 0x4, 0x2, 0x1};
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c160 /* 2x2 pels per iteration
256 /* 2x2 pels per iteration
352 /* 2x2 pels per iteration
1041 ptrJ = ref + (((horVerOffset & 0x2) >> 1) + 2) * width + 5;
/frameworks/base/core/java/android/widget/
H A DTextView.java9028 private static final byte MARQUEE_RUNNING = 0x2;
9031 private static final int MESSAGE_TICK = 0x2;
/frameworks/base/services/input/
H A DInputReader.cpp91 inline static float distance(float x1, float y1, float x2, float y2) { argument
92 return hypotf(x1 - x2, y1 - y2);
/frameworks/base/core/java/android/view/
H A DView.java2251 static final int PFLAG3_VIEW_IS_ANIMATING_ALPHA = 0x2;

Completed in 876 milliseconds

1234567