/external/chromium_org/third_party/sqlite/src/test/ |
crash4.test | 56 # Close and reopen the database right before the UPDATE statement.
|
incrblob3.test | 52 # incrblob3-2.1: Attempting to reopen a row that does not exist. 53 # incrblob3-2.2: Attempting to reopen a row that does not contain a blob
|
descidx2.test | 63 # back to three. Then close and reopen the database. With the file
|
/external/chromium_org/chrome/browser/resources/file_manager/background/js/ |
background.js | 440 * Reopen a window if its state is saved in the local storage. 442 SingletonAppWindowWrapper.prototype.reopen = function() { 712 // Reopen file manager windows. 730 // Reopen sub-applications. 731 audioPlayer.reopen(); 732 videoPlayer.reopen();
|
/external/srec/portable/src/ |
pstream.c | 237 /* Do not support reopen the writable file now. */ 321 /* only reopen the writable file comes here */ 338 /* for reopen mode, do not delete the FileBufferFrame. Delete it by who created it */ 722 /* call fflush before reopen a writable file */ 732 /* assgin it as startFrame, so others could get information when reopen it */ 825 /* does not support reopen writable file */
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 382 * operation should reopen properly. 425 * operation should reopen properly. 467 * operation should reopen properly. 510 * operation should reopen properly. 562 * operation should reopen properly. 609 * operation should reopen properly. 668 * operation should reopen properly. 715 * operation should reopen properly. 730 * operation should reopen properly. 764 * operation should reopen properly [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_metadata_storage_unittest.cc | 349 // Close DB and reopen. 387 // Upgrade and reopen. 431 // Upgrade and reopen. 460 // Set newer version, upgrade and reopen DB. 513 // Reopen. This should result in trashing the DB.
|
/external/bluetooth/bluedroid/bta/ag/ |
bta_ag_act.c | 337 /* reopen registered servers */ 386 /* reopen registered servers */ 445 /* if not deregistering (deallocating) reopen registered servers */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
BinaryDictionary.java | 306 private void reopen() { method in class:BinaryDictionary 316 reopen(); method 322 reopen(); method
|
/external/chromium_org/apps/app_shim/ |
extension_app_shim_handler_mac_unittest.cc | 310 // Non-reopen focus does nothing. 321 // Reopen focus launches the app.
|
/external/chromium/chrome/browser/ |
background_contents_service_unittest.cc | 188 // Reopen the BackgroundContents to the same URL, we should not register the
|
/external/chromium/chrome/common/extensions/docs/static/ |
history.html | 125 Session restore and Reopen closed tab use this transition type, too.
|
/external/chromium_org/chrome/browser/ |
app_controller_mac.h | 84 // If we are expecting a workspace change in response to a reopen
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
history.html | 118 Session restore and Reopen closed tab use this transition type, too.
|
/external/chromium_org/tools/json_to_struct/ |
element_generator.py | 16 # We close the C string literal after the 4 hex digits and reopen it right
|
/external/clang/test/PCH/ |
chain-cxx.cpp | 74 // Reopen namespace
|
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 104 // reopen the file.
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
applescript.php | 55 'print','quit','reopen','run','save','saving', 'idle', 'path to', 'number', 'alias', 'list', 'text', 'string',
|
/frameworks/compile/libbcc/lib/Support/ |
FileBase.cpp | 173 if (hasError() || !reopen()) {
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
BaseImageList.java | 60 // TODO: We need to clear the cache because we may "reopen" the image
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Folder.java | 70 * reopen the MailProvider.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 106 // This allows users to reopen editors in a running Eclipse instance
|
/sdk/emulator/qtools/ |
post_trace.cpp | 85 // Reopen the trace file in order to force the trace manager to reread
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 57 zfile.close(); // about to reopen the same temp file 68 zfile.close(); // about to reopen the same temp file
|
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipFileTest.java | 84 zfile.close(); // about to reopen the same temp file 113 zfile.close(); // about to reopen the same temp file
|