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

1 2 3 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 26 static Boolean bool; field in class:SoftReferenceTest
30 bool = null;
39 bool = new Boolean(true);
41 SoftReference sr = new SoftReference(bool, rq);
50 new SoftReference(bool, null);
61 bool = new Boolean(true);
63 SoftReference sr = new SoftReference(bool);
75 bool = new Boolean(false);
76 SoftReference sr = new SoftReference(bool);
77 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) {
  /prebuilts/misc/common/swig/include/2.0.11/d/
dprimitives.swg 57 SWIG_D_PRIMITIVE(bool, bool)
76 %typemap(ctype) bool, const bool & "unsigned int"
77 %typemap(imtype) bool, const bool & "uint"
79 %typemap(in) bool "$1 = $input ? true : false;"
80 %typemap(in) const bool & ($*1_ltype temp)
84 %typemap(directorout) bool
86 %typemap(directorout,warning=SWIGWARN_TYPEMAP_THREAD_UNSAFE_MSG) const bool
    [all...]
  /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 97 * @return bool
166 * @return bool
168 extern bool __attribute__((overloadable))
173 extern bool __attribute__((overloadable))
178 extern bool __attribute__((overloadable))
183 extern bool __attribute__((overloadable))
188 extern bool __attribute__((overloadable))
195 extern bool __attribute__((overloadable))
200 extern bool __attribute__((overloadable))
205 extern bool __attribute__((overloadable)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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/ndk/9/platforms/android-19/arch-mips/usr/include/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/ndk/9/platforms/android-19/arch-x86/usr/include/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 97 * @return bool
166 * @return bool
168 extern bool __attribute__((overloadable))
173 extern bool __attribute__((overloadable))
178 extern bool __attribute__((overloadable))
183 extern bool __attribute__((overloadable))
188 extern bool __attribute__((overloadable))
195 extern bool __attribute__((overloadable))
200 extern bool __attribute__((overloadable))
205 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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def 92 bool, (rtx x, unsigned int size, int aligned_p),
147 bool, true)
175 bool, (rtx sym),
240 section *, (tree decl, enum node_frequency freq, bool startup, bool exit),
251 void, (FILE *file, tree decl, bool new_is_cold),
346 bool, (const_tree thunk_fndecl, HOST_WIDE_INT delta,
472 bool, (FILE *file, rtx x),
506 bool ,(unsigned char code),
680 void, (void *data, char *ready_try, int n_ready, bool first_cycle_insn_p)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureR.java 20 public static final int feature_receiver_enabled = R.bool.feature_receiver_enabled;
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.ml 18 external set_disable_unit_at_a_time : bool -> t -> unit
20 external set_disable_unroll_loops : bool -> t -> unit
31 : [ `Module ] Llvm.PassManager.t -> internalize:bool -> run_inliner:bool -> t -> unit
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
Config.java 62 R.bool.profile_supported_hs_hfp,
63 R.bool.profile_supported_a2dp,
64 R.bool.profile_supported_a2dp_sink,
65 R.bool.profile_supported_hid,
66 R.bool.profile_supported_hdp,
67 R.bool.profile_supported_pan,
68 R.bool.profile_supported_gatt,
69 R.bool.profile_supported_map,
70 R.bool.profile_supported_hfpclient,
71 R.bool.profile_supported_avrcp_controller
    [all...]
  /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/chromium_org/third_party/webrtc/test/testsupport/mac/
run_threaded_main_mac.mm 20 bool done_;
23 - (void)setDone:(bool)done;
24 - (bool)done;
33 - (void)setDone:(bool)done {
37 - (bool)done {
79 bool runloop_ok = true;
  /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

Completed in 1230 milliseconds

1 2 3 4 5 6 7 8 91011>>