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

<<41424344454647484950>>

  /external/bison/lib/
stdbool_.h 30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
61 # undef true macro
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
100 enum { false = 0, true = 1 }; enumerator in enum:__anon823
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon824
112 #define true macro
    [all...]
  /external/opencore/engines/2way/test/src/
av_pause_disconnect_test.cpp 152 iVideoSourceAdded = true;
172 iAudioSourceAdded = true;
198 iVideoSinkAdded = true;
218 iAudioSinkAdded = true;
280 iAudioSourcePaused = true;
284 iVideoSourcePaused = true;
288 iAudioSinkPaused = true;
292 iVideoSinkPaused = true;
312 test_is_true(true);
371 return true;
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset12.h 102 * -# SetPlaybackRange() if seekEnable flag is made true, set 10 times
104 * -# Pause() if pauseresumeEnable flag is made true, pauseresume multiple times
230 iMultiplePlay = true;
236 iMultiplePause = true;
250 iProtocolRollOver = true;
255 iProtocolRollOverWithUnknownURLType = true;
260 iPlayListURL = true;
265 iSeekAfterEOSEnable = true;
270 oSeekEnable = true;
271 iSeekBeyondClipDurationMode = true;
    [all...]
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_imp_serv.cpp 106 iscomplete = true;
131 iSocketConnected = true;
133 iscomplete = true;
141 iscomplete = true;
170 iscomplete = true;
176 iSocketConnected = true;
178 iscomplete = true;
185 LOGSERV((0, "OsclSocketI::ProcessConnect (0x%x) select=true", this));
255 iscomplete = true;
271 iscomplete = true;
    [all...]
  /external/quake/quake/src/WinQuake/
