/external/libchrome/base/android/jni_generator/ |
D | jni_generator.py | 164 def WrapCTypeForDeclaration(c_type): argument 166 if re.match(RE_SCOPED_JNI_TYPES, c_type): 167 return 'const base::android::JavaParamRef<' + c_type + '>&' 169 return c_type 182 c_type = JavaDataTypeToC(java_type) 183 if re.match(RE_SCOPED_JNI_TYPES, c_type): 184 return 'const base::android::JavaRef<' + c_type + '>&' 186 return c_type 212 c_type = _GetJNIFirstParamType(native) 214 c_type = WrapCTypeForDeclaration(c_type) [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_oa.py | 317 def sizeof(c_type): argument 318 return c_type_sizes[c_type] 346 c_type = data_type 348 if "uint" in c_type: 349 c_type = c_type + "_t" 372 current_offset = pot_align(current_offset, sizeof(c_type)) 374 c("counter->size = sizeof(" + c_type + ");\n") 380 return current_offset + sizeof(c_type)
|
/external/webrtc/webrtc/base/ |
D | flags.h | 156 #define DEFINE_FLAG(type, c_type, name, default, comment) \ argument 158 c_type FLAG_##name = (default); \ 166 #define DECLARE_FLAG(c_type, name) \ argument 168 extern c_type FLAG_##name
|
/external/tensorflow/tensorflow/c/ |
D | kernels.cc | 176 #define DEFINE_TF_GETATTR(func, c_type, cc_type) \ argument 179 c_type* val, TF_Status* status) { \ 186 *val = static_cast<c_type>(v); \
|
D | c_api.cc | 1794 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument 1795 void func(TF_Operation* oper, const char* attr_name, c_type* value, \ 1800 *value = static_cast<c_type>(v); \ 1802 void func##List(TF_Operation* oper, const char* attr_name, c_type* values, \ 1813 values[i] = static_cast<c_type>(attr->list().list_field(i)); \
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 78 short c_type; member 614 flock.l_type = thiscase->c_type; in dochild() 700 flock.l_type = thiscase->c_type; in dochild() 819 if ((thiscase->c_type) == SKIP) { in run_test() 833 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in run_test() 952 maybe_run_child(&dochild, "nddddddddd", 2, &thiscase->c_type, in main() 1084 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in main()
|
/external/bcc/tools/ |
D | trace.py | 324 c_type = {"u": "unsigned int", "d": "int", variable in Probe 332 fmt_types = c_type.keys() 339 return "%s v%d;\n" % (Probe.c_type[field_type], idx) 403 (idx, Probe.c_type[field_type], expr)
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 27 def __init__(self, c_type, union_field, glsl_type): argument 28 self.c_type = c_type
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | MethodGen.java | 196 ObjectType c_type = null; in MethodGen() local 200 c_type = ObjectType.getInstance(cen); in MethodGen() 212 .getHandlerPC()), c_type); in MethodGen() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 1485 if (!_.IsIntScalarOrVectorType(c_type)) { in ValidateExtInst() 1491 if (num_components != _.GetDimension(c_type)) { in ValidateExtInst() 1498 if (_.GetBitWidth(result_type) != _.GetBitWidth(c_type)) { in ValidateExtInst()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 1471 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 1485 if (!_.IsIntScalarOrVectorType(c_type)) { in ValidateExtInst() 1491 if (num_components != _.GetDimension(c_type)) { in ValidateExtInst() 1498 if (_.GetBitWidth(result_type) != _.GetBitWidth(c_type)) { in ValidateExtInst()
|
/external/mesa3d/src/mapi/ |
D | mapi_abi.py | 112 c_type = m.group('type').strip() 117 return (c_type, c_name, c_array)
|
/external/mesa3d/src/compiler/nir/ |
D | nir_algebraic.py | 104 def c_type(self): member in Value
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 282 #define PARSE_LIST(c_type, parse_fn) \ in SetOpAttrList() argument 283 std::unique_ptr<c_type[]> values(new c_type[num_values]); \ in SetOpAttrList()
|
/external/python/cpython3/Lib/test/ |
D | test_decimal.py | 5567 c_type = getattr(C, ty) 5572 c_func = getattr(c_type, attr) 5602 getattr(c_type(9), attr)(*args, **kwds)
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | bcel.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |