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

<<41424344454647484950>>

  /external/guava/javadoc/com/google/common/primitives/
Primitives.html 17 if (location.href.indexOf('is-external=true') == -1) {
95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
100 <DT><PRE>public final class <B>Primitives</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL>
128 <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;,<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&gt;</CODE></FONT></TD>
136 <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;&gt;</CODE></FONT></TD>
144 <CODE>static&nbsp;<A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A>&lt;<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A>&lt;?&gt;,<A HREF="http://java.sun.com/javase/6/ (…)
    [all...]
  /development/simulator/app/
Pipe.cpp 98 saAttr.bInheritHandle = TRUE;
107 return true;
117 return true;
128 return true;
138 return true;
142 * Return "true" if create() has been called successfully.
241 * We return "true" on error because we want the caller to try to read
256 return true;
272 return true;
278 return true;
    [all...]
  /external/guava/javadoc/
serialized-form.html 17 if (location.href.indexOf('is-external=true') == -1) {
120 private void <B>readObject</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;stream)
121 throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
122 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
127 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
128 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
135 private void <B>writeObject</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;stream)
136 throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
145 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DD>
168 <B>Class <A HREF="com/google/common/collect/ComputationException.html" title="class in com.google.common.collect">com.google.common.collect.ComputationException</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></ (…)
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Arguments.cpp 151 return true;
166 return true;
171 return true;
176 return true;
191 return true;
196 return true;
201 return true;
246 d->overrodeLength = true;
252 d->overrodeCallee = true;
268 d->deletedArguments[i] = true;
    [all...]
  /external/webkit/WebCore/bindings/js/
JSLocationCustom.cpp 62 return true;
79 return true;
82 return true;
85 return true;
95 return true;
103 return true;
108 return true;
117 return true;
121 return true;
125 return true;
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
color-list-resource.jd 55 android:state_pressed=["true" | "false"]
56 android:state_focused=["true" | "false"]
57 android:state_selected=["true" | "false"]
58 android:state_active=["true" | "false"]
59 android:state_checkable=["true" | "false"]
60 android:state_checked=["true" | "false"]
61 android:state_enabled=["true" | "false"]
62 android:state_window_focused=["true" | "false"] />
98 <dd><em>Boolean</em>. "true" if this item should be used when the object is pressed (such as when a button
101 <dd><em>Boolean</em>. "true" if this item should be used when the object is focused (such as when a butto
    [all...]
  /packages/apps/Email/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 98 Account acct = ProviderTestUtils.setupAccount("account", true, mMockContext);
100 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", acct.mId, true, mMockContext);
105 true, true, mMockContext);
108 true, true, mMockContext);
111 true, true, mMockContext);
127 adapter.sendDeletedItems(s, deletedIds, true);
135 true, true, mMockContext)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 181 mFlipper.setMeasureAllChildren(true);
202 showArrow(mLeftArrowBtn, true);
203 showArrow(mRightArrowBtn, true);
255 return true;
257 return pageBackward(true, true);
270 return true;
272 return pageForward(true, true);
298 return true;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
builtins.def 37 define only the `__builtin' variant. If BOTH_P is TRUE, then this
42 enumerals from builtin-types.def. If BOTH_P is true, then LIBTYPE
46 If FALLBACK_P is true then, if for some reason, the compiler cannot
51 If NONANSI_P is true, then the non-`__builtin_' variant is not an
65 The builtins is registered only if COND is true. */
73 false, false, false, ATTRS, true, true)
79 false, false, false, ATTRS, true, true)
90 true, true, false, ATTRS, true, true
    [all...]
  /cts/tests/tests/performance/src/android/performance/cts/
MultiAppStartupTest.java 59 true);
76 true);
79 launchActivity("com.android.browser", "BrowserActivity", true);
81 launchActivity("com.android.mms", "ui.ConversationList", true);
83 launchActivity("com.android.alarmclock", "AlarmClock", true);
89 launchActivity("com.android.calendar", "LaunchActivity", true);
  /dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/
