/external/libcups/backend/ |
D | testbackend.c | 53 int first_arg, /* First argument for backend */ in main() local 105 for (first_arg = 1; in main() 106 argv[first_arg] && argv[first_arg][0] == '-'; in main() 107 first_arg ++) in main() 108 if (!strcmp(argv[first_arg], "-d")) in main() 110 else if (!strcmp(argv[first_arg], "-cancel")) in main() 112 else if (!strcmp(argv[first_arg], "-pcl")) in main() 114 else if (!strcmp(argv[first_arg], "-ps")) in main() 116 else if (!strcmp(argv[first_arg], "-s")) in main() 118 else if (!strcmp(argv[first_arg], "-t")) in main() [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 24 typename get_nth_type<0, Args...>::type first_arg(Args...); 31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() 32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() 33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() 40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() 41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() 42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() 44 double *dp1 = first_arg<>(dp); in test_explicit_spec_extension()
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 24 typename get_nth_type<0, Args...>::type first_arg(Args...); 31 int *ip1 = first_arg<int *>(0); in test_explicit_spec_simple() 32 int *ip2 = first_arg<int *, float*>(0, 0); in test_explicit_spec_simple() 33 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_simple() 40 int *ip1 = first_arg<int *>(0, 0); in test_explicit_spec_extension() 41 int *ip2 = first_arg<int *, float*>(0, 0, 0, 0); in test_explicit_spec_extension() 42 float *fp1 = first_arg<float *, double*, int*>(0, 0, 0); in test_explicit_spec_extension() 44 double *dp1 = first_arg<>(dp); in test_explicit_spec_extension()
|
/external/perfetto/include/perfetto/profiling/ |
D | normalize.h | 39 char* first_arg = static_cast<char*>(memchr(cmdline, '\0', size)); in NormalizeCmdLine() local 40 if (first_arg == nullptr) { in NormalizeCmdLine() 47 if (first_at != nullptr && first_at < first_arg) { in NormalizeCmdLine() 49 first_arg = first_at; in NormalizeCmdLine() 52 memrchr(cmdline, '/', static_cast<size_t>(first_arg - cmdline))); in NormalizeCmdLine() 60 return first_arg - start; in NormalizeCmdLine()
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 30 typename get_nth_type<0, Args...>::type first_arg(Args...); 36 int *ip1 = first_arg(ip); in test_simple_deduction() 37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() 38 int *ip3 = first_arg(ip, fp, dp); in test_simple_deduction() 39 no_type nt1 = first_arg(); in test_simple_deduction()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p1-0x.cpp | 30 typename get_nth_type<0, Args...>::type first_arg(Args...); 36 int *ip1 = first_arg(ip); in test_simple_deduction() 37 int *ip2 = first_arg(ip, fp); in test_simple_deduction() 38 int *ip3 = first_arg(ip, fp, dp); in test_simple_deduction() 39 no_type nt1 = first_arg(); in test_simple_deduction()
|
/external/llvm-project/lldb/source/Utility/ |
D | ProcessInfo.cpp | 88 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local 89 if (first_arg) { in SetArguments() 93 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments() 104 const char *first_arg = m_arguments.GetArgumentAtIndex(0); in SetArguments() local 105 if (first_arg) { in SetArguments() 109 m_executable.SetFile(first_arg, FileSpec::Style::native); in SetArguments()
|
/external/libchrome/base/task_scheduler/ |
D | task_traits_details.h | 59 const FirstArgType& first_arg, 64 return getter.GetValueFromArg(first_arg);
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | multivalue-stackify.py | 169 first_arg = tmp 183 args = make_llvm_args(first_arg, len(uses))
|
/external/mesa3d/src/vulkan/util/ |
D | gen_enum_to_str.py | 367 first_arg = command.find('./param/type') 371 … device_entrypoint=(first_arg.text in ('VkDevice', 'VkCommandBuffer', 'VkQueue')))
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 502 bool first_arg = true; in ForEachMacro() local 507 if (!first_arg) { in ForEachMacro() 510 first_arg = false; in ForEachMacro() 517 if (first_arg) { in ForEachMacro()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | tpu_strategy_test.py | 479 def replica_step(first_arg, variable): argument 480 del first_arg # Just here to make sure we're not relying on arg position. 504 def pos_and_star_args(first_arg, *args): argument 505 del first_arg 508 def named_args(first_arg, second_arg): argument 509 del first_arg
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | region_control_flow_to_functional.cc | 235 Value first_arg = get_defining_op(std::get<0>(it)); in MatchCallArgs() local 238 if (!matcher(first_arg, first_region, second_arg, second_region)) in MatchCallArgs()
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmparser.cpp | 853 bool first_arg = true; in ParseArgumentList() local 855 if (first_arg) { in ParseArgumentList() 856 first_arg = false; in ParseArgumentList()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1005 const char *first_arg = args.GetArgumentAtIndex(0); in ParseAutoEnableOptions() local 1006 if (first_arg && (strcmp(first_arg, "--") == 0)) in ParseAutoEnableOptions()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | pattern_matcher.h | 2133 inline auto WithOperands(Matcher&& m, int64 operand_num, FirstArg&& first_arg) { 2134 return m.WithOperand(operand_num, std::forward<FirstArg>(first_arg)); 2138 inline auto WithOperands(Matcher&& m, int64 operand_num, FirstArg&& first_arg, 2141 m.WithOperand(operand_num, std::forward<FirstArg>(first_arg)),
|
/external/llvm-project/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1864 llvm::StringRef first_arg = request.GetParsedLine().GetArgumentAtIndex(0); in HandleCompletion() local 1866 if (!first_arg.empty()) { in HandleCompletion() 1867 if (first_arg.front() == m_comment_char) in HandleCompletion() 1869 if (first_arg.front() == CommandHistory::g_repeat_char) { in HandleCompletion() 1870 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()
|
/external/curl/src/ |
D | tool_operate.c | 2531 char *first_arg = curlx_convert_tchar_to_UTF8(argv[1]); in operate() local 2540 (!curl_strequal(first_arg, "-q") && in operate() 2541 !curl_strequal(first_arg, "--disable"))) { in operate() 2551 curlx_unicodefree(first_arg); in operate()
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 4042 bool first_arg = true; in parse_encoding() local 4064 if (!first_arg) in parse_encoding() 4067 first_arg = false; in parse_encoding()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 13215 const ArgT first_arg = p_arg[component * component_step_0]; in call() local 13218 p_result[component] = p_function(first_arg, second_arg); in call() 13365 const Arg1T first_arg = p_arg_1[component * component_step_0]; in call() local 13368 p_result[component] = p_function(first_arg, second_arg); in call() 13498 const glw::GLdouble first_arg = p_arg[component * component_step_0]; in call() local 13502 p_result[component] = p_function(first_arg, second_arg, third_arg); in call()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | tccgen.c.ppout | 2959 static inline void define_push(int v, int macro_type, int *str, Sym *first_arg);
|