Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 58) sorted by relevance

123

/system/incremental_delivery/libdataloader/include/
Ddataloader_inline.h73 std::string arguments(params->arguments); in createParams()
75 std::move(arguments)); in createParams()
119 std::string&& className, std::string&& arguments) in DataLoaderParams() argument
123 mArguments(std::move(arguments)) {} in DataLoaderParams()
Ddataloader.h91 const std::string& arguments() const { return mArguments; } in arguments() function
94 std::string&& arguments);
Ddataloader_ndk.h53 const char* arguments; member
/system/core/init/test_service/
DREADME.md15 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/tools/xsdc/src/com/android/xsdc/
DCodeWriter.java77 public void printf(String code, Object... arguments) { in printf() argument
78 print(String.format(code, arguments)); in printf()
/system/tools/aidl/
Dast_java.cpp73 void WriteArgumentList(CodeWriter* to, const vector<std::shared_ptr<Expression>>& arguments) { in WriteArgumentList() argument
74 size_t N = arguments.size(); in WriteArgumentList()
76 arguments[i]->Write(to); in WriteArgumentList()
185 : name(n), arguments(args) {} in MethodCall()
193 : receiver(o), name(n), arguments(args) {} in MethodCall()
197 : receiver(t), name(n), arguments(args) {} in MethodCall()
208 WriteArgumentList(to, this->arguments); in Write()
228 : instantiableName(n), arguments(args) {} in NewExpression()
232 WriteArgumentList(to, this->arguments); in Write()
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/system/extras/power_profile/camera_avg/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
Dgradle.properties10 # Specifies the JVM arguments used for the daemon process.
/system/extras/power_profile/gps_on/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/system/extras/power_profile/camera_flashlight/
Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
66 @rem Get arguments from the 4NT Shell from JP Software
/system/extras/simpleperf/demo/CppApi/
Dgradlew.bat49 @rem Get command-line arguments, handling Windows variants
54 @rem Slurp the command line arguments.
Dgradle.properties7 # Specifies the JVM arguments used for the daemon process.
/system/extras/simpleperf/demo/JavaApi/
Dgradlew.bat49 @rem Get command-line arguments, handling Windows variants
54 @rem Slurp the command line arguments.
Dgradle.properties7 # Specifies the JVM arguments used for the daemon process.
/system/tools/aidl/tests/
Daidl_parser_fuzzer.dict59 # annotation arguments
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
Dprofiling.gradle12 arguments "-DCMAKE_BUILD_TYPE=Release"
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
Dprofiling.gradle12 arguments "-DCMAKE_BUILD_TYPE=Release"
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
Dprofiling.gradle12 arguments "-DCMAKE_BUILD_TYPE=Release"
/system/bt/doc/
Dstyle_guide.md86 ### 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/netd/
DAndroid.bp68 "-google-default-arguments",

123