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

<<111213141516171819

  /external/elfutils/src/src/
ldlex.c 1449 { eat_to_eol (true); variable
1471 { eat_to_eol (true) ; } variable
1490 { eat_to_eol (true); variable
1523 { eat_to_eol (true); variable
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 151 out = openOutFile (fullOutFile, m_settings.getOutEncoding (), true);
192 headercell.setText (attr.getName (), true); local
202 cell.setText (buf.toString (), true); local
217 row.newCell ().setText ("total packages:", true);
223 row.newCell ().setText ("total executable files:", true);
228 row.newCell ().setText ("total classes:", true);
229 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_CLASS_COUNT), true);
231 row.newCell ().setText ("total methods:", true);
232 row.newCell ().setText ("" + item.getAggregate (IItem.TOTAL_METHOD_COUNT), true);
237 row.newCell ().setText ("total executable lines:", true);
347 itemname.setText (item.getName (), true); local
371 headercell.setText (attr.getName (), true); local
381 cell.setText (buf.toString (), true); local
464 itemname.setText (item.getName (), true); local
488 headercell.setText (attr.getName (), true); local
498 cell.setText (buf.toString (), true); local
641 itemname.setText (item.getName (), true); local
665 headercell.setText (attr.getName (), true); local
675 cell.setText (buf.toString (), true); local
886 cell.setText (attr.getName (), true);\/\/.getAttributes ().set (Attribute.WIDTH, "20%"); local
943 cell.setText (buf.toString (), true); local
1009 cell.setText (buf.toString (), true); local
1068 cell.setText (buf.toString (), true); local
1195 lineTxtCell.setText (line.length () > 0 ? line : " ", true); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java 67 @GwtCompatible(emulated = true)
121 ArrayListMultimap.<String, Integer>create(), true); local
127 prepareUnmodifiableTests(ArrayListMultimap.<String, Integer>create(), true, null, null);
179 ArrayListMultimap.<String, Integer>create()), true); local
186 ArrayListMultimap.<String, Integer>create()), true, null, null);
    [all...]
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
Transliterator.java 132 * or <code>null</code> otherwise. However, the result of <code>getInverse()</code> usually will <em>not</em> be a true
133 * mathematical inverse. This is because true inverse transliterators are difficult to formulate. For example, consider
359 * Returns true if this Position is equal to the given object.
481 * DEBUG to true.
531 filteredTransliterate(text, pos, false, true);
625 filteredTransliterate(text, index, true, true);
686 filteredTransliterate(text, index, false, true);
702 * <li>If <code>incremental</code> is true, then this method
1743 registry.put(trans.getID(), trans, true); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 85 dtr = new DateTimeRule(Calendar.FEBRUARY, 8, Calendar.SUNDAY, true,
117 errln("FAIL: rbtz1 and rbtz2 have different rules, but returned true.");
120 errln("FAIL: rbtz1 and rbtz3 have different rules, but returned true.");
149 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
170 rbtz1.getOffset(cal.getTimeInMillis(), true, offsets); local
187 bException = true;
198 bException = true;
227 true, 2*HOUR, DateTimeRule.WALL_TIME); // SUN>=1 in November, at 2AM wall time
253 true, 2*HOUR, DateTimeRule.WALL_TIME); // SUN>=1 in April, at 2AM wall time
258 true, 2*HOUR, DateTimeRule.WALL_TIME); // SUN>=8 in March, at 2AM wall tim
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 79 depthOnly.setDepthTest(true); typedefs
80 depthOnly.setDepthWrite(true); typedefs
257 * @return True if the transparent value marker is set on this material.
282 * @return True if the material should receive shadows.
723 boolean isFirstLight = true;
736 isSecondLight = true;
938 param.getValue(), true); local
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 35 SpillAlignedNEONRegs("align-neon-spills", cl::Hidden, cl::init(true),
46 /// hasFP - Return true if the specified function should have a dedicated frame
47 /// pointer register. This is true if the function has variable sized allocas
54 return true;
68 /// add/sub sp brackets around call sites. Returns true if the call frame is
102 return true;
109 return true;
320 DefCFAOffsetCandidates.addInst(std::prev(MBBI), ArgRegsSaveSize, true); local
329 NumBytes - ArgRegsSaveSize, true); local
376 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 96 return true;
288 /// Returns true if overflow occurred. Returns false if overflow did not
293 return true;
344 // TopDownPathCount becomes OverflowOccurredValue even though "true" overflow
366 /*TopDown=*/true);
373 MI->second.Merge(TopDownPtrState(), /*TopDown=*/true); local
387 // BottomUpPathCount becomes OverflowOccurredValue even though "true" overflow
430 << "\n KnownSafe: " << (P.IsKnownSafe()?"true":"false")
432 << (P.IsTrackingImpreciseReleases()?"true":"false") << "\n"
434 << (P.IsCFGHazardAfflicted()?"true":"false") << "\n
    [all...]
  /external/mksh/src/
