/device/google/dragon/audio/hal/ |
D | cras_expr.c | 21 static void value_set_boolean(struct cras_expr_value *value, char boolean) in value_set_boolean() argument 25 value->u.boolean = !!boolean; in value_set_boolean() 65 value->u.boolean = original->u.boolean; in copy_value() 141 !value->u.boolean); in function_not() 163 !value->u.boolean) { in function_and() 183 value->u.boolean) { in function_or() 211 if (prev->u.boolean != value->u.boolean) in function_equal_real() 266 const char *name, char boolean) in cras_expr_env_set_variable_boolean() argument 269 value_set_boolean(value, boolean); in cras_expr_env_set_variable_boolean() 304 static struct cras_expr_expression *new_boolean_literal(char boolean) in new_boolean_literal() argument [all …]
|
D | cras_expr.h | 32 char boolean; member 76 const char *name, char boolean); 88 struct cras_expr_env *env, char *boolean);
|
/device/google/accessory/arduino/USB_Host_Shield/ |
D | Max3421e.h | 49 boolean reset(); 50 boolean vbusPwr ( boolean );
|
D | Max3421e.cpp | 196 boolean MAX3421E::reset() in reset() 215 boolean MAX3421E::vbusPwr ( boolean action ) in vbusPwr()
|
D | Usb.cpp | 88 boolean direction = false; //request direction, IN or OUT in ctrlReq() 125 byte USB::ctrlStatus( byte ep, boolean direction, unsigned int nak_limit ) in ctrlStatus() 137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData()
|
D | Usb.h | 149 …byte ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsigned… 150 byte ctrlStatus( byte ep, boolean direction, unsigned int nak_limit = USB_NAK_LIMIT );
|
/device/generic/goldfish/camera/jpeg-stub/ |
D | Compressor.h | 54 static boolean emptyOutputBuffer(j_compress_ptr cinfo);
|
D | Compressor.cpp | 214 boolean Compressor::DestinationManager::emptyOutputBuffer( in emptyOutputBuffer()
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | JpegCompressor.h | 102 static boolean jpegEmptyOutputBuffer(j_compress_ptr cinfo);
|
D | JpegCompressor.cpp | 272 boolean JpegCompressor::jpegEmptyOutputBuffer(j_compress_ptr cinfo) { in jpegEmptyOutputBuffer()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | tktools.py | 345 def boolean(s): function 358 s = boolean(entry.get()) and '\nyes' or '\nno'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | xmlrpclib.py | 295 boolean = Boolean = bool variable 343 def boolean(value, _truefalse=(False, True)): function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 3422 load_bool(Unpicklerobject *self, PyObject *boolean) in load_bool() argument 3424 assert(boolean == Py_True || boolean == Py_False); in load_bool() 3425 PDATA_APPEND(self->stack, boolean, -1); in load_bool()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 3389 load_bool(Unpicklerobject *self, PyObject *boolean) in load_bool() argument 3391 assert(boolean == Py_True || boolean == Py_False); in load_bool() 3392 PDATA_APPEND(self->stack, boolean, -1); in load_bool()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | extra.decTest | 231 -- Tests for the is_* boolean operations
|