Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 252) sorted by relevance

1234567891011

/frameworks/base/tests/CoreTests/android/core/
DRegexTest.java36 Pattern p = Pattern.compile("bcd"); in testMatches() local
89 Pattern p = Pattern.compile( in testGroupCount() local
107 Pattern p = Pattern.compile("(b)([c|d])(z*)"); in testGroups() local
123 Pattern p = Pattern.compile("."); in testFind() local
141 Pattern p = Pattern.compile("a*b"); in testReplaceAll() local
158 Pattern p = Pattern.compile("a*b"); in testReplaceFirst() local
174 Pattern p = Pattern.compile(":"); in testSplit() local
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
DLocationManagerTest.java42 LocationProvider p = manager.getProvider("bogus"); in testGetBogusProvider() local
47 LocationProvider p = manager.getProvider("network"); in testGetNetworkProvider() local
52 LocationProvider p = manager.getProvider("gps"); in testGetGpsProvider() local
57 String p = manager.getBestProvider(new Criteria(), true); in testGetBestProviderEmptyCriteria() local
64 String p = manager.getBestProvider(c, true); in testGetBestProviderPowerCriteria() local
81 LocationProvider p = manager.getProvider("gps"); in testGpsTracklog() local
DVpnTest.java98 VpnProfile p = createTestProfile(VpnState.CONNECTED); in testParcelable() local
137 VpnProfile p = new L2tpProfile(); in createTestProfile() local
148 private void testVpnProfile(VpnProfile p, VpnState state) { in testVpnProfile()
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
Dumemory.h41 inline explicit auto_ptr (pointer p = NULL) : m_p (p) {} in m_p() argument
43 inline auto_ptr (auto_ptr<T>& p) : m_p (p.release()) {} in auto_ptr() function
51 inline void reset (pointer p) { if (p != m_p) { delete m_p; m_p = p; } } in reset()
69 inline void construct (T* p) in construct()
93 inline void construct (T* p, const T& value) in construct()
102 inline void destroy (T* p) throw() in destroy()
120 template <typename T> inline T* cast_to_type (void* p, const T*) { return ((T*) p); } in cast_to_type()
128 inline pair<T*, ptrdiff_t> make_temporary_buffer (void* p, size_t n, const T* ptype) in make_temporary_buffer()
137 #define return_temporary_buffer(p) argument
140 #define return_temporary_buffer(p) if (p) free (p), p = NULL argument
Dunew.cpp18 void* p = malloc (n); in throwing_malloc() local
28 void free_nullok (void* p) throw() in free_nullok()
Dmemlink.h48 inline memlink (void* p, size_type n) : cmemlink (p, n) {} in memlink()
49 inline memlink (const void* p, size_type n) : cmemlink (p, n) {} in memlink()
62 inline void link (const void* p, size_type n) { cmemlink::link (p, n); } in link()
63 inline void link (void* p, size_type n) { cmemlink::link (p, n); } in link()
70 inline void relink (const void* p, size_type n) { cmemlink::relink (p, n); } in relink()
71 inline void relink (void* p, size_type n) { cmemlink::relink (p, n); } in relink()
73 inline void copy (const void* p, size_type n) { copy (begin(), p, n); } in copy()
Dmemlink.cpp39 void memlink::copy (iterator start, const void* p, size_type n) in copy()
55 void memlink::fill (iterator start, const void* p, size_type elSize, size_type elCount) in fill()
Dunew.h36 inline void operator delete (void* p) throw() { free_nullok (p); } in delete()
40 inline void* operator new (size_t, void* p) throw() { return (p); } in new()
Dfstream.cpp138 off_t p = lseek (m_fd, n, whence); in seek() local
151 off_t fstream::read (void* p, off_t n) in read()
160 off_t fstream::readsome (void* p, off_t n) in readsome()
178 off_t fstream::write (const void* p, off_t n) in write()
/frameworks/base/tools/aidl/
Daidl_language_y.y55 document_item_type* p = $1.document_item; variable
149 interface_item_type* p=$1.interface_item; variable
207 arg_type *p = $1.arg; variable
/frameworks/base/core/java/android/text/
DGraphicsOperations.java34 float x, float y, Paint p); in drawText()
39 float measureText(int start, int end, Paint p); in measureText()
45 public int getTextWidths(int start, int end, float[] widths, Paint p); in getTextWidths()
/frameworks/base/services/java/com/android/server/
DAppWidgetService.java164 Provider p = mInstalledProviders.get(i); in dump() local
295 Provider p = id.provider; in deleteAppWidgetLocked() local
317 void cancelBroadcasts(Provider p) { in cancelBroadcasts()
342 Provider p = lookupProviderLocked(provider); in bindAppWidgetId() local
396 Provider p = mInstalledProviders.get(i); in getInstalledProviders() local
424 Provider p = lookupProviderLocked(provider); in updateAppWidgetProvider() local
523 Provider p = mInstalledProviders.get(i); in lookupProviderLocked() local
579 Provider p = parseProviderInfoXml(new ComponentName(ri.activityInfo.packageName, in addProviderLocked() local
589 void removeProviderLocked(int index, Provider p) { in removeProviderLocked()
610 void sendEnableIntentLocked(Provider p) { in sendEnableIntentLocked()
[all …]
/frameworks/base/opengl/libagl/
Darray.cpp155 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch2b()
159 static void fetch2s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch2s()
163 static void fetch2x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch2x()
166 static void fetch2f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch2f()
170 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch3b()
175 static void fetch3s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch3s()
180 static void fetch3x(ogles_context_t*, GLfixed* v, const GLfixed* p) { in fetch3x()
183 static void fetch3f(ogles_context_t*, GLfixed* v, const GLfloat* p) { in fetch3f()
188 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) { in fetch4b()
194 static void fetch4s(ogles_context_t*, GLfixed* v, const GLshort* p) { in fetch4s()
[all …]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/view/
DRemoteViewsActivityTest.java46 Parcel p = Parcel.obtain(); in testGood() local
75 Parcel p = Parcel.obtain(); in testDerivedClass() local
104 Parcel p = Parcel.obtain(); in testWebView() local
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
DAndroidGraphicsTests.java65 Paint p = new Paint(); in testPaint() local
70 TextPaint p = new TextPaint(); in textTextPaint() local
/frameworks/base/awt/java/awt/
DPoint.java76 public Point(Point p) { in Point() method in Point
95 Point p = (Point)obj; in equals() local
148 public void setLocation(Point p) { in setLocation()
/frameworks/base/core/java/android/os/
DMessageQueue.java191 Message p = mMessages; in enqueueMessage() local
213 Message p = mMessages; in removeMessages() local
254 Message p = mMessages; in removeMessages() local
284 Message p = mMessages; in removeCallbacksAndMessages() local
/frameworks/base/awt/org/apache/harmony/awt/wtk/
DWindowFactory.java37 NativeWindow createWindow(CreationParams p); in createWindow()
60 NativeWindow getWindowFromPoint(Point p); in getWindowFromPoint()
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
DVpnServiceBinder.java101 private synchronized boolean connect(final VpnProfile p, in connect()
125 private synchronized void checkStatus(VpnProfile p) { in checkStatus()
149 private VpnService<? extends VpnProfile> createService(VpnProfile p) { in createService()
/frameworks/base/media/libmediaplayerservice/
DMediaPlayerService.cpp113 bool unmarshallFilter(const Parcel& p, in unmarshallFilter()
604 sp<MediaPlayerBase> p; in disconnect() local
697 sp<MediaPlayerBase> p; in createPlayer() local
740 sp<MediaPlayerBase> p = mPlayer; in createPlayer() local
776 sp<MediaPlayerBase> p = createPlayer(playerType); in setDataSource() local
826 sp<MediaPlayerBase> p = createPlayer(playerType); in setDataSource() local
843 sp<MediaPlayerBase> p = getPlayer(); in setVideoSurface() local
851 sp<MediaPlayerBase> p = getPlayer(); in invoke() local
918 sp<MediaPlayerBase> p = getPlayer(); in prepareAsync() local
931 sp<MediaPlayerBase> p = getPlayer(); in start() local
[all …]
/frameworks/base/awt/java/awt/geom/
DPoint2D.java203 public void setLocation(Point2D p) { in setLocation()
250 public double distanceSq(Point2D p) { in distanceSq()
291 public double distance(Point2D p) { in distance()
318 Point2D p = (Point2D)obj; in equals() local
DGeneralPath.java117 GeneralPath p; field in GeneralPath.Iterator
239 PathIterator p = shape.getPathIterator(null); in GeneralPath() local
422 PathIterator p = shape.getPathIterator(null); in append() local
524 GeneralPath p = (GeneralPath)clone(); in createTransformedShape() local
592 public boolean contains(Point2D p) { in contains()
615 GeneralPath p = (GeneralPath)super.clone(); in clone() local
/frameworks/base/core/jni/android/opengl/
Dpoly_clip.cpp41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \ argument
59 void poly_clip_to_halfspace(Poly* p, Poly* q, int index, float sign, float k) in poly_clip_to_halfspace()
112 Poly p2, *p, *q, *r; in poly_clip_to_frustum() local
/frameworks/base/graphics/java/android/graphics/
DPointF.java36 public PointF(Point p) { in PointF()
52 public final void set(PointF p) { in set()
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/os/
DIAidlTest.aidl25 AidlTest.TestParcelable parcelableIn(in AidlTest.TestParcelable p); in parcelableIn()
26 AidlTest.TestParcelable parcelableOut(out AidlTest.TestParcelable p); in parcelableOut()
27 AidlTest.TestParcelable parcelableInOut(inout AidlTest.TestParcelable p); in parcelableInOut()

1234567891011