/external/clang/test/CodeGenObjC/ |
forward-class-impl-metadata.m | 26 // Reopen of an interface after use.
|
/external/libchrome/base/ |
rand_util_posix.cc | 20 // reopen it (which is expensive), and since we may not even be able to reopen
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit 51 def reopen(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events 52 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/ |
builtin_Suite.py | 1 """Suite builtin_Suite: Every application supports open, reopen, print, run, and quit 51 def reopen(self, _no_object=None, _attributes={}, **_arguments): member in class:builtin_Suite_Events 52 """reopen: Reactivate a running application. Some applications will open a new untitled window if no window is open.
|
/external/llvm/unittests/Support/ |
MemoryBufferTest.cpp | 34 /// If \p Reopen is true, the file is closed after creating and reopened 36 void testGetOpenFileSlice(bool Reopen); 128 void MemoryBufferTest::testGetOpenFileSlice(bool Reopen) { 139 raw_fd_ostream OF(TestFD, true, !Reopen); 144 if (Reopen) {
|
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.h | 123 * Open (or reopen) a 'known issue' table. 132 * Open (or reopen) a 'known issue' table.
|
/external/libjpeg-turbo/ |
cdjpeg.c | 120 fprintf(stderr, "Cannot reopen stdin\n"); 138 fprintf(stderr, "Cannot reopen stdout\n");
|
/bionic/tests/ |
TemporaryFile.h | 45 void reopen() { function in class:GenericTemporaryFile
|
sys_mman_test.cpp | 85 tf.reopen(); 156 tf.reopen(); 164 tf.reopen();
|
/external/valgrind/none/tests/ |
fdleak_ipv4.c | 54 // If the connect() failed, we close the socket and reopen it before
|
/frameworks/base/core/jni/android/graphics/ |
Utils.h | 47 * FIXME: If we could "ref/reopen" the asset, we may not need to copy it here.
|
/external/lzma/CPP/7zip/UI/Common/ |
OpenArchive.h | 226 // 2) we reopen sfx archive with CTailInStream
306 HRESULT ReOpen(const COpenOptions &options);
341 HRESULT ReOpen(COpenOptions &options);
|
/frameworks/compile/libbcc/include/bcc/Support/ |
FileBase.h | 90 inline bool reopen() { function in class:bcc::FileBase 93 // need to check it again in reopen().
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
ReportLogDeviceInfoStore.java | 54 // Reopen overall JSON object to write new metrics.
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
ReportLogHostInfoStore.java | 54 // Reopen overall JSON object to write new metrics.
|
/toolchain/binutils/binutils-2.25/gold/ |
descriptors.h | 52 // will be closed, and the caller may not reopen it. If PERMANENT
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
ImageRequest.java | 183 // Reopen the input stream and actually decode the bitmap. The initial 191 // solution here is to close and reopen the bitmap input stream.
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 379 * operation should reopen properly. 422 * operation should reopen properly. 464 * operation should reopen properly. 507 * operation should reopen properly. 559 * operation should reopen properly. 606 * operation should reopen properly. 665 * operation should reopen properly. 712 * operation should reopen properly. 727 * operation should reopen properly. 761 * operation should reopen properly [all...] |
/system/bt/bta/hf_client/ |
bta_hf_client_act.c | 333 /* reopen server */ 354 /* reopen server */ 408 /* if not deregistering reopen server */
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintPreviewController.java | 154 // all rendered pages and reopen the file... 186 // we have to close it and reopen after the write completes.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/ |
ZipFileTest.java | 43 zfile.close(); // about to reopen the same temp file 71 zfile.close(); // about to reopen the same temp file
|
/external/autotest/server/site_tests/power_SuspendShutdown/ |
power_SuspendShutdown.py | 203 # reopen lid - might still be closed due to failure
|
/external/clang/test/PCH/ |
chain-cxx.cpp | 74 // Reopen namespace
|
/external/clang/unittests/Tooling/ |
RewriterTestContext.h | 109 // reopen the file.
|
/external/compiler-rt/lib/profile/ |
InstrProfilingFile.c | 78 /* Truncate the file. Later we'll reopen and append. */
|