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

<<81828384858687888990>>

  /external/icu4c/common/
servnotf.h 65 * true if the listener is of the appropriate type; ICUNotifier
84 * true for the listener. Attempts to concurrently
107 * Subclasses implement this to return TRUE if the listener is
  /external/icu4c/io/
ufile.h 70 UBool fOwnFile; /* TRUE if fFile should be closed */
96 * @return TRUE if the character is valid, or FALSE when EOF has been detected
105 * @return TRUE if the character is valid, or FALSE when EOF has been detected
  /external/icu4c/test/cintltst/
ncnvtst.c 147 expected, sizeof(expected), "ibm-920", 0 , TRUE, U_ZERO_ERROR))
153 expected, sizeof(expected), "LATIN_1", 0, TRUE, U_ZERO_ERROR ))
167 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
174 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
193 expected, sizeof(expected), "iso-2022-jp", 0 , TRUE, U_ZERO_ERROR))
196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
223 expected, sizeof(expected), "iso-2022-cn", 0 , TRUE, U_ZERO_ERROR))
226 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)
    [all...]
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
57 if(!utrie_setRange32(newTrie, start, end+1, TRUE, TRUE)) {
  /external/icu4c/tools/ctestfw/
testdata.cpp 95 return TRUE;
116 return TRUE;
135 return TRUE;
  /external/jdiff/
build.xml 19 <property name="debug" value="true" />
30 <delete includeEmptyDirs="true"
32 quiet="true">
  /external/opencore/engines/2way/test/src/
connect_cancel_test.cpp 107 test_is_true(true);
113 test_is_true(true);
118 test_is_true(true);
  /external/opencore/nodes/common/include/
pvmf_composer_size_and_duration.h 70 * @param aEnable Set to true to enable maximum file size, else set to false.
71 * @param aMaxFileSizeBytes If aEnable is set to true, this parameter specifies
83 * @param aEnable Output parameter which will be set to true if maximum file size
86 * size in bytes if aEnable is set to true, else this parameter is ignored.
102 * @param aEnable Set to true to enable maximum duration, else set to false.
103 * @param aMaxDurationMilliseconds If aEnable is set to true, this parameter specifies
115 * @param aEnable Output parameter which will be set to true if maximum recording duration
118 * in milliseconds if aEnable is set to true, else this parameter is ignored.
136 * @param aEnable Output parameter which will be set to true if recording progress report
149 * @param aEnable Output parameter which will be set to true if recording progress repor
    [all...]
  /external/opencore/oscl/oscl/config/shared/
osclconfig_io_check.h 166 On success, 'ok' must be set to true.
183 On success, 'ok' must be set to true.
200 On success, 'ok' must be set to true.
202 to the accept error. Additionally 'wouldblock' must be set to true
217 On success, 'ok' must be set to true.
234 On success, 'ok' must be set to true.
251 On success, 'ok' must be set to true.
268 On success, 'ok' must be set to true, and 'nbytes' must be set to
271 to the socket error. Additionally 'wouldblock' must be set to true
287 On success, 'ok' must be set to true, and 'nbytes' must be set t
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_frag_group.h 144 return true;
149 iCheckNextAvailableFreeChunk = true;
225 return true;
239 return true;
277 return true;
284 return true;
291 return true;
298 return true;
316 return true;
325 return true;
    [all...]
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 76 return true;
104 return true;
124 return true;
  /external/quake/quake/src/WinQuake/
world.h 30 qboolean allsolid; // if true, plane is not valid
31 qboolean startsolid; // if true, the initial point was in a solid area
63 // the non-true version remaps the water current contents to content_water
  /external/skia/include/views/
SkEvent.h 59 /** Returns true if the event's type matches exactly the specified type (case sensitive) */
61 /** Returns true if the event's type matches exactly the specified type (case sensitive) */
79 /** Return true if the event contains the named 32bit field, and return the field
84 /** Return true if the event contains the named SkScalar field, and return the field
89 /** Return true if the event contains the named SkScalar field, and return the fields
97 /** Return true if the event contains the named pointer field, and return the field
104 /** Returns true if ethe event contains the named 32bit field, and if it equals the specified value */
106 /** Returns true if ethe event contains the named SkScalar field, and if it equals the specified value */
108 /** Returns true if ethe event contains the named string field, and if it equals (using strcmp) the specified value */
110 /** Returns true if ethe event contains the named pointer field, and if it equals the specified value *
    [all...]
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 117 return true;
136 return true;
143 return true;
151 return true;
158 return true;
176 return true;
181 return true;
193 return true;
217 return true;
235 fInSkia = true;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 216 SkDrawIter(SkCanvas* canvas, bool skipEmptyClips = true) {
239 fBitmap = &fDevice->accessBitmap(true);
253 return true;
284 fOnce = true;
392 fLocalBoundsCompareTypeDirty = true;
393 fLocalBoundsCompareTypeDirtyBW = true;
479 fDeviceCMDirty = true;
627 fDeviceCMDirty = true;
657 isOpaque, true);
689 fDeviceCMDirty = true;
    [all...]
  /external/skia/xcode/Simple/
SimpleApp.cpp 33 this->setVisibleP(true);
44 paint.setAntiAlias(true);
95 SkGraphics::Init(true);
  /external/v8/
Android.libv8.mk 46 ifeq ($(ENABLE_V8_SNAPSHOT),true)
74 ifeq ($(ENABLE_V8_LOGGING_AND_PROFILING),true)
78 ifeq ($(DEBUG_V8),true)
Android.mksnapshot.mk 8 LOCAL_IS_HOST_MODULE := true
67 ifeq ($(ARCH_ARM_HAVE_VFP),true)
77 ifeq ($(DEBUG_V8),true)
  /external/v8/test/mjsunit/
new.js 36 assertFalse(true == new Construct(true));
48 x = new Boolean(true);
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.2-3.js 50 array[item++] = new TestCase( SECTION, "tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()", "true", eval("tostr=Boolean.prototype.toString; x=true; x.toString=tostr;x.toString()") );
15.6.4.3-2.js 51 array[item++] = new TestCase( SECTION, "valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()", true, eval("valof=Boolean.prototype.valueOf; x=new Boolean(true); x.valueOf=valof;x.valueOf()") );
15.6.4.3-3.js 53 "x=true; x.valueOf=Boolean.prototype.valueOf;x.valueOf()",
54 true,
55 eval("x=true; x.valueOf=Boolean.prototype.valueOf;x.valueOf()") );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-012.js 25 TrySomething( "x = \"hi\"", true );
26 TrySomething( "throw \"boo\"", true );
27 TrySomething( "throw 3", true );
  /external/webkit/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-305002.js 39 var summary = '[].every(f) == true';
46 var notcalled = true;
53 expect = true;
  /external/webkit/LayoutTests/http/tests/appcache/
non-html.xhtml 50 hadError = true;
78 setNetworkEnabled(true);
92 setNetworkEnabled(true);

Completed in 584 milliseconds

<<81828384858687888990>>