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

<<11121314151617

  /external/webkit/Source/WebCore/platform/image-encoders/
JPEGImageEncoder.cpp 65 static boolean jpegEmptyOutputBuffer(j_compress_ptr compressData)
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
h264_utils.h 191 boolean extract_rbsp(OMX_IN OMX_U8 *buffer,
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 40 bl dvmInstanceofNonTrivial @ r0<- boolean result
OP_CHECK_CAST_JUMBO.S 39 bl dvmInstanceofNonTrivial @ r0<- boolean result
OP_INSTANCE_OF.S 41 bl dvmInstanceofNonTrivial @ r0<- boolean result
45 * r0 holds boolean result
OP_INSTANCE_OF_JUMBO.S 53 bl dvmInstanceofNonTrivial @ r0<- boolean result
57 * r0 holds boolean result
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 40 call dvmInstanceofNonTrivial # eax<- boolean result
44 * eax holds boolean result
OP_INSTANCE_OF_JUMBO.S 39 call dvmInstanceofNonTrivial # eax<- boolean result
43 * eax holds boolean result
  /dalvik/vm/mterp/x86-atom/
OP_EXECUTE_INLINE.S 82 cmp $$0, %eax # check boolean result of inline
  /external/v8/test/mjsunit/regress/
regress-318.js 31 if (typeof(value) == 'boolean') value = value + '';
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 88 boolean direction = false; //request direction, IN or OUT
125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit )
137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned int nak_limit )
Usb.h 149 byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
150 byte ctrlStatus( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 353 boolean use_alternate_view,
360 boolean use_alternate_view,
364 STDMETHODIMP scrollTo(boolean placeTopLeft);
  /external/jpeg/
jdmaster.c 26 boolean using_merged_upsample; /* TRUE if using merged upsample/cconvert */
43 LOCAL(boolean)
314 boolean use_c_buffer;
jquant1.c 154 boolean is_padded; /* is the colorindex padded for odither? */
164 boolean on_odd_row; /* flag to remember which row we are on */
194 boolean changed;
741 start_pass_1_quant (j_decompress_ptr cinfo, boolean is_pre_scan)
  /external/webkit/Source/WebCore/platform/image-encoders/skia/
JPEGImageEncoder.cpp 61 static boolean writeOutput(j_compress_ptr cinfo)
  /external/chromium/chrome/browser/resources/
crashes.js 16 * @param {boolean} enabled Whether or not crash reporting is enabled.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 33 * @typedef {{fatal: boolean, error: string, details: string}}
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 179 nonloc::ConcreteInt makeBoolVal(const CXXBoolLiteralExpr *boolean) {
180 return makeTruthVal(boolean->getValue());
  /external/v8/test/mjsunit/
short-circuit-boolean.js 29 // boolean expressions.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodehaschildnodes.js 82 "hasChildNodes()" method. It should return the boolean
  /external/webkit/LayoutTests/dom/html/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

Completed in 1366 milliseconds

<<11121314151617