/external/apache-commons-bcel/src/examples/Mini/ |
D | Function.java | 33 private int no_args; field in Function 54 for(int i=0; i < no_args; i++) { in toString() 57 if(i < no_args - 1) { in toString() 71 public int getNoArgs() { return no_args; } in getNoArgs() 80 no_args = (args == null)? 0 : args.length; in setArgs()
|
/external/llvm-project/clang/test/CodeGen/ |
D | attr-callback.c | 6 __attribute__((callback(1))) void no_args(void (*callback)(void)); 9 …((callback(1, 2, 3))) void args_1(void (*callback)(int, double), int a, double b) { no_args(cb0); } in args_1()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | kernarg-stack-alignment.ll | 6 ; CHECK-LABEL: {{^}}no_args: 8 define void @no_args() {
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | kernarg-stack-alignment.ll | 6 ; CHECK-LABEL: {{^}}no_args: 8 define amdgpu_kernel void @no_args() {
|
/external/pigweed/pw_tokenizer/py/ |
D | detokenize_test.py | 334 no_args = self.detok.detokenize(b'\xad\xba\0\0') 335 self.assertFalse(no_args.ok()) 336 self.assertEqual(len(no_args.successes), 2) 337 self.assertEqual(len(no_args.failures), 5) 338 self.assertEqual(len(no_args.matches()), 7) 339 self.assertEqual(str(no_args), 'newer') 340 self.assertEqual(len(no_args.best_result()[1]), 0) 341 self.assertEqual(no_args.best_result()[0], 'newer')
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | promote_var_handles_to_args.mlir | 14 // CHECK-LABEL: func @no_args 17 func @no_args() {
|
/external/llvm-project/clang/test/Sema/ |
D | attr-callback.c | 5 __attribute__((callback(1))) void no_args(void (*callback)(void));
|
/external/llvm-project/clang/test/SemaCXX/ |
D | no_destroy.cpp | 47 [[clang::no_destroy(0)]] int no_args; // expected-error{{'no_destroy' attribute takes no arguments}} variable
|
/external/llvm-project/clang/test/Frontend/ |
D | noderef.cpp | 29 …int __attribute__((noderef(10))) * no_args; // expected-error{{'noderef' attribute takes no argume… in Normal() local
|
/external/llvm-project/mlir/test/Dialect/GPU/ |
D | ops.mlir | 5 // CHECK-LABEL:func @no_args(%{{.*}}: index) 6 func @no_args(%sz : index) {
|
/external/minijail/ |
D | minijail0_cli_unittest.cc | 82 TEST_F(CliTest, no_args) { in TEST_F() argument
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 927 longrangeiter_len(longrangeiterobject *r, PyObject *no_args) in longrangeiter_len() argument
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 530 static const arg_def_t *no_args[] = { NULL }; variable 829 static const arg_def_t **ctrl_args = no_args; in parse_stream_params()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1024 static const arg_def_t *no_args[] = { NULL }; variable 1416 static const arg_def_t **ctrl_args = no_args; in parse_stream_params()
|
/external/python/cffi/c/ |
D | _cffi_backend.c | 4206 static PyObject *dl_close_lib(DynLibObject *dlobj, PyObject *no_args) in dl_close_lib() argument
|