Searched refs:x0 (Results 101 - 125 of 194) sorted by relevance

12345678

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java140 Point x0 = new Point(0.5f * (-cosTheta + sinTheta + 1f),
148 Quad quad = new Quad(x0, x1, x2, x3);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp150 0x0, // size
151 0x0, // value
152 FragmentRef::Create(pFrag, 0x0),
161 0x0, // size
162 0x0, // value
163 FragmentRef::Create(pFrag, 0x0),
287 0x0, // size
288 0x0, // value
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdFlushBits.s63 LDR pStrmBuffStart, [pStrmData, #0x0]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFlushBits.S61 LDR pStrmBuffStart, [pStrmData, #0x0]
/frameworks/base/media/mca/filterfw/jni/
H A Djni_shader_program.cpp145 jfloat x0,
155 program->SetSourceRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
163 jfloat x0,
173 program->SetTargetRegion(Quad(Point(x0, y0), Point(x1, y1), Point(x2, y2), Point(x3, y3)));
143 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
161 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env, jobject thiz, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jfloat x2, jfloat y2, jfloat x3, jfloat y3) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h91 virtual uint64_t initSymValue() const { return 0x0; }
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java77 assertStatsEntry(stats, "wlan0", 0, SET_DEFAULT, 0x0, 18621L, 2898L);
78 assertStatsEntry(stats, "wlan0", 10011, SET_DEFAULT, 0x0, 35777L, 5718L);
81 assertStatsEntry(stats, "rmnet2", 10001, SET_DEFAULT, 0x0, 1125899906842624L, 984L);
91 assertEquals(0, kernelToTag("0x0"));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp410 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
428 0x0, // value
429 FragmentRef::Create(*frag, 0x0),
845 if (T != 0x0)
850 if (0x0 == (llvm::ELF::SHF_ALLOC &
891 if (T != 0x0)
916 if (T != 0x0)
1019 if (T != 0x0)
1023 if (0x0 == T) {
1066 if (T != 0x0)
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp76 // valid types are 0x0, 0x100-0x239
77 if ((type < 0x100 || type > 0x239) && (type != 0x0)) {
132 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
148 0x0, // value
149 FragmentRef::Create(*frag, 0x0),
437 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
489 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
510 Relocator::Address value = 0x0;
H A DAArch64RelocationHelpers.h198 Relocation& rel_entry = helper_DynRela_init(rsym, *got_entry, 0x0,
204 helper_DynRela_init(rsym, *got_entry, 0x0, R_AARCH64_GLOB_DAT, pParent);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp129 0x0, // size
130 0x0, // value
373 uint64_t out_align = 0x0, in_align = 0x0;
518 0x0,
533 0x0,
723 uint64_t res = 0x0;
725 if (res == 0x0)
840 if (0x0 == relocation->type())
881 if (0x0
[all...]
H A DObjectBuilder.cpp126 0x0, // the filled value
182 0x0, // the filled value
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h158 static int64_t euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1);
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java33 public static final int TYPE_IDENTITY = 0x0;
H A DGridLayoutAnimationController.java56 public static final int DIRECTION_LEFT_TO_RIGHT = 0x0;
66 public static final int DIRECTION_TOP_TO_BOTTOM = 0x0;
/frameworks/base/core/jni/android/graphics/
H A DShader.cpp90 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
94 pts[0].set(x0, y0);
117 jfloat x0, jfloat y0, jfloat x1, jfloat y1,
121 pts[0].set(x0, y0);
89 LinearGradient_create1(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jintArray colorArray, jfloatArray posArray, jint tileMode) argument
116 LinearGradient_create2(JNIEnv* env, jobject o, jfloat x0, jfloat y0, jfloat x1, jfloat y1, jint color0, jint color1, jint tileMode) argument
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java899 float x0, x1, y0, y1;
905 x0 = r.left; y0 = r.top;
906 x1 = x0; y1 = level * r.bottom;
909 x0 = r.right; y0 = r.top;
913 x0 = r.right; y0 = r.top;
917 x0 = r.right; y0 = r.bottom;
921 x0 = r.left; y0 = r.bottom;
922 x1 = x0; y1 = level * r.top;
925 x0 = r.left; y0 = r.bottom;
929 x0
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DAudioState.java102 if (route == 0 || (route & ~ROUTE_ALL) != 0x0) {
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp66 uint32_t matchedAxis = 0x0;
/frameworks/minikin/include/minikin/
H A DLayout.h81 void draw(Bitmap*, int x0, int y0, float size) const;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_hor_ver_quarter.s40 x0 RN 2 label
98 CMP x0, #0
99 BLT do_fill ;// (x0 < 0)
102 ADD tmpa, x0, partW ;// (x0+partWidth)
103 ADD tmpa, tmpa, #5 ;// (x0+partW+5)
105 BHI do_fill ;// (x0+partW)>width
131 MOV x0, #0
132 STR x0,[sp,#0x1ec] ;// x0
[all...]
/frameworks/base/core/java/android/net/
H A DNetworkPolicyManager.java45 public static final int POLICY_NONE = 0x0;
52 public static final int RULE_ALLOW_ALL = 0x0;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp257 float x0 = *pSrc++; local
258 float x1 = x0;
267 if (x < x0) {
268 x0 = x;
297 float dx = x1 - x0;
300 *pSphere++ = x0 + dx * 0.5f;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
316 return x0 * x1 + y0 * y1 + z0 * z1;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DShaderProgram.java265 public native boolean setSourceRegion(float x0, float y0, float x1, float y1, argument
268 private native boolean setTargetRegion(float x0, float y0, float x1, float y1, argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h396 LDSymbol::ValueType pValue = 0x0,
441 LDSymbol::ValueType pValue = 0x0,

Completed in 604 milliseconds

12345678