Home
last modified time | relevance | path

Searched defs:cid (Results 1 – 25 of 167) sorted by relevance

1234567

/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/
DClassOrInterfaceDeclarationTransformationsTest.java53 ClassOrInterfaceDeclaration cid = consider("class A {}"); in settingName() local
62 ClassOrInterfaceDeclaration cid = consider("class A {}"); in classToInterface() local
69 ClassOrInterfaceDeclaration cid = consider("interface A {}"); in interfaceToClass() local
78 ClassOrInterfaceDeclaration cid = consider("class A {}"); in addingTypeParameterWhenThereAreNone() local
85 ClassOrInterfaceDeclaration cid = consider("class A<U> {}"); in addingTypeParameterAsFirstWhenThereAreSome() local
92 ClassOrInterfaceDeclaration cid = consider("class A<U> {}"); in addingTypeParameterAsLastWhenThereAreSome() local
101 ClassOrInterfaceDeclaration cid = consider("class A {}"); in addingExtendedTypes() local
108 ClassOrInterfaceDeclaration cid = consider("public class A extends Foo {}"); in removingExtendedTypes() local
115 ClassOrInterfaceDeclaration cid = consider("public class A extends Foo {}"); in replacingExtendedTypes() local
124 ClassOrInterfaceDeclaration cid = consider("class A {}"); in addingImplementedTypes() local
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/python_utils/
Ddockerjob.py35 def docker_kill(cid): argument
43 def docker_mapped_port(cid, port, timeout_seconds=15): argument
58 def docker_ip_address(cid, timeout_seconds=15): argument
77 def wait_for_healthy(cid, shortname, timeout_seconds): argument
/external/crosvm/devices/src/virtio/vhost/
Dvsock.rs39 cid: u64, field
127 let cid = Le64::from(self.cid); in read_config() localVariable
162 let cid = self.cid; in activate() localVariable
218 let cid = 5; in ack_features() localVariable
253 let cid = 0xfca9a559fdcb9756; in read_config() localVariable
281 let cid = 5; in features() localVariable
/external/grpc-grpc/tools/run_tests/python_utils/
Ddockerjob.py34 def docker_kill(cid): argument
43 def docker_mapped_port(cid, port, timeout_seconds=15): argument
57 def wait_for_healthy(cid, shortname, timeout_seconds): argument
/external/python/bumble/bumble/
Dl2cap.py172 def __init__(self, cid, payload): argument
1369 def find_channel(self, connection_handle, cid): argument
1375 def find_le_coc_channel(self, connection_handle, cid): argument
1427 def register_fixed_channel(self, cid, handler): argument
1430 def deregister_fixed_channel(self, cid): argument
1514 def send_pdu(self, connection, cid, pdu): argument
1523 def on_pdu(self, connection, cid, pdu): argument
1542 def send_control_frame(self, connection, cid, control_frame): argument
1550 def on_control_frame(self, connection, cid, control_frame): argument
1590 def on_l2cap_connection_request(self, connection, cid, request): argument
[all …]
/external/trace-cmd/tracecmd/
Dtrace-vsock.c9 int __hidden trace_vsock_open(unsigned int cid, unsigned int port) in trace_vsock_open()
101 int cid, port; in trace_vsock_print_connection() local
164 int cid; in trace_vsock_local_cid() local
Dtrace-vm.c57 static struct trace_guest *add_guest(unsigned int cid, const char *name) in add_guest()
294 struct trace_guest *trace_get_guest(unsigned int cid, const char *name) in trace_get_guest()
323 char *cid; in read_guest_cid() local
/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp48 uint16_t cid; member
168 uint16_t cid = fxcmap::CIDFromCharCode(pEmbedMap, charcode); in EmbeddedUnicodeFromCharcode() local
222 bool IsMetricForCID(const int* pEntry, uint16_t cid) { in IsMetricForCID()
367 uint32_t cid = 0; in CharCodeFromUnicode() local
575 uint16_t cid = CIDFromCharCode(charcode); in GetCharBBox() local
597 uint16_t cid = CIDFromCharCode(charcode); in GetCharWidthF() local
694 uint16_t cid = CIDFromCharCode(charcode); in GlyphFromCharCode() local
799 uint16_t cid = CIDFromCharCode(charcode); in GlyphFromCharCode() local
889 [](const CIDTransform& entry, uint16_t cid) { return entry.cid < cid; }); in GetCIDTransform()
/external/pdfium/core/fpdfapi/cmaps/
Dfpdf_cmaps.cpp19 uint16_t cid; member
25 uint16_t cid; member
93 uint32_t CharCodeFromCID(const CMap* pMap, uint16_t cid) { in CharCodeFromCID()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallID.java116 public void setCallId(String cid) throws ParseException { in setCallId()
128 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()
DCallIdentifier.java79 public CallIdentifier(String cid) throws IllegalArgumentException { in CallIdentifier()
160 public void setCallID(String cid) throws IllegalArgumentException { in setCallID()
/external/python/cpython3/Modules/
D_xxsubinterpretersmodule.c1000 int64_t cid = -1; in _channels_add() local
1029 _channels_close(_channels *channels, int64_t cid, _PyChannelState **pchan, in _channels_close()
1391 _channel_is_associated(_channels *channels, int64_t cid, int64_t interp, in _channel_is_associated()
1423 int64_t cid; in channel_id_converter() local
1449 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, in newchannelid()
1480 int64_t cid; in channelid_new() local
1514 int64_t cid = ((channelid *)v)->id; in channelid_dealloc() local
1527 channelid *cid = (channelid *)self; in channelid_repr() local
1544 channelid *cid = (channelid *)self; in channelid_str() local
1551 channelid *cid = (channelid *)self; in channelid_int() local
[all …]
/external/python/cpython3/Lib/email/
Dcontentmanager.py112 def _finalize_set(msg, disposition, filename, cid, params): argument
182 disposition=None, filename=None, cid=None, argument
196 disposition=None, filename=None, cid=None, argument
229 disposition=None, filename=None, cid=None, argument
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DJoin.java95 public void setCallId(String cid) { in setCallId()
103 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()
DReplaces.java95 public void setCallId(String cid) { in setCallId()
103 public void setCallIdentifier(CallIdentifier cid) { in setCallIdentifier()
/external/freetype/src/cid/
Dcidriver.c116 CID_FaceInfo cid = &face->cid; in cid_get_ros() local
150 FT_UInt *cid ) in cid_get_cid_from_glyph_index()
Dcidload.c79 CID_FaceInfo cid = &face->cid; in cid_load_keyword() local
243 CID_FaceInfo cid = &face->cid; in parse_fd_array() local
516 CID_FaceInfo cid = &face->cid; in cid_read_subrs() local
776 CID_FaceInfo cid = &face->cid; in cid_face_open() local
/external/igt-gpu-tools/tests/
Dkms_hdmi_inject.c83 int ret, cid, i, crtc_mask = -1; in hdmi_inject_4k() local
143 int fb_id, cid, ret, crtc_mask = -1; in hdmi_inject_audio() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_id_manager.cc48 const QuicConnectionId& cid) { in FindConnectionIdData()
57 const QuicConnectionId& cid) { in FindConnectionIdData()
193 const QuicConnectionId& cid) { in PrepareToRetireActiveConnectionId()
217 for (const auto& cid : cids_to_retire) { in MaybeRetireUnusedConnectionIds() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h428 uint32 cid; member
436 uint32 cid; member
444 uint32 cid; member
499 uint32 cid; member
508 uint32 cid; member
773 uint32 cid; member
796 uint32 cid; member
810 uint32 cid; member
866 uint32 cid; member
893 uint32 cid; member
[all …]
/external/openscreen/tools/cddl/
Dcodegen.cc270 std::string cid = ToUnderscoreId(x.name); in WriteStructMembers() local
568 std::string cid = ToUnderscoreId(name); in WriteEncoder() local
579 std::string cid = ToUnderscoreId(name); in WriteEncoder() local
588 std::string cid = ToUnderscoreId(name); in WriteEncoder() local
910 std::string cid = ToUnderscoreId(x.name); in WriteEncoders() local
1305 std::string cid = ToUnderscoreId(x.name); in WriteMapDecoder() local
1399 std::string cid = ToUnderscoreId(x.name); in WriteArrayDecoder() local
/external/perfetto/protos/perfetto/trace/ftrace/
Dfastrpc.proto9 optional int32 cid = 1; field
/external/skia/bin/
Dgerrit-number28 def gerrit_change_id_to_number(site, cid): argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_data.c88 const ASN1_OBJECT *cid, int crit) in policy_data_new()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c50 int gid, cid; in init_perf_monitor() local
291 int gid, cid; in st_GetPerfMonitorResult() local
351 int gid, cid; in st_InitPerfMonitorGroups() local

1234567