| /external/perfetto/src/trace_processor/types/ | 
| D | task_state_unittests.cc | 27   auto from_raw = [](uint16_t raw) {  in TEST()  local 54   auto from_raw = [](uint16_t raw) {  in TEST()  local 77   auto from_raw = [](uint16_t raw) {  in TEST()  local
  | 
| /external/rust/crates/ash/src/vk/ | 
| D | enums.rs | 7     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 39     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 56     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 72     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 89     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 105     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 126     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 142     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 163     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method 188     pub const fn from_raw(x: i32) -> Self {  in from_raw()  method [all …] 
 | 
| /external/rust/crates/intrusive-collections/src/ | 
| D | pointer_ops.rs | 40     unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer;  in from_raw()  method 78     unsafe fn from_raw(&self, raw: *const T) -> &'a T {  in from_raw()  method 93     unsafe fn from_raw(&self, raw: *const T) -> Pin<&'a T> {  in from_raw()  method 108     unsafe fn from_raw(&self, raw: *const T) -> UnsafeRef<T> {  in from_raw()  method 123     unsafe fn from_raw(&self, raw: *const T) -> Pin<UnsafeRef<T>> {  in from_raw()  method 139     unsafe fn from_raw(&self, raw: *const T) -> Box<T> {  in from_raw()  method 155     unsafe fn from_raw(&self, raw: *const T) -> Pin<Box<T>> {  in from_raw()  method 171     unsafe fn from_raw(&self, raw: *const T) -> Rc<T> {  in from_raw()  method 187     unsafe fn from_raw(&self, raw: *const T) -> Pin<Rc<T>> {  in from_raw()  method 203     unsafe fn from_raw(&self, raw: *const T) -> Arc<T> {  in from_raw()  method [all …] 
 | 
| D | unsafe_ref.rs | 35     pub unsafe fn from_raw(val: *const T) -> UnsafeRef<T> {  in from_raw()  method
  | 
| /external/rust/crates/jni/src/wrapper/objects/ | 
| D | global_ref.rs | 50     pub(crate) unsafe fn from_raw(vm: JavaVM, raw_global_ref: sys::jobject) -> Self {  in from_raw()  method 68     unsafe fn from_raw(vm: JavaVM, obj: sys::jobject) -> Self {  in from_raw()  method
  | 
| D | jstaticfieldid.rs | 39     pub unsafe fn from_raw(raw: jfieldID) -> Self {  in from_raw()  method
  | 
| D | jmethodid.rs | 39     pub unsafe fn from_raw(raw: jmethodID) -> Self {  in from_raw()  method
  | 
| D | jfieldid.rs | 39     pub unsafe fn from_raw(raw: jfieldID) -> Self {  in from_raw()  method
  | 
| D | jstaticmethodid.rs | 39     pub unsafe fn from_raw(raw: jmethodID) -> Self {  in from_raw()  method
  | 
| D | jobject.rs | 34     pub unsafe fn from_raw(raw: jobject) -> Self {  in from_raw()  method
  | 
| D | jclass.rs | 45     pub unsafe fn from_raw(raw: jclass) -> Self {  in from_raw()  method
  | 
| D | jstring.rs | 44     pub unsafe fn from_raw(raw: jstring) -> Self {  in from_raw()  method
  | 
| D | jthrowable.rs | 44     pub unsafe fn from_raw(raw: jthrowable) -> Self {  in from_raw()  method
  | 
| D | jbytebuffer.rs | 41     pub unsafe fn from_raw(raw: jobject) -> Self {  in from_raw()  method
  | 
| /external/rust/crates/openssl/src/ | 
| D | ex_data.rs | 24     pub unsafe fn from_raw(idx: c_int) -> Index<T, U> {  in from_raw()  method
  | 
| D | ocsp.rs | 50     pub fn from_raw(raw: c_int) -> OcspResponseStatus {  in from_raw()  method 68     pub fn from_raw(raw: c_int) -> OcspCertStatus {  in from_raw()  method 100     pub fn from_raw(raw: c_int) -> OcspRevokedStatus {  in from_raw()  method
  | 
| D | srtp.rs | 55     pub fn from_raw(value: c_ulong) -> SrtpProfileId {  in from_raw()  method
  | 
| /external/rust/crates/crossbeam-utils/src/sync/ | 
| D | parker.rs | 203     pub unsafe fn from_raw(ptr: *const ()) -> Parker {  in from_raw()  method 290     pub unsafe fn from_raw(ptr: *const ()) -> Unparker {  in from_raw()  method
  | 
| /external/rust/crates/ash/src/ | 
| D | vk.rs | 50     fn from_raw(_: u64) -> Self;  in from_raw()  method
  | 
| /external/rust/crates/tokio/src/util/ | 
| D | atomic_cell.rs | 38 fn from_raw<T>(val: *mut T) -> Option<Box<T>> {  in from_raw()  function
  | 
| D | linked_list.rs | 57     unsafe fn from_raw(ptr: NonNull<Self::Target>) -> Self::Handle;  in from_raw()  method 377         unsafe fn from_raw(ptr: NonNull<Entry>) -> Pin<&'a Entry> {  in from_raw()  method
  | 
| /external/rust/crates/nix/src/sys/socket/ | 
| D | addr.rs | 1010     unsafe fn from_raw(  in from_raw()  method 1129     unsafe fn from_raw(  in from_raw()  method 1218     unsafe fn from_raw(  in from_raw()  method 1287     unsafe fn from_raw(  in from_raw()  method 1406     unsafe fn from_raw(  in from_raw()  method 1541     unsafe fn from_raw(  in from_raw()  method 2324     unsafe fn from_raw(  in from_raw()  method 2374         unsafe fn from_raw(  in from_raw()  method 2422         unsafe fn from_raw(  in from_raw()  method 2877         unsafe fn from_raw(  in from_raw()  method
  | 
| /external/rust/crates/tokio/src/runtime/task/ | 
| D | mod.rs | 336     unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> {  in from_raw()  method 484     unsafe fn from_raw(ptr: NonNull<Header>) -> Task<S> {  in from_raw()  method
  | 
| /external/rust/crates/nix/src/sys/ | 
| D | wait.rs | 212     pub fn from_raw(pid: Pid, status: i32) -> Result<WaitStatus> {  in from_raw()  method
  | 
| /external/rust/crates/rusqlite/src/util/ | 
| D | sqlite_string.rs | 53     pub(crate) unsafe fn from_raw(ptr: *mut c_char) -> Option<Self> {  in from_raw()  method
  |