Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 119) sorted by relevance

12345

/frameworks/base/core/tests/coretests/src/android/net/
DUriMatcherTest.java43 check("content://asdf", UriMatcher.NO_MATCH); in testContentUris()
44 check("content://people", PEOPLE); in testContentUris()
45 check("content://people/1", PEOPLE_ID); in testContentUris()
46 check("content://people/asdf", UriMatcher.NO_MATCH); in testContentUris()
47 check("content://people/2/phones", PEOPLE_PHONES); in testContentUris()
48 check("content://people/2/phones/3", PEOPLE_PHONES_ID); in testContentUris()
49 check("content://people/2/phones/asdf", UriMatcher.NO_MATCH); in testContentUris()
50 check("content://people/2/addresses", PEOPLE_ADDRESSES); in testContentUris()
51 check("content://people/2/addresses/3", PEOPLE_ADDRESSES_ID); in testContentUris()
52 check("content://people/2/addresses/asdf", UriMatcher.NO_MATCH); in testContentUris()
[all …]
/frameworks/base/opengl/tools/glgen/specs/gles11/
Dchecks.spec1 glClipPlanef check eqn 4
2 glClipPlanex check eqn 4
3 glGetClipPlanefOES check eqn 4
4 glGetClipPlanexOES check eqn 4
5 glDeleteBuffers check buffers n
6 glDeleteTextures check textures n
9 glGenBuffers check buffers n
10 glGenTextures check textures n
11 glGetClipPlane check eqn 4
16 glGetTexParameter check params 1
[all …]
/frameworks/base/opengl/tools/glgen/specs/jsr239/
Dglspec-checks1 glClipPlanef check equation 4
2 glClipPlanex check equation 4
3 glDeleteBuffers check buffers n
4 glDeleteTextures check textures n
7 glGenBuffers check buffers n
8 glGenTextures check textures n
9 glGetClipPlane check eqn 4
14 glGetTexParameter check params 1
17 glLoadMatrix check m 16
19 glMultMatrix check m 16
[all …]
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
DVariableSpeed.java90 check(!mHasBeenReleased, "has been released, reset before use"); in setOnCompletionListener()
98 check(!mHasBeenReleased, "has been released, reset before use"); in setOnErrorListener()
183 check(!mHasBeenReleased, "has been released, reset before use"); in innerSetDataSource()
184 check(mDataSource == null, "cannot setDataSource more than once"); in innerSetDataSource()
199 check(mHasBeenReleased && mIsReadyToReUse, "to re-use, must call reset after release"); in reset()
219 check(!mHasBeenReleased, "has been released, reset before use"); in prepare()
220 check(mDataSource != null, "must setDataSource before you prepare"); in prepare()
221 check(!mIsPrepared, "cannot prepare more than once"); in prepare()
232 check(!mHasDuration, "can't have duration, this is impossible"); in prepare()
242 check(!mHasBeenReleased, "has been released, reset before use"); in getDuration()
[all …]
/frameworks/base/core/java/android/net/http/
DIdleCache.java147 int check = 0; in run() local
153 while (check < EMPTY_CHECK_MAX) { in run()
159 check++; in run()
161 check = 0; in run()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp181 bool check() { in check() function in android::ArrayHelper
241 bool checkOK = positions.check() && sphere.check(); in util_computeBoundingSphere()
404 bool initializedOK = mvp.check() && spheres.check() && results.check(); in util_frustumCullSpheres()
448 bool checkOK = ws.check() && positions.check() && indices.check(); in util_visibilityTest()
503 bool checkOK = resultMat.check() && lhs.check() && rhs.check(); in util_multiplyMM()
534 bool checkOK = resultV.check() && lhs.check() && rhs.check(); in util_multiplyMV()
/frameworks/base/core/tests/coretests/src/android/os/
DAidlTest.java39 private static boolean check(TestParcelable p, int n, String s) { in check() method in AidlTest
256 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); in testListParcelableLonger()
257 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); in testListParcelableLonger()
258 assertTrue("out parameter 2: " + list.get(2), check(list.get(2), 34, "jkl;")); in testListParcelableLonger()
279 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); in testListParcelableShorter()
280 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); in testListParcelableShorter()
/frameworks/base/core/java/android/net/
DVpnService.java301 private void check(InetAddress address, int prefixLength) { in check() method in VpnService.Builder
326 check(address, prefixLength); in addAddress()
355 check(address, prefixLength); in addRoute()
/frameworks/base/libs/binder/
DPermissionCache.cpp37 status_t PermissionCache::check(bool* granted, in check() function in android::PermissionCache
100 if (pc.check(&granted, permission, uid) != NO_ERROR) { in checkPermission()
/frameworks/base/docs/html/guide/publishing/
Dlicensing.jd59 For example, an application can check the licensing status and then apply custom
121 information. It then sends the license check request to the server on behalf of
130 <p>Notice that during a license check, the application does not manage any
137 license check through the LVL and the Android Market
162 initiate a license check request and handle the response when it is received.
163 You can choose when, and how often, you want your application to check its
250 <li>To complete a license check, the licensing server must be accessible over
255 blocks that let you securely check licensing, but the actual enforcement and
347 license check for an application uploaded to the publisher account, from a user
420 <p>As described earlier, applications check licensing status not by contacting
[all …]
/frameworks/base/include/binder/
DPermissionCache.h59 status_t check(bool* granted,
/frameworks/compile/libbcc/helper/
Dsha1.c420 int check = 0; in main() local
451 check = 1; in main()
455 check = 0; in main()
495 if (check) in main()
519 if (check) in main()
/frameworks/base/core/java/android/widget/
DRadioGroup.java152 public void check(int id) { in check() method in RadioGroup
205 check(-1); in clearCheck()
/frameworks/base/telephony/java/com/android/internal/telephony/
DSmsUsageMonitor.java77 public boolean check(String appName, int smsWaiting) { in check() method in SmsUsageMonitor
/frameworks/base/docs/html/sdk/
Dwin-usb.jd251 <li>Select <strong>Search for the best driver in these locations</strong>; un-check
252 <strong>Search removable media</strong>; and check <strong>Include this location in the
272 <li>Select <strong>Search for the best driver in these locations</strong>; un-check
274 removable media</strong>; and check <strong>Include
295 <li>Select <strong>Search for the best driver in these locations</strong>; un-check <strong>Search
296 removable media</strong>; and check <strong>Include
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DConfirmDialog.java68 ((CompoundButton) view.findViewById(R.id.check)).setOnCheckedChangeListener(this); in onResume()
/frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
DHugeBackupActivity.java130 mFillingGroup.check(whichFilling); in populateUI()
/frameworks/base/services/jni/
Dcom_android_server_connectivity_Vpn.cpp424 static jint check(JNIEnv *env, jobject thiz, jstring jName) in check() function
457 {"jniCheck", "(Ljava/lang/String;)I", (void *)check},
/frameworks/base/docs/html/resources/
Dcommunity-more.jd27 <p>If you haven't used IRC before, check <a
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT62 % md5sum --check ARM_MANIFEST_97413.TXT
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT62 % md5sum --check ARM_MANIFEST_97412.TXT
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT62 % md5sum --check ARM_MANIFEST_97414.TXT
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd23 <li><a href="#check-camera-features">Checking camera features</a></li>
68 <a href="#intents">Using Existing Camera Apps</a>. For developing a customized camera feature, check
345 <li><strong>Detect and Access Camera</strong> - Create code to check for the existence of
375 should check to see if a camera is available at runtime. To perform this check, use the {@link
393 front-facing camera for video calls. Android 2.3 (API Level 9) and later allows you to check the
419 <p class="caution"><strong>Caution:</strong> Always check for exceptions when using {@link
420 android.hardware.Camera#open() Camera.open()}. Failing to check for exceptions if the camera is in
427 <h3 id="check-camera-features">Checking camera features</h3>
629 Log.d(TAG, "Error creating media file, check storage permissions: " +
786 android.media.MediaRecorder#prepare() MediaRecorder.prepare()} method to check and implement the
[all …]
/frameworks/base/services/java/com/android/server/connectivity/
DVpn.java261 mLegacyVpnRunner.check(interfaze); in interfaceStatusChanged()
413 public void check(String interfaze) { in check() method in Vpn.LegacyVpnRunner
/frameworks/base/docs/html/resources/faq/
Dframework.jd13 <li><a href="#4">How can I check if an Activity is already
127 <h2>How can I check if an Activity is already running before starting

12345