Searched refs:arguments (Results 1 – 19 of 19) sorted by relevance
/system/core/init/test_service/ |
D | README.md | 15 The service accepts any even number of arguments on the command line 16 (i.e. any number of pairs of arguments.) 17 It will attempt to find the first element of each pair of arguments in
|
/system/extras/perfprofd/quipper/base/ |
D | macros.h | 252 #define CR_DEFINE_STATIC_LOCAL(type, name, arguments) \ argument 253 static type& name = *new type arguments /* NOLINT */
|
/system/bt/btif/src/ |
D | bluetooth.cc | 304 static void dump(int fd, const char** arguments) { in dump() argument 305 if (arguments != NULL && arguments[0] != NULL) { in dump() 306 if (strncmp(arguments[0], "--proto-bin", 11) == 0) { in dump()
|
/system/tools/aidl/ |
D | ast_java.cpp | 57 void WriteArgumentList(CodeWriter* to, const vector<Expression*>& arguments) { in WriteArgumentList() argument 58 size_t N = arguments.size(); in WriteArgumentList() 60 arguments[i]->Write(to); in WriteArgumentList() 197 this->arguments.push_back(expression); in init() 209 WriteArgumentList(to, this->arguments); in Write() 236 this->arguments.push_back(expression); in init() 242 WriteArgumentList(to, this->arguments); in Write()
|
D | ast_java.h | 164 std::vector<Expression*> arguments; member 192 std::vector<Expression*> arguments; member
|
D | generate_java_binder.cpp | 145 queryLocalInterface->arguments.push_back(new LiteralExpression("DESCRIPTOR")); in make_as_interface() 170 ne->arguments.push_back(obj); in make_as_interface() 332 realCall->arguments.push_back(v); in generate_method()
|
/system/update_engine/ |
D | binder_service_brillo.cc | 53 Arguments... arguments) { in CallCommonHandler() 55 if (((common_.get())->*Handler)(&error, arguments...)) in CallCommonHandler()
|
D | binder_service_brillo.h | 101 Arguments... arguments);
|
D | pylintrc | 90 too-many-arguments, 188 # Logging modules to check that the string format arguments are in logging 366 # Maximum number of arguments for function / method
|
/system/bt/doc/ |
D | style_guide.md | 86 ### Functions with zero arguments 87 Functions that do not take any arguments (0 arity) should be declared like so: 92 indicate to the compiler that it takes no arguments. 186 At minimum, every function should assert expectations on its arguments. The 188 function arguments. 220 // comment, it's English prose. Function arguments can be referred to as
|
/system/chre/ |
D | README.md | 26 You can run all unit tests with the following command. Pass arguments to this
|
/system/sepolicy/ |
D | README | 87 and tags start with @. The option arguments can also use environment variables
|
/system/core/adb/ |
D | SERVICES.TXT | 157 its output and error streams. Note that arguments must be separated
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 191 in libbinder. Parcelables must define a constructor that takes no arguments.
|
/system/core/init/ |
D | README.md | 316 > Fork and execute command with the given arguments. The command starts 326 existing service definition instead of providing them as arguments.
|
/system/media/audio_utils/ |
D | Doxyfile | 296 # definitions whose arguments contain STL classes (e.g. func(std::string);
|
D | Doxyfile.orig | 296 # definitions whose arguments contain STL classes (e.g. func(std::string);
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 307 # definitions whose arguments contain STL classes (e.g. func(std::string);
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 18846 different. Processing of the arguments separately in different Extend operation insures that the 21351 the check succeeds, the TPM will hash the arguments: 21959 policySession→policyDigest. If the check succeeds, the TPM will hash the arguments:
|