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

<<11121314151617

  /external/webkit/LayoutTests/dom/html/level2/html/
button08.js 79 The boolean value of attribute disabled of the button element is read and checked against the expected value.
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodehaschildnodes.js 82 "hasChildNodes()" method. It should return the boolean
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDirectoryElement01.js 78 The compact attribute specifies a boolean value on whether to display
HTMLDlistElement01.js 78 The compact attribute specifies a boolean value on whether to display
HTMLMenuElement01.js 78 The compact attribute specifies a boolean value on whether to display
HTMLOListElement01.js 78 The compact attribute specifies a boolean value on whether to display
button08.js 79 The boolean value of attribute disabled of the button element is read and checked against the expected value.
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 82 boolean fill_input_buffer(j_decompress_ptr jd);
393 boolean fill_input_buffer(j_decompress_ptr jd)
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng_ni.cpp 65 boolean loc_eng_ni_data_init = FALSE;
151 static boolean loc_ni_fill_notif_verify_type(GpsNiNotification *notif,
loc_eng.cpp 383 boolean ret_val;
426 boolean ret_val;
507 boolean ret_val;
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 41 movzbl (%eax), %eax # %eax<- get debuggerActive (boolean)
54 movl %eax, -12(%esp) # push parameter boolean
97 movl %eax, -12(%esp) # push parameter boolean
356 movl (%eax), %eax # %eax<- get debuggerActive (boolean)
357 and $$7, %eax # %eax<- mask for boolean (just how many bits does it take?)
367 movl %eax, -12(%esp) # push parameter boolean
  /external/bluetooth/bluez/serial/
proxy.c 572 dbus_bool_t boolean; local
593 boolean = (prx->io ? TRUE : FALSE);
594 dict_append_entry(&dict, "enabled", DBUS_TYPE_BOOLEAN, &boolean);
596 boolean = (prx->rfcomm ? TRUE : FALSE);
597 dict_append_entry(&dict, "connected", DBUS_TYPE_BOOLEAN, &boolean);
600 if (boolean) {
  /external/webkit/LayoutTests/fast/js/resources/
select-options-remove.js 27 debug("1.4 Remove (boolean) from empty Options");
134 debug("2.4 Remove (boolean true) from non-empty Options");
142 debug("2.5 Remove (boolean false) from non-empty Options");
  /external/chromium/chrome/browser/resources/
print_preview.js 97 * @param {boolean} disable set to true to disable element and label.
144 * @return {boolean} true if the number of copies is valid else returns false.
199 * @return {boolean} true if layout is 'landscape'.
208 * @return {boolean} true if color is 'color'.
217 * @return {boolean} true if collate setting is enabled and checked.
241 * @return {boolean} true if two-sided is checked.
317 * @param {boolean} color is true if the PDF plugin should display in color.
  /external/jpeg/
jdcoefct.c 72 LOCAL(boolean) smoothing_ok JPP((j_decompress_ptr cinfo));
657 LOCAL(boolean)
661 boolean smoothing_useful = FALSE;
726 boolean first_row, last_row;
929 jinit_d_coef_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
    [all...]
jcparam.c 25 int scale_factor, boolean force_baseline)
65 boolean force_baseline)
132 jpeg_set_quality (j_compress_ptr cinfo, int quality, boolean force_baseline)
jmemdos.c 287 LOCAL(boolean)
413 LOCAL(boolean)
553 LOCAL(boolean)
jcmarker.c 184 emit_dht (j_compress_ptr cinfo, int index, boolean is_ac)
497 boolean is_baseline;
jdmainct.c 120 boolean buffer_full; /* Have we gotten an iMCU row from decoder? */
476 jinit_d_main_controller (j_decompress_ptr cinfo, boolean need_full_buffer)
wrbmp.c 47 boolean is_os2; /* saves the OS2 format request flag */
390 jinit_write_bmp (j_decompress_ptr cinfo, boolean is_os2)
  /external/qemu/
qemu-option.c 511 int boolean; member in union:QemuOpt::__anon10154
552 return opt->value.boolean;
584 return parse_option_bool(opt->name, opt->str, &opt->value.boolean);
  /external/webkit/Source/WebCore/css/
CSSGrammar.y 64 bool boolean;
262 %type <boolean> declaration_list
263 %type <boolean> decl_list
264 %type <boolean> declaration
265 %type <boolean> declarations_and_margins
267 %type <boolean> prio
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/ums/
SDL_umsaudio.c 72 static UMSAudioDevice_ReturnCode UADPlayRemainingData(_THIS, boolean block );
521 static UMSAudioDevice_ReturnCode UADPlayRemainingData(_THIS, boolean block )
  /external/v8/test/mjsunit/
mirror-date.js 29 // Test the mirror object for boolean values
  /external/v8/test/mjsunit/regress/
regress-406.js 28 // Test of constant folding of boolean-valued expressions.

Completed in 1555 milliseconds

<<11121314151617