Home
last modified time | relevance | path

Searched refs:removable (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_xmp.cpp2407 // Option for removable fields. in SyncExif()
2409 uint32 removable = removeFromXMP ? removeXMP in SyncExif() local
2417 readOnly + removable); in SyncExif()
2424 readOnly + removable); in SyncExif()
2625 readOnly + removable); in SyncExif()
2728 readOnly + removable); in SyncExif()
2736 readOnly + removable); in SyncExif()
2744 readOnly + removable); in SyncExif()
2752 readOnly + removable); in SyncExif()
2760 readOnly + removable); in SyncExif()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DobjectRest.js37 var removable = new Removable();
38 var { removed, ...removableRest } = removable;
39 var i: I = removable;
85 var removable = new Removable();
86 var { removed } = removable, removableRest = __rest(removable, ["removed"]);
87 var i = removable;
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_hub.c1268 uint8_t removable; in uhub_attach() local
1498 removable = 0; in uhub_attach()
1508 /* check if port is removable */ in uhub_attach()
1514 removable++; in uhub_attach()
1518 removable++; in uhub_attach()
1521 DPRINTF("Assuming removable port\n"); in uhub_attach()
1522 removable++; in uhub_attach()
1580 "removable, %s powered\n", nports, (nports != 1) ? "s" : "", in uhub_attach()
1581 removable, udev->flags.self_powered ? "self" : "bus"); in uhub_attach()

Completed in 7 milliseconds