funcs.c 136 {"true", c_true},
161 /* alias to "true" for historical reasons */
244 physical = true;
445 histsave(&source->line, Xstring(xs, xp), true, false);
509 pflag = true;
512 vflag = true;
515 Vflag = true;
660 bool localv = false, func = false, pflag = false, istset = true;
684 localv = true;
732 func = true;
1403 true); local
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
URLConnectionTest.java 325 connection.setDoOutput(true);
479 conn.setDoOutput(true);
766 testConnectViaSocketFactory(true);
830 server.get().useHttps(sslContext.getSocketFactory(), true); local
857 server.get().useHttps(sslContext.getSocketFactory(), true); local
892 server.get().useHttps(sslContext.getSocketFactory(), true); local
922 server.get().useHttps(sslContext.getSocketFactory(), true); local
954 server.get().useHttps(sslContext.getSocketFactory(), true); local
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp 48 bUI = TRUE;
55 bAnnotations = TRUE;
155 return TRUE;
203 return TRUE;
213 vp << true; local
229 return TRUE;
244 return TRUE;
279 return TRUE;
285 return TRUE;
291 return TRUE;
1203 vp << true; local
    [all...]
Field.cpp 123 return TRUE;
201 return TRUE;
207 return TRUE;
360 return TRUE;
430 return TRUE;
496 return TRUE;
536 bSet = TRUE;
540 if (bSet) UpdateFormField(pDocument, pFormField, TRUE, TRUE, TRUE);
1614 vp << true; local
1739 vp << true; local
2351 vp << true; local
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 375 * Returns true if successful, or false if not successful.
421 return true;
474 needRegion = true;
581 // TODO: should we return true if there is a colorfilter?
648 /* Returns true when we explicitly need the shape of the drawing. */
660 return true;
666 /* Returns true unless we only need the shape of the drawing. */
671 return true;
739 this->cleanUp(true);
819 pointDraw.drawPoints(mode, count, points, passedPaint, true);
1830 SkXfermode::kSrcOver_Mode, true); local
1850 SkXfermode::kSrcOver_Mode, true); local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 318 // special: (undefined == undefined) == true, but
480 // Check for oddballs: true, false, null, undefined.
487 // Check for oddballs: true, false, null, undefined.
1097 __ LeaveExitFrame(save_doubles(), r4, true); local
    [all...]
  /external/v8/src/ic/
ic.cc 72 JavaScriptFrame::PrintTop(isolate, stdout, false, true); \
116 stdout, true);
267 if (old_map->is_deprecated()) return true;
270 return true;
299 return true;
311 return true;
434 target_remains_ic_stub = true;
582 return true;
645 return true;
708 return true;
1918 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1948 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
1993 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true); local
2267 JavaScriptFrame::PrintTop(isolate(), stdout, false, true); local
2355 JavaScriptFrame::PrintTop(isolate(), stdout, false, true); local
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 89 * When resolveId is true, and if the annotated field/method return value
92 * @return true if the property's value must be transformed into an Android
152 * A specified String is output when the following is true:
163 * @return true if the properties of this property should be dumped
189 * @return true if the supported values should be formatted as a hex string.
198 * @return true if the key to value mappings are held in adjacent indices.
259 * Indicates whether to output the flag when the test is true,
260 * or false. Defaults to true.
262 boolean outputIf() default true; field in interface:ViewDebug.FlagToString
274 * When retrieveReturn is true, we need to retrieve second level method
    [all...]
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 287 private boolean mCanReadHistoricalData = true;
306 private boolean mHistoricalRecordsChanged = true;
367 mPackageMonitor.register(mContext, null, true);
385 mReloadActivities = true;
695 return true;
722 return true;
738 mReadShareHistoryCalled = true;
740 return true;
749 * @return True if the record was added.
754 mHistoricalRecordsChanged = true;
1078 serializer.startDocument(StandardCharsets.UTF_8.name(), true); local
    [all...]
