/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
SelectableResolution.java | 27 public boolean tested; field in class:SelectableResolution 35 this.tested = false; 41 + (!tested ? "untested" : "done");
|
PhotoCaptureActivity.java | 216 if (!mSupportedResolutions.get(mResolutionSpinnerIndex).tested) { 253 mSupportedResolutions.get(mResolutionSpinnerIndex).tested = true; 301 res.tested = true; 311 if (!mSupportedResolutions.get(i).tested) {
|
/external/bison/lib/glthread/ |
threadlib.c | 42 static int tested; local 45 if (!tested) 60 tested = 1;
|
/external/harfbuzz_ng/src/ |
check-libstdc++.sh | 17 tested=false 26 tested=true 29 if ! $tested; then
|
check-symbols.sh | 19 tested=false 42 tested=true 45 if ! $tested; then
|
/external/robolectric/ |
find-android.bat | 5 # not yet tested!
|
/external/v8/ |
Android.mk | 22 $(warning WARNING: Building on ARM with non-ARMv7 variant. On ARM, V8 is well tested only on ARMv7.)
|
/external/chromium_org/v8/test/webkit/ |
instance-of-immediates.js | 38 // Test set 1, test passing the integer 1 as the constructor to be tested for. 39 // The constructor being an object is the first thing tested, so these should all throw. 42 // Test set 2, test passing an empty object ({}) as the constructor to be tested for. 46 // Test set 3, test passing Constructor as the constructor to be tested for. 50 // Test set 4, test passing Constructor as the constructor to be tested for - with Constructor.prototype set to the integer 1. 55 // Test set 5, test passing Constructor as the constructor to be tested for - with Constructor.prototype set to an empty object ({}). 60 // Test set 6, test passing Constructor as the constructor to be tested for - with Constructor.prototype set to null.
|
/packages/providers/ContactsProvider/ |
Android.mk | 17 # leaving out code which is tested by other means (e.g. static libraries) that 24 # leaving out code which is tested by other means (e.g. static libraries) that
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
test_util.js | 147 * @param {Window} contentWindow Window to be tested. 160 * @param {Window} contentWindow Window to be tested. 179 * @param {Window} contentWindow Window to be tested. 200 * @param {Window} contentWindow Window to be tested. 228 * @param {Window} contentWindow Window to be tested. 248 * @param {Window} contentWindow Window to be tested. 280 * @param {Window} contentWindow Window to be tested. 306 * @param {Window} contentWindow Window to be tested. 325 * @param {Window} contentWindow Window to be tested. 361 * @param {Window} contentWindow Window to be tested [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
construction.rb | 269 /** templates tested: 277 /** templates tested: 287 /** templates tested: 295 /** templates tested: 313 /** templates tested: 320 /** templates tested: 327 /** templates tested: 334 /** templates tested:
|
/external/sqlite/android/ |
Android.mk | 39 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
|
/packages/apps/ContactsCommon/TestCommon/ |
Android.mk | 22 # vm as the packages to be tested. Otherwise you will get error
|
/external/compiler-rt/lib/asan/ |
asan_malloc_win.cc | 121 # error ReplaceSystemMalloc was not tested on x64
|
/external/compiler-rt/lib/interception/ |
interception_win.cc | 61 # error OverrideFunction was not tested on x64
|
/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_test.c | 267 int tested=0,failed=0; 271 ++tested; 303 } else if (tested == 0) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
logtesting.py | 43 Log messages captured by instances of this object can be tested 117 """Return the logger being tested.""" 156 # with how the code being tested may have configured the root
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Collections.Tests.pas | 8 being tested.
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
startup_page_list_browsertest.js | 29 * Returns the list to be tested.
|
/external/chromium_org/content/test/data/media/ |
encrypted_media_utils.js | 92 // No tested key system returns defaultURL in for key request messages.
|
/external/chromium_org/v8/test/mjsunit/ |
object-define-properties.js | 29 // Note that the internal DefineOwnProperty method is tested through
|
debug-setexceptionbreak.js | 34 // actually breaks on exceptions or not. That functionality is tested
|
/external/v8/test/mjsunit/ |
object-define-properties.js | 29 // Note that the internal DefineOwnProperty method is tested through
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_utils.js | 6 * @param {string} toTest The string to be tested. 17 * @param {string} value The string to be tested.
|
/external/chromium_org/chrome/browser/ui/webui/ |
downloads_ui_browsertest.js | 125 // back-end removal (tested elsewhere) is asynchronous.
|