Home
last modified time | relevance | path

Searched refs:argument (Results 1 – 25 of 35) sorted by relevance

12

/system/bt/test/
Drun_host_unit_tests.py35 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/
Dpylintrc11 argument-rgx=[a-z_][a-z0-9_]{0,30}$
/system/sepolicy/prebuilts/api/27.0/public/
Didmap.te9 # Open and read from target and overlay apk files passed by argument.
/system/sepolicy/prebuilts/api/26.0/public/
Didmap.te9 # Open and read from target and overlay apk files passed by argument.
/system/sepolicy/prebuilts/api/28.0/public/
Didmap.te12 # Open and read from target and overlay apk files passed by argument.
/system/tools/aidl/tests/lazy_test/
DREADME16 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/
Dpylintrc187 # 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/
Didmap.te14 # Open and read from target and overlay apk files passed by argument.
/system/sepolicy/prebuilts/api/30.0/public/
Didmap.te14 # Open and read from target and overlay apk files passed by argument.
/system/sepolicy/public/
Didmap.te14 # Open and read from target and overlay apk files passed by argument.
/system/core/init/test_service/
DREADME.md29 with the command-line argument.
/system/update_engine/
Dpylintrc304 # 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/
DREADME.md181argument | 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/
Dlogpersist47 *) echo ERROR: bad argument ${@} >&2 ; exit 1 ;;
/system/bt/service/doc/
DIBluetoothGattClientCallback.txt74 * 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/
DREADME.md38 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/
DPowerTest.md40 2. `DEVICE_SERIAL` - If multiple devices are attached to adb, this argument is passed as the serial…
/system/sepolicy/tools/
DREADME19 argument in order to check the validity of the security contexts
/system/core/debuggerd/
DAndroid.bp7 "-Wno-unused-argument",
/system/sepolicy/tools/sepolicy-analyze/
DREADME86 specify this as a command-line string argument, which could be useful for
/system/core/init/
DREADME.md135 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/
Dprotocol.txt33 unsigned arg0; /* first argument */
34 unsigned arg1; /* second argument */
/system/tools/aidl/
Dgenerate_ndk.cpp211 for (const auto& argument : method->GetArguments()) { in GenerateHeaderIncludes() local
212 includes.insert(headerFilePath(argument->GetType())); in GenerateHeaderIncludes()
/system/chre/
DREADME.md28 - Command-line argument parsing.
/system/core/fastboot/
DREADME.md199 If the last argument is "wipe", then all existing
200 logical partitions are deleted. If no final argument

12