Searched refs:True (Results 1 – 25 of 42) sorted by relevance
12
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
D | isd1820.py | 35 doRecord = True 64 myRecorder.record(True) 66 myRecorder.play(True)
|
D | my9221.py | 37 myLEDBar.setBarLevel(0, True) 47 directionBool = True
|
D | tm1637.py | 33 dots = True 45 while True:
|
D | grovespeaker.py | 34 mySpeaker.playSound('c', True, "med")
|
D | groveslide.py | 30 while True:
|
D | sx6119.py | 42 doSeek = True
|
D | adxl345.py | 30 while True:
|
D | hmc5883l.py | 31 while True:
|
D | tp401.py | 45 while True:
|
D | cjq4435.py | 33 myMOSFETsensor.enable(True)
|
D | grovecircularled.py | 33 circle.setLevel(0, True)
|
D | grovecollision.py | 54 collisionState = True
|
D | groveeldriver.py | 48 lightState = True
|
/hardware/bsp/intel/peripheral/libmraa/tests/ |
D | check_samplenames.py | 30 ok = True 40 ok = True 51 ok = True
|
D | gpio_checks.py | 34 @u.skipIf(m.pinModeTest(MRAA_GPIO, m.PIN_GPIO) != True, str(MRAA_GPIO) + "is not a valid Gpio on th… 39 self.gpio_path = "/sys/class/gpio/gpio" + str(self.pin.getPin(True))
|
/hardware/intel/common/libva/va/x11/ |
D | va_dri.c | 110 return True; 146 return True; 176 return True; 225 return True; 256 return True; 278 return True; 328 return True; 364 return True; 397 return True; in VA_DRIDestroyContext() 427 return True; in VA_DRICreateDrawable() [all …]
|
D | va_nvctrl.c | 202 return True; in XNVCTRLQueryExtension() 236 return True; in XNVCTRLQueryVersion() 351 *isCapable = True; in VA_NVCTRLQueryDirectRenderingCapable() 353 return True; in VA_NVCTRLQueryDirectRenderingCapable() 398 return True; in VA_NVCTRLGetClientDriverName()
|
/hardware/bsp/intel/peripheral/libmraa/examples/python/ |
D | cycle-pwm3.py | 30 x.enable(True) 33 while True:
|
D | blink-io8.py | 31 while True:
|
D | uart_receiver.py | 37 while True:
|
/hardware/bsp/intel/peripheral/libmraa/docs/ |
D | galileorevh.md | 34 >>> p77 = m.Gpio(77, False, True) 35 >>> p76 = m.Gpio(76, False, True) 36 >>> p16 = m.Gpio(16, False, True) 37 >>> p17 = m.Gpio(17, False, True) 46 >>> p34 = m.Gpio(34, False, True)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | all_builds.py | 11 run = subprocess.Popen(command, shell=True) 23 list_start = True
|
D | cpplint.py | 620 return True 816 self.in_a_function = True 965 is_filtered = True 974 return True 1691 self.is_struct = True 1721 self.is_derived = True 1869 self.pp_stack[-1].seen_else = True 1933 while True: 1947 new_namespace.seen_open_brace = True 2014 while True: [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
D | scrape_gtest_log.py | 25 print json.dumps(json.loads(json_string), indent=4, sort_keys=True)
|
/hardware/bsp/intel/peripheral/libupm/doxy/ |
D | conf.py.in | 118 todo_include_todos = True
|
12