Searched refs:argument (Results 1 – 25 of 29) sorted by relevance
12
/system/bt/test/ |
D | run_host_unit_tests.py | 34 def str2bool(argument, default=False): argument 36 argument = str(argument) 37 if argument.lower() in ['0', 'f', 'false', 'off', 'no', 'n']: 39 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/sepolicy/public/ |
D | idmap.te | 14 # Open and read from target and overlay apk files passed by argument.
|
/system/sepolicy/prebuilts/api/29.0/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/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/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/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/core/init/ |
D | README.md | 153 service <name> <pathname> [ <argument> ]* 458 `exec [ <seclabel> [ <user> [ <group>\* ] ] ] -- <command> [ <argument>\* ]` 466 `exec_background [ <seclabel> [ <user> [ <group>\* ] ] ] -- <command> [ <argument>\* ]` 474 but uses an existing service definition in place of the exec argument vector. 826 2) All commands map to a valid keyword and the argument count is within the correct range. 869 Once first stage init finishes it execs /system/bin/init with the "selinux_setup" argument. This 874 argument. At this point the main phase of init runs and continues the boot process via the init.rc
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | README | 86 specify this as a command-line string argument, which could be useful for
|
/system/core/adb/ |
D | protocol.txt | 33 unsigned arg0; /* first argument */ 34 unsigned arg1; /* second argument */
|
D | SERVICES.TXT | 154 by spaces. If an argument contains a space, it must be quoted with
|
/system/tools/hidl/ |
D | hidl-gen_y.yy | 866 std::cerr << "ERROR: duplicated argument or result name " 875 std::cerr << "ERROR: duplicated argument or result name "
|
/system/tools/aidl/ |
D | generate_cpp.cpp | 903 for (const auto& argument : method->GetArguments()) { in BuildInterfaceHeader() local 904 const Type* type = argument->GetType().GetLanguageType<Type>(); in BuildInterfaceHeader()
|
/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
|
/system/bt/doc/ |
D | style_guide.md | 226 // particular, edge cases, and whether a pointer argument may or may not be
|
/system/extras/simpleperf/doc/ |
D | README.md | 1307 # pass it any argument.
|
12