Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/expo-modules-core/src/uuid/lib/
H A DbytesToUuid.ts15 bth[buf[i++]],
16 bth[buf[i++]],
17 bth[buf[i++]],
18 bth[buf[i++]],
20 bth[buf[i++]],
21 bth[buf[i++]],
23 bth[buf[i++]],
24 bth[buf[i++]],
26 bth[buf[i++]],
27 bth[buf[i++]],
[all …]
H A Dv35.ts31 buf?: number[],
34 const off = (buf && offset) || 0;
48 if (buf) {
50 buf[off + idx] = bytes[idx];
/expo/packages/expo-modules-core/build/uuid/lib/
H A DbytesToUuid.js14 bth[buf[i++]],
15 bth[buf[i++]],
16 bth[buf[i++]],
17 bth[buf[i++]],
19 bth[buf[i++]],
20 bth[buf[i++]],
22 bth[buf[i++]],
23 bth[buf[i++]],
25 bth[buf[i++]],
26 bth[buf[i++]],
[all …]
H A DbytesToUuid.js.map1buf: number[], offset?: number) {\n let i = offset || 0;\n const bth = byteToHex;\n // join use…
H A Dv35.js20 const generateUUID = function (value, namespace, buf, offset) { argument
21 const off = (buf && offset) || 0;
34 if (buf) {
36 buf[off + idx] = bytes[idx];
H A DbytesToUuid.d.ts1 declare function bytesToUuid(buf: number[], offset?: number): string;
H A Dv35.d.ts2 … (value: number[] | string, namespace: number[] | string, buf?: number[], offset?: number): string;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsilib.h42 std::shared_ptr<const jsi::Buffer> buf, in SourceJavaScriptPreparation() argument
44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsilib.h42 std::shared_ptr<const jsi::Buffer> buf, in SourceJavaScriptPreparation() argument
44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsilib.h42 std::shared_ptr<const jsi::Buffer> buf, in SourceJavaScriptPreparation() argument
44 : buf_(std::move(buf)), sourceURL_(std::move(sourceURL)) {} in SourceJavaScriptPreparation()
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DAFCClient.ts209 const buf = Buffer.alloc(s.length + 1); constant
210 const len = buf.write(s);
211 buf.writeUInt8(0, len);
212 return buf;
/expo/packages/expo-modules-core/src/uuid/
H A Duuid.types.ts15 buf?: number[],
/expo/packages/expo-modules-core/build/uuid/
H A Duuid.types.d.ts12 …v5: (value: number[] | string, namespace: number[] | string, buf?: number[], offset?: number) => s…
H A Dv5.d.ts5 …(value: string | number[], namespace: string | number[], buf?: number[] | undefined, offset?: numb…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI47_0_0YGNodePrint.cpp36 std::vector<char> buf(1 + vsnprintf(NULL, 0, fmt, args)); in appendFormatedString() local
38 vsnprintf(buf.data(), buf.size(), fmt, argsCopy); in appendFormatedString()
40 string result = string(buf.begin(), buf.end() - 1); in appendFormatedString()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI49_0_0YGNodePrint.cpp36 std::vector<char> buf(1 + vsnprintf(NULL, 0, fmt, args)); in appendFormatedString() local
38 vsnprintf(buf.data(), buf.size(), fmt, argsCopy); in appendFormatedString()
40 string result = string(buf.begin(), buf.end() - 1); in appendFormatedString()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/
H A DABI48_0_0YGNodePrint.cpp36 std::vector<char> buf(1 + vsnprintf(NULL, 0, fmt, args)); in appendFormatedString() local
38 vsnprintf(buf.data(), buf.size(), fmt, argsCopy); in appendFormatedString()
40 string result = string(buf.begin(), buf.end() - 1); in appendFormatedString()
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skcms/
H A Dskcms_internal.h28 const uint8_t* buf; member
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/viewshot/
H A DViewShot.java575 this.buf = buffer; in ReusableByteArrayOutputStream()
582 return this.buf; in innerBuffer()
587 if (this.buf.length < size) { in asBuffer()
591 return ByteBuffer.wrap(this.buf); in asBuffer()
606 int oldCapacity = buf.length; in grow()
612 buf = Arrays.copyOf(buf, newCapacity); in grow()

12