Home
last modified time | relevance | path

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

1234567

/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/libunwindstack/tests/
DMemoryTest.cpp48 int one; member
59 ASSERT_TRUE(memory.ReadField(0, &data, &data.one, sizeof(data.one))); in TEST()
60 ASSERT_EQ(0, data.one); in TEST()
/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/timezone/input_data/iana/
DNOTICE2 this one) are in the public domain. The exceptions are date.c,
/system/timezone/output_data/iana/
DNOTICE2 this one) are in the public domain. The exceptions are date.c,
/system/netd/tests/dns_responder/
Ddns_tls_frontend.cpp190 const int one = 1; in startServer() local
191 setsockopt(s, SOL_SOCKET, SO_REUSEPORT, &one, sizeof(one)); in startServer()
/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
84 # data stored in that directory to process them one by one.
/system/sepolicy/prebuilts/api/26.0/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.
/system/bt/service/common/
DREADME11 one common include path exported to them, and our headers can find eachother
/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/tools/hidl/test/error_test/no_two_interfaces/error/1.0/
DIFoo.hal21 // can only have one interface per file
/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/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/prebuilts/api/26.0/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.

1234567