HomeSort by relevance Sort by last modified time
    Searched refs:bool (Results 1 - 25 of 524) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
SoftReferenceTest.java 23 static Boolean bool; field in class:SoftReferenceTest
26 bool = null;
35 bool = new Boolean(true);
36 SoftReference sr = new SoftReference(bool, rq);
42 new SoftReference(bool, null);
53 bool = new Boolean(true);
54 SoftReference sr = new SoftReference(bool);
63 bool = new Boolean(false);
64 SoftReference sr = new SoftReference(bool);
65 assertTrue("Same object not returned.", bool == sr.get())
    [all...]
WeakReferenceTest.java 24 static Boolean bool; field in class:WeakReferenceTest
27 bool = null;
36 bool = new Boolean(true);
38 WeakReference wr = new WeakReference(bool, rq);
42 // need a reference to bool so the jit does not optimize it away
43 assertTrue("should always pass", bool.booleanValue());
47 new WeakReference(bool, null);
58 bool = new Boolean(true);
59 WeakReference wr = new WeakReference(bool);
65 // need a reference to bool so the jit does not optimize it awa
    [all...]
PhantomReferenceTest.java 24 static Boolean bool; field in class:PhantomReferenceTest
27 bool = null;
35 bool = new Boolean(false);
36 PhantomReference pr = new PhantomReference(bool, rq);
46 bool = new Boolean(true);
47 PhantomReference pr = new PhantomReference(bool, rq);
52 // need a reference to bool so the jit does not optimize it away
53 assertTrue("should always pass", bool.booleanValue());
57 new PhantomReference(bool, null);
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 24 static Boolean bool; field in class:WeakReferenceTest
27 bool = null;
36 bool = new Boolean(true);
39 WeakReference wr = new WeakReference(bool, rq);
45 // need a reference to bool so the jit does not optimize it away
46 assertTrue("should always pass", bool.booleanValue());
50 new WeakReference(bool, null);
61 bool = new Boolean(true);
63 WeakReference wr = new WeakReference(bool);
71 // need a reference to bool so the jit does not optimize it awa
    [all...]
SoftReferenceTest.java 28 static Boolean bool; field in class:SoftReferenceTest
32 bool = null;
41 bool = new Boolean(true);
43 SoftReference sr = new SoftReference(bool, rq);
52 new SoftReference(bool, null);
63 bool = new Boolean(true);
65 SoftReference sr = new SoftReference(bool);
77 bool = new Boolean(false);
78 SoftReference sr = new SoftReference(bool);
79 assertTrue("Same object not returned.", bool == sr.get())
    [all...]
PhantomReferenceTest.java 29 static Boolean bool; field in class:PhantomReferenceTest
32 bool = null;
40 bool = new Boolean(false);
41 PhantomReference pr = new PhantomReference(bool, rq);
115 bool = new Boolean(true);
117 PhantomReference pr = new PhantomReference(bool, rq);
124 // need a reference to bool so the jit does not optimize it away
125 assertTrue("should always pass", bool.booleanValue());
129 new PhantomReference(bool, null);
  /external/chromium_org/ppapi/api/
