HomeSort by relevance Sort by last modified time
    Searched defs:isBound (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java 271 assertFalse(s1.isBound());
326 assertTrue(s.isBound());
574 assertTrue(this.datagramSocket1.isBound());
710 assertFalse(dc.socket().isBound());
720 assertFalse(dc.socket().isBound());
735 assertFalse(dc.socket().isBound());
    [all...]
SocketChannelTest.java 503 assertFalse(s.isBound());
512 assertTrue(s.isBound());
559 assertTrue(s.isBound());
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 157 virtual bool isBound (void) const = 0;
179 virtual bool isBound (void) const { return m_bound; }
glsDrawTest.cpp 909 bool isBound (void) const { return m_bound; }
    [all...]
  /external/tpm2/
Global.h 265 unsigned isBound : 1; //3) SET if the session is bound to
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketTest.java 674 assertTrue(theSocket.isBound());
678 assertTrue(theSocket.isBound());
682 assertFalse(theSocket.isBound());
688 assertTrue(theSocket.isBound());
694 assertFalse(theSocket.isBound());
696 assertTrue(theSocket.isBound());
698 assertTrue(theSocket.isBound());
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
SocketTest.java 158 assertTrue(ssc.socket().isBound());
169 assertTrue(ssc.socket().isBound());
356 assertFalse(s.isBound());
378 assertTrue(s.isBound());
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 548 if (!isBound()) return;
578 if (!isBound()) return;
619 if (!isBound()) return;
645 if (!isBound()) return;
668 if (!isBound()) return;
690 if (!isBound()) return;
714 if (!isBound()) return;
736 if (!isBound()) return null;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /prebuilts/misc/common/android-support-test/rules/
rules_release_no_deps.jar 
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer_3.2.0.v20130604-1622.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jsse.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jsse.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.4.4/
httpcore-4.4.4.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 

Completed in 560 milliseconds

1 23 4 5 6 7 8 91011