Home
last modified time | relevance | path

Searched full:backed (Results 1 – 25 of 1892) sorted by relevance

12345678910>>...76

/external/cronet/third_party/icu/source/data/translit/
Dsk_FONIPA_ja.txt44 ca → チャ ; # not backed by data
47 cu → チュ ; # not backed by data
48 co → チョ ; # not backed by data
82 hi → ヒ ; # not backed by data
94 ji → イ ; # not backed by data
108 l \' e → レ ; # not backed by data
109 l \' i → リ ; # not backed by data
110 l \' o → リヨ ; # not backed by data
111 l \' u → リユ ; # not backed by data
135 ɲo → ニョ ; # not backed by data
[all …]
Dcs_FONIPA_ja.txt77 ga → ガ; # not backed by data
78 ge → グエ; # not backed by data
79 gi → グイ; # not backed by data
80 gg → ッ | g; # not backed by data
81 go → ゴ; # not backed by data
82 gu → グ; # not backed by data
83 g } $word_boundary → ク; # not backed by data
84 g → グ; # not backed by data
87 ɟi → ジ; # not backed by data
88 ɟo → ジョ; # not backed by data
[all …]
Dro_FONIPA_ja.txt75 hi → ヒ ; # not backed by data
190 we → エ ; # not backed by data
191 wi → イ ; # not backed by data
192 wo → オ ; # not backed by data
193 wu → ウ ; # not backed by data
/external/icu/icu4c/source/data/translit/
Dsk_FONIPA_ja.txt44 ca → チャ ; # not backed by data
47 cu → チュ ; # not backed by data
48 co → チョ ; # not backed by data
82 hi → ヒ ; # not backed by data
94 ji → イ ; # not backed by data
108 l \' e → レ ; # not backed by data
109 l \' i → リ ; # not backed by data
110 l \' o → リヨ ; # not backed by data
111 l \' u → リユ ; # not backed by data
135 ɲo → ニョ ; # not backed by data
[all …]
Dcs_FONIPA_ja.txt77 ga → ガ; # not backed by data
78 ge → グエ; # not backed by data
79 gi → グイ; # not backed by data
80 gg → ッ | g; # not backed by data
81 go → ゴ; # not backed by data
82 gu → グ; # not backed by data
83 g } $word_boundary → ク; # not backed by data
84 g → グ; # not backed by data
87 ɟi → ジ; # not backed by data
88 ɟo → ジョ; # not backed by data
[all …]
Dro_FONIPA_ja.txt75 hi → ヒ ; # not backed by data
190 we → エ ; # not backed by data
191 wi → イ ; # not backed by data
192 wo → オ ; # not backed by data
193 wu → ウ ; # not backed by data
/external/cldr/common/transforms/
Dcs_FONIPA-ja.xml86 ga → ガ; # not backed by data
87 ge → グエ; # not backed by data
88 gi → グイ; # not backed by data
89 gg → ッ | g; # not backed by data
90 go → ゴ; # not backed by data
91 gu → グ; # not backed by data
92 g } $word_boundary → ク; # not backed by data
93 g → グ; # not backed by data
96 ɟi → ジ; # not backed by data
97 ɟo → ジョ; # not backed by data
[all …]
Dsk_FONIPA-ja.xml56 ca → チャ ; # not backed by data
59 cu → チュ ; # not backed by data
60 co → チョ ; # not backed by data
99 hi → ヒ ; # not backed by data
113 ji → イ ; # not backed by data
129 l \' e → レ ; # not backed by data
130 l \' i → リ ; # not backed by data
131 l \' o → リヨ ; # not backed by data
132 l \' u → リユ ; # not backed by data
159 ɲo → ニョ ; # not backed by data
[all …]
Dro_FONIPA-ja.xml90 hi → ヒ ; # not backed by data
221 we → エ ; # not backed by data
222 wi → イ ; # not backed by data
223 wo → オ ; # not backed by data
224 wu → ウ ; # not backed by data
/external/rust/beto-rust/nearby/crypto/crypto_provider_openssl/src/
Dlib.rs17 //! Crate which provides impls for CryptoProvider backed by openssl
26 /// Contains the openssl backed AES implementations for CryptoProvider
28 /// Contains the openssl backed ed25519 impl for key generation, verification, and signing
33 /// Contains the boringssl backed hkdf impl for CryptoProvider
36 /// Contains the boringssl backed hmac impl for CryptoProvider
40 /// Contains the openssl backed hkdf impl for CryptoProvider
43 /// Contains the openssl backed hmac impl for CryptoProvider
48 /// Contains the openssl backed NIST-P256 impl for CryptoProvider
50 /// Contains the openssl backed SHA2 impl for CryptoProvider
52 /// Contains the openssl backed X25519 impl for CryptoProvider
[all …]
/external/skia/tests/
DDeviceTest.cpp56 // Create a raster-backed special image from a raster-backed SkBitmap
64 // Create a raster-backed special image from a raster-backed SkImage
73 // Snap the device as a raster-backed special image
106 // Create a gpu-backed special image from a raster-backed SkBitmap in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
114 // Create a gpu-backed special image from a raster-backed SkImage in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
124 // Create a gpu-backed special image from a gpu-backed SkImage in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
133 // Snap the device as a gpu-backed special image in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/
Dlib.rs24 //! Crate which provides impls for CryptoProvider backed by RustCrypto crates
26 /// Contains the RustCrypto backed AES impl for CryptoProvider
28 /// Contains the RustCrypto backed impl for ed25519 key generation, signing, and verification
30 /// Contains the RustCrypto backed hkdf impl for CryptoProvider
32 /// Contains the RustCrypto backed hmac impl for CryptoProvider
34 /// Contains the RustCrypto backed P256 impl for CryptoProvider
36 /// Contains the RustCrypto backed SHA2 impl for CryptoProvider
38 /// Contains the RustCrypto backed X25519 impl for CryptoProvider
56 /// A no_std compatible implementation of CryptoProvider backed by RustCrypto crates
61 /// The the RustCrypto backed struct which implements CryptoProvider
/external/wpa_supplicant_8/src/utils/
Dext_password_file.c2 * External backend for file-backed passwords
17 * Data structure for the file-backed password backend.
25 * ext_password_file_init - Initialize file-backed password backend
29 * This function initializes a new file-backed password backend. The user is
57 * ext_password_file_deinit - Deinitialize file-backed password backend
58 * @ctx: The file-backed password backend
60 * This function frees all data associated with the file-backed password
72 * ext_password_file_get - Retrieve password from the file-backed password backend
73 * @ctx: The file-backed password backend
/external/toybox/www/doc/
Dmount.html62 <h2>Four filesystem types (block backed, server backed, ramfs, synthetic).</h2>
72 <li><h3>Block device backed filesystems, such as ext2 and vfat.</h3>
75 through. The source argument for block backed filesystems is a path to a
80 <p>Block backed filesystems are the "conventional" filesystem type most people
85 <li><h3>Server backed filesystems, such as cifs/samba or fuse.</h3>
100 <p>A lot of server backed filesystems want to open their own connection so they
110 <p>These are also known as "pipe backed" filesystems (or "network filesystems"
112 Conceptually they're char device backed filesystems analogous to the block
113 backed filesystems (block devices provide seekable storage, char devices
119 <li><h3>Ram backed filesystems (ramfs and tmpfs).</h3>
[all …]
/external/swiftshader/src/Vulkan/Debug/
DFile.hpp32 // createVirtual() returns a new file that is not backed by the filesystem.
37 // createPhysical() returns a new file that is backed by the file at path.
58 // isVirtual() returns true iff the file is not backed by the filesystem.
61 // path() returns the path to the file, if backed by the filesystem,
68 // The directory of file if backed by the filesystem, otherwise an empty string.
74 // The source of the file if not backed by the filesystem, otherwise an empty string.
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java63 * @throws UnsupportedOperationException If this buffer is not backed by a {@link ByteBuffer}.
74 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
75 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
83 * <p>If this buffer is backed by an array then {@link #position()} corresponds to the array index
90 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
91 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
129 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
138 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
152 * Creates a new {@link AllocatedBuffer} that is backed by the given {@link ByteBuffer}. The
DUnsafeByteOperations.java69 * An unsafe operation that returns a {@link ByteString} that is backed by the provided buffer.
72 * @return a {@link ByteString} backed by the provided buffer
79 * An unsafe operation that returns a {@link ByteString} that is backed by a subregion of the
85 * @return a {@link ByteString} backed by the provided buffer
92 * An unsafe operation that returns a {@link ByteString} that is backed by the provided buffer.
95 * @return a {@link ByteString} backed by the provided buffer
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java63 * @throws UnsupportedOperationException If this buffer is not backed by a {@link ByteBuffer}.
74 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
75 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
83 * <p>If this buffer is backed by an array then {@link #position()} corresponds to the array index
90 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
91 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
129 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
138 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
152 * Creates a new {@link AllocatedBuffer} that is backed by the given {@link ByteBuffer}. The
DUnsafeByteOperations.java69 * An unsafe operation that returns a {@link ByteString} that is backed by the provided buffer.
72 * @return a {@link ByteString} backed by the provided buffer
79 * An unsafe operation that returns a {@link ByteString} that is backed by a subregion of the
85 * @return a {@link ByteString} backed by the provided buffer
92 * An unsafe operation that returns a {@link ByteString} that is backed by the provided buffer.
95 * @return a {@link ByteString} backed by the provided buffer
/external/skia/include/gpu/graphite/
DImageProvider.h20 * they desire. Whenever Graphite encounters an SkImage which is not Graphite-backed
22 * return a Graphite-backed version of the provided SkImage that meets the specified
25 * Skia requires that 'findOrCreate' return a Graphite-backed image that preserves the dimensions,
49 // If the client's derived class already has a Graphite-backed image that has the same
51 // makeTextureImage can always be called to create an acceptable Graphite-backed image
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c333 s->backed = NULL; in svga_create_surface_view()
362 "New backed surface view: resource %p, level %u layer %u z %u, %p\n", in svga_create_surface_view()
472 if (!s->backed) { in create_backed_surface_view()
485 s->backed = svga_surface(backed_view); in create_backed_surface_view()
489 else if (s->backed->age < tex->age) { in create_backed_surface_view()
495 struct svga_surface *bs = s->backed; in create_backed_surface_view()
519 svga_mark_surface_dirty(&s->backed->base); in create_backed_surface_view()
520 s->backed->age = tex->age; in create_backed_surface_view()
523 return s->backed; in create_backed_surface_view()
656 /* Destroy the backed view surface if it exists */ in svga_surface_destroy()
[all …]
/external/libbackup/src/com/google/android/libraries/backup/
DPersistentBackupAgentHelper.java21 * <p>1) All backed-up shared preference files will automatically be restored; the app does not need
26 * <p>2) Only the requested keys will be backed up from each shared preference file. All keys that
27 * were backed up will be restored.
41 * {@link PersistentBackupAgentHelper}. Files with this name cannot be backed up by this helper.
74 * Returns the predicate that decides which keys should be backed up for each shared preference
81 * <p>This method will only be called at backup time. At restore time, everything that was backed
171 // wouldn't have backed up. This ensures forward-compatibility. in writeFromBackupFileToPreferenceFiles()
204 * <p>1) Once the processing is live, it could be applied to any data that ever gets backed up by
/external/skia/tests/graphite/
DImageProviderTest.cpp245 // 0) raster-backed image w/o mipmaps
249 // 1) raster-backed image w/ mipmaps
253 // 2) Graphite-backed w/o mipmaps
257 // 3) Graphite-backed w/ mipmaps
261 // 4) picture-backed image
265 // 5) bitmap-backed-generator based image
286 // 0) raster-backed image w/o mipmaps
290 // 1) raster-backed image w/ mipmaps
294 // 2) Graphite-backed w/o mipmaps
298 // 3) Graphite-backed w/ mipmaps
[all …]
/external/skia/include/core/
DSkImage.h191 * Return an image backed by the encoded data, but attempt to defer decoding until the image
239 /** Creates a CPU-backed SkImage from compressed data.
283 /** Creates a GPU-backed SkImage from compressed data.
287 will be decompressed and then wrapped in a GPU-backed image.
503 to a SkDeferredDisplayListRecorder or directly to a GPU-backed SkSurface.
767 zero if the image is not texture backed or if the texture has an external format.
775 SkImage backed by GPU texture may become invalid if associated context is
787 /** Flushes any pending uses of texture-backed images in the GPU backend. If the image is not
788 texture-backed (including promise texture images) or if the GrDirectContext does not
977 is GPU-backed the data is immediately invalidated if the context is abandoned or
[all …]
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1363 * Guest-backed objects definitions.
1681 * Define a guest-backed surface.
1699 * Defines a guest-backed surface, adding the arraySize field.
1721 * Defines a guest-backed surface, adding the larger flags.
1740 * Destroy a guest-backed surface.
1752 * Bind a guest-backed surface to a mob.
1775 * Conditionally bind a mob to a guest-backed surface if testMobid
1796 * Update an image in a guest-backed surface.
1810 * Update an entire guest-backed surface.
1823 * Readback an image in a guest-backed surface.
[all …]

12345678910>>...76