ImageView.java 180 mHasDrawableTint = true;
185 mHasDrawableTintMode = true;
191 mHasDrawableTintMode = true;
268 * True when ImageView is adjusting its bounds
283 * Set this to true if you want the ImageView to adjust its bounds
322 * {@link #setAdjustViewBounds(boolean)} has been set to true. To set an image to be a maximum
324 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
360 * {@link #setAdjustViewBounds(boolean)} has been set to true. To set an image to be a
362 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
515 mHasDrawableTint = true;
891 d.setVisible(getVisibility() == VISIBLE, true); local
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 193 mIsVisibleItemsStale = true;
197 mIsActionItemsStale = true;
199 setShortcutsVisibleInner(true);
230 mIsActionItemsStale = true;
417 onItemsChanged(true);
495 removeItemAtInt(findItemIndex(id), true); local
510 onItemsChanged(true);
529 if (updateChildrenOnMenuViews) onItemsChanged(true);
533 removeItemAtInt(index, true);
537 mPreventDispatchingItemsChanged = true;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 54 * The initial setting for dither is now true, since it almost always seems
57 private static final boolean DEFAULT_DITHER = true;
142 mHasAlpha = true;
171 mDrawableContainerState.mHasColorFilter = true;
184 mDrawableContainerState.mHasTintList = true;
197 mDrawableContainerState.mHasTintMode = true;
263 changed = true;
273 changed = true;
277 changed = true;
470 animate(true);
510 d.setVisible(isVisible(), true); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 122 private static final boolean NOTIFICATION_CLICK_DEBUG = true;
135 protected static final boolean ENABLE_HEADS_UP = true;
317 true /* force */);
326 return true;
379 if (true) Log.v(TAG, "userId " + mCurrentUserId + " is in the house");
421 true /* force */);
475 // anyway. This is true also when the summary is canceled,
560 Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED), true, local
572 true, local
699 .setOngoing(true)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarHeaderView.java 240 mCaptureValues = true;
515 TunerService.setTunerEnabled(mContext, true);
524 mActivityStarter.startActivity(showIntent.getIntent(), true /* dismissShade */); local
531 true /* dismissShade */);
536 true /* dismissShade */);
549 return true;
734 mDetailTransitioning = true;
788 mQsDetailHeader.setClickable(true);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastQueue.java 79 * If true, we can delay broadcasts while waiting services to finish in the previous
131 * True if we have a pending unexpired BROADCAST_TIMEOUT_MSG posted to our handler.
158 super(looper, null, true);
167 processNextBroadcast(true);
171 broadcastTimeoutLocked(true);
178 msg.arg2, true, (String)msg.obj); local
230 return true;
243 return true;
278 started = true;
297 didSomething = true;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 130 false /*allowAll*/, true /*requireFull*/, "registerClientAsUser", packageName);
307 unregisterClientLocked(clientRecord.mClient, true);
320 newUser = true;
483 return true;
654 super(Looper.getMainLooper(), null, true); local
729 mRunning = true;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 294 mNetworkStarted.set(true);
375 while (true) {
384 overlaps = true;
419 * Wait up to 500ms for {@code criteria.get()} to become true, polling.
420 * Fails if 500ms goes by before {@code criteria.get()} to become true.
542 mCellNetworkAgent.connect(true);
552 mWiFiNetworkAgent.connect(true);
595 mCellNetworkAgent.connect(true);
649 mCellNetworkAgent.connect(true);
669 mCellNetworkAgent.connect(true);
1171 mCm.reportNetworkConnectivity(mWiFiNetworkAgent.getNetwork(), true); local
    [all...]

Completed in 1165 milliseconds

<<111213141516171819