in_sun.cpp 61 cvar_t _windowed_mouse = {"_windowed_mouse","1", true};
97 x_grabbed = true;
105 XGrabKeyboard(x_disp, x_win, True, GrabModeAsync, GrabModeAsync, CurrentTime);
106 XGrabPointer(x_disp, x_win, True,
110 // if (XChangePointerControl( x_disp, True, True, 1, MOUSE_SCALE, x_mouse_thresh ))
122 if (XChangePointerControl( x_disp, True, True, x_mouse_num, x_mouse_denom, x_mouse_thresh ))
155 if (XChangePointerControl( x_disp, True, True, x_mouse_num, x_mouse_denom, x_mouse_thresh )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.7-3.js 73 "var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 0 )",
75 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 0 )") );
78 "var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 1 )",
80 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 1 )") );
83 "var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 2 )",
85 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 2 )") );
88 "var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 10 )",
90 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r', 10 )") );
93 "var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r' )",
95 eval("var b = true; b.__proto__.lastIndexOf = String.prototype.lastIndexOf; b.lastIndexOf('r' )") )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Types/
8.6.2.1-1.js 67 array[item++] = new TestCase( SECTION, "var OBJ = new MyValuelessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyValuelessObject(true); OBJ.valueOf()") );
68 // array[item++] = new TestCase( SECTION, "var OBJ = new MyProtoValuelessObject(true); OBJ + ''", "undefined", eval("var OBJ = new MyProtoValuelessObject(); OBJ + ''") );
69 array[item++] = new TestCase( SECTION, "var OBJ = new MyProtolessObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyProtolessObject(true); OBJ.valueOf()") );
70 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyObject(true); OBJ.valueOf()") )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_10.js 51 return true;
104 true,
109 true,
114 true,
119 true,
124 true,
130 true,
135 true,
140 true,
145 true,
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 32 build = make_option("--no-build", action="store_false", dest="build", default=True, help="Commit without building first, implies --no-test.")
35 check_builders = make_option("--ignore-builders", action="store_false", dest="check_builders", default=True, help="Don't check to see if the build.webkit.org builders are green before landing.")
36 check_style = make_option("--ignore-style", action="store_false", dest="check_style", default=True, help="Don't check to see if the patch has proper style before uploading.")
37 clean = make_option("--no-clean", action="store_false", dest="clean", default=True, help="Don't check if the working directory is clean before applying patches")
38 close_bug = make_option("--no-close", action="store_false", dest="close_bug", default=True, help="Leave bug open after landing.")
41 confirm = make_option("--no-confirm", action="store_false", dest="confirm", default=True, help="Skip confirmation steps.")
47 obsolete_patches = make_option("--no-obsolete", action="store_false", dest="obsolete_patches", default=True, help="Do not obsolete old patches before posting this one.")
53 review = make_option("--no-review", action="store_false", dest="review", default=True, help="Do not mark the patch for review.")
55 test = make_option("--no-test", action="store_false", dest="test", default=True, help="Commit without running run-webkit-tests.")
56 update = make_option("--no-update", action="store_false", dest="update", default=True, help="Don't update the working directory."
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManagerFuture.java 51 * always return <tt>true</tt>. Subsequent calls to {@link #isCancelled}
52 * will always return <tt>true</tt> if this method returned <tt>true</tt>.
54 * @param mayInterruptIfRunning <tt>true</tt> if the thread executing this
59 * <tt>true</tt> otherwise
64 * Returns <tt>true</tt> if this task was cancelled before it completed
67 * @return <tt>true</tt> if this task was cancelled before it completed
72 * Returns <tt>true</tt> if this task completed.
76 * <tt>true</tt>.
78 * @return <tt>true</tt> if this task complete
    [all...]
  /packages/apps/Browser/res/xml/
browser_preferences.xml 41 android:defaultValue="true"
55 android:defaultValue="true"
60 android:defaultValue="true"
66 android:defaultValue="true"
78 android:defaultValue="true"
124 android:defaultValue="true"
138 android:defaultValue="true"
152 android:defaultValue="true"
172 android:defaultValue="true"
186 android:defaultValue="true"
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserPreferencesPage.java 103 websiteSettings.setEnabled(true);
110 websiteSettings.setEnabled(true);
128 if (value.booleanValue() == true) {
139 needUpdate = true;
153 return true;
157 return true;
160 return true;
164 return true;
166 && ((Boolean) objValue).booleanValue() == true) {
171 return true;
    [all...]
  /packages/apps/Settings/res/layout/
widget.xml 30 android:clickable="true"
31 android:focusable="true"
62 android:clickable="true"
63 android:focusable="true"
95 android:clickable="true"
96 android:focusable="true"
127 android:clickable="true"
128 android:focusable="true"
159 android:clickable="true"
160 android:focusable="true"
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 148 called = TRUE; \
196 iface1 = TRUE;
206 iface2 = TRUE;
216 iface3 = TRUE;
226 iface4 = TRUE;
236 iface5 = TRUE;
246 iface6 = TRUE;
283 base1 = TRUE;
293 base2 = TRUE;
303 base3 = TRUE;
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
movieatom.h 170 return true;
183 return true;
196 return true;
209 return true;
223 return true;
237 return true;
253 return true;
271 return true;
285 return true;
305 return true;
    [all...]
  /external/webkit/WebCore/bindings/js/
JSHistoryCustom.cpp 74 return true;
77 return true;
80 return true;
87 return true;
93 return true;
100 return true;
105 return true;
116 return true;
120 return true;
124 return true;
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTest.java 63 boolean expectedBooleanParam = true;
81 return true;
100 return true;
113 boolean[] expectedBooleanArray = {true, false};
136 return true;
166 return true;
173 boolean expectedBoolParam = true;
208 return true;
216 String expectedBooleanParam = "true";
244 return true;
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ProvisionParser.java 44 setDebug(true);
64 boolean canSupport = true;
101 // The following policies, if true, can't be supported at the moment
118 maxPasswordFails, maxScreenLockTime, true);
151 sps.mMaxScreenLockTime, true);
155 * Return true if password is required; otherwise false.
159 boolean passwordRequired = true;
160 while (true) {
182 boolean enforceInactivityTimer = true;
183 while (true) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 42 MockXmlNode layout = createLinearLayout(true /*horizontal*/,
71 createLinearLayout(true /*horizontal*/,
73 createLinearLayout(true /*horizontal*/,
91 createLinearLayout(true /*horizontal*/,
114 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/,
118 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/,
147 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/,
151 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/,
189 MockXmlNode linear1 = createLinearLayout(true /*horizontal*/,
193 MockXmlNode linear2 = createLinearLayout(true /*horizontal*/
    [all...]
  /external/dbus/bus/
config-parser.c 131 unsigned int fork : 1; /**< TRUE to fork into daemon mode */
280 return TRUE;
306 return TRUE;
320 return TRUE;
374 parser->fork = TRUE;
395 return TRUE;
408 return TRUE;
580 return TRUE;
611 retval = TRUE;
666 found = TRUE;
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-cube.js 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 193 if (!Q.Line[0]) { DrawLine(Q[0], Q[1]); Q.Line[0] = true; };
194 if (!Q.Line[1]) { DrawLine(Q[1], Q[2]); Q.Line[1] = true; };
195 if (!Q.Line[2]) { DrawLine(Q[2], Q[3]); Q.Line[2] = true; };
196 if (!Q.Line[3]) { DrawLine(Q[3], Q[0]); Q.Line[3] = true; };
199 if (!Q.Line[2]) { DrawLine(Q[3], Q[2]); Q.Line[2] = true; };
200 if (!Q.Line[9]) { DrawLine(Q[2], Q[6]); Q.Line[9] = true; };
201 if (!Q.Line[6]) { DrawLine(Q[6], Q[7]); Q.Line[6] = true; };
202 if (!Q.Line[10]) { DrawLine(Q[7], Q[3]); Q.Line[10] = true; };
205 if (!Q.Line[4]) { DrawLine(Q[4], Q[5]); Q.Line[4] = true; };
206 if (!Q.Line[5]) { DrawLine(Q[5], Q[6]); Q.Line[5] = true; };
    [all...]
  /dalvik/libcore/json/src/test/java/org/json/
JSONObjectTest.java 85 assertEquals(true, object.optBoolean("foo", true));
134 assertSame(object, object.put("foo", true));
205 object.put("foo", true);
207 object.put("baz", "true");
210 assertEquals(true, object.getBoolean("foo"));
212 assertEquals(true, object.getBoolean("baz"));
219 assertEquals(true, object.optBoolean("foo"));
221 assertEquals(true, object.optBoolean("baz"));
224 assertEquals(true, object.optBoolean("foo", true))
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
UncheckedTimeoutException.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>
96 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</A>
97 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</A>
98 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</A>
102 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A></DD>
106 <DT><PRE>public class <B>UncheckedTimeoutException</B><DT>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></DL>
110 Unchecked version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeoutException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>TimeoutException</CODE></A>.
139 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException(java.lang.String)">UncheckedTimeoutException</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;message)</CODE>
145 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException(java.lang.String, java.lang.Throwable)">UncheckedTimeoutException</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;message
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
MediaFeed.java 83 mLoading = true;
87 mIsShutdown = true;
144 mMediaFeedNeedsToRun = true;
154 mMediaFeedNeedsToRun = true;
162 updateListener(true);
164 mMediaFeedNeedsToRun = true;
200 mMediaFeedNeedsToRun = true;
241 mMediaFeedNeedsToRun = true;
279 set.generateTitle(true);
282 updateListener(true);
970 cr.registerContentObserver(Uri.parse(uri), true, observer); local
    [all...]

Completed in 86 milliseconds

<<41424344454647484950>>