HomeSort by relevance Sort by last modified time
    Searched refs:boolean (Results 251 - 275 of 401) sorted by null

<<11121314151617

  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE.S 29 cmp r0, #0 @ test boolean result of inline
88 cmp rINST, #0 @ test boolean result of inline
OP_EXECUTE_INLINE_RANGE.S 27 cmp r0, #0 @ test boolean result of inline
82 cmp r9, #0 @ test boolean result of inline
  /development/ide/emacs/
android-common.el 50 :type 'boolean
  /external/jpeg/
jdatadst.c 80 METHODDEF(boolean)
jcmainct.c 33 boolean suspended; /* remember if we suspended output */
176 boolean writing = (main->pass_mode != JBUF_CRANK_DEST);
245 jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer)
jdtrans.c 90 LOCAL(boolean)
156 LOCAL(boolean)
207 GLOBAL(boolean)
jmemmgr.c 159 boolean pre_zero; /* pre-zero mode requested? */
160 boolean dirty; /* do current buffer contents need written? */
161 boolean b_s_open; /* is backing-store data valid? */
175 boolean pre_zero; /* pre-zero mode requested? */
176 boolean dirty; /* do current buffer contents need written? */
177 boolean b_s_open; /* is backing-store data valid? */
523 request_virt_sarray (j_common_ptr cinfo, int pool_id, boolean pre_zero,
553 request_virt_barray (j_common_ptr cinfo, int pool_id, boolean pre_zero,
690 do_sarray_io (j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing)
723 do_barray_io (j_common_ptr cinfo, jvirt_barray_ptr ptr, boolean writing
    [all...]
jpegtran.c 115 int last_file_arg_seen, boolean for_real)
127 boolean simple_progressive;
179 static boolean printed_version = FALSE;
cdjpeg.c 121 GLOBAL(boolean)
djpeg.c 163 int last_file_arg_seen, boolean for_real)
240 static boolean printed_version = FALSE;
368 METHODDEF(boolean)
371 boolean traceit = (cinfo->err->trace_level >= 1);
jcapistd.c 38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables)
jerror.c 164 boolean isstring;
jmorecfg.h 242 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
249 typedef int boolean; typedef
252 #define FALSE 0 /* values of boolean */
  /external/openssl/crypto/asn1/
a_type.c 81 a->value.boolean = value ? 0xff : 0;
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_xtra.cpp 115 boolean ret_val = 0;
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 196 boolean MAX3421E::reset()
215 boolean MAX3421E::vbusPwr ( boolean action )
  /external/skia/src/animator/
SkDisplayPost.cpp 38 // SK_MEMBER(initialized, Boolean),
157 bool boolean; local
158 meta.findBool(name, &boolean);
159 SkDebugf("boolean=\"%s\" ", boolean ? "true " : "false ");
  /external/v8/test/mjsunit/
