Home
last modified time | relevance | path

Searched refs:backed (Results 1 – 25 of 106) sorted by relevance

12345

/external/icu/icu4c/source/data/translit/
Dsk_FONIPA_ja.txt43 ca → チャ ; # not backed by data
46 cu → チュ ; # not backed by data
47 co → チョ ; # not backed by data
81 hi → ヒ ; # not backed by data
93 ji → イ ; # not backed by data
107 l \' e → レ ; # not backed by data
108 l \' i → リ ; # not backed by data
109 l \' o → リヨ ; # not backed by data
110 l \' u → リユ ; # not backed by data
134 ɲo → ニョ ; # not backed by data
[all …]
Dcs_FONIPA_ja.txt76 ga → ガ; # not backed by data
77 ge → グエ; # not backed by data
78 gi → グイ; # not backed by data
79 gg → ッ | g; # not backed by data
80 go → ゴ; # not backed by data
81 gu → グ; # not backed by data
82 g } $word_boundary → ク; # not backed by data
83 g → グ; # not backed by data
86 ɟi → ジ; # not backed by data
87 ɟo → ジョ; # not backed by data
[all …]
Dro_FONIPA_ja.txt74 hi → ヒ ; # not backed by data
189 we → エ ; # not backed by data
190 wi → イ ; # not backed by data
191 wo → オ ; # not backed by data
192 wu → ウ ; # not backed by data
Dpl_FONIPA_ja.txt189 ɕa → シャ; # not backed by data
191 ɕu → シュ; # not backed by data
192 ɕo → ショ; # not backed by data
201 ʂo → ショ; # not backed by data
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.c300 s->backed = NULL; in svga_create_surface_view()
435 if (!s->backed) { in create_backed_surface_view()
448 s->backed = svga_surface(backed_view); in create_backed_surface_view()
452 else if (s->backed->age < tex->age) { in create_backed_surface_view()
458 struct svga_surface *bs = s->backed; in create_backed_surface_view()
481 svga_mark_surface_dirty(&s->backed->base); in create_backed_surface_view()
482 s->backed->age = tex->age; in create_backed_surface_view()
485 return s->backed; in create_backed_surface_view()
614 if (s->backed) { in svga_surface_destroy()
615 svga_surface_destroy(pipe, &s->backed->base); in svga_surface_destroy()
[all …]
Dsvga_state_framebuffer.c268 if (hw->cbufs[i] && svga_surface(hw->cbufs[i])->backed) { in emit_fb_vgpu10()
270 &svga_surface(hw->cbufs[i])->backed->base, in emit_fb_vgpu10()
280 if (hw->zsbuf && svga_surface(hw->zsbuf)->backed) { in emit_fb_vgpu10()
281 svga_propagate_surface(svga, &svga_surface(hw->zsbuf)->backed->base, in emit_fb_vgpu10()
Dsvga_surface.h74 struct svga_surface *backed; member
/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/okhttp/okcurl/
DREADME.md6 OkCurl is an OkHttp-backed curl clone which allows you to test OkHttp's HTTP engine (including
/external/okhttp/okhttp-apache/
DREADME.md4 This module is an implementation of the Apache `HttpClient` interface that is backed by OkHttp.
/external/autotest/client/site_tests/peerd_DiscoverServices/
Dcontrol13 services advertised by a fake peer (backed by a Python ZeroconfDaemon)
/external/golang-protobuf/proto/
Dtext_parser.go82 backed bool // whether back() was called member
322 func (p *textParser) back() { p.backed = true }
326 if p.backed || p.done {
327 p.backed = false
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtext_parser.go82 backed bool // whether back() was called member
322 func (p *textParser) back() { p.backed = true }
326 if p.backed || p.done {
327 p.backed = false
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DScudoHardenedAllocator.rst35 that services larger allocation sizes and is backed by the operating system
54 for Primary backed allocations, or 0 for Secondary backed allocations;
/external/deqp/framework/platform/osx/
DtcuOSXMetalView.mm35 // Make this a layer-backed view
/external/u-boot/doc/
DREADME.blackfin30 This website is backed both by an open source community as well as a dedicated
/external/skia/site/dev/testing/
Dtesting.md16 very multithreaded, but some of the work, particularly GPU-backed work, is
188 out/Debug/dm --nocpu # Test only GPU-backed work.
189 out/Debug/dm --nogpu # Test only CPU-backed work.
/external/skqp/site/dev/testing/
Dtesting.md16 very multithreaded, but some of the work, particularly GPU-backed work, is
188 out/Debug/dm --nocpu # Test only GPU-backed work.
189 out/Debug/dm --nogpu # Test only CPU-backed work.
/external/skia/resources/lua/
Dslides_content2.lua61 - GraphicsContext (now) backed by SkPicture
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides_content2.lua61 - GraphicsContext (now) backed by SkPicture
/external/skqp/resources/lua/
Dslides_content2.lua61 - GraphicsContext (now) backed by SkPicture
/external/autotest/test_suites/
Dcontrol.network_ui15 Run automated tests backed up by a fake hardware simulator (e.g. pseudomodem)
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto581 // are expected to be backed by host (CPU) memory by default.
583 // The options below allow changing that - feeding tensors backed by
584 // device memory, or returning tensors that are backed by device memory.
609 // - The first argument ("a:0") is a Tensor backed by GPU memory.
610 // - The second argument ("b:0") is a Tensor backed by host memory.
612 // - The first output ("x:0") will be backed by host memory.
613 // - The second output ("y:0") will be backed by GPU memory.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CudnnRNN.pbtxt3 summary: "A RNN backed by cuDNN."
/external/u-boot/drivers/rtc/
DKconfig38 calendar with automatic leap year correction, 2-byte battery backed SRAM,

12345