pp_bool.idl 13 * The standard bool type is not available to pre-C99 compilers, and is not
24 * Converts a C++ "bool" type to a PP_Bool.
26 * @param[in] b A C++ "bool" type.
30 inline PP_Bool PP_FromBool(bool b) {
35 * Converts a PP_Bool to a C++ "bool" type.
39 * @return A C++ "bool" type.
41 inline bool PP_ToBool(PP_Bool b) {
  /frameworks/rs/scriptc/
rs_program.rsh 41 extern bool __attribute__((overloadable))
48 extern bool __attribute__((overloadable))
56 extern bool __attribute__((overloadable))
64 extern bool __attribute__((overloadable))
72 extern bool __attribute__((overloadable))
96 extern bool __attribute__((overloadable))
104 extern bool __attribute__((overloadable))
rs_object.rsh 94 * @return bool
160 * @return bool
162 extern bool __attribute__((overloadable))
167 extern bool __attribute__((overloadable))
172 extern bool __attribute__((overloadable))
177 extern bool __attribute__((overloadable))
182 extern bool __attribute__((overloadable))
187 extern bool __attribute__((overloadable))
192 extern bool __attribute__((overloadable))
197 extern bool __attribute__((overloadable)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_program.rsh 41 extern bool __attribute__((overloadable))
48 extern bool __attribute__((overloadable))
56 extern bool __attribute__((overloadable))
64 extern bool __attribute__((overloadable))
72 extern bool __attribute__((overloadable))
96 extern bool __attribute__((overloadable))
104 extern bool __attribute__((overloadable))
rs_object.rsh 94 * @return bool
160 * @return bool
162 extern bool __attribute__((overloadable))
167 extern bool __attribute__((overloadable))
172 extern bool __attribute__((overloadable))
177 extern bool __attribute__((overloadable))
182 extern bool __attribute__((overloadable))
187 extern bool __attribute__((overloadable))
192 extern bool __attribute__((overloadable))
197 extern bool __attribute__((overloadable)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 50 if (expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:And
72 return (m_left.bool(xctxt) && m_right.bool(xctxt));
Or.java 50 if (!expr1.bool())
54 return expr2.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
69 public boolean bool(XPathContext xctxt) method in class:Or
72 return (m_left.bool(xctxt) || m_right.bool(xctxt));
Bool.java 19 * $Id: Bool.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Bool extends UnaryOperation
50 return right.bool() ? XBoolean.S_TRUE : XBoolean.S_FALSE;
62 public boolean bool(XPathContext xctxt) method in class:Bool
65 return m_right.bool(xctxt);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 146 bool, (rtx x, unsigned int size, int aligned_p),
201 bool, true)
229 bool, (rtx sym),
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
305 void, (FILE *file, tree decl, bool new_is_cold),
384 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
501 bool, (FILE *file, rtx x),
535 bool ,(unsigned char code),
709 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 146 bool, (rtx x, unsigned int size, int aligned_p),
201 bool, true)
229 bool, (rtx sym),
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
305 void, (FILE *file, tree decl, bool new_is_cold),
384 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
501 bool, (FILE *file, rtx x),
535 bool ,(unsigned char code),
709 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 146 bool, (rtx x, unsigned int size, int aligned_p),
201 bool, true)
229 bool, (rtx sym),
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
305 void, (FILE *file, tree decl, bool new_is_cold),
384 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
501 bool, (FILE *file, rtx x),
535 bool ,(unsigned char code),
709 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 146 bool, (rtx x, unsigned int size, int aligned_p),
201 bool, true)
229 bool, (rtx sym),
294 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
305 void, (FILE *file, tree decl, bool new_is_cold),
384 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
501 bool, (FILE *file, rtx x),
535 bool ,(unsigned char code),
709 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
NSScrollerImpDetails.mm 34 bool isScrollbarOverlayAPIAvailable()
36 static bool apiAvailable;
37 static bool shouldInitialize = true;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 55 R.bool.profile_supported_hs_hfp,
56 R.bool.profile_supported_a2dp,
57 R.bool.profile_supported_hid,
58 R.bool.profile_supported_hdp,
59 R.bool.profile_supported_pan,
60 R.bool.profile_supported_gatt,
61 R.bool.profile_supported_map
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
ListStack`1.cs 54 public bool TryPeek(out T item)
59 public bool TryPeek(int depth, out T item)
80 public bool TryPop(out T item)
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 17 external write_bitcode_file : Llvm.llmodule -> string -> bool
20 external write_bitcode_to_fd : ?unbuffered:bool -> Llvm.llmodule
21 -> Unix.file_descr -> bool
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapConfig.java 33 sUseProfileForOwnerVcard = r.getBoolean(R.bool.pbap_use_profile_for_owner_vcard);
38 sIncludePhotosInVcard = r.getBoolean(R.bool.pbap_include_photos_in_vcard);
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XBooleanStatic.java 62 return m_val == obj2.bool();
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAuthenticator.java 46 public final synchronized void setChallenged(final boolean bool) {
47 mChallenged = bool;
50 public final synchronized void setCancelled(final boolean bool) {
51 mAuthCancelled = bool;

Completed in 490 milliseconds

1 2 3 4 5 6 7 8 91011>>