/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | PictureParameterSet.java | 80 public PPSExt extended; field in PictureParameterSet 157 pps.extended = new PictureParameterSet.PPSExt(); in read() 158 pps.extended.transform_8x8_mode_flag = reader in read() 163 for (int i = 0; i < 6 + 2 * (pps.extended.transform_8x8_mode_flag ? 1 in read() 168 pps.extended.scalindMatrix.ScalingList4x4 = new ScalingList[8]; in read() 169 pps.extended.scalindMatrix.ScalingList8x8 = new ScalingList[8]; in read() 171 pps.extended.scalindMatrix.ScalingList4x4[i] = ScalingList in read() 174 pps.extended.scalindMatrix.ScalingList8x8[i - 6] = ScalingList in read() 180 pps.extended.second_chroma_qp_index_offset = reader in read() 247 if (extended != null) { in write() [all …]
|
/external/e2fsprogs/tests/f_ea_checks/ |
D | expect.1 | 2 Inode 13 has a bad extended attribute block 26. Clear? yes 11 Inode 17 has a bad extended attribute block 28. Clear? yes 15 Inode 16 has a bad extended attribute block 29. Clear? yes 19 Inode 19 has a bad extended attribute block 33. Clear? yes 23 Inode 12 has a bad extended attribute block 55. Clear? yes
|
D | name | 1 extended attribute block checks
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | IDLExtendedAttributes.txt | 2 # This file describes all Blink IDL extended attributes and allowed values. 3 # If any IDL file uses an extended attribute or values not listed below, the 5 # If you would like to add a new extended attribute or value, please: 6 # (1) add the extended attribute or value to this file 7 # (2) add an explanation to the Blink IDL extended attributes document: 8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes 12 # - One extended attribute per one line: Name and (optionally) Values. 65 # FIXME: We should remove this extended attribute once the needed refactoring is complete.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonOperands.td | 13 // f32Ext type is used to identify constant extended floating point immediates. 68 // s32ImmPred predicate - True if the immediate fits in a 32-bit sign extended 76 // extended field that is a multiple of 0x1000000. 83 // extended field that is a multiple of 0x10000. 90 // sign extended field. 97 // s16ImmPred predicate - True if the immediate fits in a 16-bit sign extended 105 // s13ImmPred predicate - True if the immediate fits in a 13-bit sign extended 114 // sign extended field. 121 // sign extended field. 129 // sign extended field and is a multiple of 2. [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | args-05.ll | 5 ; Zero extension of something that is already zero-extended. 16 ; Sign extension of something that is already sign-extended. 27 ; Sign extension of something that is already zero-extended. 38 ; Zero extension of something that is already sign-extended.
|
D | int-mul-07.ll | 8 ; Check zero-extended multiplication in which only the high part is used. 21 ; Check sign-extended multiplication in which only the high part is used. 34 ; Check zero-extended multiplication in which the result is split into 50 ; Check sign-extended multiplication in which the result is split into
|
D | memcpy-02.ll | 22 ; Test i8 cases where the value is zero-extended to 32 bits. 35 ; Test i8 cases where the value is zero-extended to 64 bits. 48 ; Test i8 cases where the value is sign-extended to 32 bits. 61 ; Test i8 cases where the value is sign-extended to 64 bits. 85 ; Test i16 cases where the value is zero-extended to 32 bits. 98 ; Test i16 cases where the value is zero-extended to 64 bits. 111 ; Test i16 cases where the value is sign-extended to 32 bits. 124 ; Test i16 cases where the value is sign-extended to 64 bits. 148 ; Test i32 cases where the value is zero-extended to 64 bits. 161 ; Test i32 cases where the value is sign-extended to 64 bits.
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 21 ; This is a special group whose required libraries are extended (by llvm-build) 29 ; This is a special group whose required libraries are extended (by llvm-build) 36 ; This is a special group whose required libraries are extended (by llvm-build) 50 ; This is a special group whose required libraries are extended (by llvm-build)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_pixelformat.c | 123 boolean extended, in stw_pixelformat_add() argument 153 if (!extended) { in stw_pixelformat_add() 207 if(!extended) { in stw_pixelformat_add() 219 boolean extended) in add_color_format_variants() argument 225 if (!extended) { in add_color_format_variants() 254 stw_pixelformat_add(stw_dev, extended, color, depth, in add_color_format_variants()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_pixelformat.c | 123 boolean extended, in stw_pixelformat_add() argument 153 if (!extended) { in stw_pixelformat_add() 207 if(!extended) { in stw_pixelformat_add() 219 boolean extended) in add_color_format_variants() argument 225 if (!extended) { in add_color_format_variants() 254 stw_pixelformat_add(stw_dev, extended, color, depth, in add_color_format_variants()
|
/external/chromium_org/sandbox/win/src/ |
D | target_services.cc | 132 if ((answer.extended[0].unsigned_int < tick1) || in TestIPCPing() 133 (answer.extended[0].unsigned_int > tick2)) { in TestIPCPing() 138 if (answer.extended[1].unsigned_int != cookie * 2) { in TestIPCPing()
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
D | base.js | 299 var extended = function() { function 301 extended.prototype.__proto__ = element.__proto__; class 302 element.__proto__ = extended.prototype; 309 extended.prototype = prototype; 310 return extended;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | sm4.h | 69 unsigned extended : 1; member 81 unsigned extended : 1; member 166 unsigned extended :1; member 209 unsigned extended : 1; member
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | sm4.h | 69 unsigned extended : 1; member 81 unsigned extended : 1; member 166 unsigned extended :1; member 209 unsigned extended : 1; member
|
/external/llvm/docs/ |
D | ExtendedIntegerResults.txt | 11 There are three (interesting) possible answers: undefined, zero extended, or 12 sign extended. The number of bits in question depends on the data-type that 80 size of the GPR, so it doesn't know that %0 is sign extended up to 32-bits 82 generator has historically assumed that the result is extended to i32, which is 116 For example, in the y/z case, since y is known to return a sign extended value, 120 that the result of the function is sign extended at least N bits. Given this,
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
D | TestInterfacePython2.idl | 31 // This is for interface extended attributes that interact with another extended 33 // The more *minor* extended attribute should be put in this file.
|
/external/chromium_org/third_party/markupsafe/ |
D | get_markupsafe.sh | 44 if ! grep --extended-regex --line-regex --silent \ 71 if ! grep --extended-regex --line-regex --silent \
|
/external/chromium_org/third_party/jinja2/ |
D | get_jinja2.sh | 46 if ! grep --extended-regex --line-regex --silent \ 73 if ! grep --extended-regex --line-regex --silent \
|
/external/openssh/ |
D | channels.h | 115 Buffer extended; member 194 buffer_len(&c->extended) > 0)) 198 buffer_len(&c->extended) > 0))
|
/external/icu4c/i18n/ |
D | decContext.c | 73 context->extended=0; /* cleared */ in uprv_decContextDefault() 87 context->extended=1; /* set */ in uprv_decContextDefault() 98 context->extended=1; /* set */ in uprv_decContextDefault() 109 context->extended=1; /* set */ in uprv_decContextDefault()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | decContext.c | 82 context->extended=0; /* cleared */ in uprv_decContextDefault() 96 context->extended=1; /* set */ in uprv_decContextDefault() 107 context->extended=1; /* set */ in uprv_decContextDefault() 118 context->extended=1; /* set */ in uprv_decContextDefault()
|
/external/e2fsprogs/tests/r_inline_xattr/ |
D | script | 12 # Look at existing inline extended attribute 25 # Look at inline extended attribute in resized fs
|
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/ |
D | SDL_cpuinfo.c | 267 mov eax,80000000h ; Query for extended functions 269 cpuid ; Get extended function limit 273 mov eax,80000001h ; Setup extended function 800000001h
|
/external/e2fsprogs/tests/f_special_ea/ |
D | name | 1 Special files with extended attributes
|