Searched refs:True (Results 1 – 25 of 33) sorted by relevance
12
/packages/services/Car/tools/emulator/ |
D | gui.py | 65 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)
|
D | diagnostic_injector.py | 38 if e.name == 'google': isProtobuf = True 41 isProtobuf = True
|
D | vhal_const_generate.py | 75 if e.name == 'ply': isPly = True 77 if e.message.endswith('ply'): isPly = True
|
D | vhal_emulator.py | 79 sys.dont_write_bytecode = True 140 adbResp = subprocess.check_output(adbCmd, shell=True)[0:-1]
|
D | obd2_to_diagjson.py | 210 help='The source file to convert from', required=True) 212 help='The destination file to convert to', required=True)
|
D | vhal_prop_simulator.py | 50 thread.daemon = True
|
D | user_action_generator.py | 176 while True:
|
D | vhal_emulator_test.py | 37 sys.dont_write_bytecode = True
|
/packages/services/Car/tools/ioanalyze/ |
D | analyzer.py | 121 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/ |
D | resource_generator.py | 109 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/ |
D | print_db.py | 36 shutil.rmtree(DIR, True) 73 cgi.escape(cell, True) 120 title = "title=\"%s\"" % cgi.escape(cell["intent"], True) 297 return True
|
D | fill_screens.py | 31 shutil.rmtree(DIR, True)
|
/packages/services/Car/tests/BugReportApp/utils/ |
D | bugreport_app_tester.py | 275 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/ |
D | auto-generate-resources.py | 71 data.write(f, pretty_print=True, xml_declaration=True, encoding='utf-8')
|
D | git_utils.py | 21 return True
|
D | resource_utils.py | 121 return True
|
/packages/services/Telecomm/proto/ |
D | telecom.proto | 185 // 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/ |
D | update-obd2-sensors.py | 24 sys.dont_write_bytecode = True 91 first = True
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 48 drop = True
|
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | dialer_phone_number.proto | 55 // True if the number is valid according to libphonenumber.
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/contract/ |
D | number_attributes.proto | 57 // True if the CP2 information is incomplete and needs to be queried at
|
/packages/apps/Car/libs/car-ui-lib/tests/tools/ |
D | quick_rro.py | 57 while True:
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 142 { "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/ |
D | parser.py | 291 while True:
|
/packages/apps/Car/libs/car-messenger-common/proto/ |
D | notification_msg.proto | 123 // True if this is a group conversation.
|
12