/system/incremental_delivery/libdataloader/include/ |
D | dataloader_inline.h | 73 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()
|
D | dataloader.h | 91 const std::string& arguments() const { return mArguments; } in arguments() function 94 std::string&& arguments);
|
D | dataloader_ndk.h | 53 const char* arguments; member
|
/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/tools/xsdc/src/main/java/com/android/xsdc/ |
D | CodeWriter.java | 77 public void printf(String code, Object... arguments) { in printf() argument 78 print(String.format(code, arguments)); in printf()
|
/system/tools/aidl/ |
D | ast_java.cpp | 73 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()
|
D | ast_java.h | 174 std::vector<std::shared_ptr<Expression>> arguments; member 202 std::vector<std::shared_ptr<Expression>> arguments; member
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 49 @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/gps_on/ |
D | gradlew.bat | 49 @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_avg/ |
D | gradlew.bat | 49 @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/tools/aidl/tests/ |
D | aidl_parser_fuzzer.dict | 62 # annotation arguments 96 #arguments
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windows variants 54 @rem Slurp the command line arguments.
|
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windows variants 54 @rem Slurp the command line arguments.
|
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/ |
D | gradlew.bat | 49 @rem Get command-line arguments, handling Windows variants 54 @rem Slurp the command line arguments.
|
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/ |
D | build.gradle | 20 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/core/init/ |
D | ueventd_parser_test.cpp | 158 …r /devices/path/firmware/something002.bin radio "/vendor/bin/firmware_handler.sh --has --arguments" in TEST() 163 …ices/path/firmware/something004.bin radio radio "/vendor/bin/firmware_handler.sh --has --arguments" in TEST()
|
/system/extras/simpleperf/demo/SimpleperfExampleJava/ |
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
/system/extras/simpleperf/demo/SimpleperfExampleKotlin/ |
D | gradle.properties | 7 # Specifies the JVM arguments used for the daemon process.
|
/system/netd/ |
D | Android.bp | 78 "-google-default-arguments",
|
/system/extras/perf2cfg/ |
D | README.md | 26 optional arguments: 42 required arguments:
|
/system/extras/partition_tools/ |
D | README.md | 9 The following command-line arguments are required: 17 Optional arguments:
|
/system/incremental_delivery/libdataloader/ |
D | DataLoaderConnector.cpp | 633 mNDKDataLoaderParams.arguments = mDataLoaderParams.arguments().c_str(); in DataLoaderParamsPair() 652 ScopedUtfChars arguments(env, paramsArguments.get()); in createFromManaged() local 655 arguments.c_str())); in createFromManaged() 782 nativeParams.dataLoaderParams().arguments().c_str()); in DataLoaderService_OnCreate()
|