Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 131) sorted by relevance

123456

/frameworks/compile/slang/tests/
Dtest.py62 passed = True
106 passed = False
124 passed = False
129 passed = False
133 passed = (ret == 0)
138 passed = False
142 passed = False
148 if passed and glob.glob('IN_CTS'):
168 return passed
186 passed = 0
[all …]
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DTestSuiteBuilderTest.java55 assertTrue(recorder.passed("SimpleTest.testSimpleOne")); in testShouldRunSimpleTests()
56 assertTrue(recorder.passed("SimpleTest.testSimpleTwo")); in testShouldRunSimpleTests()
57 assertTrue(recorder.passed("AnotherSimpleTest.testAnotherOne")); in testShouldRunSimpleTests()
68 assertTrue(recorder.passed("SimpleTest.testSimpleTwo")); in testShouldOnlyIncludeTestsThatSatisfyAllPredicates()
96 assertTrue(recorder.passed("SubclassTest.testSubclass")); in testShouldRunTestsInheritedFromSuperclass()
97 assertTrue(recorder.passed("SubclassTest.testSuperclass")); in testShouldRunTestsInheritedFromSuperclass()
106 assertTrue(recorder.passed("Level1Test.testLevel1")); in testShouldIncludeTestsInSubPackagesRecursively()
107 assertTrue(recorder.passed("Level2Test.testLevel2")); in testShouldIncludeTestsInSubPackagesRecursively()
126 assertTrue(recorder.passed("PartiallySuppressedTest.testUnSuppressedMethod")); in testShouldExcludeSuppressedTests()
209 public boolean passed(String testName) {
DUnitTestSuiteBuilderTest.java100 public boolean passed(String testName) { in passed() method in UnitTestSuiteBuilderTest.SuiteExecutionRecorder
DInstrumentationTestSuiteBuilderTest.java107 public boolean passed(String testName) { in passed() method in InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
/frameworks/base/test-runner/src/android/test/
DTestRunner.java113 passed(test.toString()); in endTest()
157 void passed(String className); in passed() method
208 public void passed(String className) { in passed() method in TestRunner
212 mListeners.get(i).passed(className); in passed()
324 passed(className); in run()
361 passed(test.toString()); in run()
514 passed(test.toString()); in runSingleJunitTest()
DTestPrinter.java75 public void passed(String className) { in passed() method in TestPrinter
104 passed(test.toString()); in endTest()
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt43 supports rendering to an ANativeWindow for which the buffers are passed to
83 which the buffers are to be passed to HWComposer as a framebuffer
DEGL_ANDROID_native_fence_sync.txt222 * If <dpy> does not match the display passed to eglCreateSyncKHR
242 RESOLVED: Whenever a file descriptor is passed into or returned from an
278 not passed an existing native fence.
DEGL_ANDROID_presentation_time.txt92 that time may be passed along for the native window system to use.
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd83 * Initializes the CursorLoader. The URL_LOADER value is eventually passed
111 * called. The loaderID argument contains the ID value passed to the
132 // An invalid id was passed in
/frameworks/base/docs/html/guide/topics/ui/layout/
Dgridview.jd89 method is passed a new {@link android.widget.AdapterView.OnItemClickListener}. This anonymous
163 ImageAdapter}. When this is called, a {@link android.view.View} is passed in, which is normally a
179 <p>If the {@link android.view.View} passed to {@link
186 position} integer passed into the method is used to select an image from the {@code mThumbIds}
/frameworks/base/docs/html/tools/debugging/
Dannotations.jd38 variables, parameters, and return values to inspect method return values, passed parameters, and
129 that contains a null value is passed as a parameter to a method with the
134 the <code>context</code> and <code>attrs</code> parameters to check that the passed parameter
161 passed as integers. Code that expects a parameter to reference a specific type of resource, for
163 can be passed the expected reference type of <code>int</code>, but actually reference a different
170 reference is not passed in the parameter.</p>
225 <code>@Size</code> annotations to validate the values of passed
321 a value passed as a method parameter references one of the defined constants.</p>
/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator31 # * all other subcommand or options are directly passed into Java code for
62 # eventually args will be what get passed down to Java code
/frameworks/base/docs/html/google/play/billing/
Dversions.jd20 …ion is returned in the <code>API_VERSION</code> key of the Bundle object passed in the {@code send…
60 …ng value, "2", for the <code>API_VERSION</code> key of the Bundle object passed in the <code>sendB…
/frameworks/base/core/java/android/widget/
DScroller.java512 int passed = timePassed(); in extendDuration() local
513 mDuration = passed + extend; in extendDuration()
/frameworks/rs/api/
Drs_time.spec71 This functions returns the same pointer that is passed as first argument. If the
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt30 …with Wi-Fi turned off. This is done by disabling all networks and allowing only scans to be passed.
/frameworks/base/docs/html/training/safetynet/
Dindex.jd35 have passed Android compatibility testing. This check can help you decide if the device is
119 matches the profile of a device that has passed Android compatibility testing. The compatibility
221 indicate if the device has passed the compatibility check. The next section discusses how to read
256 profile matches a device that has passed Android compatibility testing. If the output of the
/frameworks/base/docs/html/guide/topics/ui/
Dcustom-components.jd170 (which are passed in to the <code>onMeasure()</code> method) and by the
194 component. It should try to stay within the specifications passed in,
328 (parameters defined in the XML). Some of these are passed through to the
504 canvas is passed into the overridden <code>onDraw()</code> method). The
546 passed into the custom component constructor, and then passed
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd95 thread-local-storage; that way it'll be passed into your destructor as
149 <p>Every argument passed to a native method, and almost every object returned
196 types, not object references, and should not be passed to
199 and <code>GetByteArrayElements</code> are also not objects. (They may be passed
232 <p><strong>Data passed to NewStringUTF must be in Modified UTF-8 format</strong>. A
548 be passed to <code>NewLocalRef</code>, <code>NewGlobalRef</code>, and
569 to be the same as the jclass passed as an implicit argument to your static
724 <li>If the data is eventually being passed to a system API, what form
725 must it be in? (For example, if the data is eventually passed to a
/frameworks/base/docs/html/training/keyboard-input/
Dcommands.jd77 query the {@link android.view.KeyEvent} that's passed to the callback method. Several methods
/frameworks/base/docs/html/training/notepad/
Dnotepad-ex3.jd42 to access the notes from the database directly. All we need passed into the
49 <li>We will also get rid of the properties that were being passed in
227 <code>savedInstanceState</code> Bundle passed in to <code>onCreate()</code> is the same
/frameworks/rs/scriptc/
Drs_time.rsh76 * This functions returns the same pointer that is passed as first argument. If the
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd177 wake lock when the service starts. The intent that is passed with
198 passed in from the {@link android.support.v4.content.WakefulBroadcastReceiver}:</p>
/frameworks/base/docs/html/training/tv/tif/
Dui.jd43 <p>Your TV input must render video onto a {@link android.view.Surface} object, which is passed by
275 is passed as the track ID, this <em>deselects</em> the track.</p>

123456