Util.java 33 * @return {@code true} if the source does end with the given suffix, or
49 return true;
67 return true;
80 return true;
98 return true;
113 return true;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 88 new Exception("ignoreComments=true not supported"),
134 return true;
150 return true;
159 factory.setNamespaceAware(true);
160 factory.setValidating(true);
192 return true;
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentimportnode15.java 39 * Using the method importNode with deep=true, import a newly created Text node for this
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
81 doc = (Document) load("staffNS", true);
82 docImp = (Document) load("staffNS", true);
84 textImport = doc.importNode(textToImport, true);
documentimportnode17.java 39 * Using the method importNode with deep=true, import a newly created Comment node for this
67 preload(contentType, "staffNS", true);
68 preload(contentType, "staffNS", true);
81 doc = (Document) load("staffNS", true);
82 docImp = (Document) load("staffNS", true);
84 commentImport = doc.importNode(commentToImport, true);
importNode06.java 40 * with importedNode being the element from above and deep is true.
61 preload(contentType, "staffNS", true);
62 preload(contentType, "staffNS", true);
79 doc = (Document) load("staffNS", true);
80 aNewDoc = (Document) load("staffNS", true);
84 aNode = doc.importNode(element, true);
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractInterruptibleChannelTest.java 90 complete = true;
104 complete = true;
113 complete = true;
150 complete = true;
170 complete = true;
186 isImplCloseCalled = true;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 15 boolean explicit = true;
51 this.explicit = true;
62 * @param explicit true if the object is explicitly tagged.
73 this.explicit = true;
114 return true;
138 * time you can be sure if isExplicit is returning the true state of
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/pkcs/
RSAESOAEPparams.java 77 hashAlgorithm = AlgorithmIdentifier.getInstance(o, true);
80 maskGenAlgorithm = AlgorithmIdentifier.getInstance(o, true);
83 pSourceAlgorithm = AlgorithmIdentifier.getInstance(o, true);
138 v.add(new DERTaggedObject(true, 0, hashAlgorithm));
143 v.add(new DERTaggedObject(true, 1, maskGenAlgorithm));
148 v.add(new DERTaggedObject(true, 2, pSourceAlgorithm));
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 73 BOOL res = TRUE;
121 overlapped.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
123 BOOL ret = TRUE;
150 &transferred, TRUE);
158 return ret ? true : false;
168 return true;
  /external/astl/tests/
test_iostream.cpp 52 return true;
67 return true;
73 return true;
79 return true;
104 cout << "bool: " << true << " " << false << endl;
107 return true;
test_limits.cpp 44 return true;
52 return true;
61 return true;
70 return true;
79 return true;
88 return true;
  /external/bluetooth/bluez/plugins/
echo.c 55 return TRUE;
59 return TRUE;
78 return TRUE;
81 g_io_channel_set_close_on_unref(io, TRUE);
88 return TRUE;
117 g_io_channel_set_close_on_unref(io, TRUE);
  /external/bluetooth/glib/gio/fen/
gfendirectorymonitor.c 62 fen_remove (G_LOCAL_DIRECTORY_MONITOR (self)->dirname, self->sub, TRUE);
100 self->sub = fen_sub_new (self, TRUE);
103 fen_add (dirname, self->sub, TRUE);
125 local_directory_monitor_class->mount_notify = TRUE;
140 fen_remove (G_LOCAL_DIRECTORY_MONITOR (self)->dirname, self->sub, TRUE);
148 return TRUE;
  /external/bluetooth/glib/gio/tests/
filter-streams.c 96 callback_happened = TRUE;
125 g_assert (callback_happened == TRUE);
142 g_assert (callback_happened == TRUE);
167 callback_happened = TRUE;
197 g_assert (callback_happened == TRUE);
214 g_assert (callback_happened == TRUE);
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 42 gboolean res = TRUE;
111 g_assert (g_bookmark_file_has_application (bookmark, TEST_URI_0, TEST_APP_NAME, NULL) == TRUE);
133 g_assert (g_bookmark_file_has_group (bookmark, TEST_URI_1, "Test", NULL) == TRUE);
138 g_assert (g_bookmark_file_remove_item (bookmark, TEST_URI_1, &error) == TRUE);
145 return TRUE;
173 return (success == TRUE ? 0 : 1);

Completed in 284 milliseconds

<<41424344454647484950>>