HomeSort by relevance Sort by last modified time
    Searched defs:true (Results 426 - 450 of 468) sorted by null

<<111213141516171819

  /frameworks/base/tools/aapt/
ResourceTable.cpp 31 // Set to true for noisy debug output.
35 static const bool kPrintStringMetrics = true;
82 root->removeWhitespace(true, NULL);
88 root->setUTF8(true);
96 hasErrors = true;
102 hasErrors = true;
174 "a boolean value, either \"<code>true</code>\" or \"<code>false</code>\"." },
232 if (outError) *outError = true;
263 hadType = true;
304 added = true;
745 type_ident_pair_t(curType, ident), true); local
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 119 private static final Boolean JOIN_GROUP = true;
122 private static final Boolean RELOAD = true;
560 setLogOnlyTransitions(true);
592 mDiscoveryBlocked = (message.arg1 == ENABLED ? true : false);
1915 mWifiNative.setP2pPowerSave(mGroup.getInterface(), true); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 206 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true, local
209 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true, local
426 mIsMinInfoReady = true;
471 mDontPollSignalStrength = true;
558 mCi.setRadioPower(true, null);
582 // Allow A blank plmn, "" to set showPlmn to true. Previously, we
583 // would set showPlmn to true only if plmn was not empty, i.e. was not
585 // "No Service". Now showPlmn is set to true for any non null string.
602 mSpnUpdatePending = true;
734 // list of ERIs for home system, mCdmaRoaming is true
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 137 /** Boolean is true is setTimeFromNITZString was called */
233 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true, local
236 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true, local
328 onSignalStrengthResult(ar, true);
393 mDontPollSignalStrength = true;
395 onSignalStrengthResult(ar, true);
455 mReportedGprsNoReg = true;
514 if(DBG) log("mAlarmSwitch == true");
524 mCi.setRadioPower(true, null);
529 if(DBG) log("mImsRegistrationOnOff == true");
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 93 #define true 1 macro
396 bool anti_flickering = true;
620 do_freeHandle_and_clean_up(true);
630 do_freeHandle_and_clean_up(true);
722 bInputEosReached = true;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapExtendTest.java 1791 true); local
1798 startEntry.getKey(), true, endEntry.getKey(), local
1806 startEntry.getKey(), true, endEntry.getKey(), local
1807 true); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 504 // Silences warnings: "Condition is always true", "Unreachable code"
508 // Tests that GTEST_IS_NULL_LITERAL_(x) is true when x is a null
858 return true;
865 return true;
867 found_in_vector[e] = true;
882 return true;
5028 r << "abc" << 'd' << 0 << true; local
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/
FmService.java 171 private boolean mIsFmMainForeground = true;
265 setRdsAsync(true);
353 * @return true, antenna available; false, antenna not available
368 * @param isSpeaker true if set FM audio from speaker
377 * @return true if current is playing with BT headset
403 mIsRender = true;
541 * @return true if FM device open, false FM device not open
553 * @return true if close FM device success, false close FM device failed
569 * @return true FM device opened, false FM device closed
593 return true;
1491 seekStationAsync(FmUtils.computeFrequency(mCurrentStation), true); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 173 /** When in conversation mode, true if the list is hidden */
231 sPaint.setAntiAlias(true); typedefs
232 sFoldersPaint.setAntiAlias(true); typedefs
356 setClickable(true);
357 setLongClickable(true);
479 null /* photoBitmap */, false /* useFullMargins */, true /* mDividerEnabled */); local
490 folder, checkboxOrSenderImage, true /* swipeEnabled */,
492 adapter, backgroundOverrideResId, photoBitmap, true /* useFullMargins */,
639 handled = true;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java 169 // True if we attempted to render before the views were laid out
432 return true;
443 settings.setJavaScriptEnabled(true);
448 CookieManager.getInstance().setAcceptThirdPartyCookies(mWebView, true /* accept */);
451 mViewsCreated = true;
458 inflater.inflate(R.layout.conversation_topmost_overlay_items, topmostOverlay, true);
568 isInitialLoading = true;
666 true /* isDestructive */, "open_conversation", "from_list", null);
702 mWebViewLoadedData = true;
1817 mAddressCache, mConversation.getBaseUri(mBaseUri), true \/* useJavascript *\/); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
CarbonEvents.py 6 true = 1 variable
27 kEventRemoveFromQueue = true
Files.py 4 true = True variable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 423 GridData detailsData = new GridData(SWT.FILL, SWT.FILL, true, false, 1, 1);
433 mSashError.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
460 mOutlinePage.setShowHeader(true);
667 return true;
676 // because the editor is still opening the MatchingStrategy woudln't answer true
694 mEditorDelegate.setNewFileOnConfigChange(true);
2731 true \/* canBeModified *\/); local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java 209 // returns true if encoder supports the size
259 return true;
277 // returns true if filled buffer
292 mSignaledDecoderEOS = true;
307 return true;
322 mCompleted = true;
363 boolean skipped = true;
410 mWorkInProgress = true;
472 mGotDecoderEOS = true;
508 mSignaledEncoderEOS = true;
1036 public void testGoogH265FlexMinMin() { minmin(googH265(), true \/* flex *\/); } local
1038 public void testGoogH264FlexMinMin() { minmin(googH264(), true \/* flex *\/); } local
1040 public void testGoogH263FlexMinMin() { minmin(googH263(), true \/* flex *\/); } local
1042 public void testGoogMpeg4FlexMinMin() { minmin(googMpeg4(), true \/* flex *\/); } local
1044 public void testGoogVP8FlexMinMin() { minmin(googVP8(), true \/* flex *\/); } local
1046 public void testGoogVP9FlexMinMin() { minmin(googVP9(), true \/* flex *\/); } local
1049 public void testOtherH265FlexMinMin() { minmin(otherH265(), true \/* flex *\/); } local
1051 public void testOtherH264FlexMinMin() { minmin(otherH264(), true \/* flex *\/); } local
1053 public void testOtherH263FlexMinMin() { minmin(otherH263(), true \/* flex *\/); } local
1055 public void testOtherMpeg4FlexMinMin() { minmin(otherMpeg4(), true \/* flex *\/); } local
1057 public void testOtherVP8FlexMinMin() { minmin(otherVP8(), true \/* flex *\/); } local
1059 public void testOtherVP9FlexMinMin() { minmin(otherVP9(), true \/* flex *\/); } local
1062 public void testGoogH265FlexMinMax() { minmax(googH265(), true \/* flex *\/); } local
1064 public void testGoogH264FlexMinMax() { minmax(googH264(), true \/* flex *\/); } local
1066 public void testGoogH263FlexMinMax() { minmax(googH263(), true \/* flex *\/); } local
1068 public void testGoogMpeg4FlexMinMax() { minmax(googMpeg4(), true \/* flex *\/); } local
1070 public void testGoogVP8FlexMinMax() { minmax(googVP8(), true \/* flex *\/); } local
1072 public void testGoogVP9FlexMinMax() { minmax(googVP9(), true \/* flex *\/); } local
1075 public void testOtherH265FlexMinMax() { minmax(otherH265(), true \/* flex *\/); } local
1077 public void testOtherH264FlexMinMax() { minmax(otherH264(), true \/* flex *\/); } local
1079 public void testOtherH263FlexMinMax() { minmax(otherH263(), true \/* flex *\/); } local
1081 public void testOtherMpeg4FlexMinMax() { minmax(otherMpeg4(), true \/* flex *\/); } local
1083 public void testOtherVP8FlexMinMax() { minmax(otherVP8(), true \/* flex *\/); } local
1085 public void testOtherVP9FlexMinMax() { minmax(otherVP9(), true \/* flex *\/); } local
1088 public void testGoogH265FlexMaxMin() { maxmin(googH265(), true \/* flex *\/); } local
1090 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true \/* flex *\/); } local
1092 public void testGoogH263FlexMaxMin() { maxmin(googH263(), true \/* flex *\/); } local
1094 public void testGoogMpeg4FlexMaxMin() { maxmin(googMpeg4(), true \/* flex *\/); } local
1096 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true \/* flex *\/); } local
1098 public void testGoogVP9FlexMaxMin() { maxmin(googVP9(), true \/* flex *\/); } local
1101 public void testOtherH265FlexMaxMin() { maxmin(otherH265(), true \/* flex *\/); } local
1103 public void testOtherH264FlexMaxMin() { maxmin(otherH264(), true \/* flex *\/); } local
1105 public void testOtherH263FlexMaxMin() { maxmin(otherH263(), true \/* flex *\/); } local
1107 public void testOtherMpeg4FlexMaxMin() { maxmin(otherMpeg4(), true \/* flex *\/); } local
1109 public void testOtherVP8FlexMaxMin() { maxmin(otherVP8(), true \/* flex *\/); } local
1111 public void testOtherVP9FlexMaxMin() { maxmin(otherVP9(), true \/* flex *\/); } local
1114 public void testGoogH265FlexMaxMax() { maxmax(googH265(), true \/* flex *\/); } local
1116 public void testGoogH264FlexMaxMax() { maxmax(googH264(), true \/* flex *\/); } local
1118 public void testGoogH263FlexMaxMax() { maxmax(googH263(), true \/* flex *\/); } local
1120 public void testGoogMpeg4FlexMaxMax() { maxmax(googMpeg4(), true \/* flex *\/); } local
1122 public void testGoogVP8FlexMaxMax() { maxmax(googVP8(), true \/* flex *\/); } local
1124 public void testGoogVP9FlexMaxMax() { maxmax(googVP9(), true \/* flex *\/); } local
1127 public void testOtherH265FlexMaxMax() { maxmax(otherH265(), true \/* flex *\/); } local
1129 public void testOtherH264FlexMaxMax() { maxmax(otherH264(), true \/* flex *\/); } local
1131 public void testOtherH263FlexMaxMax() { maxmax(otherH263(), true \/* flex *\/); } local
1133 public void testOtherMpeg4FlexMaxMax() { maxmax(otherMpeg4(), true \/* flex *\/); } local
1135 public void testOtherVP8FlexMaxMax() { maxmax(otherVP8(), true \/* flex *\/); } local
1137 public void testOtherVP9FlexMaxMax() { maxmax(otherVP9(), true \/* flex *\/); } local
1140 public void testGoogH265FlexNearMinMin() { nearminmin(googH265(), true \/* flex *\/); } local
1142 public void testGoogH264FlexNearMinMin() { nearminmin(googH264(), true \/* flex *\/); } local
1144 public void testGoogH263FlexNearMinMin() { nearminmin(googH263(), true \/* flex *\/); } local
1146 public void testGoogMpeg4FlexNearMinMin() { nearminmin(googMpeg4(), true \/* flex *\/); } local
1148 public void testGoogVP8FlexNearMinMin() { nearminmin(googVP8(), true \/* flex *\/); } local
1150 public void testGoogVP9FlexNearMinMin() { nearminmin(googVP9(), true \/* flex *\/); } local
1153 public void testOtherH265FlexNearMinMin() { nearminmin(otherH265(), true \/* flex *\/); } local
1155 public void testOtherH264FlexNearMinMin() { nearminmin(otherH264(), true \/* flex *\/); } local
1157 public void testOtherH263FlexNearMinMin() { nearminmin(otherH263(), true \/* flex *\/); } local
1159 public void testOtherMpeg4FlexNearMinMin() { nearminmin(otherMpeg4(), true \/* flex *\/); } local
1161 public void testOtherVP8FlexNearMinMin() { nearminmin(otherVP8(), true \/* flex *\/); } local
1163 public void testOtherVP9FlexNearMinMin() { nearminmin(otherVP9(), true \/* flex *\/); } local
1166 public void testGoogH265FlexNearMinMax() { nearminmax(googH265(), true \/* flex *\/); } local
1168 public void testGoogH264FlexNearMinMax() { nearminmax(googH264(), true \/* flex *\/); } local
1170 public void testGoogH263FlexNearMinMax() { nearminmax(googH263(), true \/* flex *\/); } local
1172 public void testGoogMpeg4FlexNearMinMax() { nearminmax(googMpeg4(), true \/* flex *\/); } local
1174 public void testGoogVP8FlexNearMinMax() { nearminmax(googVP8(), true \/* flex *\/); } local
1176 public void testGoogVP9FlexNearMinMax() { nearminmax(googVP9(), true \/* flex *\/); } local
1179 public void testOtherH265FlexNearMinMax() { nearminmax(otherH265(), true \/* flex *\/); } local
1181 public void testOtherH264FlexNearMinMax() { nearminmax(otherH264(), true \/* flex *\/); } local
1183 public void testOtherH263FlexNearMinMax() { nearminmax(otherH263(), true \/* flex *\/); } local
1185 public void testOtherMpeg4FlexNearMinMax() { nearminmax(otherMpeg4(), true \/* flex *\/); } local
1187 public void testOtherVP8FlexNearMinMax() { nearminmax(otherVP8(), true \/* flex *\/); } local
1189 public void testOtherVP9FlexNearMinMax() { nearminmax(otherVP9(), true \/* flex *\/); } local
1192 public void testGoogH265FlexNearMaxMin() { nearmaxmin(googH265(), true \/* flex *\/); } local
1194 public void testGoogH264FlexNearMaxMin() { nearmaxmin(googH264(), true \/* flex *\/); } local
1196 public void testGoogH263FlexNearMaxMin() { nearmaxmin(googH263(), true \/* flex *\/); } local
1198 public void testGoogMpeg4FlexNearMaxMin() { nearmaxmin(googMpeg4(), true \/* flex *\/); } local
1200 public void testGoogVP8FlexNearMaxMin() { nearmaxmin(googVP8(), true \/* flex *\/); } local
1202 public void testGoogVP9FlexNearMaxMin() { nearmaxmin(googVP9(), true \/* flex *\/); } local
1205 public void testOtherH265FlexNearMaxMin() { nearmaxmin(otherH265(), true \/* flex *\/); } local
1207 public void testOtherH264FlexNearMaxMin() { nearmaxmin(otherH264(), true \/* flex *\/); } local
1209 public void testOtherH263FlexNearMaxMin() { nearmaxmin(otherH263(), true \/* flex *\/); } local
1211 public void testOtherMpeg4FlexNearMaxMin() { nearmaxmin(otherMpeg4(), true \/* flex *\/); } local
1213 public void testOtherVP8FlexNearMaxMin() { nearmaxmin(otherVP8(), true \/* flex *\/); } local
1215 public void testOtherVP9FlexNearMaxMin() { nearmaxmin(otherVP9(), true \/* flex *\/); } local
1218 public void testGoogH265FlexNearMaxMax() { nearmaxmax(googH265(), true \/* flex *\/); } local
1220 public void testGoogH264FlexNearMaxMax() { nearmaxmax(googH264(), true \/* flex *\/); } local
1222 public void testGoogH263FlexNearMaxMax() { nearmaxmax(googH263(), true \/* flex *\/); } local
1224 public void testGoogMpeg4FlexNearMaxMax() { nearmaxmax(googMpeg4(), true \/* flex *\/); } local
1226 public void testGoogVP8FlexNearMaxMax() { nearmaxmax(googVP8(), true \/* flex *\/); } local
1228 public void testGoogVP9FlexNearMaxMax() { nearmaxmax(googVP9(), true \/* flex *\/); } local
1231 public void testOtherH265FlexNearMaxMax() { nearmaxmax(otherH265(), true \/* flex *\/); } local
1233 public void testOtherH264FlexNearMaxMax() { nearmaxmax(otherH264(), true \/* flex *\/); } local
1235 public void testOtherH263FlexNearMaxMax() { nearmaxmax(otherH263(), true \/* flex *\/); } local
1237 public void testOtherMpeg4FlexNearMaxMax() { nearmaxmax(otherMpeg4(), true \/* flex *\/); } local
1239 public void testOtherVP8FlexNearMaxMax() { nearmaxmax(otherVP8(), true \/* flex *\/); } local
1241 public void testOtherVP9FlexNearMaxMax() { nearmaxmax(otherVP9(), true \/* flex *\/); } local
1244 public void testGoogH265FlexArbitraryW() { arbitraryw(googH265(), true \/* flex *\/); } local
1246 public void testGoogH264FlexArbitraryW() { arbitraryw(googH264(), true \/* flex *\/); } local
1248 public void testGoogH263FlexArbitraryW() { arbitraryw(googH263(), true \/* flex *\/); } local
1250 public void testGoogMpeg4FlexArbitraryW() { arbitraryw(googMpeg4(), true \/* flex *\/); } local
1252 public void testGoogVP8FlexArbitraryW() { arbitraryw(googVP8(), true \/* flex *\/); } local
1254 public void testGoogVP9FlexArbitraryW() { arbitraryw(googVP9(), true \/* flex *\/); } local
1257 public void testOtherH265FlexArbitraryW() { arbitraryw(otherH265(), true \/* flex *\/); } local
1259 public void testOtherH264FlexArbitraryW() { arbitraryw(otherH264(), true \/* flex *\/); } local
1261 public void testOtherH263FlexArbitraryW() { arbitraryw(otherH263(), true \/* flex *\/); } local
1263 public void testOtherMpeg4FlexArbitraryW() { arbitraryw(otherMpeg4(), true \/* flex *\/); } local
1265 public void testOtherVP8FlexArbitraryW() { arbitraryw(otherVP8(), true \/* flex *\/); } local
1267 public void testOtherVP9FlexArbitraryW() { arbitraryw(otherVP9(), true \/* flex *\/); } local
1270 public void testGoogH265FlexArbitraryH() { arbitraryh(googH265(), true \/* flex *\/); } local
1272 public void testGoogH264FlexArbitraryH() { arbitraryh(googH264(), true \/* flex *\/); } local
1274 public void testGoogH263FlexArbitraryH() { arbitraryh(googH263(), true \/* flex *\/); } local
1276 public void testGoogMpeg4FlexArbitraryH() { arbitraryh(googMpeg4(), true \/* flex *\/); } local
1278 public void testGoogVP8FlexArbitraryH() { arbitraryh(googVP8(), true \/* flex *\/); } local
1280 public void testGoogVP9FlexArbitraryH() { arbitraryh(googVP9(), true \/* flex *\/); } local
1283 public void testOtherH265FlexArbitraryH() { arbitraryh(otherH265(), true \/* flex *\/); } local
1285 public void testOtherH264FlexArbitraryH() { arbitraryh(otherH264(), true \/* flex *\/); } local
1287 public void testOtherH263FlexArbitraryH() { arbitraryh(otherH263(), true \/* flex *\/); } local
1289 public void testOtherMpeg4FlexArbitraryH() { arbitraryh(otherMpeg4(), true \/* flex *\/); } local
1291 public void testOtherVP8FlexArbitraryH() { arbitraryh(otherVP8(), true \/* flex *\/); } local
1293 public void testOtherVP9FlexArbitraryH() { arbitraryh(otherVP9(), true \/* flex *\/); } local
1296 public void testGoogH265FlexQCIF() { specific(googH265(), 176, 144, true \/* flex *\/); } local
1298 public void testGoogH264FlexQCIF() { specific(googH264(), 176, 144, true \/* flex *\/); } local
1300 public void testGoogH263FlexQCIF() { specific(googH263(), 176, 144, true \/* flex *\/); } local
1302 public void testGoogMpeg4FlexQCIF() { specific(googMpeg4(), 176, 144, true \/* flex *\/); } local
1304 public void testGoogVP8FlexQCIF() { specific(googVP8(), 176, 144, true \/* flex *\/); } local
1306 public void testGoogVP9FlexQCIF() { specific(googVP9(), 176, 144, true \/* flex *\/); } local
1309 public void testOtherH265FlexQCIF() { specific(otherH265(), 176, 144, true \/* flex *\/); } local
1311 public void testOtherH264FlexQCIF() { specific(otherH264(), 176, 144, true \/* flex *\/); } local
1313 public void testOtherH263FlexQCIF() { specific(otherH263(), 176, 144, true \/* flex *\/); } local
1315 public void testOtherMpeg4FlexQCIF() { specific(otherMpeg4(), 176, 144, true \/* flex *\/); } local
1317 public void testOtherVP8FlexQCIF() { specific(otherVP8(), 176, 144, true \/* flex *\/); } local
1319 public void testOtherVP9FlexQCIF() { specific(otherVP9(), 176, 144, true \/* flex *\/); } local
1322 public void testGoogH265Flex480p() { specific(googH265(), 720, 480, true \/* flex *\/); } local
1324 public void testGoogH264Flex480p() { specific(googH264(), 720, 480, true \/* flex *\/); } local
1326 public void testGoogH263Flex480p() { specific(googH263(), 720, 480, true \/* flex *\/); } local
1328 public void testGoogMpeg4Flex480p() { specific(googMpeg4(), 720, 480, true \/* flex *\/); } local
1330 public void testGoogVP8Flex480p() { specific(googVP8(), 720, 480, true \/* flex *\/); } local
1332 public void testGoogVP9Flex480p() { specific(googVP9(), 720, 480, true \/* flex *\/); } local
1335 public void testOtherH265Flex480p() { specific(otherH265(), 720, 480, true \/* flex *\/); } local
1337 public void testOtherH264Flex480p() { specific(otherH264(), 720, 480, true \/* flex *\/); } local
1339 public void testOtherH263Flex480p() { specific(otherH263(), 720, 480, true \/* flex *\/); } local
1341 public void testOtherMpeg4Flex480p() { specific(otherMpeg4(), 720, 480, true \/* flex *\/); } local
1343 public void testOtherVP8Flex480p() { specific(otherVP8(), 720, 480, true \/* flex *\/); } local
1345 public void testOtherVP9Flex480p() { specific(otherVP9(), 720, 480, true \/* flex *\/); } local
1351 public void testGoogH265Flex720p() { specific(googH265(), 1280, 720, true \/* flex *\/); } local
1353 public void testGoogH264Flex720p() { specific(googH264(), 1280, 720, true \/* flex *\/); } local
1355 public void testGoogH263Flex720p() { specific(googH263(), 1280, 720, true \/* flex *\/); } local
1357 public void testGoogMpeg4Flex720p() { specific(googMpeg4(), 1280, 720, true \/* flex *\/); } local
1359 public void testGoogVP8Flex720p() { specific(googVP8(), 1280, 720, true \/* flex *\/); } local
1361 public void testGoogVP9Flex720p() { specific(googVP9(), 1280, 720, true \/* flex *\/); } local
1364 public void testOtherH265Flex720p() { specific(otherH265(), 1280, 720, true \/* flex *\/); } local
1366 public void testOtherH264Flex720p() { specific(otherH264(), 1280, 720, true \/* flex *\/); } local
1368 public void testOtherH263Flex720p() { specific(otherH263(), 1280, 720, true \/* flex *\/); } local
1370 public void testOtherMpeg4Flex720p() { specific(otherMpeg4(), 1280, 720, true \/* flex *\/); } local
1372 public void testOtherVP8Flex720p() { specific(otherVP8(), 1280, 720, true \/* flex *\/); } local
1374 public void testOtherVP9Flex720p() { specific(otherVP9(), 1280, 720, true \/* flex *\/); } local
1377 public void testGoogH265Flex1080p() { specific(googH265(), 1920, 1080, true \/* flex *\/); } local
1379 public void testGoogH264Flex1080p() { specific(googH264(), 1920, 1080, true \/* flex *\/); } local
1381 public void testGoogH263Flex1080p() { specific(googH263(), 1920, 1080, true \/* flex *\/); } local
1383 public void testGoogMpeg4Flex1080p() { specific(googMpeg4(), 1920, 1080, true \/* flex *\/); } local
1385 public void testGoogVP8Flex1080p() { specific(googVP8(), 1920, 1080, true \/* flex *\/); } local
1387 public void testGoogVP9Flex1080p() { specific(googVP9(), 1920, 1080, true \/* flex *\/); } local
1390 public void testOtherH265Flex1080p() { specific(otherH265(), 1920, 1080, true \/* flex *\/); } local
1392 public void testOtherH264Flex1080p() { specific(otherH264(), 1920, 1080, true \/* flex *\/); } local
1394 public void testOtherH263Flex1080p() { specific(otherH263(), 1920, 1080, true \/* flex *\/); } local
1396 public void testOtherMpeg4Flex1080p() { specific(otherMpeg4(), 1920, 1080, true \/* flex *\/); } local
1398 public void testOtherVP8Flex1080p() { specific(otherVP8(), 1920, 1080, true \/* flex *\/); } local
1400 public void testOtherVP9Flex1080p() { specific(otherVP9(), 1920, 1080, true \/* flex *\/); } local
1414 detailed(h264(), 320, 240, 20, 384 * 1000, true \/* flex *\/); local
1422 detailed(h264(), 720, 480, 30, 2 * 1000000, true \/* flex *\/); local
1430 detailed(h264(), 1280, 720, 30, 4 * 1000000, true \/* flex *\/); local
1438 detailed(h264(), 1920, 1080, 30, 10 * 1000000, true \/* flex *\/); local
1455 detailed(vp8(), 320, 180, 30, 800 * 1000, true \/* flex *\/); local
1463 detailed(vp8(), 640, 360, 30, 2 * 1000000, true \/* flex *\/); local
1471 detailed(vp8(), 1280, 720, 30, 4 * 1000000, true \/* flex *\/); local
1479 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, true \/* flex *\/); local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 95 // return true;
161 m_valid = true;
282 const bool assert_not_being_parsed = true;
376 // return true; // Keep iterating
406 // return true; // Keep iterating
527 m_is_external_ast_source = true;
560 m_using_apple_tables = true;
569 m_using_apple_tables = true;
579 m_using_apple_tables = true;
589 m_using_apple_tables = true;
1068 func_name.SetValue(ConstString(mangled), true); local
3463 best_name.SetValue (ConstString(mangled_name), true); local
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 845 // C++ defines bool, true, and false. Metrowerks allows this to be controlled by the "bool" option though.
846 // C99 defines __bool_true_false_are_defined when bool, true, and false are defined.
847 // MacTypes.h defines true and false (Mac builds only).
869 // which defines true and false to map to C++ true and false (which are not enabled). Serenity Now!
872 #define true 1 macro
885 #if( !defined( __MACTYPES__ ) && !defined( true ) && !defined( false ) )
886 #define true 1 macro
    [all...]
  /external/mksh/src/
edit.c 117 x_mode(true);
156 x_mode(true);
252 use_copy = true;
284 escaping = true;
799 glob_str(Xstring(xs, xp), wp, true); local
1191 xlp_valid = true;
1197 x_init_prompt(true);
1200 x_adj_ok = true;
1234 x_arg_defaulted = true;
1367 x_adj_ok = true;
1484 x_delete(x_bword(), true); local
1505 x_delete(x_fword(false), true); local
2231 x_delete(x_nb2nc(ndel), true); local
2589 x_delete(x_nb2nc(rsize), true); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 145 private boolean mQsExpansionEnabled = true;
189 private boolean mQsScrimEnabled = true;
462 return true;
476 mAnimateNextTopPaddingChange = true;
491 mAfforanceHelper.reset(true);
494 mNotificationStackScroller.setOverScrollAmount(0f, true /* onTop */, false /* animate */,
495 true /* cancelAnimators */);
525 mQsExpandImmediate = true;
552 return true;
564 mIsExpansionFromHeadsUp = true;
1665 lockIcon.setImageAlpha(lockIcon.getRestingAlpha(), true \/* animate *\/, local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 162 private boolean mIsExpanded = true;
202 * Should in this touch motion only be scrolling allowed? It's true when the scroller was
218 return true;
288 setFocusable(true);
371 mNeedViewResizeAnimation = true;
372 mNeedsAnimation = true;
448 mChildrenUpdateRequested = true;
474 mTopPaddingNeedsAnimation = true;
475 mNeedsAnimation = true;
606 mNeedsAnimation = true;
1159 setOverScrollAmount(numPixels * getRubberBandFactor(onTop), onTop, animate, true); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 339 * Set to true if our ServiceConnection is currently actively bound to
399 * True if the device is currently interactive with user. The value is true initially.
401 boolean mIsInteractive = true;
468 mRegistered = true;
482 enabledChanged = true;
630 return true;
634 return true;
695 changed = true;
711 changed = true;
2950 setInputMethodEnabledLocked(imi.getId(), true); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 132 static final boolean SHOW_APP_STARTING_PREVIEW = true;
215 // background activity being drawn then the same call will be made with a true value.
227 boolean mFullscreen = true;
245 /** True if the stack was forced to full screen because {@link TaskRecord#mResizeable} is false
287 activityPausedLocked(r.appToken, true);
558 taskIsDocument = true;
561 taskIsDocument = true;
727 activityPausedLocked(mPausingActivity.appToken, true);
732 * @return true if something must be done before going to sleep.
740 startPausingLocked(false, true, false, false)
4169 "unhandled-back", true); local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 115 return value ? "true" : "false";
172 // Returns true if the pointer should be reported as being down given the specified
225 return true;
316 inputDevicesChanged = true;
440 device->setExternal(true);
445 device->setMic(true);
603 return true;
906 Thread(/*canCallJava*/ true), mReader(reader) {
914 return true;
6585 slotCount, true \/*usingSlotsProtocol*\/); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 198 * Only meaningful when mOptionsMenuOpen is true. This variable keeps track
213 * true, we want the title bar overlay to be gone. When false, we do not.
214 * Only meaningful if mOptionsMenuOpen is true.
218 private boolean mActivityPaused = true;
256 BrowserContract.Bookmarks.CONTENT_URI, true, mBookmarksObserver);
511 !mSettings.openInBackground(), true);
615 mConfigChanged = true;
641 mActivityPaused = true;
674 mSettings.setLastRunPaused(true);
740 * @return true if the timers are paused or tab is nul
2140 uri.getData().length, true); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 439 private boolean mIsPaused = true;
476 mCalendarColorInitialized = true;
483 mOriginalColorInitialized = true;
488 mCurrentColorInitialized = true;
562 button.setEnabled(true);
696 mUserModifiedReminders = true;
728 dialog.setCanceledOnTouchOutside(true);
1581 textView.setText(Utils.extendedLinkify(textView.getText().toString(), true)); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 270 true, mSelfObserver); local
325 * @param selfChange true if this is a self-change notification
    [all...]

Completed in 6057 milliseconds

<<111213141516171819