Searched refs:argument (Results 1 – 25 of 35) sorted by relevance
12
/system/bt/test/ |
D | run_host_unit_tests.py | 35 def str2bool(argument, default=False): argument 37 argument = str(argument) 38 if argument.lower() in ['0', 'f', 'false', 'off', 'no', 'n']: 40 elif argument.lower() in ['1', 't', 'true', 'on', 'yes', 'y']:
|
/system/extras/simpleperf/scripts/ |
D | pylintrc | 11 argument-rgx=[a-z_][a-z0-9_]{0,30}$
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | idmap.te | 9 # Open and read from target and overlay apk files passed by argument.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | idmap.te | 9 # Open and read from target and overlay apk files passed by argument.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | idmap.te | 12 # Open and read from target and overlay apk files passed by argument.
|
/system/tools/aidl/tests/lazy_test/ |
D | README | 16 If the service has multiple interfaces, each can be entered as a separate argument to be tested 81 as the second argument to this function.
|
/system/tools/mkbootimg/ |
D | pylintrc | 187 # Regular expression matching correct argument names 188 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 190 # Naming hint for argument names 191 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 310 ignored-argument-names=_.* 360 # List of valid names for the first argument in a class method. 363 # List of valid names for the first argument in a metaclass class method.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | idmap.te | 14 # Open and read from target and overlay apk files passed by argument.
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | idmap.te | 14 # Open and read from target and overlay apk files passed by argument.
|
/system/sepolicy/public/ |
D | idmap.te | 14 # Open and read from target and overlay apk files passed by argument.
|
/system/core/init/test_service/ |
D | README.md | 29 with the command-line argument.
|
/system/update_engine/ |
D | pylintrc | 304 # Regular expression which should only match correct argument names 305 argument-rgx=^[a-z][a-z0-9_]*$ 307 # Naming hint for argument names 308 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 371 ignored-argument-names=_.* 406 # List of valid names for the first argument in a class method. 409 # List of valid names for the first argument in a metaclass class method.
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 181 …argument | Ex: if value="bar", and the oem command name was "foo", the ful… 183 … | Empty String (no argument) | 184 …ing from the launched programs stderr is logged in the test failure. | Empty String (no argument) | 185 … | Empty String (no argument) | 186 …ipt. It is saved in whatever location is specified by the --output_path argument … 197 … will extract the hash. The first argument to the program will be the be the response from `OKAY`,… 276 …grams/scripts. This is also where the --config is searched for. If this argument is omitted it def… 279 - **--gtest_***: Any valid gtest argument (they all start with 'gtest_')
|
/system/core/logcat/ |
D | logpersist | 47 *) echo ERROR: bad argument ${@} >&2 ; exit 1 ;;
|
/system/bt/service/doc/ |
D | IBluetoothGattClientCallback.txt | 74 * characteristic value that was read from the remote device. This argument 102 * descriptor value that was read from the remote device. This argument
|
/system/extras/partition_tools/ |
D | README.md | 38 lpdump displays pretty-printed partition metadata. It accepts a single argument, which can be: 43 It also accepts an optional argument `-s,--slot=N` which can dump a specific metadata slot (the def…
|
/system/core/fs_mgr/libsnapshot/ |
D | PowerTest.md | 40 2. `DEVICE_SERIAL` - If multiple devices are attached to adb, this argument is passed as the serial…
|
/system/sepolicy/tools/ |
D | README | 19 argument in order to check the validity of the security contexts
|
/system/core/debuggerd/ |
D | Android.bp | 7 "-Wno-unused-argument",
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 86 specify this as a command-line string argument, which could be useful for
|
/system/core/init/ |
D | README.md | 135 service <name> <pathname> [ <argument> ]* 465 `exec [ <seclabel> [ <user> [ <group>\* ] ] ] -- <command> [ <argument>\* ]` 473 `exec_background [ <seclabel> [ <user> [ <group>\* ] ] ] -- <command> [ <argument>\* ]` 481 but uses an existing service definition in place of the exec argument vector. 924 2) All commands map to a valid keyword and the argument count is within the correct range. 967 Once first stage init finishes it execs /system/bin/init with the "selinux_setup" argument. This 972 argument. At this point the main phase of init runs and continues the boot process via the init.rc
|
/system/core/adb/ |
D | protocol.txt | 33 unsigned arg0; /* first argument */ 34 unsigned arg1; /* second argument */
|
/system/tools/aidl/ |
D | generate_ndk.cpp | 211 for (const auto& argument : method->GetArguments()) { in GenerateHeaderIncludes() local 212 includes.insert(headerFilePath(argument->GetType())); in GenerateHeaderIncludes()
|
/system/chre/ |
D | README.md | 28 - Command-line argument parsing.
|
/system/core/fastboot/ |
D | README.md | 199 If the last argument is "wipe", then all existing 200 logical partitions are deleted. If no final argument
|
12