Searched refs:one (Results 1 - 11 of 11) sorted by relevance

/system/core/libbacktrace/
H A Dbacktrace_testlib.c19 int test_level_four(int one, int two, int three, int four, argument
27 return one + two + three + four;
30 int test_level_three(int one, int two, int three, int four, argument
32 return test_level_four(one+3, two+6, three+9, four+12, callback_func, data) + 3;
35 int test_level_two(int one, int two, int three, int four, argument
37 return test_level_three(one+2, two+4, three+6, four+8, callback_func, data) + 2;
40 int test_level_one(int one, int two, int three, int four, argument
42 return test_level_two(one+1, two+2, three+3, four+4, callback_func, data) + 1;
/system/gatekeeper/
H A DAndroid.mk19 # GoogleGateKeeper implementation, e.g. one running in TrustZone.
/system/core/include/cutils/
H A Dtrace.h35 * using one of the tags defined below. It must be defined to one of the
80 #error ATRACE_TAG must be defined to be one of the tags defined in cutils/trace.h
/system/bt/doc/
H A Ddirectory_layout.md5 of one or more modules.
H A 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/
H A Dblending.cpp95 // (2) we can use only one multiply instead of 2
287 // we have a cached alpha blend factor, but we want another one,
294 // are only 2 choices, this meens we want "the other one"
312 // CORRUPTIBLE registers are chosen first, or a new one is allocated.
657 const int one = ((1<<v.size())-1)<<v.l;
659 if (isValidImmediate(one)) {
660 MOV(HS, 0, v.reg, imm( one ));
661 } else if (isValidImmediate(~one)) {
662 MVN(HS, 0, v.reg, imm( ~one ));
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h110 struct sample_read_value one; member in union:sample_read::__anon1524
/system/keymaster/
H A DAndroid.mk19 # AndroidKeymaster implementation, e.g. one running in TrustZone.
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h101 struct sample_read_value one; member in union:sample_read::__anon1527
/system/media/audio_utils/
H A Dtinysndfile.c50 static const short one = 1; local
51 return *((const char *) &one) == 1;
/system/extras/perfprofd/quipper/
H A Dperf_reader.cc259 sample->read.one.id = *array++;
264 ByteSwap(&sample->read.one.id);
575 *array++ = sample.read.one.id;

Completed in 133 milliseconds