Home
last modified time | relevance | path

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

12

/system/core/libbacktrace/
Dbacktrace_testlib.c19 int test_level_four(int one, int two, int three, int four, in test_level_four() argument
27 return one + two + three + four; in test_level_four()
30 int test_level_three(int one, int two, int three, int four, in test_level_three() argument
32 return test_level_four(one+3, two+6, three+9, four+12, callback_func, data) + 3; in test_level_three()
35 int test_level_two(int one, int two, int three, int four, in test_level_two() argument
37 return test_level_three(one+2, two+4, three+6, four+8, callback_func, data) + 2; in test_level_two()
40 int test_level_one(int one, int two, int three, int four, in test_level_one() argument
42 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
Dprotocol.txt201 The remote side connection will be implemented as two threads (one for
202 reading, one for writing) and a datagram socketpair to provide the
223 ID numbers such that only one stream may be connected to a bootloader
/system/bt/doc/
Dstyle_guide.md4 are consistent with one another and spend less time debating style.
31 The one exception is if an integer needs to be temporarily converted to a
91 Variables should be declared one per line as close to initialization as possible.
183 following example demonstrates the kinds of assertions one should make on
271 * use one blank line to separate logical code blocks, function definitions,
309 // Conditional statements with only one child statement should elide braces.
316 // Conditionals with a branch containing more than one child statement forces
Ddirectory_layout.md5 of one or more modules.
Dpower_management.md50 looking for a match between the profile and app IDs. When it finds one, it uses
95 1. An event is fired from one of the methods mentioned above in
109 existing entry in this list is removed, otherwise one is added/updated
146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is
/system/core/libpixelflinger/codeflinger/
Dblending.cpp657 const int one = ((1<<v.size())-1)<<v.l; in component_sat() local
659 if (isValidImmediate(one)) { in component_sat()
660 MOV(HS, 0, v.reg, imm( one )); in component_sat()
661 } else if (isValidImmediate(~one)) { in component_sat()
662 MVN(HS, 0, v.reg, imm( ~one )); in component_sat()
/system/core/liblog/
Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
DREADME155 messages to be passed atomically, merge them into one message with
/system/core/include/cutils/
Dtrace.h80 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/core/logd/
Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h110 struct sample_read_value one; member
/system/core/init/
Dreadme.txt21 is declared with the same name as an existing one, it is ignored as
90 groupnames beyond the (required) first one are used to set the
107 is in the class "default" if one is not specified via the
175 Turns a disabled service into an enabled one as if the service did not
186 groups can be provided. No other commands will be run until this one
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/system/extras/tests/sdcard/
DREADME25 You need Gnuplot.py version 1.8 (not the one coming with ubuntu).
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h101 struct sample_read_value one; member
/system/media/audio_utils/
Dtinysndfile.c50 static const short one = 1; in isLittleEndian() local
51 return *((const char *) &one) == 1; in isLittleEndian()
/system/core/logcat/
Devent.logtags7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/system/extras/perfprofd/quipper/
Dperf_reader.cc259 sample->read.one.id = *array++; in ReadReadInfo()
264 ByteSwap(&sample->read.one.id); in ReadReadInfo()
575 *array++ = sample.read.one.id; in WritePerfSampleToData()
/system/extras/ksmutils/
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/system/extras/showslab/
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/system/extras/libpagemap/
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/system/extras/timeinfo/
DNOTICE123 pertain to any part of the Derivative Works, in at least one

12