/external/vboot_reference/firmware/lib/ |
D | vboot_nvstorage.c | 63 uint8_t *raw = context->raw; in VbNvSetup() local 70 if ((HEADER_SIGNATURE != (raw[HEADER_OFFSET] & HEADER_MASK)) in VbNvSetup() 71 || (Crc8(raw, CRC_OFFSET) != raw[CRC_OFFSET])) { in VbNvSetup() 73 Memset(raw, 0, VBNV_BLOCK_SIZE); in VbNvSetup() 74 raw[HEADER_OFFSET] = (HEADER_SIGNATURE | in VbNvSetup() 88 context->raw[CRC_OFFSET] = Crc8(context->raw, CRC_OFFSET); in VbNvTeardown() 98 const uint8_t *raw = context->raw; in VbNvGet() local 102 *dest = (raw[HEADER_OFFSET] & HEADER_FIRMWARE_SETTINGS_RESET ? in VbNvGet() 107 *dest = (raw[HEADER_OFFSET] & HEADER_KERNEL_SETTINGS_RESET ? in VbNvGet() 112 *dest = (raw[BOOT_OFFSET] & BOOT_DEBUG_RESET_MODE ? 1 : 0); in VbNvGet() [all …]
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | raw.c | 47 RAW encoding interface 52 opj_raw_t *raw = (opj_raw_t*)opj_malloc(sizeof(opj_raw_t)); in opj_raw_create() local 53 return raw; in opj_raw_create() 56 void opj_raw_destroy(opj_raw_t *raw) { in opj_raw_destroy() argument 57 if(raw) { in opj_raw_destroy() 58 opj_free(raw); in opj_raw_destroy() 62 OPJ_UINT32 opj_raw_numbytes(opj_raw_t *raw) { in opj_raw_numbytes() argument 63 const ptrdiff_t diff = raw->bp - raw->start; in opj_raw_numbytes() 68 void opj_raw_init_dec(opj_raw_t *raw, OPJ_BYTE *bp, OPJ_UINT32 len) { in opj_raw_init_dec() argument 69 raw->start = bp; in opj_raw_init_dec() [all …]
|
D | raw.h | 39 @file raw.h 40 @brief Implementation of operations for raw encoding (RAW) 42 The functions in RAW.C have for goal to realize the operation of raw encoding linked 46 /** @defgroup RAW RAW - Implementation of operations for raw encoding */ 50 RAW encoding operations 73 Create a new RAW handle 74 @return Returns a new RAW handle if successful, returns NULL otherwise 78 Destroy a previously created RAW handle 79 @param raw RAW handle to destroy 81 void opj_raw_destroy(opj_raw_t *raw); [all …]
|
/external/replicaisland/res/xml/ |
D | level_tree.xml | 6 …<level resource="@raw/level_0_1_sewer_repeat" title = "@string/level_0_1_sewer" time = "@string/le… 14 …<level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_tim… 24 …<level resource="@raw/level_3_5_sewer" title = "@string/level_3_5_sewer" time = "@string/level_3_5… 32 …<level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_tim… 41 …<level resource="@raw/level_3_6_sewer" title = "@string/level_3_6_sewer" time = "@string/level_3_6… 46 …<level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/level_1… 55 …<level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/level_1… 56 …<level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/level_1… 64 …<level resource="@raw/level_3_7_sewer" title = "@string/level_3_7_sewer" time = "@string/level_3_7… 73 …<level resource="@raw/level_2_1_grass" title = "@string/level_2_1_grass" time = "@string/level_2_1… [all …]
|
D | linear_level_tree.xml | 5 …<group><level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_… 12 …<group><level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_… 18 …<group><level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/… 25 …<group><level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/… 26 …<group><level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/… 32 …<!-- <group><level resource="@raw/level_1_4_island" title = "@string/level_1_4_island" time = "@s… 34 …<group><level resource="@raw/level_1_5_island" title = "@string/level_1_5_island" time = "@string… 41 …<group><level resource="@raw/level_1_6_island" title = "@string/level_1_6_island" time = "@string/… 47 …<!-- <group><level resource="@raw/level_1_7_island" title = "@string/level_1_7_island" time = "@s… 51 …<group><level resource="@raw/level_1_8_island" title = "@string/level_1_8_island" time = "@string/… [all …]
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 78 * Converts an array of raw binary data into an array of ascii 0 and 1 characters. 80 * @param raw 81 * the raw binary data to convert 85 public byte[] encode(byte[] raw) { in encode() argument 86 return toAsciiBytes(raw); in encode() 90 * Converts an array of raw binary data into an array of ascii 0 and 1 chars. 92 * @param raw 93 * the raw binary data to convert 99 public Object encode(Object raw) throws EncoderException { in encode() argument 100 if (!(raw instanceof byte[])) { in encode() [all …]
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 5 .. role:: raw-html(raw) 8 .. raw:: html 83 target-specific backends. The two most important interfaces (:raw-html:`<tt>` 84 `TargetMachine`_ :raw-html:`</tt>` and :raw-html:`<tt>` `DataLayout`_ 85 :raw-html:`</tt>`) are the only ones that are required to be defined for a 123 ordering of the instructions, then emits the instructions as :raw-html:`<tt>` 124 `MachineInstr`_\s :raw-html:`</tt>` with that ordering. Note that we 200 All of the target description classes (except the :raw-html:`<tt>` `DataLayout`_ 201 :raw-html:`</tt>` class) are designed to be subclassed by the concrete target 203 implementations, the :raw-html:`<tt>` `TargetMachine`_ :raw-html:`</tt>` class [all …]
|
/external/parameter-framework/test/functional-tests/PfwTestCase/Types/ |
D | tRAW.py | 32 Raw Value testcases. 53 - Writing Raw / Reading Hex 54 - Writing Raw / Reading Dec 57 - Writing Raw / Reading Hex 58 - Writing Raw / Reading Dec 61 - Writing Raw / Reading Hex 62 - Writing Raw / Reading Dec 65 - Writing Raw 67 - Writing Raw 89 Testing RAW - setOutputRawFormat/getOutputRawFormat functions [all …]
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver_types.h | 58 const char *raw = reinterpret_cast<const char*>(line_ptr); in CopyFrom() local 59 CopyFrom(raw); in CopyFrom() 63 void CopyFrom(const char *raw) { in CopyFrom() 64 address = *(reinterpret_cast<const MemAddr*>(raw)); in CopyFrom() 65 size = *(reinterpret_cast<const MemAddr*>(raw + sizeof(address))); in CopyFrom() 67 raw + 2 * sizeof(address))); in CopyFrom() 69 raw + 2 * sizeof(address) + sizeof(source_file_id))); in CopyFrom() 76 const char *raw = reinterpret_cast<const char*>(func_ptr); in CopyFrom() local 77 CopyFrom(raw); in CopyFrom() 81 void CopyFrom(const char *raw) { in CopyFrom() [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | ttgsubtable.cpp | 212 void CFX_CTTGSUBTable::ParseScriptList(FT_Bytes raw, struct TScriptList *rec) in ParseScriptList() argument 215 FT_Bytes sp = raw; in ParseScriptList() 225 &raw[offset], in ParseScriptList() 229 void CFX_CTTGSUBTable::ParseScript(FT_Bytes raw, struct TScript *rec) in ParseScript() argument 232 FT_Bytes sp = raw; in ParseScript() 243 &raw[offset], in ParseScript() 247 void CFX_CTTGSUBTable::ParseLangSys(FT_Bytes raw, struct TLangSys *rec) in ParseLangSys() argument 249 FT_Bytes sp = raw; in ParseLangSys() 262 void CFX_CTTGSUBTable::ParseFeatureList(FT_Bytes raw, TFeatureList *rec) in ParseFeatureList() argument 265 FT_Bytes sp = raw; in ParseFeatureList() [all …]
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem_ops_aligned.h | 30 #define swap_endian_16(val,raw) do {\ argument 31 val = ((raw>>8) & 0x00ff) \ 32 | ((raw<<8) & 0xff00);\ 34 #define swap_endian_32(val,raw) do {\ argument 35 val = ((raw>>24) & 0x000000ff) \ 36 | ((raw>>8) & 0x0000ff00) \ 37 | ((raw<<8) & 0x00ff0000) \ 38 | ((raw<<24) & 0xff000000); \ 40 #define swap_endian_16_se(val,raw) do {\ argument 41 swap_endian_16(val,raw);\ [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 289 UnicodeString empty, raw; in parseStarredCharacters() local 290 i = parseString(skipWhiteSpace(i), raw, errorCode); in parseStarredCharacters() 292 if(raw.isEmpty()) { in parseStarredCharacters() 299 while(j < raw.length()) { in parseStarredCharacters() 300 UChar32 c = raw.char32At(j); in parseStarredCharacters() 320 i = parseString(i + 1, raw, errorCode); in parseStarredCharacters() 322 if(raw.isEmpty()) { in parseStarredCharacters() 326 UChar32 c = raw.char32At(0); in parseStarredCharacters() 360 CollationRuleParser::parseTailoringString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseTailoringString() argument 361 i = parseString(skipWhiteSpace(i), raw, errorCode); in parseTailoringString() [all …]
|
/external/libpng/contrib/pngminus/ |
D | png2pnm.bat | 22 png2pnm.exe -raw ..\pngsuite\basn0g01.png rawn0g01.pgm 23 png2pnm.exe -raw ..\pngsuite\basn0g02.png rawn0g02.pgm 24 png2pnm.exe -raw ..\pngsuite\basn0g04.png rawn0g04.pgm 25 png2pnm.exe -raw ..\pngsuite\basn0g08.png rawn0g08.pgm 26 png2pnm.exe -raw ..\pngsuite\basn0g16.png rawn0g16.pgm 28 png2pnm.exe -raw ..\pngsuite\basn2c08.png rawn2c08.ppm 29 png2pnm.exe -raw ..\pngsuite\basn2c16.png rawn2c16.ppm 31 png2pnm.exe -raw ..\pngsuite\basn3p01.png rawn3p01.ppm 32 png2pnm.exe -raw ..\pngsuite\basn3p02.png rawn3p02.ppm 33 png2pnm.exe -raw ..\pngsuite\basn3p04.png rawn3p04.ppm [all …]
|
D | png2pnm.sh | 23 ./png2pnm -raw ../pngsuite/basn0g01.png rawn0g01.pgm 24 ./png2pnm -raw ../pngsuite/basn0g02.png rawn0g02.pgm 25 ./png2pnm -raw ../pngsuite/basn0g04.png rawn0g04.pgm 26 ./png2pnm -raw ../pngsuite/basn0g08.png rawn0g08.pgm 27 ./png2pnm -raw ../pngsuite/basn0g16.png rawn0g16.pgm 29 ./png2pnm -raw ../pngsuite/basn2c08.png rawn2c08.ppm 30 ./png2pnm -raw ../pngsuite/basn2c16.png rawn2c16.ppm 32 ./png2pnm -raw ../pngsuite/basn3p01.png rawn3p01.ppm 33 ./png2pnm -raw ../pngsuite/basn3p02.png rawn3p02.ppm 34 ./png2pnm -raw ../pngsuite/basn3p04.png rawn3p04.ppm [all …]
|
/external/libexif/libexif/ |
D | exif-utils.h | 70 * \param[in] b pointer to raw EXIF value in memory 71 * \param[in] order byte order of raw value 78 * \param[in] b pointer to raw EXIF value in memory 79 * \param[in] order byte order of raw value 86 * \param[in] b pointer to raw EXIF value in memory 87 * \param[in] order byte order of raw value 94 * \param[in] b pointer to raw EXIF value in memory 95 * \param[in] order byte order of raw value 102 * \param[in] b pointer to raw EXIF value in memory 103 * \param[in] order byte order of raw value [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 10 raw []byte member 43 return bytes.Equal(m.raw, m1.raw) && 72 if m.raw != nil { 73 return m.raw 380 m.raw = x 389 m.raw = data 615 raw []byte member 642 return bytes.Equal(m.raw, m1.raw) && 665 if m.raw != nil { 666 return m.raw [all …]
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationRuleParser.java | 124 // In C++, we parse into temporary UnicodeString objects named "raw" or "str". 394 private int parseTailoringString(int i, StringBuilder raw) throws ParseException { in parseTailoringString() argument 395 i = parseString(skipWhiteSpace(i), raw); in parseTailoringString() 396 if(raw.length() == 0) { in parseTailoringString() 402 private int parseString(int i, StringBuilder raw) throws ParseException { in parseString() argument 403 raw.setLength(0); in parseString() 410 raw.append((char)0x27); in parseString() 430 raw.append(c); in parseString() 438 raw.appendCodePoint(cp); in parseString() 450 raw.append(c); in parseString() [all …]
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 53 char *raw; member 178 parse_category(ebitmap_t *e, const char *raw, int allowinverse) in parse_category() argument 182 while (*raw) { in parse_category() 183 if (allowinverse && *raw == '~') { in parse_category() 185 raw++; in parse_category() 188 if (sscanf(raw,"c%u", &low) != 1) in parse_category() 190 raw += numdigits(low) + 1; in parse_category() 191 if (*raw == '.') { in parse_category() 192 raw++; in parse_category() 193 if (sscanf(raw,"c%u", &high) != 1) in parse_category() [all …]
|
/external/selinux/libselinux/src/ |
D | setrans_client.c | 175 static int raw_to_trans_context(const char *raw, char **transp) in raw_to_trans_context() argument 187 ret = send_request(fd, RAW_TO_TRANS_CONTEXT, raw, NULL); in raw_to_trans_context() 226 static int raw_context_to_color(const char *raw, char **colors) in raw_context_to_color() argument 236 ret = send_request(fd, RAW_CONTEXT_TO_COLOR, raw, NULL); in raw_context_to_color() 326 int selinux_raw_to_trans_context(const char * raw, in hidden_def() 329 if (!raw) { in hidden_def() 338 *transp = strdup(raw); in hidden_def() 342 if (prev_r2t_raw && strcmp(prev_r2t_raw, raw) == 0) { in hidden_def() 349 if (raw_to_trans_context(raw, transp)) in hidden_def() 350 *transp = strdup(raw); in hidden_def() [all …]
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
D | RawHeightMap.java | 41 * <code>RawHeightMap</code> creates a height map from a RAW image file. The 69 * RAW image file to use as a height field. The greyscale image denotes the 71 * The values of the RAW correspond directly with the RAW values or 0 - 255. 74 * the RAW file to use as the heightmap. 76 * the size of the RAW (must be square). 78 * if the filename is null or not RAW, and if the size is 0 or 140 * from the set RAW image. If the RAW image has not been set a JmeException 173 // read the raw file in load() 187 // read the raw file in load() 214 * <code>setFilename</code> sets the file to use for the RAW data. A call [all …]
|
/external/selinux/policycoreutils/mcstrans/share/util/ |
D | mlstrans-test | 8 (rc, raw) = selinux_trans_to_raw_context(trans) 9 if raw != val: 10 print "untrans: '%s' -> '%s' != '%s' FAILED" % (trans, raw, val) 14 print "untrans: %s -> %s != %s SUCCESS" % (trans, raw, val) 16 def trans(raw, val): 18 (rc, trans) = selinux_raw_to_trans_context(raw) 20 print "trans: '%s' -> '%s' != '%s' FAILED" % (raw,trans, val) 24 print "trans: %s -> %s != %s SUCCESS" % (raw, trans, val)
|
/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 76 : m_access(msAccess.raw()) in MultisampleConstPixelBufferAccess() 107 …return MultisamplePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y… in getSubregion() 112 …return MultisampleConstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0,… in getSubregion() 117 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer() 118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer() 133 for (int s = 0; s < src.raw().getWidth(); s++) in resolveMultisampleColorBuffer() 134 sum += src.raw().getPixel(s, x, y); in resolveMultisampleColorBuffer() 145 sum += access.raw().getPixel(s, x, y); in resolveMultisamplePixel() 152 tcu::clear(access.raw(), color); in clear() 157 tcu::clear(access.raw(), color); in clear() [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 161 vpx_image_t raw[NUM_ENCODERS]; in main() local 297 if(!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main() 300 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w) in main() 351 frame_avail = read_frame_p(infile, &raw[0]); in main() 359 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y], in main() 360 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U], in main() 361 raw[i-1].planes[VPX_PLANE_V], raw[i-1].stride[VPX_PLANE_V], in main() 362 raw[i-1].d_w, raw[i-1].d_h, in main() 363 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y], in main() 364 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U], in main() [all …]
|
/external/e2fsprogs/tests/i_e2image/ |
D | i_e2image.md5 | 3 bbef4e50d7237546c7d9c521d3df5b68 _image.raw 5 bbef4e50d7237546c7d9c521d3df5b68 _image.qcow2.raw 8 e6f8410d0690ef551bee0c2c0c642d8c _image.raw 10 e6f8410d0690ef551bee0c2c0c642d8c _image.qcow2.raw 13 734119dd8f240a33704139f8cdd8127c _image.raw 15 734119dd8f240a33704139f8cdd8127c _image.qcow2.raw
|
/external/e2fsprogs/misc/ |
D | e2image.8.in | 77 creating a raw image file using the 133 .SH RAW IMAGE FILES 136 option will create a raw image file instead of a normal image file. 137 A raw image file differs 140 etc.\& can be run directly on the raw image file. In order to minimize 141 the amount of disk space consumed by a raw image file, the file is 145 filesystem itself!) Secondly, the raw image file also includes indirect 170 Note that this will work even if you substitute "/dev/hda1" for another raw 177 option will create a QCOW2 image file instead of a normal, or raw image file. 178 A QCOW2 image contains all the information the raw image does, however unlike [all …]
|