HomeSort by relevance Sort by last modified time
    Searched full:true (Results 1676 - 1700 of 18103) sorted by null

<<61626364656667686970>>

  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/rtp/src/
pvmf_rtp_jitter_buffer_impl.cpp 97 iOnePacketPerMediaMsg = true;
104 iOnePacketPerFragment = true;
129 iInitialBuffering = true;
153 iOnePacketPerMediaMsg = true;
160 iOnePacketPerFragment = true;
186 iInitialBuffering = true;
208 UpdateEstimatedServerClock(true);
216 if (rtpInfo.seqNumBaseSet == true)
221 if (rtpInfo.rtpTimeBaseSet == true)
231 if (iRTPInfoParams.nptTimeBaseSet == true)
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ViewImage.java 70 boolean mPaused = true;
71 private boolean mShowControls = true;
217 mZoomButtonsController.setVisible(true);
231 if (mPaused) return true;
289 mZoomButtonsController.setVisible(true);
317 return true;
337 return true;
344 return true;
352 return true;
366 return true;
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursor_SelfContentObserverTest.java 69 mockCursor.onChange(true);
74 msc.setDeliverSelfNotificationsValue(true);
75 mockCursor.onChange(true);
151 mIsOnChangeCalled = true;
157 return true;
ContentObserverTest.java 57 contentObserver.dispatchChange(true);
62 contentObserver.setSelfChangeState(true);
78 contentObserver.dispatchChange(true);
83 contentObserver.setSelfChangeState(true);
115 mHasChanged = true;
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 53 mWebView.clearCache(true);
68 notes = "useHttpAuthUsernamePassword() always returns true",
84 MyWebViewClient client = new MyWebViewClient(true, "FakeUser", "FakePass");
93 client = new MyWebViewClient(true, null, null);
103 client = new MyWebViewClient(true, CtsTestServer.AUTH_USER, CtsTestServer.AUTH_PASS);
  /cts/tools/host/src/com/android/cts/
CommandHistory.java 45 * @return If it's history command, return true; else return false.
117 * @return If valid, return true; else, return false.
127 return true;
137 * @return If duplicated, return true; else, return false.
142 return true;
  /cts/tools/signature-tools/src/signature/
Main.java 57 showUsage = true;
61 gotCmd = true;
72 showUsage = true;
79 showUsage = true;
92 showUsage = true;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonenodetrue.java 32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
58 preload(contentType, "hc_staff", true);
80 doc = (Document) load("hc_staff", true);
89 clonedNode = employeeNode.cloneNode(true);
hc_nodeclonetruecopytext.java 32 * is deep cloned.(Test for deep=true)
35 * the "cloneNode(deep)" method with deep=true. The
56 preload(contentType, "hc_staff", true);
70 doc = (Document) load("hc_staff", true);
73 clonedNode = childNode.cloneNode(true);
nodeclonenodetrue.java 32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
58 preload(contentType, "staff", true);
100 doc = (Document) load("staff", true);
105 clonedNode = employeeNode.cloneNode(true);
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode18.java 39 * Using the method importNode with deep=true, import a newly created PI node for this
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
82 doc = (Document) load("staffNS", true);
83 docImp = (Document) load("staffNS", true);
importNode04.java 62 preload(contentType, "staff", true);
63 preload(contentType, "staff", true);
79 doc = (Document) load("staff", true);
80 aNewDoc = (Document) load("staff", true);
84 aNode = doc.importNode(docFrag, true);
importNode11.java 63 preload(contentType, "staff", true);
64 preload(contentType, "staff", true);
79 doc = (Document) load("staff", true);
80 aNewDoc = (Document) load("staff", true);
83 aNode = doc.importNode(entRef, true);
importNode12.java 60 preload(contentType, "staffNS", true);
61 preload(contentType, "staffNS", true);
81 doc = (Document) load("staffNS", true);
82 aNewDoc = (Document) load("staffNS", true);
87 entity1 = (Entity) doc.importNode(entity2, true);
importNode17.java 40 * contains staff.xml and deep is true.
62 preload(contentType, "staffNS", true);
63 preload(contentType, "staffNS", true);
74 doc = (Document) load("staffNS", true);
75 anotherDoc = (Document) load("staffNS", true);
  /dalvik/libcore/luni/src/main/java/java/net/
