/system/core/libbacktrace/ |
H A D | backtrace_testlib.c | 19 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 D | Android.mk | 19 # GoogleGateKeeper implementation, e.g. one running in TrustZone.
|
/system/core/include/cutils/ |
H A D | trace.h | 35 * 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 D | directory_layout.md | 5 of one or more modules.
|
H A D | power_management.md | 50 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 D | blending.cpp | 95 // (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 D | event.h | 110 struct sample_read_value one; member in union:sample_read::__anon1524
|
/system/keymaster/ |
H A D | Android.mk | 19 # AndroidKeymaster implementation, e.g. one running in TrustZone.
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
H A D | event.h | 101 struct sample_read_value one; member in union:sample_read::__anon1527
|
/system/media/audio_utils/ |
H A D | tinysndfile.c | 50 static const short one = 1; local 51 return *((const char *) &one) == 1;
|
/system/extras/perfprofd/quipper/ |
H A D | perf_reader.cc | 259 sample->read.one.id = *array++; 264 ByteSwap(&sample->read.one.id); 575 *array++ = sample.read.one.id;
|