Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Daeabi.cpp97 void* (*constructor)(void*),
100 void*(*constructor)(void*),
117 void* (*constructor)(void*),
121 void* (*constructor)(void*));
123 void* (*constructor)(void*));
126 void* (*constructor)(void*), in __aeabi_vec_ctor_nocookie_nodtor()
129 if (constructor != nullptr) { in __aeabi_vec_ctor_nocookie_nodtor()
132 constructor(reinterpret_cast<void*>(addr)); in __aeabi_vec_ctor_nocookie_nodtor()
142 void*(*constructor)(void*), in __aeabi_vec_ctor_cookie_nodtor()
150 return __aeabi_vec_ctor_nocookie_nodtor(user_array_of(cookie), constructor, in __aeabi_vec_ctor_cookie_nodtor()
[all …]
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js57 constructor() { method in Connector
58 if (this.constructor == Connector) {
112 constructor() { method in ParentController
113 if (this.constructor === ParentController) {
133 constructor(parentController, rotation) { method in DeviceDisplaysMessage
134 if (this.constructor === DeviceDisplaysMessage) {
205 constructor(ws) { method in WebsocketConnector
286 constructor() { method in PollingConnector
Dindex.js23 constructor({url, selectDeviceCb}) { method in DeviceListApp
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js122 constructor(pc, control) { method in DeviceConnection
499 constructor(serverConnector) { method in Controller
Dapp.js96 constructor() { method in DeviceDetailsUpdater
147 constructor(deviceConnection, parentController) { method in DeviceControlApp
/device/google/redbull/json-c/
Djson_object.c69 static void json_object_init(void) __attribute__ ((constructor));
/device/google/coral/json-c/
Djson_object.c69 static void json_object_init(void) __attribute__ ((constructor));
/device/google/sunfish/json-c/
Djson_object.c69 static void json_object_init(void) __attribute__ ((constructor));
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto6000 // std::vector<int> constructor, which gets inlined at 0xf00. We then get
6001 // both Foo and the std::vector<int> constructor when we symbolize the
6027 // std::vector<int> constructor, which gets inlined at 0xf00. We then get
6028 // both Foo and the std::vector<int> constructor when we symbolize the