/cts/tools/vm-tests/src/dot/junit/opcodes/iput_boolean/d/ |
T_iput_boolean_14.d | 30 iget-boolean v0, v1, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z 38 iput-boolean v1, v2, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sget_boolean/d/ |
T_sget_boolean_5.d | 27 iput-boolean v2, v3, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z 34 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
|
T_sget_boolean_9.d | 29 sput-boolean v1, dot.junit.opcodes.sget_boolean.d.StubInitError.value Z 49 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.StubInitError.value Z
|
/cts/tools/vm-tests/src/dot/junit/opcodes/sput_boolean/d/ |
T_sput_boolean_1.d | 33 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_pvt1 Z 41 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_i1 Z
|
T_sput_boolean_14.d | 30 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z 38 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_boolean/d/ |
T_iput_boolean_1.d | 33 iget-boolean v0, v1, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_pvt1 Z 41 iput-boolean v1, v2, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_i1 Z
|
T_iput_boolean_14.d | 30 iget-boolean v0, v1, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z 38 iput-boolean v1, v2, dot.junit.opcodes.iput_boolean.d.T_iput_boolean_1.st_p1 Z
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_boolean/d/ |
T_sget_boolean_5.d | 27 iput-boolean v2, v3, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z 34 sget-boolean v1, dot.junit.opcodes.sget_boolean.d.T_sget_boolean_5.i1 Z
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
T_sput_boolean_1.d | 33 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_pvt1 Z 41 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_i1 Z
|
T_sput_boolean_14.d | 30 sget-boolean v0, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z 38 sput-boolean v1, dot.junit.opcodes.sput_boolean.d.T_sput_boolean_1.st_p1 Z
|
/external/chromium/chrome/browser/resources/ntp4/tools/ |
externs.js | 35 * @param {EventListener|function(Event):(boolean|undefined)} listener 36 * @param {boolean=} opt_useCapture
|
/external/chromium/chrome/browser/resources/touch_ntp/tools/ |
externs.js | 35 * @param {EventListener|function(Event):(boolean|undefined)} listener 36 * @param {boolean=} opt_useCapture
|
/external/v8/test/mjsunit/ |
mirror-boolean.js | 29 // Test the mirror object for boolean values 44 assertEquals('boolean', mirror.type()); 52 assertEquals('boolean', fromJSON.type, json); 57 // Test all boolean values.
|
/external/skia/src/images/ |
SkJpegUtility.cpp | 28 static boolean sk_seek_input_data(j_decompress_ptr cinfo, long byte_offset) { 44 static boolean sk_fill_input_buffer(j_decompress_ptr cinfo) { 85 static boolean sk_resync_to_restart(j_decompress_ptr cinfo, int desired) { 111 static boolean skmem_fill_input_buffer(j_decompress_ptr cinfo) { 123 static boolean skmem_resync_to_restart(j_decompress_ptr cinfo, int desired) { 170 static boolean sk_empty_output_buffer(j_compress_ptr cinfo) {
|
/external/jpeg/ |
jchuff.c | 89 METHODDEF(boolean) encode_mcu_huff JPP((j_compress_ptr cinfo, 93 METHODDEF(boolean) encode_mcu_gather JPP((j_compress_ptr cinfo, 106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) 179 jpeg_make_c_derived_tbl (j_compress_ptr cinfo, boolean isDC, int tblno, 277 LOCAL(boolean) 301 LOCAL(boolean) 339 LOCAL(boolean) 352 LOCAL(boolean) 450 LOCAL(boolean) 475 METHODDEF(boolean) [all...] |
jcphuff.c | 28 boolean gather_statistics; 89 METHODDEF(boolean) encode_mcu_DC_first JPP((j_compress_ptr cinfo, 91 METHODDEF(boolean) encode_mcu_AC_first JPP((j_compress_ptr cinfo, 93 METHODDEF(boolean) encode_mcu_DC_refine JPP((j_compress_ptr cinfo, 95 METHODDEF(boolean) encode_mcu_AC_refine JPP((j_compress_ptr cinfo, 106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) 109 boolean is_DC_band; 376 METHODDEF(boolean) 463 METHODDEF(boolean) 570 METHODDEF(boolean) [all...] |
jdapistd.c | 23 LOCAL(boolean) output_pass_setup JPP((j_decompress_ptr cinfo)); 37 GLOBAL(boolean) 90 GLOBAL(boolean) 120 LOCAL(boolean) 349 GLOBAL(boolean) 374 GLOBAL(boolean)
|
jdatasrc.c | 30 boolean start_of_file; /* have we gotten any data yet? */ 89 METHODDEF(boolean)
|
jdhuff.h | 50 JPP((j_decompress_ptr cinfo, boolean isDC, int tblno, 155 EXTERN(boolean) jpeg_fill_bit_buffer
|
/external/chromium/chrome/common/ |
json_pref_store_unittest.cc | 125 bool boolean = false; local 126 EXPECT_TRUE(actual->GetAsBoolean(&boolean)); 127 EXPECT_TRUE(boolean); 133 EXPECT_TRUE(actual->GetAsBoolean(&boolean)); 134 EXPECT_FALSE(boolean);
|
/cts/tools/vm-tests/src/dot/junit/opcodes/monitor_enter/d/ |
T_monitor_enter_2.d | 31 iput-boolean v2, v3, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z 60 iput-boolean v5, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z 72 iput-boolean v6, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/ |
T_monitor_enter_2.d | 31 iput-boolean v2, v3, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z 60 iput-boolean v5, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z 72 iput-boolean v6, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
|
/external/chromium/chrome/browser/resources/net_internals/ |
httpthrottlingview.js | 22 * @param {boolean} enabled HTTP throttling has been enabled.
|
/external/webkit/Source/WebKit2/Shared/cf/ |
ArgumentCodersCF.cpp | 149 RetainPtr<CFBooleanRef> boolean; local 150 if (!decode(decoder, boolean)) 152 result.adoptCF(boolean.leakRef()); 248 void encode(ArgumentEncoder* encoder, CFBooleanRef boolean) 250 encoder->encodeBool(CFBooleanGetValue(boolean)); 255 bool boolean; local 256 if (!decoder->decode(boolean)) 259 result.adoptCF(boolean ? kCFBooleanTrue : kCFBooleanFalse);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 70 typedef enum {FALSE, TRUE} boolean; typedef in typeref:enum:__anon16670 116 /*typedef enum {FALSE, TRUE} boolean;*/ 119 boolean validateArguments (int, char *[], int *, char *, int *, int *, int *, int *, int *, int *); 128 boolean checkInputParameters (int); 129 boolean validateSampRate (int); 130 boolean omxSetInputPortParameter (OMX_HANDLETYPE *, int, int); 131 boolean omxSetOutputPortParameter (OMX_HANDLETYPE *, int, int, int); 132 boolean g722SetInputPort (OMX_HANDLETYPE *, int); 133 boolean g722SetOutputPort (OMX_HANDLETYPE *); 134 boolean omxSetConfigMute (OMX_HANDLETYPE *, OMX_BOOL) [all...] |