/system/core/libcutils/ |
D | config_utils.cpp | 121 static int _lex(cstate *cs, int value) in _lex() argument 127 data = cs->data; in _lex() 129 if(cs->next != 0) { in _lex() 130 c = cs->next; in _lex() 131 cs->next = 0; in _lex() 150 cs->data = data; in _lex() 153 cs->data = data + 1; in _lex() 162 cs->data = data; in _lex() 166 cs->data = data; in _lex() 170 cs->data = data; in _lex() [all …]
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 265 static bool isRelSection(codeSection& cs, string& name) { in isRelSection() argument 269 if (st.type != cs.type) continue; in isRelSection() 333 static int readCodeSections(ifstream& elfFile, vector<codeSection>& cs) { in readCodeSections() argument 391 cs.push_back(std::move(cs_temp)); in readCodeSections() 473 static void dumpAllCs(vector<codeSection>& cs) { in dumpAllCs() argument 474 for (int i = 0; i < (int)cs.size(); i++) { in dumpAllCs() 475 ALOGE("Dumping cs %d, name %s\n", int(i), cs[i].name.c_str()); in dumpAllCs() 476 dumpIns((char*)cs[i].data.data(), cs[i].data.size()); in dumpAllCs() 506 static void applyMapRelo(ifstream& elfFile, vector<unique_fd> &mapFds, vector<codeSection>& cs) { in applyMapRelo() argument 512 for (int k = 0; k != (int)cs.size(); k++) { in applyMapRelo() [all …]
|
/system/bt/btif/src/ |
D | btif_sock_rfc.cc | 469 sock_connect_signal_t cs; in send_app_connect_signal() local 470 cs.size = sizeof(cs); in send_app_connect_signal() 471 cs.bd_addr = *addr; in send_app_connect_signal() 472 cs.channel = channel; in send_app_connect_signal() 473 cs.status = status; in send_app_connect_signal() 474 cs.max_rx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal() 475 cs.max_tx_packet_size = 0; // not used for RFCOMM in send_app_connect_signal() 477 return sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs); in send_app_connect_signal() 479 return sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal() 480 sizeof(cs); in send_app_connect_signal()
|
D | btif_sock_l2cap.cc | 383 sock_connect_signal_t cs; in send_app_connect_signal() local 384 cs.size = sizeof(cs); in send_app_connect_signal() 385 cs.bd_addr = *addr; in send_app_connect_signal() 386 cs.channel = channel; in send_app_connect_signal() 387 cs.status = status; in send_app_connect_signal() 388 cs.max_rx_packet_size = rx_mtu; in send_app_connect_signal() 389 cs.max_tx_packet_size = tx_mtu; in send_app_connect_signal() 391 if (sock_send_fd(fd, (const uint8_t*)&cs, sizeof(cs), send_fd) == in send_app_connect_signal() 392 sizeof(cs)) in send_app_connect_signal() 397 } else if (sock_send_all(fd, (const uint8_t*)&cs, sizeof(cs)) == sizeof(cs)) { in send_app_connect_signal()
|
/system/core/libunwindstack/include/unwindstack/ |
D | UcontextX86.h | 60 uint32_t cs; member
|
D | UserX86_64.h | 52 uint64_t cs; member
|
/system/core/libunwindstack/ |
D | AsmGetRegsX86.S | 53 mov %cs, 36(%eax)
|
/system/keymaster/include/keymaster/ |
D | UniquePtr.h | 243 UniquePtr<C[]> cs(new C[4]);
|
/system/gatekeeper/include/gatekeeper/ |
D | UniquePtr.h | 243 UniquePtr<C[]> cs(new C[4]);
|
/system/bt/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 75 // https://cs.corp.google.com/#android/system/bt/stack/include/btm_api.h&q=major_computer.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
|
D | Doxyfile.bak | 762 # *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc, *.m, *.markdown,
|
D | Doxyfile | 844 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
/system/chre/pal/doc/ |
D | Doxyfile | 795 # *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|