Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 145) sorted by relevance

123456

/system/core/libbacktrace/
Dbacktrace_testlib.cpp32 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_four() argument
40 return one + two + three + four; in test_level_four()
43 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_three() argument
45 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3; in test_level_three()
48 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_two() argument
49 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2; in test_level_two()
52 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_one() argument
53 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1; in test_level_one()
/system/core/adb/
DSERVICES.TXT52 Ask to switch the connection to one device connected through USB
53 to the host machine. This will fail if there are more than one such
57 Ask to switch the connection to one emulator connected through TCP.
58 This will fail if there is more than one such emulator instance
64 Will fail if there is more than one such device/emulator available.
70 for information related to a specific device. <request> can be in one
75 to the host. This will fail if there is none or more than one.
79 running on the host. This will fail if there is none or more than one.
103 There, <host-prefix> can be one of the
107 the format of <local> is one of:
[all …]
DOVERVIEW.TXT23 to each one of them: OFFLINE, BOOTLOADER, RECOVERY or ONLINE (more on
26 The ADB server is really one giant multiplexing loop whose purpose is
50 and will start one automatically if none is found.
99 The server should answer a request with one of the following:
124 An ADB transport models a connection between the ADB server and one device
136 Each transport can carry one or more multiplexed streams between clients
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.config12 # as the one recorded in perf.data, then we copy the binary in the directory
19 # in binary_cache_dir having the same build_id as the one on device.
/system/sepolicy/private/
Dmls30 # Datagram send: Sender must be equivalent to the receiver unless one of them
35 # Stream connect: Client must be equivalent to server unless one of them
96 # Presently commented out, as apps are expected to call one another.
Duntrusted_app_all.te17 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
82 # data stored in that directory to process them one by one.
Duntrusted_app.te15 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
/system/sepolicy/
DREADME27 BOARD_SEPOLICY_DIRS search path, then the first one found (at the
64 system.img. If one wishes to view it in a more human friendly format,
83 user, eng or userdebug. Additionally, one can specify "ALL" to map a path to
91 Often times, one will need to integrate an application that was signed by a separate
/system/sepolicy/tools/
DREADME18 Displays one of subset, equal, superset, or incomparable.
29 configuration and the device-specific one, and simultaneously
/system/netd/tests/benchmarks/
DREADME.md46 (it's only possible to plot one other value apart from mean).
48 If the graphing ecosystem ever becomes advanced enough to plot multiple outputs from one
/system/bt/service/common/
DREADME11 one common include path exported to them, and our headers can find eachother
/system/core/libpixelflinger/codeflinger/
Dblending.cpp658 const int one = ((1<<v.size())-1)<<v.l; in component_sat() local
660 if (isValidImmediate(one)) { in component_sat()
661 MOV(HS, 0, v.reg, imm( one )); in component_sat()
662 } else if (isValidImmediate(~one)) { in component_sat()
663 MVN(HS, 0, v.reg, imm( ~one )); in component_sat()
/system/sepolicy/public/
Duntrusted_app_25.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Duntrusted_app.te14 ### mac_permissions.xml and assign it one of the pre-existing seinfo values
Dcharger.te28 # only one file in /sys/fs/pstore
/system/sepolicy/tools/sepolicy-analyze/
DREADME20 current policy may be overly permissive with respect to one or the
22 access to one or the other rather than coalescing them together,
38 grant the same permissions where one allow rule is written
/system/bt/doc/
Ddirectory_layout.md5 of one or more modules.
/system/core/liblog/
Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/system/bt/
DBUILD.gn21 # file to your new one or GN won't know about it.
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/system/core/libcutils/include_vndk/cutils/
Dtrace.h85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/core/libcutils/include/cutils/
Dtrace.h85 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/libufdt/utils/
DREADME.md11 You can use `mkdtimg` to pack one or more DTB/DTBO files into an image.
157 The `global_options` and `entryX_options` must start with one or more space
/system/core/storaged/
DEventLogTags.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/system/core/logd/
Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.

123456