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

<<61626364656667686970>>

  /dalvik/vm/test/
TestHash.c 99 (HashCompareFunc) strcmp, true);
146 (HashCompareFunc) strcmp, true);
149 (HashCompareFunc) strcmp, true);
181 (HashCompareFunc) strcmp, true);
188 return true;
  /development/host/windows/usb/api/
adb_interface_enum.h 50 @param[in] exclude_removed If true interfaces with SPINT_REMOVED flag set
52 @param[in] active_only If true only active interfaces (with flag
54 @return True on success, false on failure, in which case GetLastError()
69 @return true on success, false on error. If false is returned
79 @return true on success, false on error. If false is returned
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
datastore.py 25 handle = db.StringProperty(required=True)
34 updated = db.DateTimeProperty(auto_now_add=True)
68 username = db.StringProperty(required=True)
83 friend_handle = db.StringProperty(required=True)
84 updated = db.DateTimeProperty(auto_now_add=True)
  /development/simulator/app/
PhoneButton.cpp 35 return true;
48 mHasImage = true;
53 return true;
62 return true; // no image associated with this button
76 return true;
  /external/astl/tests/
test_sstream.cpp 55 return true;
76 return true;
85 return true;
99 return true;
107 return true;
  /external/bluetooth/bluez/plugins/
hal.c 50 if (dbus_set_error_from_message(NULL, reply) == TRUE) {
66 if (g_str_equal(formfactor, "laptop") == TRUE)
68 else if (g_str_equal(formfactor, "desktop") == TRUE)
70 else if (g_str_equal(formfactor, "server") == TRUE)
72 else if (g_str_equal(formfactor, "handheld") == TRUE)
  /external/dbus/dbus/
dbus-transport-protected.h 108 unsigned int disconnected : 1; /**< #TRUE if we are disconnected. */
110 unsigned int send_credentials_pending : 1; /**< #TRUE if we need to send credentials */
111 unsigned int receive_credentials_pending : 1; /**< #TRUE if we need to receive credentials */
112 unsigned int is_server : 1; /**< #TRUE if on the server side */
113 unsigned int unused_bytes_recovered : 1; /**< #TRUE if we've recovered unused bytes from auth */
  /external/easymock/src/org/easymock/
AbstractMatcher.java 47 * @return true if the arguments match, false otherwise.
71 * pairs match. If all the arguments match, true is returned, otherwise
80 * @return true if the arguments match, false otherwise.
84 return true;
112 return true;
  /external/emma/core/java14/com/vladium/util/
IJREVersion.java 30 /** 'true' iff the current runtime version is 1.2 or later */
32 /** 'true' iff the current runtime version is 1.3 or later */
34 /** 'true' iff the current runtime version is 1.4 or later */
66 temp = true;
78 temp = true;
  /external/gtest/test/
Android.mk 28 ifeq ($(BUILD_WITH_ASTL),true)
79 ifeq ($(HOST_OS)-$(BUILD_WITH_ASTL),linux-true)
87 ifneq ($(TARGET_SIMULATOR)-$(BUILD_WITH_ASTL),true-false)
111 ifeq ($(HOST_OS)-$(BUILD_WITH_ASTL),linux-true)
116 ifneq ($(TARGET_SIMULATOR)-$(BUILD_WITH_ASTL),true-false)
  /external/guava/src/com/google/common/io/
Closeables.java 44 * <p>If {@code swallowIOException} is true then we never throw
51 * boolean threw = true;
65 * @param swallowIOException if true, don't propagate IO exceptions
88 * Equivalent to calling {@code close(closeable, true)}, but with no
95 close(closeable, true);
  /external/icu4c/layout/
LEInsertionList.h 34 * @return <code>TRUE</code> if <code>LEInsertions::applyInsertions</code> should
68 * @param rightToLeft <code>TRUE</code> if the glyphs are stored
110 * @return <code>TRUE</code> if <code>callback</code> returned <code>TRUE</code> to
163 * Set to <code>TRUE</code> if the glyphs are in right
  /external/icu4c/test/intltest/
v32test.cpp 206 TEST_ASSERT(a->contains(10) == TRUE);
208 TEST_ASSERT(a->contains(20) == TRUE);
223 TEST_ASSERT(a->containsAll(*b) == TRUE);
227 TEST_ASSERT(a->containsAll(*b) == TRUE);
231 TEST_ASSERT(a->containsAll(*b) == TRUE);
232 TEST_ASSERT(b->containsAll(*a) == TRUE);
235 TEST_ASSERT(b->containsAll(*a) == TRUE);
254 TEST_ASSERT(a->contains(10)==TRUE);
255 TEST_ASSERT(a->contains(30)==TRUE);
259 TEST_ASSERT(a->contains(30) == TRUE);
    [all...]
  /external/icu4c/tools/tzcode/
icuzdump.vcproj 51 DisableLanguageExtensions="true"
78 GenerateDebugInformation="true"
90 UseFAT32Workaround="true"
137 Detect64BitPortabilityProblems="true"
152 GenerateDebugInformation="true"
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.h 170 iProtocolRollOver = true;
176 iRepositionAfterDownloadComplete = true;
182 iPauseAfterDownloadComplete = true;
188 iPlayUntilEOS = true;
198 iPlayStopPlay = true;
356 iProgPlayback = true;
370 pvplayer_async_test_3gppdlnormal(aTestParam), iCancelCommandPending(true), iCancellationEventTime(Undetermined), iProtocolRolloverNotificationRecvd(false)
778 iRepositionAfterDownloadComplete = true;
784 iPlayUntilEOS = true;
790 iShortPauseResume = true;
    [all...]
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_embedded_rtp.cpp 41 return true;
106 return true;
136 return true;
179 boundaryReached = true;
183 return true;
  /external/opencore/protocols/sdp/parser/src/
rfc3640mediainfoparser.cpp 165 if (!alt_id || (alt_def_id == true))
168 altMedia = true;
298 if (PV_atoi(temp, 'd', tmp_end_line - temp , pl) == true)
306 sizelength_found_in_fmtp = true;
313 if (PV_atoi(temp, 'd', (tmp_end_line - temp), length) == true)
320 indexlength_found_in_fmtp = true;
327 if (PV_atoi(temp, 'd', (tmp_end_line - temp), length) == true)
334 indexDeltaLength_found_in_fmtp = true;
341 if (PV_atoi(temp, 'd', (tmp_end_line - temp), length) == true)
348 indexDeltaLength_found_in_fmtp = true;
    [all...]
  /external/quake/quake/src/QW/client/
cvar.h 28 you can add a ,true flag for variables that you want saved to the configuration
32 cvar_t scr_screensize = {"screensize","1",true};
60 qboolean archive; // set to true to cause it to be saved to vars.rc
93 // command. Returns true if the command was a variable reference that
98 // with the archive flag set to true.
  /external/quake/quake/src/WinQuake/
cvar.h 28 you can add a ,true flag for variables that you want saved to the configuration
32 cvar_t scr_screensize = {"screensize","1",true};
60 qboolean archive; // set to true to cause it to be saved to vars.rc
93 // command. Returns true if the command was a variable reference that
98 // with the archive flag set to true.
  /external/skia/src/animator/
SkDisplayMovie.cpp 34 fMovie.fMaker->fInMovie = true;
59 fMovieBuilt = true;
118 fLoaded = true;
119 movieMaker->fLoaded = true;
124 return true;
  /external/skia/src/images/
SkImageRef.cpp 24 fDoDither = true;
57 return true;
92 return true;
112 return true;
124 fErrorInDecoding = true;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h 41 TropicalWeightGenerator(int seed = time(0), bool allow_zero = true)
68 LogWeightGenerator(int seed = time(0), bool allow_zero = true)
96 StringWeightGenerator(int seed = time(0), bool allow_zero = true)
131 ProductWeightGenerator(int seed = time(0), bool allow_zero = true)
156 GallicWeightGenerator(int seed = time(0), bool allow_zero = true)
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.2.1-1.js 71 array[item++] = new TestCase( SECTION, "var OBJ = new MyObject(true); OBJ.valueOf()", true, eval("var OBJ = new MyObject(true); OBJ.valueOf()") );
72 array[item++] = new TestCase( SECTION, "OBJ.toString()", "true", OBJ.toString() );
76 array[item++] = new TestCase( SECTION, "MyObject.__proto__ == Function.prototype", true, MyObject.__proto__ == Function.prototype );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3-1.js 30 Boolean 1 if true; +0 if false
84 array[item++] = new TestCase( SECTION, "Number(new Number(true))", 1, Number(new Number(true)) );
89 array[item++] = new TestCase( SECTION, "Number(new Boolean(true))", 1, Number(new Boolean(true)) );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_2.js 98 true,
103 true,
108 true,
113 true,
118 true,

Completed in 431 milliseconds

<<61626364656667686970>>