Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 13 of 13) sorted by relevance

/external/libmojo/base/android/jni_generator/
Djni_generator.py138 def WrapCTypeForDeclaration(c_type): argument
140 if re.match(RE_SCOPED_JNI_TYPES, c_type):
141 return 'const base::android::JavaParamRef<' + c_type + '>&'
143 return c_type
156 c_type = JavaDataTypeToC(java_type)
157 if re.match(RE_SCOPED_JNI_TYPES, c_type):
158 return 'const base::android::JavaRefOrBare<' + c_type + '>&'
160 return c_type
934 c_type = self.GetJNIFirstParamType(native)
936 c_type = WrapCTypeForDeclaration(c_type)
[all …]
/external/webrtc/webrtc/base/
Dflags.h156 #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/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c78 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/mesa3d/src/compiler/glsl/
Dir_expression_operation.py28 def __init__(self, c_type, union_field, glsl_type): argument
29 self.c_type = c_type
/external/mesa3d/src/mapi/
Dmapi_abi.py113 c_type = m.group('type').strip()
118 return (c_type, c_name, c_array)
/external/tensorflow/tensorflow/c/
Dc_api.cc1682 #define DEFINE_GETATTR(func, c_type, cpp_type, list_field) \ argument
1683 void func(TF_Operation* oper, const char* attr_name, c_type* value, \
1688 *value = static_cast<c_type>(v); \
1690 void func##List(TF_Operation* oper, const char* attr_name, c_type* values, \
1701 values[i] = static_cast<c_type>(attr->list().list_field(i)); \
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc148 #define PARSE_LIST(c_type, parse_fn) \ in SetOpAttrList() argument
149 std::unique_ptr<c_type[]> values(new c_type[num_values]); \ in SetOpAttrList()
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py106 def c_type(self): member in Value
/external/python/cpython3/Lib/test/
Dtest_decimal.py5560 c_type = getattr(C, ty)
5565 c_func = getattr(c_type, attr)
5595 getattr(c_type(9), attr)(*args, **kwds)
/external/annotation-tools/asmx/test/lib/
Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache ...
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...
/external/annotation-tools/asmx/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...