HomeSort by relevance Sort by last modified time
    Searched defs:Boolean (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/python/cpython2/Lib/plat-mac/
aetypes.py 79 class Boolean:
80 """An AE boolean value"""
86 return "Boolean(%r)" % (self.bool,)
98 return isinstance(x, Boolean)
102 return Boolean(bool)
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 33 boolean mLogArgumentNames;
34 boolean mCheckError;
47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list,
55 boolean result = mEgl10.eglChooseConfig(display, attrib_list, configs,
64 public boolean eglCopyBuffers(EGLDisplay display, EGLSurface surface,
72 boolean result = mEgl10.eglCopyBuffers(display, surface, native_pixmap);
141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) {
147 boolean result = mEgl10.eglDestroyContext(display, context);
153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) {
159 boolean result = mEgl10.eglDestroySurface(display, surface)
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
StandardCharsetsEncoderTest.java 171 stringBuilder.append(Boolean.toString(encoder.canEncode(utf16)));
  /packages/apps/Contacts/tests/src/com/android/contacts/compat/
CompatUtilsTest.java 82 Boolean.TYPE));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/ASTMatchers/Dynamic/
VariantValue.h 260 VariantValue(bool Boolean);
273 /// \brief Boolean value functions.
276 void setBoolean(bool Boolean);
336 bool Boolean;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetypes.py 79 class Boolean:
80 """An AE boolean value"""
86 return "Boolean(%r)" % (self.bool,)
98 return isinstance(x, Boolean)
102 return Boolean(bool)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 79 class Boolean:
80 """An AE boolean value"""
86 return "Boolean(%r)" % (self.bool,)
98 return isinstance(x, Boolean)
102 return Boolean(bool)
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 24 public boolean m_z = false;
34 public static boolean s_z;
47 private boolean m_pz;
48 private static final boolean s_fz = false;
52 public static void assertEquals(boolean expected, boolean actual) {
70 public static void assertTrue(boolean value) throws AssertionError {
83 Boolean,
101 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
103 boolean exceptionThrown = false
    [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/app/
NotificationCompatTest.java 146 assertTrue(Boolean.TRUE.equals(extras.get(EXTRA_COLORIZED)));
155 assertTrue(Boolean.FALSE.equals(extras.get(EXTRA_COLORIZED)));
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleAccessorsTest.java 31 public boolean m_z = false;
41 public static boolean s_z;
56 Boolean,
74 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
76 boolean exceptionThrown = false;
91 static void setByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable {
95 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure)
97 boolean exceptionThrown = false;
113 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable {
117 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeArrayStrategyFactoryTest.java 227 private IProbeArrayStrategy test(int version, int access, boolean clinit,
228 boolean method, boolean abstractMethod) {
267 private boolean frames;
275 void assertInitMethod(boolean frames) {
279 assertEquals(Boolean.valueOf(frames), Boolean.valueOf(frames));
286 assertEquals(Boolean.valueOf(false), Boolean.valueOf(frames));
292 private boolean isInterface
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 49 Type *Boolean;
134 Boolean = Type::getInt1Ty(Context);
136 ReturnStruct = StructType::get(Boolean, Int64, (Type *)nullptr);
140 BoolUndef = UndefValue::get(Boolean);
144 IfIntrinsic, ReturnStruct, Boolean, (Type *)nullptr);
153 IfBreakIntrinsic, Int64, Boolean, Int64, (Type *)nullptr);
159 LoopIntrinsic, Boolean, Int64, (Type *)nullptr);
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 217 Boolean = Type("Boolean", "l")
  /external/tensorflow/tensorflow/java/src/gen/cc/
java_defs.h 70 static const Type Boolean() {
71 return Type(Type::PRIMITIVE, "boolean");

Completed in 456 milliseconds

1 23 4 5 6 7