Home
last modified time | relevance | path

Searched refs:M (Results 1 – 25 of 150) sorted by relevance

123456

/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/handlers/
H A Dtypes.ts32 export type DeviceRequest<M extends CdpMessage = CdpMessage> = Pick<M, 'method' | 'params'>;
33 export type DeviceResponse<M extends CdpMessage = CdpMessage> = Pick<M, 'id' | 'result'>;
35 export type DebuggerRequest<M extends CdpMessage = CdpMessage> = Pick<
36 M,
39 export type DebuggerResponse<M extends CdpMessage = CdpMessage> = Pick<M, 'result'>;
/expo/packages/expo-modules-core/src/uuid/lib/
H A Dsha1.ts38 const M = new Array(N); constant
41 M[i] = new Array(16);
43 M[i][j] =
51 M[N - 1][14] = ((bytes.length - 1) * 8) / Math.pow(2, 32);
52 M[N - 1][14] = Math.floor(M[N - 1][14]);
53 M[N - 1][15] = ((bytes.length - 1) * 8) & 0xffffffff;
58 for (let t = 0; t < 16; t++) W[t] = M[i][t];
/expo/packages/expo-modules-core/build/uuid/lib/
H A Dsha1.js33 const M = new Array(N);
35 M[i] = new Array(16);
37 M[i][j] =
44 M[N - 1][14] = ((bytes.length - 1) * 8) / Math.pow(2, 32);
45 M[N - 1][14] = Math.floor(M[N - 1][14]);
46 M[N - 1][15] = ((bytes.length - 1) * 8) & 0xffffffff;
50 W[t] = M[i][t];
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/adapters/react/views/
H A DViewGroupManagerAdapter.java18 public class ViewGroupManagerAdapter<M extends ViewManager<V>, V extends ViewGroup> extends ViewGro…
19 private M mViewManager;
21 public ViewGroupManagerAdapter(M viewManager) { in ViewGroupManagerAdapter()
H A DSimpleViewManagerAdapter.java18 public class SimpleViewManagerAdapter<M extends ViewManager<V>, V extends View> extends SimpleViewM…
19 private M mViewManager;
21 public SimpleViewManagerAdapter(M viewManager) { in SimpleViewManagerAdapter()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/adapters/react/views/
H A DSimpleViewManagerAdapter.java18 public class SimpleViewManagerAdapter<M extends ViewManager<V>, V extends View> extends SimpleViewM…
19 private M mViewManager;
21 public SimpleViewManagerAdapter(M viewManager) { in SimpleViewManagerAdapter()
H A DViewGroupManagerAdapter.java18 public class ViewGroupManagerAdapter<M extends ViewManager<V>, V extends ViewGroup> extends ViewGro…
19 private M mViewManager;
21 public ViewGroupManagerAdapter(M viewManager) { in ViewGroupManagerAdapter()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/adapters/react/views/
H A DViewGroupManagerAdapter.java18 public class ViewGroupManagerAdapter<M extends ViewManager<V>, V extends ViewGroup> extends ViewGro…
19 private M mViewManager;
21 public ViewGroupManagerAdapter(M viewManager) { in ViewGroupManagerAdapter()
H A DSimpleViewManagerAdapter.java18 public class SimpleViewManagerAdapter<M extends ViewManager<V>, V extends View> extends SimpleViewM…
19 private M mViewManager;
21 public SimpleViewManagerAdapter(M viewManager) { in SimpleViewManagerAdapter()
/expo/secrets/
H A Dkeys.json15M~�L2�%��$�0_D���K�}�[�>�ZYI��rWK��\JX��Ű����,�\��Å�/0"�a̩S���l/�̉!�85Ga����8�4��@]���…
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h215 template <typename T> using M = typename Mask<T>::type;
287 return bit_pun<Vec<N,M<T>>>(to_vext(x) == to_vext(y));
290 return bit_pun<Vec<N,M<T>>>(to_vext(x) != to_vext(y));
293 return bit_pun<Vec<N,M<T>>>(to_vext(x) <= to_vext(y));
296 return bit_pun<Vec<N,M<T>>>(to_vext(x) >= to_vext(y));
299 return bit_pun<Vec<N,M<T>>>(to_vext(x) < to_vext(y));
302 return bit_pun<Vec<N,M<T>>>(to_vext(x) > to_vext(y));
451 return bit_pun<Vec<N,T>>(( cond & bit_pun<Vec<N, M<T>>>(t)) |
452 (~cond & bit_pun<Vec<N, M<T>>>(e)) );
457 return bit_pun<Vec<1,T>>(( cond & bit_pun<Vec<1, M<T>>>(t)) |
[all …]
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/private/
H A DSkVx.h210 template <typename T> using M = typename Mask<T>::type;
282 return bit_pun<Vec<N,M<T>>>(to_vext(x) == to_vext(y));
285 return bit_pun<Vec<N,M<T>>>(to_vext(x) != to_vext(y));
288 return bit_pun<Vec<N,M<T>>>(to_vext(x) <= to_vext(y));
291 return bit_pun<Vec<N,M<T>>>(to_vext(x) >= to_vext(y));
294 return bit_pun<Vec<N,M<T>>>(to_vext(x) < to_vext(y));
297 return bit_pun<Vec<N,M<T>>>(to_vext(x) > to_vext(y));
446 return bit_pun<Vec<N,T>>(( cond & bit_pun<Vec<N, M<T>>>(t)) |
447 (~cond & bit_pun<Vec<N, M<T>>>(e)) );
452 return bit_pun<Vec<1,T>>(( cond & bit_pun<Vec<1, M<T>>>(t)) |
[all …]
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DPath.tsx52 <Svg.Path d="M 100 350 l 150 -300" stroke="red" strokeWidth="3" fill="none" />
53 <Svg.Path d="M 250 50 l 150 300" stroke="red" strokeWidth="3" fill="none" />
54 <Svg.Path d="M 175 200 l 150 0" stroke="green" strokeWidth="3" fill="none" />
55 <Svg.Path d="M 100 350 q 150 -300 300 0" stroke="blue" strokeWidth="5" fill="none" />
/expo/packages/expo-updates/android/src/androidTest/certificates/expo.modules.updates.codesigning.CertificateFixtures/privatekeys/
H A DchainExpoProjectInformationViolationLeaf-privateKey.pem24 xZ+lAoGAbLVs4ql9/ZmsmOgaCN+M/hwphnXqCHtrWT2tib3rHh+9m6dlIm2LGDa5
/expo/packages/expo-updates/ios/Tests/Support/certificates/privatekeys/
H A DchainExpoProjectInformationViolationLeaf-privateKey.pem24 xZ+lAoGAbLVs4ql9/ZmsmOgaCN+M/hwphnXqCHtrWT2tib3rHh+9m6dlIm2LGDa5
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0JsArgumentHelpers-inl.h16 template <typename R, typename M, typename... T>
17 R jsArg1(const folly::dynamic &arg, M asFoo, const T &...desc) { in jsArg1()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0JsArgumentHelpers-inl.h16 template <typename R, typename M, typename... T>
17 R jsArg1(const folly::dynamic &arg, M asFoo, const T &...desc) { in jsArg1()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0JsArgumentHelpers-inl.h16 template <typename R, typename M, typename... T>
17 R jsArg1(const folly::dynamic &arg, M asFoo, const T &...desc) { in jsArg1()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt29 @RequiresApi(Build.VERSION_CODES.M)
60 Build.VERSION.SDK_INT >= Build.VERSION_CODES.M -> getRootWindowInsetsCompatM(rootView) in getRootWindowInsetsCompat()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt29 @RequiresApi(Build.VERSION_CODES.M)
60 Build.VERSION.SDK_INT >= Build.VERSION_CODES.M -> getRootWindowInsetsCompatM(rootView) in getRootWindowInsetsCompat()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt27 @RequiresApi(Build.VERSION_CODES.M)
56 Build.VERSION.SDK_INT >= Build.VERSION_CODES.M -> getRootWindowInsetsCompatM(rootView) in getRootWindowInsetsCompat()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/safeareacontext/
H A DSafeAreaUtils.kt29 @RequiresApi(Build.VERSION_CODES.M)
60 Build.VERSION.SDK_INT >= Build.VERSION_CODES.M -> getRootWindowInsetsCompatM(rootView) in getRootWindowInsetsCompat()
/expo/android/vendored/sdk49/react-native-gesture-handler/android/src/main/java/abi49_0_0/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerButtonViewManager.kt45 @TargetApi(Build.VERSION_CODES.M) in getName()
196 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
218 if (useDrawableOnForeground && Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
269 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && rippleRadius != null) { in createSelectableDrawable()
/expo/android/vendored/unversioned/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerButtonViewManager.kt45 @TargetApi(Build.VERSION_CODES.M) in getName()
196 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
218 if (useDrawableOnForeground && Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
269 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && rippleRadius != null) { in createSelectableDrawable()
/expo/android/vendored/sdk48/react-native-gesture-handler/android/src/main/java/abi48_0_0/com/swmansion/gesturehandler/react/
H A DRNGestureHandlerButtonViewManager.kt45 @TargetApi(Build.VERSION_CODES.M) in getName()
196 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
218 if (useDrawableOnForeground && Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { in updateBackground()
263 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M && rippleRadius != null) { in createSelectableDrawable()

123456