Home
last modified time | relevance | path

Searched refs:True (Results 1 – 25 of 33) sorted by relevance

12

/packages/services/Car/tools/emulator/
Dgui.py65 slider.setInvertedAppearance(True)
77 bNoSignal.setCheckable(True)
78 bNoSignal.setChecked(True)
83 bHazards.setCheckable(True)
88 bLeft.setCheckable(True)
93 bRight.setCheckable(True)
134 rx.setDaemon(True)
Ddiagnostic_injector.py38 if e.name == 'google': isProtobuf = True
41 isProtobuf = True
Dvhal_const_generate.py75 if e.name == 'ply': isPly = True
77 if e.message.endswith('ply'): isPly = True
Dvhal_emulator.py79 sys.dont_write_bytecode = True
140 adbResp = subprocess.check_output(adbCmd, shell=True)[0:-1]
Dobd2_to_diagjson.py210 help='The source file to convert from', required=True)
212 help='The destination file to convert to', required=True)
Dvhal_prop_simulator.py50 thread.daemon = True
Duser_action_generator.py176 while True:
Dvhal_emulator_test.py37 sys.dont_write_bytecode = True
/packages/services/Car/tools/ioanalyze/
Danalyzer.py121 def plot(self, foreground=True, background=True, total=True):
181 return sorted(self.uids.values(), key=f, reverse=True)
188 A = list(sorted(A, key=lambda i: i[1], reverse=True))
207 return True
/packages/apps/Car/libs/
Dresource_generator.py109 parser = et.XMLParser(remove_blank_text=True)
126 found = True
205 xml = et.tostring(xmltree.getroot(), pretty_print=True).decode("utf-8")
236 read_header = True
/packages/apps/Launcher3/
Dprint_db.py36 shutil.rmtree(DIR, True)
73 cgi.escape(cell, True)
120 title = "title=\"%s\"" % cgi.escape(cell["intent"], True)
297 return True
Dfill_screens.py31 shutil.rmtree(DIR, True)
/packages/services/Car/tests/BugReportApp/utils/
Dbugreport_app_tester.py275 shutil.rmtree(tmpdir, ignore_errors=True)
292 shutil.rmtree(tmpdir, ignore_errors=True)
368 fail=True)
520 shutil.rmtree(tmpdir, ignore_errors=True)
/packages/apps/Car/libs/car-ui-lib/tests/apitest/
Dauto-generate-resources.py71 data.write(f, pretty_print=True, xml_declaration=True, encoding='utf-8')
Dgit_utils.py21 return True
Dresource_utils.py121 return True
/packages/services/Telecomm/proto/
Dtelecom.proto185 // True if the in call service has ever crashed during a call.
269 // True if the call interrupted an in-progress call, whether it was the
273 // True if the call was interrupted by another call.
/packages/services/Car/tools/
Dupdate-obd2-sensors.py24 sys.dont_write_bytecode = True
91 first = True
/packages/providers/CalendarProvider/
Dmaketests.py48 drop = True
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto55 // True if the number is valid according to libphonenumber.
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/
Dnumber_attributes.proto57 // True if the CP2 information is incomplete and needs to be queried at
/packages/apps/Car/libs/car-ui-lib/tests/tools/
Dquick_rro.py57 while True:
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md142 { "Null", "False", "True", "Object", "Array", "String", "Number" };
154 Type of member t is True
290 The simple answer is performance. For fixed size JSON types (Number, True, False, Null), copying th…
/packages/services/Car/tools/hidl_parser/
Dparser.py291 while True:
/packages/apps/Car/libs/car-messenger-common/proto/
Dnotification_msg.proto123 // True if this is a group conversation.

12