HomeSort by relevance Sort by last modified time
    Searched defs:blob (Results 51 - 75 of 289) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/tools/
imgcvt.cpp 40 auto blob = SkData::MakeFromFileName(source_path); local
43 if (skcms_Parse(blob->data(), blob->size(), &src_profile)) {
74 sk_sp<SkImage> image = SkImage::MakeFromEncoded(blob);
  /external/skqp/bench/
BlendmodeBench.cpp 43 auto blob = SkTextBlob::MakeFromText(text, len, font, kUTF8_SkTextEncoding); variable
45 canvas->drawTextBlob(blob, x, y, paint);
  /external/skqp/gm/
scaledemoji.cpp 126 sk_sp<SkTextBlob> blob = make_hpos_test_blob_utf8(text, font); variable
128 canvas->drawTextBlob(blob, 10, y, paint);
133 canvas->drawTextBlob(blob, 10, y, paint);
  /external/skqp/tools/
imgcvt.cpp 40 auto blob = SkData::MakeFromFileName(source_path); local
43 if (skcms_Parse(blob->data(), blob->size(), &src_profile)) {
74 sk_sp<SkImage> image = SkImage::MakeFromEncoded(blob);
  /external/u-boot/arch/nios2/cpu/
cpu.c 104 const void *blob = gd->fdt_blob; local
107 gd->cpu_clk = fdtdec_get_int(blob, node,
109 gd->arch.dcache_line_size = fdtdec_get_int(blob, node,
111 gd->arch.icache_line_size = fdtdec_get_int(blob, node,
113 gd->arch.dcache_size = fdtdec_get_int(blob, node,
115 gd->arch.icache_size = fdtdec_get_int(blob, node,
117 gd->arch.reset_addr = fdtdec_get_int(blob, node,
119 gd->arch.exception_addr = fdtdec_get_int(blob, node,
121 gd->arch.has_initda = fdtdec_get_int(blob, node,
123 gd->arch.has_mmu = fdtdec_get_int(blob, node
    [all...]
  /external/u-boot/arch/x86/cpu/ivybridge/
sata.c 41 const void *blob = gd->fdt_blob; local
50 port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0);
51 speed_support = fdtdec_get_int(blob, node,
54 mode = fdt_getprop(blob, node, "intel,sata-mode", NULL);
155 port_tx = fdtdec_get_int(blob, node, "intel,sata-port0-gen3-tx", 0);
159 port_tx = fdtdec_get_int(blob, node, "intel,sata-port1-gen3-tx", 0);
192 const void *blob = gd->fdt_blob; local
202 mode = fdt_getprop(blob, node, "intel,sata-mode", NULL);
205 port_map = fdtdec_get_int(blob, node, "intel,sata-port-map", 0);
  /external/u-boot/board/AndesTech/ax25-ae350/
ax25-ae350.c 82 void *blob = (void *)gd->fdt_blob; local
86 node = fdt_node_offset_by_compatible(blob, -1, compat);
90 addr = fdtdec_get_addr(blob, node, "reg");
  /external/u-boot/common/spl/
spl_atf.c 102 static int spl_fit_images_find_uboot(void *blob)
107 if (!blob)
110 parent = fdt_path_offset(blob, "/fit-images");
114 for (node = fdt_next_node(blob, parent, &ndepth);
116 node = fdt_next_node(blob, node, &ndepth)) {
120 data = fdt_getprop(blob, node, FIT_OS_PROP, NULL);
131 uintptr_t spl_fit_images_get_entry(void *blob, int node)
135 val = fdt_getprop_u32(blob, node, "entry-point");
137 val = fdt_getprop_u32(blob, node, "load-addr");
146 void *blob = spl_image->fdt_addr local
    [all...]
  /external/u-boot/drivers/i2c/muxes/
i2c-arb-gpio-challenge.c 90 const void *blob = gd->fdt_blob; local
95 priv->slew_delay_us = fdtdec_get_int(blob, node, "slew-delay-us", 0);
96 priv->wait_retry_ms = fdtdec_get_int(blob, node, "wait-retry-us", 0) /
98 priv->wait_free_ms = fdtdec_get_int(blob, node, "wait-free-us", 0) /
  /external/u-boot/drivers/phy/marvell/
comphy_core.c 71 const void *blob = gd->fdt_blob; local
89 chip_cfg->comphy_lanes_count = fdtdec_get_int(blob, node,
96 chip_cfg->comphy_mux_bitcount = fdtdec_get_int(blob, node,
104 fdtdec_locate_array(blob, node, "mux-lane-order",
123 fdt_for_each_subnode(subnode, blob, node) {
125 if (!fdtdec_get_is_enabled(blob, subnode))
129 blob, subnode, "phy-speed", PHY_TYPE_INVALID);
131 blob, subnode, "phy-type", PHY_SPEED_INVALID);
133 blob, subnode, "phy-invert", PHY_POLARITY_NO_INVERT);
134 comphy_map_data[lane].clk_src = fdtdec_get_bool(blob, subnode
    [all...]
  /external/u-boot/drivers/remoteproc/
ti_power_proc.c 37 const void *blob = gd->fdt_blob; local
40 if (!blob) {
45 priv->loadaddr = fdtdec_get_addr(blob, node, "reg");
51 tmp = fdtdec_get_int(blob, node, "ti,lpsc_module", -EINVAL);
  /external/u-boot/drivers/reset/
reset-socfpga.c 80 const void *blob = gd->fdt_blob; local
86 modrst_offset = fdtdec_get_int(blob, node, "altr,modrst-offset", 0x10);
  /external/u-boot/drivers/video/rockchip/
rk_lvds.c 175 const void *blob = gd->fdt_blob; local
181 ret = fdtdec_get_int(blob, node, "rockchip,output", -1);
190 ret = fdtdec_get_int(blob, node, "rockchip,data-mapping", -1);
199 ret = fdtdec_get_int(blob, node, "rockchip,data-width", -1);
  /external/u-boot/lib/
fdtdec_test.c 15 /* The size of our test fdt blob */
69 * @param size Size of device tree blob
126 void *blob; local
129 blob = malloc(FDT_SIZE);
130 if (!blob) {
136 CHECKVAL(make_fdt(blob, FDT_SIZE, aliases, nodes), 0);
137 CHECKVAL(fdtdec_find_aliases_for_id(blob, "i2c",
147 name = list[i] ? fdt_get_name(blob, list[i], NULL) : NULL;
  /external/u-boot/lib/rsa/
rsa-verify.c 156 const void *blob = info->fdt_blob; local
166 prop.num_bits = fdtdec_get_int(blob, node, "rsa,num-bits", 0);
168 prop.n0inv = fdtdec_get_int(blob, node, "rsa,n0-inverse", 0);
170 prop.public_exponent = fdt_getprop(blob, node, "rsa,exponent", &length);
176 prop.modulus = fdt_getprop(blob, node, "rsa,modulus", NULL);
178 prop.rr = fdt_getprop(blob, node, "rsa,r-squared", NULL);
195 const void *blob = info->fdt_blob; local
214 sig_node = fdt_subnode_offset(blob, 0, FIT_SIG_NODENAME);
238 node = fdt_subnode_offset(blob, sig_node, name);
  /art/test/044-proxy/src/
BasicTest.java 44 shapes.blob();
52 colors.blob();
129 public String blob(); method in interface:Shapes
153 public String blob(); method in interface:Colors
189 public String blob() { method in class:Mix
190 System.out.println("--- blob");
  /external/ImageMagick/coders/
inline.c 44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
202 % supports the saving of more than one frame to the same file or blob,
307 *blob;
338 blob=(unsigned char *) ImageToBlob(write_info,write_image,&blob_length,
342 if (blob == (unsigned char *) NULL)
345 base64=Base64Encode(blob,blob_length,&encode_length);
346 blob=(unsigned char *) RelinquishMagickMemory(blob);
301 *blob; local
magick.c 44 #include "MagickCore/blob.h"
45 #include "MagickCore/blob-private.h"
12985 *blob; member in struct:_MagickImageInfo
13039 *blob; local
13241 *blob; local
    [all...]
  /external/dtc/Documentation/
dtc-paper.tex 48 The ``blob'' representing the device tree can be created using \dtc
51 the kernel. The compiler can produce either a binary ``blob'' or an
114 compact, flattened format. The resulting device tree ``blob'' is then
116 its runtime form. This blob is the only data communicated between the
122 device tree blob must be passed in from outside, rather than generated
124 \texttt{kexec} tools build the blob from the runtime device tree
125 before invoking the new kernel. For embedded systems the blob can
137 move the blob around as a whole, without needing to parse or adjust
139 within the blob.
144 practice this means limiting the use of internal offsets in the blob
    [all...]
  /external/harfbuzz_ng/src/
hb-face.hh 72 hb_blob_t *blob; local
77 blob = reference_table_func (/*XXX*/const_cast<hb_face_t *> (this), tag, user_data);
78 if (unlikely (!blob))
81 return blob;
main.cc 49 hb_blob_t *blob = hb_blob_create_from_file (argv[1]); local
51 const char *font_data = hb_blob_get_data (blob, &len);
54 hb_blob_t *font_blob = hb_sanitize_context_t().sanitize_blob<OpenTypeFontFile> (blob);
  /external/harfbuzz_ng/test/api/
test-blob.c 29 /* Unit tests for hb-blob.h */
48 hb_blob_t *blob; local
60 blob = hb_blob_get_empty ();
61 g_assert (blob == hb_blob_get_empty ());
63 len = hb_blob_get_length (blob);
66 data = hb_blob_get_data (blob, NULL);
69 data = hb_blob_get_data (blob, &len);
73 data_writable = hb_blob_get_data_writable (blob, NULL);
76 data_writable = hb_blob_get_data_writable (blob, &len);
94 hb_blob_t *blob; member in struct:__anon23687
    [all...]
test-shape.c 86 hb_blob_t *blob; local
95 blob = hb_blob_create (test_data, sizeof (test_data), HB_MEMORY_MODE_READONLY, NULL, NULL);
96 face = hb_face_create (blob, 0);
97 hb_blob_destroy (blob);
  /external/libdrm/tests/proptest/
proptest.c 56 drmModePropertyBlobPtr blob; local
58 blob = drmModeGetPropertyBlob(fd, blob_id);
59 if (!blob) {
64 blob_data = blob->data;
66 for (i = 0; i < blob->length; i++) {
73 drmModeFreePropertyBlob(blob);
106 printf(" blob");
  /external/mesa3d/src/mesa/main/
program_binary.c 32 #include "compiler/blob.h"
169 write_program_payload(struct gl_context *ctx, struct blob *blob,
180 serialize_glsl_program(blob, ctx, sh_prog);
194 read_program_payload(struct gl_context *ctx, struct blob_reader *blob,
197 if (!deserialize_glsl_program(blob, ctx, sh_prog))
218 struct blob blob; local
219 blob_init_fixed(&blob, NULL, SIZE_MAX);
220 write_program_payload(ctx, &blob, sh_prog)
231 struct blob blob; local
282 struct blob_reader blob; local
    [all...]

Completed in 1818 milliseconds

1 23 4 5 6 7 8 91011>>