ServerSocket.java 47 // Platform.getNetworkSystem().oneTimeInitialization(true);
135 impl.create(true);
136 isCreated = true;
139 isBound = true;
202 isClosed = true;
256 impl.create(true);
262 isCreated = true;
325 checkClosedAndCreate(true);
391 checkClosedAndCreate(true);
417 isBound = true;
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractSet.java 38 * Compares the specified object to this Set and returns true if they are
44 * @return {@code true} if the specified object is equal to this set,
51 return true;
92 * @return {@code true} if this collection was modified, {@code false}
105 result = true;
Observable.java 99 * @return {@code true} when the changed flag for this {@code Observable} is
107 * If {@code hasChanged()} returns {@code true}, calls the {@code update()}
118 * If {@code hasChanged()} returns {@code true}, calls the {@code update()}
146 * {@code setChanged()}, {@code hasChanged()} will return {@code true}.
149 changed = true;
  /dalvik/libcore/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
ASCIICharsetEncoderTest.java 145 assertTrue(encoder.encode(CharBuffer.wrap("\ud800"), out, true)
152 assertTrue(encoder.encode(CharBuffer.wrap("\udc00"), out, true)
225 encoder.encode(in, out, true);
270 newEncoder.encode(in, out, true);
277 newEncoder.encode(in, out, true);
320 newEncoder.encode(in, out, true);
334 newEncoder.encode(in, out, true);
359 newEncoder.encode(in, out, true);
367 newEncoder.encode(in, out, true);
377 newEncoder.encode(in, out, true);
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
AllPermission.java 23 * Since its {@link #implies(Permission)} method always returns {@code true},
63 * equality and returns {@code true} if the specified object is equal,
70 * @return {@code true} if the specified object is equal to this {@code
109 * @return always {@code true}.
115 return true;
  /dalvik/libcore/security/src/main/java/java/security/acl/
AclEntry.java 38 * @return {@code true} on success, {@code false} if there is a principal already set for
64 * @return {@code true} if this ACL entry is negative, {@code false} if it's positive.
73 * @return {@code true} if the specified permission is added, {@code false} if the
83 * @return {@code true} if the permission is removed, {@code false} if the permission was
93 * @return {@code true} if the permission is in this entry, otherwise {@code false}.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
KeyAgreeRecipientInfo.java 43 (ASN1TaggedObject)seq.getObjectAt(index++), true);
48 (ASN1TaggedObject)seq.getObjectAt(index++), true);
61 * @param explicit true if the object is meant to be explicitly
139 v.add(new DERTaggedObject(true, 0, originator));
143 v.add(new DERTaggedObject(true, 1, ukm));
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
PasswordCallbackTest.java 65 PasswordCallback pc = new PasswordCallback(prompt, true);
68 assertEquals(true, pc.isEchoOn());
83 PasswordCallback pc = new PasswordCallback(null, true);
89 PasswordCallback pc = new PasswordCallback("", true);
124 PasswordCallback pc = new PasswordCallback(prompt, true);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemChoose.java 90 found = true;
104 transformer.executeChildTemplates(when, true);
111 found = true;
114 transformer.executeChildTemplates(childElem, true);
159 * @return true if the element can accept and process variable declarations.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XBoolean.java 33 * A true boolean object so we don't have to keep creating them.
36 public static final XBoolean S_TRUE = new XBooleanStatic(true);
39 * A true boolean object so we don't have to keep creating them.
124 return m_val ? "true" : "false";
145 * @return True if the two objects are equal

Completed in 477 milliseconds

<<61626364656667686970>>