HomeSort by relevance Sort by last modified time
    Searched defs:cid (Results 1 - 25 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/
1-1.c 33 clockid_t cid; local
35 rc = pthread_getcpuclockid(pthread_self(), &cid);
40 printf("clock id of new thread is %d\n", cid);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getcpuclockid/speculative/
3-1.c 40 clockid_t cid; local
55 rc = pthread_getcpuclockid(new_th, &cid);
  /external/pdfium/third_party/freetype/src/cid/
cidriver.c 5 /* CID driver interface (body). */
50 const char* result = face->cid.cid_font_name;
75 *afont_info = ((CID_Face)face)->cid.font_info;
93 (PS_HasGlyphNamesFunc) NULL, /* unsupported with CID fonts */
100 * CID INFO SERVICE
109 CID_FaceInfo cid = &face->cid; local
113 *registry = cid->registry;
116 *ordering = cid->ordering;
119 *supplement = cid->supplement
    [all...]
cidobjs.c 5 /* CID objects manager (body). */
142 CID_FaceDict dict = face->cid.font_dicts + face->root.face_index;
198 CID_FaceInfo cid; local
205 cid = &face->cid;
206 info = &cid->font_info;
215 for ( n = 0; n < cid->num_dicts; n++ )
238 FT_FREE( cid->font_dicts );
239 cid->num_dicts = 0;
242 FT_FREE( cid->cid_font_name )
350 CID_FaceInfo cid = &face->cid; local
    [all...]
cidparse.h 5 /* CID-keyed Type1 parser (specification). */
56 /* cid :: A structure which holds the information about */
73 CID_FaceInfo cid; member in struct:CID_Parser_
cidgload.c 5 /* CID-keyed Type1 Glyph Loader (body). */
45 CID_FaceInfo cid = &face->cid; local
78 fd_select = cid_get_offset( &p, (FT_Byte)cid->fd_bytes );
82 glyph_length = (FT_ULong)( glyph_data.length - cid->fd_bytes );
85 ft_memcpy( charstring, glyph_data.pointer + cid->fd_bytes,
99 /* For ordinary fonts read the CID font dictionary index */
102 FT_UInt entry_len = (FT_UInt)( cid->fd_bytes + cid->gd_bytes );
106 if ( FT_STREAM_SEEK( cid->data_offset + cid->cidmap_offset
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PcoData.java 31 public final int cid; field in class:PcoData
36 public PcoData(int cid, String bearerProto, int pcoId, byte[]contents) {
37 this.cid = cid;
44 cid = in.readInt();
54 out.writeInt(cid);
84 return "PcoData(" + cid + ", " + bearerProto + ", " + pcoId + ", contents[" +
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_data.cpp 91 int cid = 1; local
94 radio->deactivateDataCall(serial, cid, reasonRadioShutDown);
  /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
native-lib.cpp 24 jmethodID cid = env->GetMethodID(cls, "<init>", "(Ljava/lang/String;I)V"); local
25 if (cid == nullptr) {
32 jthrowable obj = (jthrowable)env->NewObject(cls, cid, msg, err);
  /system/bt/stack/sdp/
sdp_main.cc 194 SDP_TRACE_EVENT("SDP - Rcvd L2CAP conn ind, sent config req, CID 0x%x",
217 /* Find CCB based on CID */
220 SDP_TRACE_WARNING("SDP - Rcvd conn cnf for unknown CID 0x%x", l2cap_cid);
247 SDP_TRACE_EVENT("SDP - got conn cnf, sent cfg req, CID: 0x%x",
250 SDP_TRACE_WARNING("SDP - Rcvd conn cnf with error: 0x%x CID 0x%x", result,
288 /* Find CCB based on CID */
291 SDP_TRACE_WARNING("SDP - Rcvd L2CAP cfg ind, unknown CID: 0x%x", l2cap_cid);
337 "SDP - Rcvd cfg ind, Unacceptable Parameters sent cfg cfm, CID: "
349 SDP_TRACE_EVENT("SDP - Rcvd cfg ind, sent cfg cfm, CID: 0x%x", l2cap_cid);
379 SDP_TRACE_EVENT("SDP - Rcvd cfg cfm, CID: 0x%x Result: %d", l2cap_cid
506 uint16_t cid; local
    [all...]
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs01_open_files.c 23 int cid, fork_number; local
49 if ((cid = fork())) {
50 if (cid == -1)
53 waitpid(cid, &status, 0);
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_surface_view.cc 150 jmethodID cid = env->GetMethodID(_javaRenderClass, local
153 if (cid == NULL) {
164 cid,
  /system/bt/stack/bnep/
bnep_api.cc 128 uint16_t cid; local
178 cid = L2CA_ConnectReq(BT_PSM_BNEP, p_bcb->rem_bda);
179 if (cid != 0) {
180 p_bcb->l2cap_cid = cid;
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 329 unsigned cid = rand() % kClocks; local
336 printf("acquire thr%d <- clk%d\n", tid, cid);
337 thr0[tid]->acquire(sync0[cid]);
338 thr1[tid]->acquire(&cache, sync1[cid]);
342 printf("release thr%d -> clk%d\n", tid, cid);
343 thr0[tid]->release(sync0[cid]);
344 thr1[tid]->release(&cache, sync1[cid]);
348 printf("acq_rel thr%d <> clk%d\n", tid, cid);
349 thr0[tid]->acq_rel(sync0[cid]);
350 thr1[tid]->acq_rel(&cache, sync1[cid]);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 76 clockid_t cid; /* Clock used by cond c */ member in struct:_td
88 ret = clock_gettime(data.cid, &ts);
293 ret = pthread_condattr_getclock(&ca, &(data.cid));
298 data.cid = CLOCK_REALTIME;
2-6.c 63 clockid_t cid; member in struct:__anon26734
157 ret = clock_gettime(data.cid, &ts);
349 ret = pthread_condattr_getclock(&ca, &(data.cid));
355 data.cid = CLOCK_REALTIME;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 100 clockid_t cid; /* Clock id used by the cond var */ member in struct:__anon26741
473 ret = pthread_condattr_getclock(&ca, &(td->cid));
479 td->cid = CLOCK_REALTIME;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractConversationWebViewClient.java 77 * Translates Content ID urls (CID urls) into provider queries for the associated attachment.
83 * @return a response if a stream to the attachment file can be created from the CID URL;
87 // if the url is not a CID url, we do nothing
88 if (!"cid".equals(uri.getScheme())) {
92 // cid urls can be translated to content urls
93 final String cid = uri.getSchemeSpecificPart(); local
94 if (cid == null) {
102 final Uri queryUri = Uri.withAppendedPath(message.attachmentByCidUri, cid);
104 // query for the attachment using its cid
  /system/bt/stack/hid/
hidd_conn.cc 47 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid,
49 static void hidd_l2cif_connect_cfm(uint16_t cid, uint16_t result);
50 static void hidd_l2cif_config_ind(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
51 static void hidd_l2cif_config_cfm(uint16_t cid, tL2CAP_CFG_INFO* p_cfg);
52 static void hidd_l2cif_disconnect_ind(uint16_t cid, bool ack_needed);
53 static void hidd_l2cif_disconnect_cfm(uint16_t cid, uint16_t result);
54 static void hidd_l2cif_data_ind(uint16_t cid, BT_HDR* p_msg);
55 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested);
176 static void hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid,
182 HIDD_TRACE_EVENT("%s: psm=%04x cid=%04x id=%02x", __func__, psm, cid, id)
894 uint16_t cid; local
    [all...]
  /system/nfc/halimpl/bcm2079x/hal/hal/
nfc_hal_main.c 475 static void nfc_hal_send_credit_ntf_for_cid(uint8_t cid) {
497 *p++ = cid;
521 uint8_t cid, pbf; local
552 NCI_DATA_PRS_HDR(pp, pbf, cid, data_len);
553 if (cid == nfc_hal_cb.hci_cb.hcp_conn_id) {
559 nfc_hal_send_credit_ntf_for_cid(cid);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 177 int cid = gsm.getCellIdentity().getCid(); local
178 assertTrue("getCid() out range [0, 65535], cid=" + cid, !gsm.isRegistered() ||
179 cid >= 0 && cid <= 65535);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
dw_mmc.c 341 unsigned int buf[4], cid[4]; local
371 cid[i] = buf[i];
372 VERBOSE(" 0x%x", cid[i]);
394 manu_id = (cid[3] >> 8) & 0xffffff;
399 manu_id = (cid[3] >> 24) & 0xff;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 153 clockid_t cid; member in struct:testdata
182 ret = clock_gettime(td->cid, &ts);
401 ret = pthread_condattr_getclock(&ca, &td->cid);
405 td->cid = CLOCK_REALTIME;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 212 clockid_t cid; /* clock used in the condvar */ member in struct:__anon26728
237 ret = clock_gettime(td->cid, &ts);
284 ret = clock_gettime(td->cid, &ts);
495 ret = pthread_condattr_getclock(&ca, &td->cid);
500 td->cid = CLOCK_REALTIME;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 209 clockid_t cid; /* clock used in the condvar */ member in struct:__anon26729
234 ret = clock_gettime(td->cid, &ts);
453 ret = pthread_condattr_getclock(&ca, &td->cid);
458 td->cid = CLOCK_REALTIME;

Completed in 1685 milliseconds

1 2 3 4 5 6 7 8 91011