Searched refs:isOpened (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/unittests/
H A DFileHandleTest.cpp49 ASSERT_TRUE(m_pTestee->isOpened());
56 ASSERT_FALSE(m_pTestee->isOpened());
69 ASSERT_TRUE(m_pTestee->isOpened());
76 ASSERT_FALSE(m_pTestee->isOpened());
90 ASSERT_TRUE(m_pTestee->isOpened());
99 ASSERT_FALSE(m_pTestee->isOpened());
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp38 if (isOpened())
82 if (isOpened() || Unknown == pMode) {
110 if (isOpened()) {
129 if (!isOpened()) {
150 if (!isOpened() || !isWritable()) {
166 if (!isOpened() || !isReadable()) {
189 if (!isOpened() || !isWritable()) {
221 bool FileHandle::isOpened() const function in class:FileHandle
H A DToolOutputFile.cpp89 assert(m_FileHandle.isOpened() &&
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DISipService.aidl33 boolean isOpened(String localProfileUri);
H A DSipManager.java44 * <li>Verify session connectivity, with {@link #isOpened isOpened()} and
283 public boolean isOpened(String localProfileUri) throws SipException { method in class:SipManager
285 return mSipService.isOpened(localProfileUri);
287 throw new SipException("isOpened()", e);
295 * ({@link #isOpened}).
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsService.aidl39 boolean isOpened(int serviceId);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java147 if (mPageAdapter.isOpened()) {
155 if ((contentChanged || !mPageAdapter.isOpened()) && writtenPages != null) {
187 if (mPageAdapter.isOpened()) {
348 if (pageAdapter != null && pageAdapter.isOpened()) {
358 if (pageAdapter != null && pageAdapter.isOpened()) {
H A DPageAdapter.java166 public boolean isOpened() { method in class:PageAdapter
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h112 bool isOpened() const;
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java443 public boolean isOpened(int serviceId) throws ImsException { method in class:ImsManager
447 return mImsService.isOpened(serviceId);
449 throw new ImsException("isOpened()", e,
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java955 public boolean isOpened() { method in class:SlidingDrawer
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java209 public synchronized boolean isOpened(String localProfileUri) { method in class:SipService

Completed in 316 milliseconds