/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/com/android/xsdc/ |
D | CodeWriter.java | 72 public void printf(String code, Object... arguments) { in printf() argument 73 print(String.format(code, arguments)); in printf()
|
/system/security/keystore/binder/android/security/keystore/ |
D | IKeystoreService.aidl | 50 …storeKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, in byte[] entro… in generateKey() argument 54 …(IKeystoreKeyCharacteristicsCallback cb, String alias, in KeymasterArguments arguments, int format, in importKey() argument 71 in String wrappingKeyAlias, in byte[] maskingKey, in KeymasterArguments arguments, in importWrappedKey() argument
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
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
|
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
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
|
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/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/simpleperf/demo/SimpleperfExamplePureJava/ |
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
|
D | gradle.properties | 10 # Specifies the JVM arguments used for the daemon process.
|
/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/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/tools/aidl/ |
D | ast_java.cpp | 68 void WriteArgumentList(CodeWriter* to, const vector<Expression*>& arguments) { in WriteArgumentList() argument 69 size_t N = arguments.size(); in WriteArgumentList() 71 arguments[i]->Write(to); in WriteArgumentList() 210 this->arguments.push_back(expression); in init() 223 WriteArgumentList(to, this->arguments); in Write() 250 this->arguments.push_back(expression); in init() 256 WriteArgumentList(to, this->arguments); in Write()
|
D | ast_java.h | 175 std::vector<Expression*> arguments; member 203 std::vector<Expression*> arguments; member
|
/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/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/update_engine/ |
D | binder_service_brillo.cc | 54 Arguments... arguments) { in CallCommonHandler() 56 if (((common_.get())->*Handler)(&error, arguments...)) in CallCommonHandler()
|
D | binder_service_brillo.h | 100 Arguments... arguments);
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | profiling.gradle | 12 arguments "-DCMAKE_BUILD_TYPE=Release"
|
/system/extras/partition_tools/ |
D | README.md | 9 The following command-line arguments are required: 17 Optional arguments:
|
/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
|