/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDefines.cpp | 19 DW_TAG_value_to_name (uint32_t val) in DW_TAG_value_to_name() 36 DW_CHILDREN_value_to_name (uint8_t val) in DW_CHILDREN_value_to_name() 49 DW_AT_value_to_name (uint32_t val) in DW_AT_value_to_name() 62 DW_FORM_value_to_name (uint32_t val) in DW_FORM_value_to_name() 75 DW_OP_value_to_name (uint32_t val) in DW_OP_value_to_name() 88 DW_OP_value_to_class (uint32_t val) in DW_OP_value_to_class() 248 DW_ATE_value_to_name (uint32_t val) in DW_ATE_value_to_name() 261 DW_ACCESS_value_to_name (uint32_t val) in DW_ACCESS_value_to_name() 275 DW_VIS_value_to_name (uint32_t val) in DW_VIS_value_to_name() 288 DW_VIRTUALITY_value_to_name (uint32_t val) in DW_VIRTUALITY_value_to_name() [all …]
|
/external/apache-harmony/support/src/test/java/tests/util/ |
D | CallVerificationStack.java | 127 public void push(boolean val) { in push() 136 public void push(char val) { in push() 145 public void push(double val) { in push() 154 public void push(float val) { in push() 163 public void push(int val) { in push() 172 public void push(long val) { in push() 181 public void push(short val) { in push() 284 public BaseTypeWrapper(boolean val) { in BaseTypeWrapper() 291 public BaseTypeWrapper(byte val) { in BaseTypeWrapper() 298 public BaseTypeWrapper(char val) { in BaseTypeWrapper() [all …]
|
/external/valgrind/none/tests/arm/ |
D | ldrt_arm.c | 30 __attribute__((noinline)) UInt do_ldrbt_A1_imm_2 (unsigned char* val) in do_ldrbt_A1_imm_2() 41 __attribute__((noinline)) UInt do_ldrbt_A2_imm_2 (unsigned char* val) in do_ldrbt_A2_imm_2() 52 __attribute__((noinline)) UInt do_ldrht_A1_imm_m2 (unsigned char* val) in do_ldrht_A1_imm_m2() 63 __attribute__((noinline)) UInt do_ldrht_A2_imm_m2 (unsigned char* val) in do_ldrht_A2_imm_m2() 74 __attribute__((noinline)) UInt do_ldrsht_A1_imm_m2 (unsigned char* val) in do_ldrsht_A1_imm_m2() 85 __attribute__((noinline)) UInt do_ldrsht_A2_imm_1 (unsigned char* val) in do_ldrsht_A2_imm_1() 96 __attribute__((noinline)) UInt do_ldrsbt_A1_imm_1 (unsigned char* val) in do_ldrsbt_A1_imm_1() 107 __attribute__((noinline)) UInt do_ldrsbt_A2_imm_1 (unsigned char* val) in do_ldrsbt_A2_imm_1() 118 __attribute__((noinline)) void do_strbt_A1_imm_1 (unsigned char* val) in do_strbt_A1_imm_1() 127 __attribute__((noinline)) void do_strbt_A2_imm_1 (unsigned char* val) in do_strbt_A2_imm_1() [all …]
|
D | ldrt.c | 21 __attribute__((noinline)) void do_strt_imm_132 ( unsigned char* p, UInt val ) in do_strt_imm_132() 29 __attribute__((noinline)) void do_strbt_imm_132 ( unsigned char* p, UInt* val ) in do_strbt_imm_132() 37 __attribute__((noinline)) UInt do_ldrht_imm_1 (unsigned char* val) in do_ldrht_imm_1() 55 __attribute__((noinline)) void do_strht_imm_132 ( unsigned char* p, UInt* val ) in do_strht_imm_132() 63 __attribute__((noinline)) UInt do_ldrbt_imm_2 (unsigned char* val) in do_ldrbt_imm_2() 73 __attribute__((noinline)) UInt do_ldrsbt_imm_2 (unsigned char* val) in do_ldrsbt_imm_2() 92 UInt val = (200 << 0) | (150 << 8) | (100 << 16) | (10 << 24); in main() local
|
/external/clang/test/Sema/ |
D | warn-char-subscripts.c | 6 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t1() local 12 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t2() local 18 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t3() local 24 int val = subscript[array]; // expected-warning{{array subscript is of type 'char'}} in t4() local 30 int val = array[returnsChar()]; // expected-warning{{array subscript is of type 'char'}} in t5() local 36 int val = array[subscript]; // no warning for explicit signed char in t6() local 42 int val = array[subscript]; // no warning for unsigned char in t7() local 49 int val = array[subscript]; // expected-warning{{array subscript is of type 'char'}} in t8() local 56 int val = array[subscript]; // no warning for explicit signed char in t9() local 63 int val = array[subscript]; // no warning for unsigned char in t10() local
|
/external/v8/test/mjsunit/harmony/ |
D | array-findindex.js | 34 assertEquals(-1, a.findIndex(function(val) { return 121 === val; })); argument 36 assertEquals(1, a.findIndex(function(val) { return 22 === val; }), undefined); argument 37 assertEquals(2, a.findIndex(function(val) { return 23 === val; }), null); argument 38 assertEquals(3, a.findIndex(function(val) { return 24 === val; })); argument 51 a.findIndex(function(val, key, obj) { argument 77 var index = a.findIndex(function(val, key, obj) { argument 120 var index = Array.prototype.findIndex.call(a, function(val, key, obj) { argument 135 index = Array.prototype.findIndex.apply(a, [function(val, key, obj) { argument 170 var index = Array.prototype.findIndex.call(a, function(val, key, obj) { argument 192 a.findIndex(function(val) { a.push(val); return false; }); argument [all …]
|
D | array-find.js | 35 assertEquals(undefined, a.find(function(val) { return 121 === val; })); argument 36 assertEquals(24, a.find(function(val) { return 24 === val; })); argument 37 assertEquals(23, a.find(function(val) { return 23 === val; }), null); argument 38 assertEquals(22, a.find(function(val) { return 22 === val; }), undefined); argument 51 a.find(function(val, key, obj) { argument 77 var found = a.find(function(val, key, obj) { argument 119 var found = Array.prototype.find.call(a, function(val, key, obj) { argument 134 found = Array.prototype.find.apply(a, [function(val, key, obj) { argument 168 var found = Array.prototype.find.call(a, function(val, key, obj) { argument 190 var found = a.find(function(val) { a.push(val); return false; }); argument [all …]
|
D | string-contains.js | 68 msg: "Empty string", val: "" property 70 msg: "Number 1234.34", val: 1234.34 property 72 msg: "Integer number 0", val: 0 property 74 msg: "Negative number -1", val: -1 property 76 msg: "Boolean true", val: true property 78 msg: "Boolean false", val: false property 80 msg: "Empty array []", val: [] property 82 msg: "Empty object {}", val: {} property 84 msg: "Array of size 3", val: new Array(3) property
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | datetimeutil.py | 63 def _number(val): argument 72 def parse_timedelta(val): argument 99 def normalize_timedelta(val): argument 118 def parse_time(val): argument 182 def _month(val): argument 196 def parse_date(val): argument 352 def normalize_date(val, iso8601=True): argument
|
/external/deqp/framework/delibs/depool/ |
D | dePoolHash.c | 51 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 64 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 75 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 88 const int* val = deTestHash_find(hash, (deInt16)i); in dePoolHash_selfTest() local 103 int val = deTestHashIter_getValue(&testIter); in dePoolHash_selfTest() local 135 int val = deTestIntArray_get(valueArray, ndx); in dePoolHash_selfTest() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | Packet.java | 227 public void setNextValueAsByte(byte val) { in setNextValueAsByte() 251 public void setNextValueAsBoolean(boolean val) { in setNextValueAsBoolean() 283 public void setNextValueAsShort(short val) { in setNextValueAsShort() 314 public void setNextValueAsInt(int val) { in setNextValueAsInt() 349 long val = Double.doubleToLongBits(dval); in setNextValueAsDouble() local 383 long val = Float.floatToIntBits(fval); in setNextValueAsFloat() local 413 public void setNextValueAsChar(char val) { in setNextValueAsChar() 444 public void setNextValueAsLong(long val) { in setNextValueAsLong() 476 public void setNextValueAsString(String val) { in setNextValueAsString() 525 public void setNextValueAsObjectID(long val) { in setNextValueAsObjectID() [all …]
|
/external/deqp/framework/common/ |
D | tcuSeedBuilder.cpp | 74 const deUint8 val = (value ? 54: 7); in operator <<() local 82 const deInt8 val = value ^ 75; in operator <<() local 90 const deInt8 val = value ^ 140u; in operator <<() local 98 const deInt16 val = value ^ 555; in operator <<() local 111 const deUint16 val = value ^ 37323u; in operator <<() local 124 const deInt32 val = value ^ 53054741; in operator <<() local 139 const deUint32 val = value ^ 1977303630u; in operator <<() local 154 const deInt64 val = value ^ 772935234179004386ll; in operator <<() local 174 const deUint64 val = value ^ 4664937258000467599ull; in operator <<() local 195 deUint32 val; in operator <<() local [all …]
|
/external/libvpx/libvpx/vpx_ports/ |
D | mem_ops.h | 66 unsigned MEM_VALUE_T val; in mem_get_be16() local 77 unsigned MEM_VALUE_T val; in mem_get_be24() local 89 unsigned MEM_VALUE_T val; in mem_get_be32() local 102 unsigned MEM_VALUE_T val; in mem_get_le16() local 113 unsigned MEM_VALUE_T val; in mem_get_le24() local 125 unsigned MEM_VALUE_T val; in mem_get_le32() local 168 static VPX_INLINE void mem_put_be16(void *vmem, MEM_VALUE_T val) { in mem_put_be16() 177 static VPX_INLINE void mem_put_be24(void *vmem, MEM_VALUE_T val) { in mem_put_be24() 187 static VPX_INLINE void mem_put_be32(void *vmem, MEM_VALUE_T val) { in mem_put_be32() 198 static VPX_INLINE void mem_put_le16(void *vmem, MEM_VALUE_T val) { in mem_put_le16() [all …]
|
D | mem.h | 19 #define DECLARE_ALIGNED(n,typ,val) typ val __attribute__ ((aligned (n))) argument 21 #define DECLARE_ALIGNED(n,typ,val) __declspec(align(n)) typ val argument 24 #define DECLARE_ALIGNED(n,typ,val) typ val argument 34 #define DECLARE_ALIGNED_ARRAY(a,typ,val,n)\ argument
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | BigReal.java | 61 public BigReal(BigDecimal val) { in BigReal() 68 public BigReal(BigInteger val) { in BigReal() 93 public BigReal(BigInteger val, MathContext mc) { in BigReal() 134 public BigReal(double val) { in BigReal() 142 public BigReal(double val, MathContext mc) { in BigReal() 149 public BigReal(int val) { in BigReal() 157 public BigReal(int val, MathContext mc) { in BigReal() 164 public BigReal(long val) { in BigReal() 172 public BigReal(long val, MathContext mc) { in BigReal() 179 public BigReal(String val) { in BigReal() [all …]
|
/external/libvorbis/examples/ |
D | seeking_example.c | 29 ogg_int64_t val,ogg_int64_t pcmval,double timeval, in _verify() 138 ogg_int64_t val=(double)rand()/RAND_MAX*length; in main() local 157 ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength; in main() local 176 ogg_int64_t val=(double)rand()/RAND_MAX*pcmlength; in main() local 200 double val=(double)rand()/RAND_MAX*timelength; in main() local 219 double val=(double)rand()/RAND_MAX*timelength; in main() local
|
/external/libmpeg2/decoder/ |
D | impeg2d_debug.c | 223 double val = gai4_impeg2d_idct_inp_last_nonzero_histogram[i * 8 + j] * 100.0 / i4_sum; in impeg2d_print_idct_inp_statistics() local 236 double val; in impeg2d_print_idct_inp_statistics() local 261 double val = gai4_impeg2d_idct_inp_num_nonzero_histogram[i * 8 + j] * 100.0 / i4_sum; in impeg2d_print_idct_inp_statistics() local 274 double val; in impeg2d_print_idct_inp_statistics() local 294 … double val = gai4_impeg2d_idct_inp_last_non_zero_row_histogram[i] * 100.0 / i4_accumulator; in impeg2d_print_idct_inp_statistics() local 326 double val = gai4_impeg2d_iqnt_inp_last_nonzero_histogram[i * 8 + j] * 100.0 / i4_sum; in impeg2d_print_iqnt_inp_statistics() local 339 double val; in impeg2d_print_iqnt_inp_statistics() local 364 double val = gai4_impeg2d_iqnt_inp_num_nonzero_histogram[i * 8 + j] * 100.0 / i4_sum; in impeg2d_print_iqnt_inp_statistics() local 377 double val; in impeg2d_print_iqnt_inp_statistics() local 397 … double val = gai4_impeg2d_iqnt_inp_last_non_zero_row_histogram[i] * 100.0 / i4_accumulator; in impeg2d_print_iqnt_inp_statistics() local
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowParcel.java | 133 public void writeCharSequence(CharSequence val) { in writeCharSequence() 205 public void readBooleanArray(boolean[] val) { in readBooleanArray() 215 public void writeBooleanArray(boolean[] val) { in writeBooleanArray() 239 public void readCharArray(char[] val) { in readCharArray() 249 public void writeCharArray(char[] val) { in writeCharArray() 265 char[] val = new char[N]; in createCharArray() local 273 public void readFloatArray(float[] val) { in readFloatArray() 283 public void writeFloatArray(float[] val) { in writeFloatArray() 299 float[] val = new float[N]; in createFloatArray() local 307 public void writeDoubleArray(double[] val) { in writeDoubleArray() [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_builder.h | 39 operand(ir_rvalue *val) in operand() 50 ir_rvalue *val; variable 59 deref(ir_dereference *val) in deref() 71 ir_dereference *val; variable
|
/external/v8/test/mjsunit/compiler/ |
D | inline-construct.js | 60 function value_context(constructor, val, deopt, counter) { argument 65 function test_context(constructor, val, deopt, counter) { argument 72 function effect_context(constructor, val, deopt, counter) { argument 85 function c1(val, deopt, counter) { argument 94 function c2(val, deopt, counter) { argument 105 function c3(val, deopt, counter) { argument 146 function c_unsupported_syntax(val, deopt, counter) { argument 160 function c_strict(val, deopt, counter) { argument
|
/external/libunwind/include/ |
D | dwarf_i.h | 47 int8_t *val, void *arg) in dwarf_reads8() 58 int16_t *val, void *arg) in dwarf_reads16() 69 int32_t *val, void *arg) in dwarf_reads32() 80 int64_t *val, void *arg) in dwarf_reads64() 91 uint8_t *val, void *arg) in dwarf_readu8() 102 uint16_t *val, void *arg) in dwarf_readu16() 113 uint32_t *val, void *arg) in dwarf_readu32() 124 uint64_t *val, void *arg) in dwarf_readu64() 139 unw_word_t val, aligned_addr = *addr & -sizeof (unw_word_t); in dwarf_readu8() local 156 uint16_t *val, void *arg) in dwarf_readu16() [all …]
|
/external/linux-tools-perf/src/include/linux/ |
D | hash.h | 27 #define hash_long(val, bits) hash_32(val, bits) argument 29 #define hash_long(val, bits) hash_64(val, bits) argument 35 static __always_inline u64 hash_64(u64 val, unsigned int bits) in hash_64() 58 static inline u32 hash_32(u32 val, unsigned int bits) in hash_32() 74 unsigned long val = (unsigned long)ptr; in hash32_ptr() local
|
/external/fio/ |
D | json.h | 54 #define json_object_add_value_int(obj, name, val) \ argument 56 #define json_object_add_value_float(obj, name, val) \ argument 58 #define json_object_add_value_string(obj, name, val) \ argument 60 #define json_object_add_value_object(obj, name, val) \ argument 62 #define json_object_add_value_array(obj, name, val) \ argument 65 #define json_array_add_value_int(obj, val) \ argument 67 #define json_array_add_value_float(obj, val) \ argument 69 #define json_array_add_value_string(obj, val) \ argument 71 #define json_array_add_value_object(obj, val) \ argument 73 #define json_array_add_value_array(obj, val) \ argument
|
/external/strace/ |
D | block.c | 129 int val; in block_ioctl() local 140 unsigned short val; in block_ioctl() local 154 int val; in block_ioctl() local 168 unsigned int val; in block_ioctl() local 180 long val; in block_ioctl() local 191 unsigned long val; in block_ioctl() local 203 uint64_t val; in block_ioctl() local
|
/external/fio/lib/ |
D | bswap.h | 7 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() 19 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() 35 static inline uint64_t __be64_to_cpu(uint64_t val) in __be64_to_cpu() 40 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu()
|