Home
last modified time | relevance | path

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

12345678910>>...65

/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
Dpl_FONIPA_ja.txt190 ɕa → シャ; # not backed by data
192 ɕu → シュ; # not backed by data
193 ɕo → ショ; # not backed by data
202 ʂo → ショ; # not backed by data
/external/cldr/common/transforms/
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 …]
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 …]
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
Dpl_FONIPA-ja.xml219 ɕa → シャ; # not backed by data
221 ɕu → シュ; # not backed by data
222 ɕo → ショ; # not backed by data
232 ʂo → ショ; # not backed by data
/external/skia/tests/
DDeviceTest.cpp52 // Create a raster-backed special image from a raster-backed SkBitmap
60 // Create a raster-backed special image from a raster-backed SkImage
69 // Snap the device as a raster-backed special image
95 // Create a gpu-backed special image from a raster-backed SkBitmap in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
103 // Create a gpu-backed special image from a raster-backed SkImage in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
113 // Create a gpu-backed special image from a gpu-backed SkImage in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
122 // Snap the device as a gpu-backed special image in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/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/protobuf/java/core/src/main/java/com/google/protobuf/
DAllocatedBuffer.java62 * @throws UnsupportedOperationException If this buffer is not backed by a {@link ByteBuffer}.
73 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
74 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
82 * <p>If this buffer is backed by an array then {@link #position()} corresponds to the array index
89 * @throws java.nio.ReadOnlyBufferException If this buffer is backed by an array but is read-only
90 * @throws UnsupportedOperationException If this buffer is not backed by an accessible array
127 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
136 * Creates a new {@link AllocatedBuffer} that is backed by the given array. The returned buffer
150 * 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/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/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 …]
Dsvga_winsys.h252 /** Opaque guest-backed objects */
306 * Emit a relocation for a guest-backed shader object.
320 * Emit a relocation for a guest-backed context.
348 * Emit a relocation for a guest-backed query object.
393 ** BEGIN new functions for guest-backed surfaces.
400 * Map a guest-backed surface.
420 * Unmap a guest-backed surface.
698 ** BEGIN new functions for guest-backed surfaces.
701 /** Are guest-backed objects enabled? */
704 /** Can we do DMA with guest-backed objects enabled? */
/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/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 …]
/external/skia/include/core/
DSkImage.h165 * Return an image backed by the encoded data, but attempt to defer decoding until the image
213 /** Creates a CPU-backed SkImage from compressed data.
253 /** Creates a GPU-backed SkImage from compressed data.
257 will be decompressed and then wrapped in a GPU-backed image.
460 to a SkDeferredDisplayListRecorder or directly to a GPU-backed SkSurface.
735 zero if the image is not texture backed or if the texture has an external format.
743 SkImage backed by GPU texture may become invalid if associated context is
755 /** Flushes any pending uses of texture-backed images in the GPU backend. If the image is not
756 texture-backed (including promise texture images) or if the GrDirectContext does not
944 is GPU-backed the data is immediately invalidated if the context is abandoned or
[all …]
/external/angle/extensions/
DEGL_ANGLE_vulkan_display.txt74 To obtain an simple EGLDisplay backed by a ANGLE vulkan with
75 VK_KHR_display, request a display that is backed by a Vulkan driver
81 If an EGLDisplay is backed by ANGLE vulkan VK_KHR_display and the
/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java63 /** A {@link TypeMirror} implementation backed by a {@link Type}. */
100 /** A {@link PrimitiveType} implementation backed by a {@link PrimTy}. */
160 /** A {@link DeclaredType} implementation backed by a {@link ClassTy}. */
263 /** An {@link ArrayType} implementation backed by a {@link ArrayTy}. */
299 /** An {@link ErrorType} implementation backed by a {@link ErrorTy}. */
350 /** A 'package type' implementation backed by a {@link PackageSymbol}. */
468 /** A {@link TypeVariable} implementation backed by a {@link TyVar}. */
544 /** A {@link WildcardType} implementation backed by a {@link WildTy}. */
595 /** A {@link IntersectionType} implementation backed by a {@link IntersectionTy}. */
694 /** An {@link ExecutableType} implementation backed by a {@link MethodTy}. */
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DReadableBuffers.java50 * Creates a new {@link ReadableBuffer} that is backed by the given byte array.
61 * Creates a new {@link ReadableBuffer} that is backed by the given {@link ByteBuffer}. Calls to
97 * Creates a new {@link InputStream} backed by the given buffer. Any read taken on the stream will
124 * A {@link ReadableBuffer} that is backed by a byte array.
209 * A {@link ReadableBuffer} that is backed by a {@link ByteBuffer}.
296 * An {@link InputStream} that is backed by a {@link ReadableBuffer}.
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DFileBackupHelperSimulator.java27 /** Filenames which should be backed up/restored. */
54 /** Collection of backed up files. */
56 /** Map from file names to their backed up contents. */
78 /** Single backed up file. */
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLKey.java41 // If true, indicates that this key is hardware-backed, e.g. stored in a TEE keystore.
43 // to create an EVP_PKEY from a hardware-backed key and then create an OpenSSLKey from it
45 // Hardware-backed keys cannot be serialised or have any private key material extracted.
129 * Gets an {@code OpenSSLKey} instance backed by the provided private key. The resulting key is
152 * Gets an {@code OpenSSLKey} instance backed by the provided EC private key. The resulting key
178 * @return instance or {@code null} if the {@code key} is not backed by OpenSSL's
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLKey.java40 // If true, indicates that this key is hardware-backed, e.g. stored in a TEE keystore.
42 // to create an EVP_PKEY from a hardware-backed key and then create an OpenSSLKey from it
44 // Hardware-backed keys cannot be serialised or have any private key material extracted.
125 * Gets an {@code OpenSSLKey} instance backed by the provided private key. The resulting key is
148 * Gets an {@code OpenSSLKey} instance backed by the provided EC private key. The resulting key
174 * @return instance or {@code null} if the {@code key} is not backed by OpenSSL's

12345678910>>...65