/external/chromium_org/tools/gn/ |
D | substitution_type.cc | 101 bool SubstitutionIsInOutputDir(SubstitutionType type) { in SubstitutionIsInOutputDir() argument 102 return type == SUBSTITUTION_SOURCE_GEN_DIR || in SubstitutionIsInOutputDir() 103 type == SUBSTITUTION_SOURCE_OUT_DIR || in SubstitutionIsInOutputDir() 104 type == SUBSTITUTION_ROOT_GEN_DIR || in SubstitutionIsInOutputDir() 105 type == SUBSTITUTION_ROOT_OUT_DIR || in SubstitutionIsInOutputDir() 106 type == SUBSTITUTION_TARGET_GEN_DIR || in SubstitutionIsInOutputDir() 107 type == SUBSTITUTION_TARGET_OUT_DIR; in SubstitutionIsInOutputDir() 110 bool IsValidSourceSubstitution(SubstitutionType type) { in IsValidSourceSubstitution() argument 111 return type == SUBSTITUTION_LITERAL || in IsValidSourceSubstitution() 112 type == SUBSTITUTION_SOURCE || in IsValidSourceSubstitution() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.stdout.exp | 3 Function vec_abs [type char] ===> OK 4 Function vec_abs [type short] ===> OK 5 Function vec_abs [type integer] ===> OK 8 Function vec_abss [type char] ===> OK 9 Function vec_abss [type short] ===> OK 10 Function vec_abss [type integer] ===> OK 13 Function vec_add [type char] ===> OK 14 Function vec_add [type unsigned char] ===> OK 15 Function vec_add [type short] ===> OK 16 Function vec_add [type unsigned short] ===> OK [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 48 lp_mantissa(struct lp_type type) in lp_mantissa() argument 50 assert(type.floating); in lp_mantissa() 52 if(type.floating) { in lp_mantissa() 53 switch(type.width) { in lp_mantissa() 66 if(type.sign) in lp_mantissa() 67 return type.width - 1; in lp_mantissa() 69 return type.width; in lp_mantissa() 80 lp_const_shift(struct lp_type type) in lp_const_shift() argument 82 if(type.floating) in lp_const_shift() 84 else if(type.fixed) in lp_const_shift() [all …]
|
D | lp_bld_arit.c | 78 const struct lp_type type = bld->type; in lp_build_min_simple() local 83 assert(lp_check_value(type, a)); in lp_build_min_simple() 84 assert(lp_check_value(type, b)); in lp_build_min_simple() 88 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple() 89 if (type.width == 32) { in lp_build_min_simple() 90 if (type.length == 1) { in lp_build_min_simple() 94 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_min_simple() 103 if (type.width == 64 && util_cpu_caps.has_sse2) { in lp_build_min_simple() 104 if (type.length == 1) { in lp_build_min_simple() 108 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_min_simple() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.c | 48 lp_mantissa(struct lp_type type) in lp_mantissa() argument 50 assert(type.floating); in lp_mantissa() 52 if(type.floating) { in lp_mantissa() 53 switch(type.width) { in lp_mantissa() 66 if(type.sign) in lp_mantissa() 67 return type.width - 1; in lp_mantissa() 69 return type.width; in lp_mantissa() 80 lp_const_shift(struct lp_type type) in lp_const_shift() argument 82 if(type.floating) in lp_const_shift() 84 else if(type.fixed) in lp_const_shift() [all …]
|
D | lp_bld_arit.c | 78 const struct lp_type type = bld->type; in lp_build_min_simple() local 83 assert(lp_check_value(type, a)); in lp_build_min_simple() 84 assert(lp_check_value(type, b)); in lp_build_min_simple() 88 if (type.floating && util_cpu_caps.has_sse) { in lp_build_min_simple() 89 if (type.width == 32) { in lp_build_min_simple() 90 if (type.length == 1) { in lp_build_min_simple() 94 else if (type.length <= 4 || !util_cpu_caps.has_avx) { in lp_build_min_simple() 103 if (type.width == 64 && util_cpu_caps.has_sse2) { in lp_build_min_simple() 104 if (type.length == 1) { in lp_build_min_simple() 108 else if (type.length == 2 || !util_cpu_caps.has_avx) { in lp_build_min_simple() [all …]
|
/external/sepolicy/ |
D | file.te | 2 type labeledfs, fs_type; 3 type pipefs, fs_type; 4 type sockfs, fs_type; 5 type rootfs, fs_type; 6 type proc, fs_type; 8 type proc_security, fs_type; 10 type usermodehelper, fs_type, sysfs_type; 11 type qtaguid_proc, fs_type, mlstrustedobject; 12 type proc_bluetooth_writable, fs_type; 13 type proc_cpuinfo, fs_type; [all …]
|
D | device.te | 2 type device, dev_type, fs_type; 3 type alarm_device, dev_type, mlstrustedobject; 4 type adb_device, dev_type; 5 type ashmem_device, dev_type, mlstrustedobject; 6 type audio_device, dev_type; 7 type binder_device, dev_type, mlstrustedobject; 8 type block_device, dev_type; 9 type camera_device, dev_type; 10 type dm_device, dev_type; 11 type loop_device, dev_type; [all …]
|
D | property.te | 1 type default_prop, property_type; 2 type shell_prop, property_type; 3 type debug_prop, property_type; 4 type debuggerd_prop, property_type; 5 type dhcp_prop, property_type; 6 type fingerprint_prop, property_type; 7 type radio_prop, property_type; 8 type net_radio_prop, property_type; 9 type system_radio_prop, property_type; 10 type system_prop, property_type; [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/ |
D | kdt_pam.dtfmt | 16 ! the file describes the values type of the attributes in the vector 17 ! character/string type is splitted to three types: 23 ! history type: the input value is the output decision 28 :ATTR "1" :PROP type = numeric 30 :ATTR "2" :PROP type = numeric 32 :ATTR "3" :PROP type = numeric 34 :ATTR "4" :PROP type = numeric 36 :ATTR "5" :PROP type = numeric 38 :ATTR "6" :PROP type = numeric 40 :ATTR "7" :PROP type = numeric [all …]
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/gitiles_file_system/ |
D | public_extensions | 7 "type": "blob", 13 "type": "blob", 19 "type": "blob", 25 "type": "blob", 31 "type": "blob", 37 "type": "blob", 43 "type": "blob", 49 "type": "blob", 55 "type": "blob", 61 "type": "blob", [all …]
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | ExtensionTypes.c | 9 PyTypeObject* type = Py_TYPE(obj); in __Pyx_call_next_tp_dealloc() local 11 while (type && type->tp_dealloc != current_tp_dealloc) in __Pyx_call_next_tp_dealloc() 12 type = type->tp_base; in __Pyx_call_next_tp_dealloc() 13 while (type && type->tp_dealloc == current_tp_dealloc) in __Pyx_call_next_tp_dealloc() 14 type = type->tp_base; in __Pyx_call_next_tp_dealloc() 15 if (type) in __Pyx_call_next_tp_dealloc() 16 type->tp_dealloc(obj); in __Pyx_call_next_tp_dealloc() 26 PyTypeObject* type = Py_TYPE(obj); in __Pyx_call_next_tp_traverse() local 28 while (type && type->tp_traverse != current_tp_traverse) in __Pyx_call_next_tp_traverse() 29 type = type->tp_base; in __Pyx_call_next_tp_traverse() [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | v4l2-dv-timings.h | 39 .type = V4L2_DV_BT_656_1120, \ 48 .type = V4L2_DV_BT_656_1120, \ 55 .type = V4L2_DV_BT_656_1120, \ 64 .type = V4L2_DV_BT_656_1120, \ 71 .type = V4L2_DV_BT_656_1120, \ 78 .type = V4L2_DV_BT_656_1120, \ 87 .type = V4L2_DV_BT_656_1120, \ 95 .type = V4L2_DV_BT_656_1120, \ 103 .type = V4L2_DV_BT_656_1120, \ 111 .type = V4L2_DV_BT_656_1120, \ [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | css.js | 28 var type, override; 29 function ret(style, tp) { type = tp; return style; } 107 function Context(type, indent, prev) { argument 108 this.type = type; 113 function pushContext(state, stream, type) { argument 114 state.context = new Context(type, stream.indentation() + indentUnit, state.context); 115 return type; 120 return state.context.type; 123 function pass(type, stream, state) { argument 124 return states[state.context.type](type, stream, state); [all …]
|
D | javascript.js | 26 function kw(type) {return {type: type, style: "keyword"};} argument 28 var operator = kw("operator"), atom = {type: "atom", style: "atom"}; property 44 var type = {type: "variable", style: "variable-3"}; variable 58 "string": type, "number": type, "bool": type, "any": type 86 var type, content; 88 type = tp; content = cont; 138 return (known && state.lastType != ".") ? ret(known.type, known.style, word) : 219 function JSLexical(indented, column, type, align, prev, info) { argument 222 this.type = type; 237 function parseJS(state, style, type, content, stream) { argument [all …]
|
/external/qemu/util/ |
D | qemu-config.c | 13 .type = QEMU_OPT_NUMBER, 17 .type = QEMU_OPT_NUMBER, 21 .type = QEMU_OPT_STRING, 25 .type = QEMU_OPT_NUMBER, 28 .type = QEMU_OPT_NUMBER, 32 .type = QEMU_OPT_NUMBER, 36 .type = QEMU_OPT_NUMBER, 40 .type = QEMU_OPT_STRING, 44 .type = QEMU_OPT_STRING, 48 .type = QEMU_OPT_BOOL, [all …]
|
/external/opencv/cv/src/ |
D | _cvlist.h | 84 #define DECLARE_LIST(type, prefix)\ argument 86 struct prefix##element_##type\ 88 struct prefix##element_##type* m_prev;\ 89 struct prefix##element_##type* m_next;\ 90 type m_data;\ 92 typedef struct prefix##element_##type ELEMENT_##type;\ 94 _LIST_INLINE _CVLIST* prefix##create_list_##type(long);\ 95 _LIST_INLINE void prefix##destroy_list_##type(_CVLIST*);\ 97 _LIST_INLINE CVPOS prefix##get_head_pos_##type(_CVLIST*);\ 98 _LIST_INLINE CVPOS prefix##get_tail_pos_##type(_CVLIST*);\ [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_validate.cpp | 107 if (ir->condition->type != glsl_type::bool_type) { in visit_enter() 109 ir->condition->type->name); in visit_enter() 231 assert(ir->operands[0]->type == ir->type); in visit_leave() 234 assert(ir->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 244 assert(ir->type == ir->operands[0]->type); in visit_leave() 251 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 252 assert(ir->type == ir->operands[0]->type); in visit_leave() 256 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 257 assert(ir->type->base_type == GLSL_TYPE_INT); in visit_leave() [all …]
|
D | ir.cpp | 31 this->type = glsl_type::error_type; in ir_rvalue() 138 if (v->type->is_scalar()) in whole_variable_written() 141 if (v->type->is_vector()) { in whole_variable_written() 142 const unsigned mask = (1U << v->type->vector_elements) - 1; in whole_variable_written() 163 if (lhs->type->is_scalar() || lhs->type->is_vector()) { in ir_assignment() 170 assert(lhs_components == this->rhs->type->vector_elements); in ir_assignment() 188 if (rhs->type->is_vector()) in ir_assignment() 189 this->write_mask = (1U << rhs->type->vector_elements) - 1; in ir_assignment() 190 else if (rhs->type->is_scalar()) in ir_assignment() 199 ir_expression::ir_expression(int op, const struct glsl_type *type, in ir_expression() argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_validate.cpp | 107 if (ir->condition->type != glsl_type::bool_type) { in visit_enter() 109 ir->condition->type->name); in visit_enter() 231 assert(ir->operands[0]->type == ir->type); in visit_leave() 234 assert(ir->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 235 assert(ir->operands[0]->type->base_type == GLSL_TYPE_BOOL); in visit_leave() 244 assert(ir->type == ir->operands[0]->type); in visit_leave() 251 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 252 assert(ir->type == ir->operands[0]->type); in visit_leave() 256 assert(ir->operands[0]->type->base_type == GLSL_TYPE_FLOAT); in visit_leave() 257 assert(ir->type->base_type == GLSL_TYPE_INT); in visit_leave() [all …]
|
D | ir.cpp | 31 this->type = glsl_type::error_type; in ir_rvalue() 138 if (v->type->is_scalar()) in whole_variable_written() 141 if (v->type->is_vector()) { in whole_variable_written() 142 const unsigned mask = (1U << v->type->vector_elements) - 1; in whole_variable_written() 163 if (lhs->type->is_scalar() || lhs->type->is_vector()) { in ir_assignment() 170 assert(lhs_components == this->rhs->type->vector_elements); in ir_assignment() 188 if (rhs->type->is_vector()) in ir_assignment() 189 this->write_mask = (1U << rhs->type->vector_elements) - 1; in ir_assignment() 190 else if (rhs->type->is_scalar()) in ir_assignment() 199 ir_expression::ir_expression(int op, const struct glsl_type *type, in ir_expression() argument [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_test_main.c | 48 struct lp_type type) in dump_type() argument 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", in dump_type() 52 type.floating ? "f" : (type.fixed ? "h" : "i"), in dump_type() 53 type.width, in dump_type() 54 type.norm ? "n" : "", in dump_type() 55 type.length); in dump_type() 60 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem() argument 62 double scale = lp_const_scale(type); in read_elem() 64 assert(index < type.length); in read_elem() 65 if (type.floating) { in read_elem() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_main.c | 48 struct lp_type type) in dump_type() argument 51 type.sign ? (type.floating || type.fixed ? "" : "s") : "u", in dump_type() 52 type.floating ? "f" : (type.fixed ? "h" : "i"), in dump_type() 53 type.width, in dump_type() 54 type.norm ? "n" : "", in dump_type() 55 type.length); in dump_type() 60 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem() argument 62 double scale = lp_const_scale(type); in read_elem() 64 assert(index < type.length); in read_elem() 65 if (type.floating) { in read_elem() [all …]
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | file_type.js | 19 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG', property 23 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'BMP', property 27 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'GIF', property 31 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'ICO', property 35 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'PNG', property 39 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'WebP', property 43 type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'TIFF', property 49 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: '3GP', property 53 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'AVI', property 57 type: 'video', name: 'VIDEO_FILE_TYPE', subtype: 'QuickTime', property [all …]
|
/external/ceres-solver/internal/ceres/ |
D | types.cc | 40 #define STRENUM(x) if (value == #x) { *type = x; return true;} 46 const char* LinearSolverTypeToString(LinearSolverType type) { in LinearSolverTypeToString() argument 47 switch (type) { in LinearSolverTypeToString() 60 bool StringToLinearSolverType(string value, LinearSolverType* type) { in StringToLinearSolverType() argument 72 const char* PreconditionerTypeToString(PreconditionerType type) { in PreconditionerTypeToString() argument 73 switch (type) { in PreconditionerTypeToString() 84 bool StringToPreconditionerType(string value, PreconditionerType* type) { in StringToPreconditionerType() argument 95 SparseLinearAlgebraLibraryType type) { in SparseLinearAlgebraLibraryTypeToString() argument 96 switch (type) { in SparseLinearAlgebraLibraryTypeToString() 107 SparseLinearAlgebraLibraryType* type) { in StringToSparseLinearAlgebraLibraryType() argument [all …]
|