/packages/modules/GeoTZ/validation/geonames/known_diffs/ |
D | known_diffs1000.prototxt | 12 comment: "Add a comment here" 27 comment: "Add a comment here" 42 comment: "Add a comment here" 57 comment: "Add a comment here" 72 comment: "Add a comment here" 87 comment: "Add a comment here" 102 comment: "Add a comment here" 117 comment: "Add a comment here" 132 comment: "Add a comment here" 149 comment: "Add a comment here" [all …]
|
D | known_diffs15000.prototxt | 10 comment: "Add a comment here" 25 comment: "Add a comment here" 40 comment: "Add a comment here" 55 comment: "Add a comment here" 70 comment: "Add a comment here" 87 comment: "Add a comment here" 102 comment: "Add a comment here" 117 comment: "Add a comment here" 132 comment: "Add a comment here" 147 comment: "Add a comment here" [all …]
|
D | known_diffs5000.prototxt | 12 comment: "Add a comment here" 27 comment: "Add a comment here" 42 comment: "Add a comment here" 57 comment: "Add a comment here" 72 comment: "Add a comment here" 87 comment: "Add a comment here" 104 comment: "Add a comment here" 119 comment: "Add a comment here" 134 comment: "Add a comment here" 149 comment: "Add a comment here" [all …]
|
D | known_diffs500.prototxt | 12 comment: "Add a comment here" 27 comment: "Add a comment here" 42 comment: "Add a comment here" 57 comment: "Add a comment here" 72 comment: "Add a comment here" 87 comment: "Add a comment here" 102 comment: "Add a comment here" 117 comment: "Add a comment here" 134 comment: "Add a comment here" 149 comment: "Add a comment here" [all …]
|
/packages/modules/NeuralNetworks/tools/test_generator/ |
D | example_generator.py | 81 comment = var.get(COMMENT_KEY) 82 comment = "" if comment is None else " // %s" % comment 84 agg_init = "{%s\n%s\n}" % (comment,
|
/packages/services/Car/tools/ |
D | update-obd2-sensors.py | 186 def __init__(self, name, comment=None, id=None): argument 188 self.comment = comment if comment else "" 193 if self.comment: 194 s = s + self.comment + "\n"
|
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/ |
D | StringResource.java | 24 public StringResource(final String name, final String value, final String comment) { in StringResource() argument 27 mComment = comment; in StringResource()
|
D | StringResourceMap.java | 120 public void comment(char[] ch, int start, int length) { in comment() method in StringResourceMap.StringResourceHandler 147 final String comment = mComment.length() > 0 ? mComment.toString() : null; in endElement() local 153 mResources.add(new StringResource(mName, value, comment)); in endElement()
|
/packages/modules/Bluetooth/system/test/headless/ |
D | dump.h | 14 void dump(const T* data, std::string comment = std::string("dump")) { 17 LOG_CONSOLE(" %s %p:0x%02x", comment.c_str(), p, *p);
|
D | stopwatch.h | 42 std::string ToString(const std::string& comment) { in ToString() argument 44 static_cast<unsigned long>(LapMs()), comment); in ToString()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_acl_api.h | 164 std::string comment)> 166 std::string comment) {}}; 168 std::string comment) { in operator() 169 body(handle, is_classic, reason, comment); in operator()
|
D | mock_stack_btm_sec.h | 610 std::string comment)> 614 std::string comment) { in operator() 615 return body(handle, reason, comment); in operator() 624 std::function<void(uint16_t handle, tHCI_REASON reason, std::string comment)> 627 void operator()(uint16_t handle, tHCI_REASON reason, std::string comment) { in operator() 628 body(handle, reason, comment); in operator()
|
D | mock_stack_btm_sec.cc | 352 std::string comment) { in btm_sec_disconnect() argument 354 return test::mock::stack_btm_sec::btm_sec_disconnect(handle, reason, comment); in btm_sec_disconnect() 357 std::string comment) { in btm_sec_disconnected() argument 359 test::mock::stack_btm_sec::btm_sec_disconnected(handle, reason, comment); in btm_sec_disconnected()
|
D | mock_stack_acl.h | 653 std::string comment)> 657 std::string comment) { in operator() 658 body(conn_handle, reason, comment); in operator() 666 std::function<void(uint16_t handle, tHCI_STATUS reason, std::string comment)> 669 void operator()(uint16_t handle, tHCI_STATUS reason, std::string comment) { in operator() 670 body(handle, reason, comment); in operator()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | link_connection_interface.h | 44 std::string comment) = 0; 46 std::string comment) = 0;
|
D | acl_api.cc | 132 tHCI_STATUS reason, std::string comment) { in ACL_Disconnect() argument 135 comment) in ACL_Disconnect() 136 : Stack::GetInstance()->GetAcl()->DisconnectLe(handle, reason, comment); in ACL_Disconnect()
|
D | acl.h | 80 std::string comment) override; 82 std::string comment) override;
|
D | acl.cc | 1092 std::string comment) { in disconnect_classic() 1104 comment.c_str())); in disconnect_classic() 1105 classic_acl_disconnect_reason_.Put(comment); in disconnect_classic() 1113 void disconnect_le(uint16_t handle, tHCI_STATUS reason, std::string comment) { in disconnect_le() 1130 comment.c_str())); in disconnect_le() 1131 le_acl_disconnect_reason_.Put(comment); in disconnect_le() 1801 std::string comment) { in DisconnectClassic() argument 1803 comment); in DisconnectClassic() 1807 std::string comment) { in DisconnectLe() argument 1809 comment); in DisconnectLe()
|
/packages/apps/Calendar/ |
D | mkprojectfile | 9 <comment></comment>
|
/packages/modules/Bluetooth/system/stack/include/ |
D | acl_api.h | 298 std::string comment); 300 std::string comment);
|
/packages/modules/NeuralNetworks/tools/api/ |
D | README.md | 50 A line that begins with `%%` is a comment, and is ignored. 52 A line that begins with `%` and is not a comment is a *directive*. 71 A line that begins with `%%` is a comment, and is ignored. 73 A line that begins with `%` and is not a comment is a *directive*. 75 The meaning of a line that is neither a comment nor a directive depends on the
|
/packages/apps/Launcher3/tests/res/raw/ |
D | reorder_algorithm_test.txt | 9 # this is a comment
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 178 bool PgmImage::WritePGM(const std::string filename, const std::string comment) in WritePGM() argument 196 … out << format_header << "# " << comment << '\n' << m_w << " " << m_h << '\n' << m_colors << '\n'; in WritePGM()
|
D | PgmImage.h | 68 bool WritePGM(const std::string filename, const std::string comment="");
|
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/modules/ |
D | README.md | 9 [comment]: <> This file structure print out has been generated with the tree command.
|