Home
last modified time | relevance | path

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

12

/system/bt/test/
Drun_host_unit_tests.py34 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/
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/sepolicy/public/
Didmap.te14 # Open and read from target and overlay apk files passed by argument.
/system/sepolicy/prebuilts/api/29.0/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/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/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/sepolicy/tools/
DREADME19 argument in order to check the validity of the security contexts
/system/core/debuggerd/
DAndroid.bp7 "-Wno-unused-argument",
/system/core/init/
DREADME.md153 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/
DREADME86 specify this as a command-line string argument, which could be useful for
/system/core/adb/
Dprotocol.txt33 unsigned arg0; /* first argument */
34 unsigned arg1; /* second argument */
DSERVICES.TXT154 by spaces. If an argument contains a space, it must be quoted with
/system/tools/hidl/
Dhidl-gen_y.yy866 std::cerr << "ERROR: duplicated argument or result name "
875 std::cerr << "ERROR: duplicated argument or result name "
/system/tools/aidl/
Dgenerate_cpp.cpp903 for (const auto& argument : method->GetArguments()) { in BuildInterfaceHeader() local
904 const Type* type = argument->GetType().GetLanguageType<Type>(); in BuildInterfaceHeader()
/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
/system/bt/doc/
Dstyle_guide.md226 // particular, edge cases, and whether a pointer argument may or may not be
/system/extras/simpleperf/doc/
DREADME.md1307 # pass it any argument.

12