strict-mode.js 599 install(Boolean)
653 assertEquals((true).strict(), "boolean");
655 assertEquals((true)[strict_name](), "boolean");
657 assertEquals((true)[strict_number](), "boolean");
660 assertEquals((false).strict(), "boolean");
662 assertEquals((false)[strict_name](), "boolean");
664 assertEquals((false)[strict_number](), "boolean");
681 assertEquals(callStrict(true), "boolean");
683 assertEquals(callKeyedStrict(true), "boolean");
685 assertEquals(callIndexedStrict(true), "boolean");
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp 97 /*lint -e{730} Boolean argument to function
198 boolean
234 boolean
241 boolean H264_Utils::extract_rbsp(OMX_IN OMX_U8 *buffer,
253 boolean eRet = true;
254 boolean start_code = (size_of_nal_length_field==0)?true:false;
362 boolean true, if nal parsing is successful
  /external/pcre/
pcregexp.pas 72 PartialMatch : boolean;
73 Error : boolean;
78 function Search(AStr: Pchar; ALen : longint) : boolean; virtual;
79 function SearchNext( AStr: Pchar; ALen : longint) : boolean; virtual;
80 function SearchOfs ( AStr: Pchar; ALen, AOfs : longint) : boolean; virtual;
81 function MatchSub(ANom: integer; var Pos, Len : longint) : boolean; virtual;
82 function MatchFull(var Pos, Len : longint) : boolean; virtual;
92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean;
95 function pcFastGrepMatch(WildCard, aStr: string): Boolean;
102 function pcError (var pRegExp : Pointer) : Boolean;
    [all...]
  /external/v8/src/
mirror-debugger.js 49 * @param {boolean} transient indicate whether this object is transient and
149 const BOOLEAN_TYPE = 'boolean';
236 * @returns {boolean} True if the mirror reflects a value.
245 * @returns {boolean} True if the mirror reflects the undefined value.
254 * @returns {boolean} True if the mirror reflects the null value
262 * Check whether the mirror reflects a boolean value.
263 * @returns {boolean} True if the mirror reflects a boolean value
272 * @returns {boolean} True if the mirror reflects a number value
281 * @returns {boolean} True if the mirror reflects a string valu
    [all...]
  /cts/tools/dasm/test/
all_opcodes.d 96 aget-boolean v11, v22, v33
103 aput-boolean v11, v22, v33
110 iget-boolean v1, v2, dxc.junit.opcodes.nop.jm.T_nop_1.pub_field I
117 iput-boolean v1, v2, dxc.junit.opcodes.nop.jm.T_nop_1.pub_field I
124 sget-boolean v1, dxc.junit.opcodes.nop.jm.T_nop_1.static_field I
131 sput-boolean v1, dxc.junit.opcodes.nop.jm.T_nop_1.static_field I
  /external/bluetooth/glib/gio/
gfileattribute.c 85 * simple boolean keys for checking if a file or path supports mount operations, e.g.
140 * <row><entry>%G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN</entry><entry>standard::is-hidden</entry><entry>boolean</entry></row>
141 * <row><entry>%G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP</entry><entry>standard::is-backup</entry><entry>boolean</entry></row>
142 * <row><entry>%G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK</entry><entry>standard::is-symlink</entry><entry>boolean</entry></row>
143 * <row><entry>%G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL</entry><entry>standard::is-virtual</entry><entry>boolean</entry></row>
158 * <row><entry>%G_FILE_ATTRIBUTE_ACCESS_CAN_READ</entry><entry>access::can-read</entry><entry>boolean</entry></row>
159 * <row><entry>%G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE</entry><entry>access::can-write</entry><entry>boolean</entry></row>
160 * <row><entry>%G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE</entry><entry>access::can-execute</entry><entry>boolean</entry></row>
161 * <row><entry>%G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE</entry><entry>access::can-delete</entry><entry>boolean</entry></row>
162 * <row><entry>%G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH</entry><entry>access::can-trash</entry><entry>boolean</entry></row
    [all...]
  /external/srec/config/en.us/
Android.mk 40 $(G2G_INSTALL_PATH)/boolean.g2g \
49 $(G2G_INSTALL_PATH)/boolean.g2g \
  /external/webkit/Source/JavaScriptCore/API/
JSValueRef.h 41 @constant kJSTypeBoolean A primitive boolean value, one of true or false.
88 @abstract Tests whether a JavaScript value's type is the boolean type.
91 @result true if value's type is the boolean type, otherwise false.
186 @abstract Creates a JavaScript value of the boolean type.
188 @param boolean The bool to assign to the newly created JSValue.
189 @result A JSValue of the boolean type, representing the value of boolean.
191 JS_EXPORT JSValueRef JSValueMakeBoolean(JSContextRef ctx, bool boolean);
238 @abstract Converts a JavaScript value to boolean and returns the resulting boolean
    [all...]

Completed in 542 milliseconds

<<11121314151617