/frameworks/base/media/jni/mediaeditor/ |
VideoEditorPropertiesMain.cpp | 85 bool gotten = true; local 118 &gotten, pEnv, (NULL == file), "file is null"); 122 &gotten, pEnv, file, NULL, M4OSA_NULL); 132 videoEditJava_checkAndThrowIllegalArgumentException(&gotten, pEnv, 147 if (gotten) 164 &gotten, pEnv, 170 &gotten, pEnv, 175 if (gotten) 188 &gotten, pEnv, 193 if (gotten) 434 bool gotten = true; local [all...] |
VideoEditorJava.cpp | 454 bool gotten = true; local 580 bool gotten = false; local 587 for (index = 0; ((!gotten) && (index < pClass->count)); index++) 595 // Set the gotten flag. 596 gotten = true; 601 if (!gotten) 618 bool gotten = false; local 625 for (index = 0; ((!gotten) && (index < pClass->count)); index++) 633 // Set the gotten flag. 634 gotten = true 655 bool gotten = false; local 682 bool gotten = false; local 727 bool gotten = true; local 827 bool gotten = true; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
runPatchCommand.pl | 65 +This file should not have gotten created on your system.
|
/external/chromium_org/content/test/data/indexeddb/ |
open_bad_db.js | 25 debug("We should have gotten an upgradeneeded event because the new empty");
|
open_missing_table.js | 26 debug("We should have gotten an upgradeneeded event because the new empty");
|
/external/chromium_org/v8/src/ |
v8threads.cc | 260 ThreadState* gotten = free_anchor_->next_; local 261 if (gotten == free_anchor_) { 266 return gotten;
|
/external/v8/src/ |
v8threads.cc | 270 ThreadState* gotten = free_anchor_->next_; local 271 if (gotten == free_anchor_) { 276 return gotten;
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
iteration-semantics.js | 128 var gotten = false; 130 if (gotten) throw "got twice"; 131 gotten = true;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
platform_app.js | 38 * 'not available' exceptions when gotten. If a property's setter is later
|