Searched refs:x0 (Results 126 - 150 of 214) sorted by relevance

123456789

/frameworks/base/telecomm/java/android/telecom/
H A DCallAudioState.java144 if (route == 0 || (route & ~ROUTE_ALL) != 0x0) {
H A DVideoProfile.java79 public static final int STATE_AUDIO_ONLY = 0x0;
/frameworks/base/tools/aapt/
H A DResourceFilter.cpp66 uint32_t matchedAxis = 0x0;
/frameworks/minikin/include/minikin/
H A DLayout.h96 void draw(minikin::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/view/animation/
H A DGridLayoutAnimationController.java56 public static final int DIRECTION_LEFT_TO_RIGHT = 0x0;
66 public static final int DIRECTION_TOP_TO_BOTTOM = 0x0;
H A DTransformation.java34 public static final int TYPE_IDENTITY = 0x0;
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp352 float x0 = *pSrc++; local
353 float x1 = x0;
362 if (x < x0) {
363 x0 = x;
392 float dx = x1 - x0;
395 *pSphere++ = x0 + dx * 0.5f;
410 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { argument
411 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.h389 LDSymbol::ValueType pValue = 0x0,
435 LDSymbol::ValueType pValue = 0x0,
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp139 /*the filled value*/0x0,
191 /*the filled value*/0x0,
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64RelocationHelpers.h177 rsym, *got_entry, 0x0, llvm::ELF::R_AARCH64_RELATIVE, pParent);
181 helper_DynRela_init(rsym, *got_entry, 0x0, llvm::ELF::R_AARCH64_GLOB_DAT,
H A DAArch64Relocator.cpp74 // valid types are 0x0, 0x100-0x239
75 if ((type < 0x100 || type > 0x239) && (type != 0x0)) {
126 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
142 0x0, // value
143 FragmentRef::Create(*frag, 0x0),
445 if (0x0 == (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
495 if (0x0 != (llvm::ELF::SHF_ALLOC & target_sect.flag())) {
515 Relocator::Address value = 0x0;
H A DAArch64GOT.cpp122 uint64_t result = 0x0;
H A DAArch64PLT.cpp148 uint64_t result = 0x0;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DQuaternion.java81 public Quaternion(double x0, double x1, double x2, double x3) { argument
82 x[0] = x0;
/frameworks/base/core/java/android/util/
H A DPathParser.java545 float x0,
560 /* Transform (x0, y0) and (x1, y1) into unit space */
562 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
563 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
582 drawArc(p, x0, y0, x1, y1, a * adjust,
618 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
544 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DPathParser.java573 float x0,
588 /* Transform (x0, y0) and (x1, y1) into unit space */
590 double x0p = (x0 * cosTheta + y0 * sinTheta) / a;
591 double y0p = (-x0 * sinTheta + y0 * cosTheta) / b;
610 drawArc(p, x0, y0, x1, y1, a * adjust,
646 arcToBezier(p, cx, cy, a, b, x0, y0, thetaD, eta0, sweep);
572 drawArc(Path p, float x0, float y0, float x1, float y1, float a, float b, float theta, boolean isMoreThanHalf, boolean isPositiveArc) argument
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp73 rsym, *got_entry, 0x0, llvm::ELF::R_HEX_RELATIVE, pParent);
77 rsym, *got_entry, 0x0, llvm::ELF::R_HEX_GLOB_DAT, pParent);
431 Fragment* frag = new FillFragment(0x0, 1, pSym.size());
447 0x0, // value
448 FragmentRef::Create(*frag, 0x0),
465 0x0, // value
466 FragmentRef::Create(*frag, 0x0),
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp300 if ((offset & 1) != 0x0)
430 if ((begin_offset & 1) != 0x0)
444 if ((offset & 1) != 0x0)
/frameworks/av/services/camera/libcameraservice/api2/
H A DCameraDeviceClient.h171 static int64_t euclidDistSquare(int32_t x0, int32_t y0, int32_t x1, int32_t y1);
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableEnum.java43 private static final int UINT8_MIN = 0x0;
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp43 int result = 0x0;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp119 uint64_t result = 0x0;
H A DARMPLT.cpp142 uint64_t result = 0x0;

Completed in 2844 milliseconds

123456789