Home
last modified time | relevance | path

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

12345678910>>...63

/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
/external/skqp/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()
123 // Snap the device as a gpu-backed special image in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/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.txt58 1) Block device backed filesystems, such as ext2 and vfat.
61 through. The source argument for block backed filesystems is a path to a
66 Block backed filesystems are the "conventional" filesystem type most people
70 2) Server backed filesystems, such as cifs/samba or fuse.
83 A lot of server backed filesystems want to open their own connection so they
93 These are also known as "pipe backed" filesystems (or "network filesystems"
95 Conceptually they're char device backed filesystems (analogus to the block
96 device backed ones), but you don't commonly specify a character device in
100 3) Ram backed filesystems, such as ramfs and tmpfs.
123 block device and mount it with a block device backed filesystem driver.
[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.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/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/skqp/src/gpu/
DGrImageTextureMaker.h17 /** This class manages the conversion of generator-backed images to GrTextures. If the caching hint
25 // able to efficiently produce a "stretched" texture natively (e.g. picture-backed)
44 /** This class manages the conversion of generator-backed YUVA images to GrTextures. */
51 // able to efficiently produce a "stretched" texture natively (e.g. picture-backed)
/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/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/skqp/src/core/
DSkSpecialImage.h36 * - it can only be backed by raster or gpu (no generators)
37 * - it can be backed by a GrTextureProxy larger than its nominal bounds
61 * Ensures that a special image is backed by a texture (when GrContext is non-null). If no
125 * If the SpecialImage is backed by a gpu texture, return true.
130 * Return the GrContext if the SkSpecialImage is GrTexture-backed
/external/skia/include/core/
DSkImage.h163 * Return an image backed by the encoded data, but attempt to defer decoding until the image
210 /** Creates a GPU-backed SkImage from compressed data.
214 will be decompressed and then wrapped in a GPU-backed image.
235 /** Creates a CPU-backed SkImage from compressed data.
491 to a SkDeferredDisplayListRecorder or directly to a GPU-backed SkSurface.
701 zero if the image is not texture backed or if the texture has an external format.
709 SkImage backed by GPU texture may become invalid if associated context is
720 /** Flushes any pending uses of texture-backed images in the GPU backend. If the image is not
721 texture-backed (including promise texture images) or if the GrDirectContext does not
908 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/icing/icing/file/
Dportable-file-backed-proto-log_benchmark.cc22 #include "icing/file/portable-file-backed-proto-log.h"
33 // icing/file:portable-file-backed-proto-log_benchmark
35 // $ blaze-bin/icing/file/portable-file-backed-proto-log_benchmark
42 // icing/file:portable-file-backed-proto-log_benchmark
47 // blaze-bin/icing/file/portable-file-backed-proto-log_benchmark
50 // $ adb shell /data/local/tmp/portable-file-backed-proto-log-benchmark
Dfile-backed-proto-log_benchmark.cc21 #include "icing/file/file-backed-proto-log.h"
33 // icing/file:file-backed-proto-log_benchmark
35 // $ blaze-bin/icing/file/file-backed-proto-log_benchmark
42 // icing/file:file-backed-proto-log_benchmark
47 // blaze-bin/icing/file/file-backed-proto-log_benchmark
50 // $ adb shell /data/local/tmp/file-backed-proto-log-benchmark
/external/turbine/java/com/google/turbine/processing/
DTurbineTypeMirror.java62 /** A {@link TypeMirror} implementation backed by a {@link Type}. */
99 /** A {@link PrimitiveType} implementation backed by a {@link PrimTy}. */
159 /** A {@link DeclaredType} implementation backed by a {@link ClassTy}. */
262 /** An {@link ArrayType} implementation backed by a {@link ArrayTy}. */
298 /** An {@link ErrorType} implementation backed by a {@link ErrorTy}. */
349 /** A 'package type' implementation backed by a {@link PackageSymbol}. */
467 /** A {@link TypeVariable} implementation backed by a {@link TyVar}. */
543 /** A {@link WildcardType} implementation backed by a {@link WildTy}. */
594 /** A {@link IntersectionType} implementation backed by a {@link IntersectionTy}. */
693 /** An {@link ExecutableType} implementation backed by a {@link MethodTy}. */

12345678910>>...63