Home
last modified time | relevance | path

Searched defs:one (Results 1 – 10 of 10) sorted by relevance

/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp26 int one() in one() function
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java55 ViewOne one = new ViewOne(mContext); in testLayout3() local
93 TextView one = new TextView(mContext); in testLayout6() local
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h60 unsigned int one; member
DLinearAllocatorTest.h47 unsigned int one; member
/frameworks/compile/linkloader/utils/
Dserialize.h32 unsigned long one = 0x1UL; in is_host_little_endian() local
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s87 one RN 4 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
DomxVCM4P2_DecodePadMV_PVOP_s.s87 one RN 4 label
/frameworks/base/services/common_time/
Dcommon_time_server.cpp396 const int one = 1; in setupSocket_l() local
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp858 int16_t one; in threadLoop() local
/frameworks/base/core/java/android/text/
DTextUtils.java220 public static boolean regionMatches(CharSequence one, int toffset, in regionMatches()