HomeSort by relevance Sort by last modified time
    Searched full:istrue (Results 276 - 300 of 602) sorted by null

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
FocusOverlayManager.java 573 Assert.isTrue(max >= min);
  /packages/apps/Messaging/src/com/android/messaging/util/
UiUtils.java 142 Assert.isTrue(!TextUtils.isEmpty(message));
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
TestDataFactory.java 329 Assert.isTrue(updatedCount == 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 196 Assert.isTrue(text != null && (value == null || (value instanceof String)));
  /art/compiler/optimizing/
reference_type_propagation.cc 322 if (rhs->AsIntConstant()->IsTrue()) {
344 DCHECK(rhs->AsIntConstant()->IsTrue()) << rhs->AsIntConstant()->GetValue();
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /external/gtest/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /external/mesa3d/src/gtest/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-printers.h 312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
  /sdk/files/ant/
build.xml 175 <istrue value="${verbose}" />
517 <istrue value="${build.last.is.instrumented}" />
587 <istrue value="${build.is.instrumented}" />
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 790 GTEST_API_ bool IsTrue(bool condition);
816 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 777 GTEST_API_ bool IsTrue(bool condition);
803 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 767 GTEST_API_ bool IsTrue(bool condition);
793 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/v8/src/
log.cc 992 if (global->IsTrue()) {
998 if (ignorecase->IsTrue()) {
1004 if (multiline->IsTrue()) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 126 Assert.isTrue(baselinePrefix.startsWith(DEFAULT_DB_BASELINE_PREFIX));
157 Assert.isTrue(version.startsWith("v3"));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp     [all...]

Completed in 1586 milliseconds

<<11121314151617181920>>