/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | raw.c | 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() 70 raw->lenmax = len; in opj_raw_init_dec() [all …]
|
/external/chromium_org/net/proxy/ |
D | proxy_bypass_rules.cc | 193 void ProxyBypassRules::ParseFromString(const std::string& raw) { in ParseFromString() argument 194 ParseFromStringInternal(raw, false); in ParseFromString() 198 const std::string& raw) { in ParseFromStringUsingSuffixMatching() argument 199 ParseFromStringInternal(raw, true); in ParseFromStringUsingSuffixMatching() 218 bool ProxyBypassRules::AddRuleFromString(const std::string& raw) { in AddRuleFromString() argument 219 return AddRuleFromStringInternalWithLogging(raw, false); in AddRuleFromString() 223 const std::string& raw) { in AddRuleFromStringUsingSuffixMatching() argument 224 return AddRuleFromStringInternalWithLogging(raw, true); in AddRuleFromStringUsingSuffixMatching() 253 const std::string& raw, in ParseFromStringInternal() argument 257 base::StringTokenizer entries(raw, ",;"); in ParseFromStringInternal() [all …]
|
D | proxy_bypass_rules.h | 66 void ParseFromString(const std::string& raw); 74 void ParseFromStringUsingSuffixMatching(const std::string& raw); 143 bool AddRuleFromString(const std::string& raw); 154 bool AddRuleFromStringUsingSuffixMatching(const std::string& raw); 170 void ParseFromStringInternal(const std::string& raw, 172 bool AddRuleFromStringInternal(const std::string& raw, 174 bool AddRuleFromStringInternalWithLogging(const std::string& raw,
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 270 bool getOptionalCryptoOperationData(const Dictionary& raw, const char* propertyName, bool& hasPrope… in getOptionalCryptoOperationData() argument 272 if (!DictionaryHelper::get(raw, propertyName, buffer)) { in getOptionalCryptoOperationData() 292 bool getCryptoOperationData(const Dictionary& raw, const char* propertyName, RefPtr<ArrayBufferView… in getCryptoOperationData() argument 295 … bool ok = getOptionalCryptoOperationData(raw, propertyName, hasProperty, buffer, context, error); in getCryptoOperationData() 303 bool getUint8Array(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, cons… in getUint8Array() argument 305 if (!DictionaryHelper::get(raw, propertyName, array) || !array) { in getUint8Array() 315 bool getBigInteger(const Dictionary& raw, const char* propertyName, RefPtr<Uint8Array>& array, cons… in getBigInteger() argument 317 if (!getUint8Array(raw, propertyName, array, context, error)) in getBigInteger() 325 if (!DictionaryHelper::get(raw, propertyName, array) || !array) { in getBigInteger() 333 bool getOptionalInteger(const Dictionary& raw, const char* propertyName, bool& hasProperty, double&… in getOptionalInteger() argument [all …]
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 85 public byte[] encode(byte[] raw) { in encode() argument 86 return toAsciiBytes(raw); in encode() 99 public Object encode(Object raw) throws EncoderException { in encode() argument 100 if (!(raw instanceof byte[])) { in encode() 103 return toAsciiChars((byte[]) raw); in encode() 227 public static byte[] toAsciiBytes(byte[] raw) { in toAsciiBytes() argument 228 if (raw == null || raw.length == 0) { in toAsciiBytes() 232 byte[] l_ascii = new byte[raw.length << 3]; in toAsciiBytes() 237 for (int ii = 0, jj = l_ascii.length - 1; ii < raw.length; ii++, jj -= 8) { in toAsciiBytes() 239 if ((raw[ii] & BITS[bits]) == 0) { in toAsciiBytes() [all …]
|
/external/srec/config/en.us/ |
D | run-bothtags5-from-saved.sh | 13 cat a1__VCE_Pete_Gonzalez.raw > linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw 14 cat a2__VCE_Andrew_Evans.raw > linux_ship_a2__VCE_Andrew_Evans_from_saved.raw 15 cat a3__VCE_Peter_Wilson.raw > linux_ship_a3__VCE_Peter_Wilson_from_saved.raw 16 cat a4__VCE_Edgar_Young.raw > linux_ship_a4__VCE_Edgar_Young_from_saved.raw 17 cat a5__VCE_John_Martinez.raw > linux_ship_a5__VCE_John_Martinez_from_saved.raw
|
D | run-bothtags5.sh | 13 cat a1__VCE_Pete_Gonzalez.raw > linux_ship_a1__VCE_Pete_Gonzalez.raw 14 cat a2__VCE_Andrew_Evans.raw > linux_ship_a2__VCE_Andrew_Evans.raw 15 cat a3__VCE_Peter_Wilson.raw > linux_ship_a3__VCE_Peter_Wilson.raw 16 cat a4__VCE_Edgar_Young.raw > linux_ship_a4__VCE_Edgar_Young.raw 17 cat a5__VCE_John_Martinez.raw > linux_ship_a5__VCE_John_Martinez.raw
|
D | adb_pull_system_usr_srec_bothtags5.sh | 8 …ll $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw 9 …ull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw 10 …ull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw 11 …pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw 12 …ll $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
|
D | adb_pull_system_usr_srec_bothtags5_from_saved.sh | 8 …en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved… 9 …/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved… 10 …/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved… 11 …g/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved… 12 …en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved…
|
/external/icu/icu4c/source/i18n/ |
D | collationruleparser.cpp | 291 UnicodeString empty, raw; in parseStarredCharacters() local 292 i = parseString(skipWhiteSpace(i), raw, errorCode); in parseStarredCharacters() 294 if(raw.isEmpty()) { in parseStarredCharacters() 301 while(j < raw.length()) { in parseStarredCharacters() 302 UChar32 c = raw.char32At(j); in parseStarredCharacters() 322 i = parseString(i + 1, raw, errorCode); in parseStarredCharacters() 324 if(raw.isEmpty()) { in parseStarredCharacters() 328 UChar32 c = raw.char32At(0); in parseStarredCharacters() 362 CollationRuleParser::parseTailoringString(int32_t i, UnicodeString &raw, UErrorCode &errorCode) { in parseTailoringString() argument 363 i = parseString(skipWhiteSpace(i), raw, errorCode); in parseTailoringString() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | RawResourceTest.cpp | 135 ResourcePtr<Resource> raw = new RawResource(ResourceRequest("data:text/html,"), Resource::Raw); in TEST() local 136 raw->setLoading(false); in TEST() 139 ResourceResponse response = raw->response(); in TEST() 141 raw->setResponse(response); in TEST() 142 EXPECT_FALSE(raw->response().isNull()); in TEST() 145 OwnPtr<AddingClient> addingClient = adoptPtr(new AddingClient(dummyClient.get(), raw.get())); in TEST() 146 raw->addClient(addingClient.get()); in TEST() 148 raw->removeClient(addingClient.get()); in TEST() 150 EXPECT_FALSE(raw->hasClients()); in TEST() 173 ResourcePtr<Resource> raw = new RawResource(ResourceRequest("data:text/html,"), Resource::Raw); in TEST() local [all …]
|
/external/valgrind/main/none/tests/ppc64/ |
D | test_isa_2_06_part1.stdout.exp | 82 fcfids 0010000000000001 => (raw sp) 59800000) 83 fcfids 00100094e0000359 => (raw sp) 598004a7) 84 fcfids 3fe0000000000001 => (raw sp) 5e7f8000) 85 fcfids 3fe00094e0000359 => (raw sp) 5e7f8002) 86 fcfids 8010000000000001 => (raw sp) deffe000) 87 fcfids 80100094e0000359 => (raw sp) deffdfff) 88 fcfids bfe0000000000001 => (raw sp) de804000) 89 fcfids bfe00094e0000359 => (raw sp) de803fff) 90 fcfids 0020000000000b01 => (raw sp) 5a000000) 91 fcfids 00000000203f0b3d => (raw sp) 4e00fc2d) [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | test_isa_2_06_part1.stdout.exp | 74 fcfids 0010000000000001 => (raw sp) 59800000) 75 fcfids 00100094e0000359 => (raw sp) 598004a7) 76 fcfids 3fe0000000000001 => (raw sp) 5e7f8000) 77 fcfids 3fe00094e0000359 => (raw sp) 5e7f8002) 78 fcfids 8010000000000001 => (raw sp) deffe000) 79 fcfids 80100094e0000359 => (raw sp) deffdfff) 80 fcfids bfe0000000000001 => (raw sp) de804000) 81 fcfids bfe00094e0000359 => (raw sp) de803fff) 82 fcfids 0020000000000b01 => (raw sp) 5a000000) 83 fcfids 00000000203f0b3d => (raw sp) 4e00fc2d) [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/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/boringssl/src/ssl/test/runner/ |
D | handshake_messages.go | 10 raw []byte member 39 return bytes.Equal(m.raw, m1.raw) && 63 if m.raw != nil { 64 return m.raw 323 m.raw = x 332 m.raw = data 528 raw []byte member 551 return bytes.Equal(m.raw, m1.raw) && 569 if m.raw != nil { 570 return m.raw [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/chromium_org/net/http/ |
D | des.cc | 79 void DESMakeKey(const uint8* raw, uint8* key) { in DESMakeKey() argument 80 key[0] = DESSetKeyParity(raw[0]); in DESMakeKey() 81 key[1] = DESSetKeyParity((raw[0] << 7) | (raw[1] >> 1)); in DESMakeKey() 82 key[2] = DESSetKeyParity((raw[1] << 6) | (raw[2] >> 2)); in DESMakeKey() 83 key[3] = DESSetKeyParity((raw[2] << 5) | (raw[3] >> 3)); in DESMakeKey() 84 key[4] = DESSetKeyParity((raw[3] << 4) | (raw[4] >> 4)); in DESMakeKey() 85 key[5] = DESSetKeyParity((raw[4] << 3) | (raw[5] >> 5)); in DESMakeKey() 86 key[6] = DESSetKeyParity((raw[5] << 2) | (raw[6] >> 6)); in DESMakeKey() 87 key[7] = DESSetKeyParity((raw[6] << 1)); in DESMakeKey()
|
/external/libpng/contrib/pngminus/ |
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 …]
|
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 …]
|
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/ |
D | dequant.c | 125 INLINE float dequant_float(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in dequant_float() argument 127 float result = (1 << (scale_factor+1)) * ((raw * 2.0f + 1.0f) / ((1 << bits) - 1.0f) - 1.0f); in dequant_float() 144 INLINE OI_INT32 OI_SBC_Dequant(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant() argument 156 d = (raw * 2) + 1; in OI_SBC_Dequant() 165 float_result = dequant_float(raw, scale_factor, bits); in OI_SBC_Dequant() 183 INLINE OI_INT32 OI_SBC_Dequant_Unscaled(OI_UINT32 raw, OI_UINT scale_factor, OI_UINT bits) in OI_SBC_Dequant_Unscaled() argument 196 result = (raw << 16) + raw - 0x7fff7fff; in OI_SBC_Dequant_Unscaled() 201 d = (raw * 2) + 1; in OI_SBC_Dequant_Unscaled()
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 179 vpx_image_t raw[NUM_ENCODERS]; in main() local 315 if(!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main() 318 if (raw[0].stride[VPX_PLANE_Y] == raw[0].d_w) in main() 369 frame_avail = read_frame_p(infile, &raw[0]); in main() 377 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y], in main() 378 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U], in main() 379 raw[i-1].planes[VPX_PLANE_V], raw[i-1].stride[VPX_PLANE_V], in main() 380 raw[i-1].d_w, raw[i-1].d_h, in main() 381 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y], in main() 382 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U], in main() [all …]
|
/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 82 : m_access(msAccess.raw()) in MultisampleConstPixelBufferAccess() 119 …return MultisamplePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y… in getSubregion() 124 …return MultisampleConstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0,… in getSubregion() 129 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer() 130 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer() 139 for (int s = 0; s < src.raw().getWidth(); s++) in resolveMultisampleColorBuffer() 140 sum += src.raw().getPixel(s, x, y); in resolveMultisampleColorBuffer() 151 sum += access.raw().getPixel(s, x, y); in resolveMultisamplePixel() 158 tcu::clear(access.raw(), color); in clear() 163 tcu::clear(access.raw(), color); in clear() [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/clang/bindings/python/tests/cindex/ |
D | test_comment.py | 23 raw = test1.raw_comment 25 assert raw == """/// Aaa.""" 29 raw = test2.raw_comment 31 assert raw == """/// Bbb.\n/// x""" 35 raw = f.raw_comment 37 assert raw is None
|