/system/core/init/ |
Android.mk | 15 ifeq ($(strip $(INIT_BOOTCHART)),true) 22 LOCAL_FORCE_STATIC_EXECUTABLE := true
|
/system/core/rootdir/etc/ |
mountd.conf | 11 ## true if this mount point can be shared via USB mass storage 12 enable_ums true
|
/external/kernel-headers/original/asm-arm/arch/ |
cpu.h | 76 * cpu_is_omap7xx(): True for OMAP730 77 * cpu_is_omap15xx(): True for OMAP1510, OMAP5910 and OMAP310 78 * cpu_is_omap16xx(): True for OMAP1610, OMAP5912 and OMAP1710 79 * cpu_is_omap24xx(): True for OMAP2420, OMAP2422, OMAP2423, OMAP2430 80 * cpu_is_omap242x(): True for OMAP2420, OMAP2422, OMAP2423 81 * cpu_is_omap243x(): True for OMAP2430 153 * cpu_is_omap330(): True for OMAP330 154 * cpu_is_omap730(): True for OMAP730 155 * cpu_is_omap1510(): True for OMAP1510 156 * cpu_is_omap1610(): True for OMAP161 [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.4.3.js | 40 array[item++] = new TestCase( "15.8.6.4", "new Boolean(1)", true, (new Boolean(1)).valueOf() ); 43 array[item++] = new TestCase( "15.8.6.4", "new Boolean(-1)", true, (new Boolean(-1)).valueOf() ); 44 array[item++] = new TestCase( "15.8.6.4", "new Boolean('1')", true, (new Boolean("1")).valueOf() ); 45 array[item++] = new TestCase( "15.8.6.4", "new Boolean('0')", true, (new Boolean("0")).valueOf() ); 46 array[item++] = new TestCase( "15.8.6.4", "new Boolean(true)", true, (new Boolean(true)).valueOf() ); 48 array[item++] = new TestCase( "15.8.6.4", "new Boolean('true')", true, (new Boolean("true")).valueOf() ) [all...] |
15.6.4.3-1.js | 50 array[item++] = new TestCase( SECTION, "new Boolean(1)", true, (new Boolean(1)).valueOf() ); 53 array[item++] = new TestCase( SECTION, "new Boolean(-1)", true, (new Boolean(-1)).valueOf() ); 54 array[item++] = new TestCase( SECTION, "new Boolean('1')", true, (new Boolean("1")).valueOf() ); 55 array[item++] = new TestCase( SECTION, "new Boolean('0')", true, (new Boolean("0")).valueOf() ); 56 array[item++] = new TestCase( SECTION, "new Boolean(true)", true, (new Boolean(true)).valueOf() ); 58 array[item++] = new TestCase( SECTION, "new Boolean('true')", true, (new Boolean("true")).valueOf() ) [all...] |
/frameworks/base/libs/rs/ |
rsComponent.cpp | 50 mIsPixel = true; 52 rsAssert(mNormalized == true); 55 mIsPixel = true; 57 rsAssert(mNormalized == true); 60 mIsPixel = true; 62 rsAssert(mNormalized == true); 65 mIsPixel = true; 67 rsAssert(mNormalized == true); 79 mNormalized = true; 85 mNormalized = true; [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 42 * True to canonicalize the document (unsupported). This includes 44 * namespace declarations. Setting this to true also sets these 49 * namespaces = true 50 * namespace-declarations = true 51 * well-formed = true 52 * element-content-whitespace = true 59 * True to keep existing CDATA nodes; false to replace them/merge them 72 * True to check character normalization (unsupported). 77 * True to keep comments in the document; false to discard them. 89 * True to expose schema normalized values. Setting this to true set [all...] |
/external/clearsilver/cs/ |
test_joo.cs | 107 true, so ?! is always true external variable declarations 131 FAIL - IF boolean true equals empty [19] 133 PASS - ELSE boolean true doesn't equal empty (1 != 0) 137 FAIL - IF boolean true equals empty [20] 139 PASS - ELSE boolean true doesn't equal empty (1 != 0) 151 PASS - IF boolean true not equal empty (1 != 0) 153 FAIL - ELSE boolean true equals empty [23] 157 PASS - IF boolean true not equal empty (1 != 0) 159 FAIL - ELSE boolean true equals empty [24 [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine.cpp | 208 return true; 296 iLogFileRead = true; 549 retval = true; 770 iFileFound = true; [all...] |
/external/zlib/contrib/vstudio/vc8/ |
zlibstat.vcproj | 59 SuppressStartupBanner="true"
60 Detect64BitPortabilityProblems="true"
77 SuppressStartupBanner="true"
133 SuppressStartupBanner="true"
134 Detect64BitPortabilityProblems="true"
151 SuppressStartupBanner="true"
207 SuppressStartupBanner="true"
208 Detect64BitPortabilityProblems="true"
225 SuppressStartupBanner="true"
272 StringPooling="true"
[all...] |
/hardware/msm7k/librpc/ |
xdr.c | 17 return TRUE; 31 return TRUE; 76 return TRUE; 91 return TRUE; 104 return TRUE; 115 return TRUE; 130 return TRUE; 159 return TRUE; 183 return TRUE; 185 return TRUE; [all...] |
/dalvik/vm/oo/ |
AccessCheck.c | 28 while (true) { 37 * Returns "true" if the two classes are in the same runtime package. 43 return true; 62 return true; 68 * Ljava/lang/Object; + Ljava/lang/Class; --> true 69 * LFoo; + LBar; --> true 82 return true; 93 return true; 97 return true; 109 return true; [all...] |
/external/gtest/test/ |
gtest_pred_impl_unittest.cc | 70 return os << (x.value ? "true" : "false"); 127 expected_to_finish_ = true; 148 // true iff the test function is expected to run to finish. 151 // true iff the test function did run to finish. 171 finished_ = true; 179 finished_ = true; 187 finished_ = true; 195 finished_ = true; 204 finished_ = true; 214 finished_ = true; [all...] |
/external/v8/test/mjsunit/ |
debug-changebreakpoint.js | 76 testArguments(dcp, '{"breakpoint":1}', true); 77 testArguments(dcp, '{"breakpoint":1,"enabled":"true"}', true); 78 testArguments(dcp, '{"breakpoint":1,"enabled":"false"}', true); 79 testArguments(dcp, '{"breakpoint":1,"condition":"1==2"}', true); 80 testArguments(dcp, '{"breakpoint":1,"condition":"false"}', true); 81 testArguments(dcp, '{"breakpoint":1,"ignoreCount":7}', true); 82 testArguments(dcp, '{"breakpoint":1,"ignoreCount":0}', true); 85 '{"breakpoint":1,"enabled":"true","condition":"false","ignoreCount":0}', 86 true); [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/statements/ |
switch.js | 52 match1 = true; 54 match2 = true; 57 match3 = true; 61 true, match1); 64 true, match2); 83 match1 = true; 86 match2 = true; 89 match3 = true; 92 match4 = true; 95 match5 = true; [all...] |
/external/webkit/JavaScriptCore/wtf/ |
VectorTraits.h | 40 static const bool needsDestruction = true; 41 static const bool needsInitialization = true; 50 struct VectorTraitsBase<true, T> 55 static const bool canMoveWithMemcpy = true; 56 static const bool canCopyWithMemcpy = true; 58 static const bool canCompareWithMemcmp = true; 66 static const bool needsDestruction = true; 67 static const bool needsInitialization = true; 68 static const bool canInitializeWithMemset = true; 69 static const bool canMoveWithMemcpy = true; [all...] |
/frameworks/base/core/res/res/layout/ |
search_dropdown_item_icons_2line.xml | 33 android:layout_alignParentLeft="true" 34 android:layout_alignParentTop="true" 35 android:layout_alignParentBottom="true" 42 android:layout_alignParentRight="true" 43 android:layout_alignParentTop="true" 44 android:layout_alignParentBottom="true" 52 android:singleLine="true" 59 android:layout_alignWithParentIfMissing="true" 60 android:layout_alignParentBottom="true" 68 android:singleLine="true" [all...] |
/packages/apps/Email/res/layout/ |
message_view_attachment.xml | 46 android:singleLine="true" 48 android:layout_alignParentTop="true" 50 android:layout_alignParentRight="true" 51 android:layout_alignWithParentIfMissing="true" /> 58 android:singleLine="true" 62 android:layout_alignWithParentIfMissing="true" /> 69 android:singleLine="true" 70 android:layout_alignParentRight="true" 79 android:singleLine="true" 81 android:layout_alignWithParentIfMissing="true" [all...] |
/packages/apps/Music/res/layout-finger/ |
track_list_item_common.xml | 23 android:layout_alignParentLeft="true" 24 android:layout_alignParentTop="true" 25 android:layout_alignParentBottom="true" 35 android:layout_alignParentRight="true" 39 android:singleLine="true" /> 47 android:layout_alignWithParentIfMissing="true" 51 android:singleLine="true" /> 56 android:singleLine="true" 59 android:scrollHorizontally="true" 61 android:layout_alignWithParentIfMissing="true" [all...] |
/packages/apps/QuickSearchBox/res/layout/ |
contact_suggestion.xml | 32 android:layout_alignParentLeft="true" 33 android:layout_alignParentTop="true" 34 android:layout_alignParentBottom="true" 49 android:layout_alignParentRight="true" 50 android:layout_alignParentTop="true" 51 android:layout_alignParentBottom="true" 61 android:singleLine="true" 68 android:layout_alignWithParentIfMissing="true" 69 android:layout_alignParentBottom="true" 79 android:singleLine="true" [all...] |
suggestion.xml | 32 android:layout_alignParentLeft="true" 33 android:layout_alignParentTop="true" 34 android:layout_alignParentBottom="true" /> 40 android:layout_alignParentRight="true" 41 android:layout_alignParentTop="true" 42 android:layout_alignParentBottom="true" 52 android:singleLine="true" 59 android:layout_alignWithParentIfMissing="true" 60 android:layout_alignParentBottom="true" 70 android:singleLine="true" [all...] |
/packages/providers/DownloadProvider/res/layout/ |
status_bar_ongoing_event_progress_bar.xml | 38 android:focusable="true" 39 android:clickable="true" 52 android:singleLine="true" 62 android:focusable="true" 63 android:clickable="true" 69 android:focusable="true" 70 android:clickable="true" 71 android:layout_alignParentTop="true" 77 android:singleLine="true" 86 android:singleLine="true" [all...] |
/packages/apps/Contacts/res/layout-finger/ |
recent_calls_list_group_item.xml | 28 android:layout_alignParentRight="true" 49 android:layout_alignParentBottom="true" 54 android:singleLine="true" 60 android:layout_alignParentLeft="true" 61 android:layout_alignParentBottom="true" 65 android:singleLine="true" 78 android:layout_alignWithParentIfMissing="true" 80 android:singleLine="true" 88 android:layout_alignParentTop="true" 91 android:layout_alignWithParentIfMissing="true" [all...] |
/external/icu4c/tools/genccode/ |
genccode.vcproj | 52 StringPooling="true" 54 EnableFunctionLevelLinking="true" 55 TreatWChar_tAsBuiltInType="true" 61 SuppressStartupBanner="true" 79 SuppressStartupBanner="true" 142 BufferSecurityCheck="true" 143 TreatWChar_tAsBuiltInType="true" 150 SuppressStartupBanner="true" 169 SuppressStartupBanner="true" 170 GenerateDebugInformation="true" [all...] |
/external/icu4c/tools/icuswap/ |
icuswap.vcproj | 51 StringPooling="true" 53 EnableFunctionLevelLinking="true" 54 DisableLanguageExtensions="true" 60 SuppressStartupBanner="true" 78 SuppressStartupBanner="true" 142 BufferSecurityCheck="true" 143 DisableLanguageExtensions="true" 150 SuppressStartupBanner="true" 169 SuppressStartupBanner="true" 170 GenerateDebugInformation="true" [all...] |