/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify22.c | 95 struct fanotify_fid_t *fid; member 103 .fid = &null_fid, 110 .fid = &bad_file_fid, 117 .fid = &null_fid, 124 .fid = &bad_file_fid, 128 int check_error_event_info_fid(struct fanotify_event_info_fid *fid, in check_error_event_info_fid() argument 131 struct file_handle *fh = (struct file_handle *) &fid->handle; in check_error_event_info_fid() 133 if (memcmp(&fid->fsid, &ex->fid->fsid, sizeof(fid->fsid))) { in check_error_event_info_fid() 135 ex->name, FSID_VAL_MEMBER(fid->fsid, 0), in check_error_event_info_fid() 136 ex->fid->fsid.val[0]); in check_error_event_info_fid() [all …]
|
D | fanotify15.c | 51 struct fanotify_fid_t *fid; member 98 event_set[count].fid = &root_fid; in do_test() 124 event_set[count].fid = &file_fid; in do_test() 134 event_set[count].fid = &file_fid; in do_test() 150 event_set[count].fid = &root_fid; in do_test() 172 event_set[count].fid = &dir_fid; in do_test() 222 expected->fid->handle.handle_bytes) { in do_test() 228 expected->fid->handle.handle_bytes); in do_test() 230 expected->fid->handle.handle_type) { in do_test() 236 expected->fid->handle.handle_type); in do_test() [all …]
|
D | fanotify16.c | 48 struct fanotify_fid_t *fid; member 190 event_set[tst_count].fid = &root_fid; in do_test() 216 event_set[tst_count].fid = &dir_fid; in do_test() 229 event_set[tst_count].fid = &dir_fid; in do_test() 236 event_set[tst_count].fid = &dir_fid; in do_test() 246 event_set[tst_count].fid = &dir_fid; in do_test() 258 event_set[tst_count].fid = &file_fid; in do_test() 270 event_set[tst_count].fid = &dir_fid; in do_test() 286 event_set[tst_count].fid = &dir_fid; in do_test() 295 event_set[tst_count].fid = &dir_fid; in do_test() [all …]
|
D | fanotify.h | 269 struct fanotify_fid_t *fid) in fanotify_save_fid() argument 271 int *fh = (int *)(fid->handle.f_handle); in fanotify_save_fid() 274 fid->handle.handle_bytes = MAX_HANDLE_SZ; in fanotify_save_fid() 275 fanotify_get_fid(path, &fid->fsid, &fid->handle); in fanotify_save_fid() 278 "fid(%s) = %x.%x.%x.%x.%x...", path, fid->fsid.val[0], in fanotify_save_fid() 279 fid->fsid.val[1], fh[0], fh[1], fh[2]); in fanotify_save_fid()
|
D | fanotify13.c | 54 struct fanotify_fid_t fid; member 113 fanotify_save_fid(objects[i].path, &objects[i].fid); in get_object_stats() 183 struct fanotify_fid_t *expected_fid = &objects[i].fid; in do_test()
|
/third_party/python/Lib/idlelib/ |
D | debugger_r.py | 41 fid = id(frame) 42 frametable[fid] = frame 43 return fid 86 def set_next(self, fid): argument 87 frame = frametable[fid] 90 def set_return(self, fid): argument 91 frame = frametable[fid] 94 def get_stack(self, fid, tbid): argument 95 frame = frametable[fid] 122 def frame_attr(self, fid, name): argument [all …]
|
/third_party/skia/tools/ |
D | SkSharingProc.cpp | 51 uint32_t fid = context->fImageMap[id]; in serializeImage() local 53 return SkData::MakeWithCopy(&fid, sizeof(fid)); in serializeImage() 67 uint32_t fid; in deserializeImage() local 69 if (length == sizeof(fid)) { in deserializeImage() 70 memcpy(&fid, data, sizeof(fid)); in deserializeImage() 71 if (fid >= context->fImages.size()) { in deserializeImage() 72 SkDebugf("Cannot deserialize using id, We do not have the data for image %d.\n", fid); in deserializeImage() 75 return context->fImages[fid]; in deserializeImage()
|
/third_party/curl/tests/ |
D | smbserver.py | 231 fid, full_path = self.get_server_path(requested_file) 234 fid, full_path = self.get_test_path(requested_file) 280 conn_data["OpenedFiles"][fakefid]["FileHandle"] = fid 323 fid, filename = tempfile.mkstemp() 325 filename, fid, requested_filename) 337 self.write_to_fid(fid, contents) 338 return fid, filename 340 def write_to_fid(self, fid, contents): argument 342 os.write(fid, contents) 343 os.fsync(fid) [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg-jni.c | 203 jfieldID fid; in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() local 210 BAILIF0(fid = (*env)->GetFieldID(env, cls, "handle", "J")); in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() 211 (*env)->SetLongField(env, obj, fid, (size_t)handle); in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() 598 jfieldID fid; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init() local 605 BAILIF0(fid = (*env)->GetFieldID(env, cls, "handle", "J")); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init() 606 (*env)->SetLongField(env, obj, fid, (size_t)handle); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init() 617 jfieldID fid = 0; in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors() local 632 BAILIF0(fid = (*env)->GetFieldID(env, sfcls, "num", "I")); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors() 633 (*env)->SetIntField(env, sfobj, fid, sf[i].num); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors() 634 BAILIF0(fid = (*env)->GetFieldID(env, sfcls, "denom", "I")); in Java_org_libjpegturbo_turbojpeg_TJ_getScalingFactors() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_decimate.c | 41 int fid; ///< current frame id in the queue member 159 dm->queue[dm->fid].frame = in; in filter_frame() 162 dm->clean_src[dm->fid] = in; in filter_frame() 170 in = dm->queue[dm->fid].frame; in filter_frame() 174 prv = dm->fid ? dm->queue[dm->fid - 1].frame : dm->last; in filter_frame() 176 dm->queue[dm->fid].maxbdiff = INT64_MAX; in filter_frame() 177 dm->queue[dm->fid].totdiff = INT64_MAX; in filter_frame() 179 calc_diffs(dm, &dm->queue[dm->fid], prv, in); in filter_frame() 181 if (++dm->fid != dm->cycle) in filter_frame() 185 dm->fid = 0; in filter_frame()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidJNI.cpp | 45 jfieldID fid = env->GetFieldID(cls, "m_server", "J"); in getExecServiceField() local 46 TCU_CHECK_INTERNAL(fid); in getExecServiceField() 48 return fid; in getExecServiceField()
|
/third_party/curl/lib/ |
D | smb.c | 186 unsigned short fid; member 201 unsigned short fid; member 215 unsigned short fid; member 230 unsigned short fid; member 374 unsigned short fid; /* request, the tid will be different */ member 744 msg.fid = smb_swap16(req->fid); in smb_send_close() 767 msg.fid = smb_swap16(req->fid); in smb_send_read() 793 msg->fid = smb_swap16(req->fid); in smb_send_write() 1003 req->fid = smb_swap16(smb_m->fid); in smb_request_state()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.h | 605 void CallRuntime(Runtime::FunctionId fid, 607 const Runtime::Function* function = Runtime::FunctionForId(fid); 612 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 614 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 618 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_backend.c | 160 int ret = 0, fid; in ec_group_explicit_todata() local 167 fid = EC_GROUP_get_field_type(group); in ec_group_explicit_todata() 169 if (fid == NID_X9_62_prime_field) { in ec_group_explicit_todata() 171 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
|
/third_party/openssl/crypto/ec/ |
D | ec_backend.c | 160 int ret = 0, fid; in ec_group_explicit_todata() local 167 fid = EC_GROUP_get_field_type(group); in ec_group_explicit_todata() 169 if (fid == NID_X9_62_prime_field) { in ec_group_explicit_todata() 171 } else if (fid == NID_X9_62_characteristic_two_field) { in ec_group_explicit_todata()
|
/third_party/gstreamer/gstplugins_good/po/ |
D | mt.po | 24 msgstr "Problem fid-decoding tal-istampa JPEG" 28 msgstr "Problem fid-decoding tal-istampa JPEG" 146 msgstr "Problema fil-qar()i %d bytes fid-device '%s'." 169 msgstr "Problema fil-qar()i %d bytes fid-device '%s'." 266 msgstr "Problema fil-qar()i %d bytes fid-device '%s'." 311 msgstr "Problem fid-decoding tal-istampa JPEG" 440 #~ msgstr "Problema interna fid-data stream"
|
/third_party/skia/src/gpu/ |
D | GrGpuResource.h | 114 GrGpuResourceTag(uint32_t pid, uint32_t tid, uint32_t wid, uint32_t fid) in GrGpuResourceTag() 115 : fPid(pid), fTid(tid), fWid(wid), fFid(fid) in GrGpuResourceTag()
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | macro-assembler-x64.h | 868 void CallRuntime(Runtime::FunctionId fid, 870 const Runtime::Function* function = Runtime::FunctionForId(fid); 875 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 877 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 881 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/arm/ |
D | macro-assembler-arm.h | 778 void CallRuntime(Runtime::FunctionId fid, 780 const Runtime::Function* function = Runtime::FunctionForId(fid); 785 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 787 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 791 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/ppc/ |
D | macro-assembler-ppc.h | 1250 void CallRuntimeSaveDoubles(Runtime::FunctionId fid) { in CallRuntimeSaveDoubles() argument 1251 const Runtime::Function* function = Runtime::FunctionForId(fid); in CallRuntimeSaveDoubles() 1256 void CallRuntime(Runtime::FunctionId fid, 1258 const Runtime::Function* function = Runtime::FunctionForId(fid); 1263 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 1265 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 1269 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
D | macro-assembler-loong64.h | 958 void CallRuntime(Runtime::FunctionId fid, 960 const Runtime::Function* function = Runtime::FunctionForId(fid); 965 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 967 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 971 void TailCallRuntime(Runtime::FunctionId fid);
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_uac.h | 66 uint32_t fid; /* Frame Identifier */ member
|
/third_party/tzdata/ |
D | localtime.c | 403 register int fid; in tzloadbody() local 452 fid = open(name, O_RDONLY | O_BINARY); in tzloadbody() 453 if (fid < 0) in tzloadbody() 456 nread = read(fid, up->buf, sizeof up->buf); in tzloadbody() 459 close(fid); in tzloadbody() 462 if (close(fid) < 0) in tzloadbody()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
D | NumberingScheme.java | 333 for (String fid : formats.keySet()) { in checkUnambiguousIdd() 334 FormatSpec spec = formats.get(fid); in checkUnambiguousIdd() 336 RangeTree r = xmlTable.getRanges(FORMAT, fid).slice(0, maxPrefixLength); in checkUnambiguousIdd()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
D | macro-assembler-mips64.h | 1143 void CallRuntime(Runtime::FunctionId fid, 1145 const Runtime::Function* function = Runtime::FunctionForId(fid); 1150 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 1152 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); 1156 void TailCallRuntime(Runtime::FunctionId fid);
|