| /system/tools/aidl/ |
| D | aidl_to_java.cpp | 148 static bool EnsureCodegenIsSupported(const CodeGeneratorContext& c) { in EnsureCodegenIsSupported() 156 static string GetFlagFor(const CodeGeneratorContext& c) { in GetFlagFor() 164 bool WriteToParcelFor(const CodeGeneratorContext& c) { in WriteToParcelFor() 170 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 174 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 178 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 182 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 186 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 190 [](const CodeGeneratorContext& c) { in WriteToParcelFor() 194 [](const CodeGeneratorContext& c) { in WriteToParcelFor() [all …]
|
| /system/netd/resolv/ |
| D | res_comp.cpp | 135 #define hyphenchar(c) ((c) == 0x2d) argument 136 #define bslashchar(c) ((c) == 0x5c) argument 137 #define periodchar(c) ((c) == PERIOD) argument 138 #define asterchar(c) ((c) == 0x2a) argument 139 #define alphachar(c) (((c) >= 0x41 && (c) <= 0x5a) || ((c) >= 0x61 && (c) <= 0x7a)) argument 140 #define digitchar(c) ((c) >= 0x30 && (c) <= 0x39) argument 141 #define underscorechar(c) ((c) == 0x5f) argument 143 #define borderchar(c) (alphachar(c) || digitchar(c)) argument 144 #define middlechar(c) (borderchar(c) || hyphenchar(c) || underscorechar(c)) argument 145 #define domainchar(c) ((c) > 0x20 && (c) < 0x7f) argument
|
| /system/bt/stack/smp/ |
| D | p_256_multprecision.cc | 30 void multiprecision_init(uint32_t* c, uint32_t keyLength) { in multiprecision_init() 34 void multiprecision_copy(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_copy() 78 uint32_t multiprecision_add(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add() 96 uint32_t multiprecision_sub(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_sub() 113 void multiprecision_lshift_mod(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_lshift_mod() 133 void multiprecision_rshift(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_rshift() 150 void multiprecision_mersenns_mult_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_mersenns_mult_mod() 163 void multiprecision_mersenns_squa_mod(uint32_t* c, uint32_t* a, in multiprecision_mersenns_squa_mod() 169 void multiprecision_add_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add_mod() 190 void multiprecision_sub_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_sub_mod() [all …]
|
| /system/core/libsysutils/src/ |
| D | SocketListener.cpp | 112 char c = CtrlPipe_Shutdown; in stopListener() local 176 char c = CtrlPipe_Shutdown; in runListener() local 184 int c = TEMP_FAILURE_RETRY(accept4(mSock, nullptr, nullptr, SOCK_CLOEXEC)); in runListener() local 208 SocketClient* c = it->second; in runListener() local 226 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() 251 SocketClient* c = pair.second; in snapshotClients() local
|
| D | FrameworkListener.cpp | 53 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable() 192 for (auto* c : mCommands) { in dispatchCommand() local
|
| /system/core/libpixelflinger/ |
| D | pixelflinger.cpp | 85 void ggl_error(context_t* c, GGLenum error) in ggl_error() 159 static void enable_disable(context_t* c, GGLenum name, int en) in enable_disable() 290 static void ggl_enable_fog(context_t* c, int enable) in ggl_enable_fog() 596 void ggl_set_scissor(context_t* c) in ggl_set_scissor() 615 void ggl_enable_blending(context_t* c, int enable) in ggl_enable_blending() 625 void ggl_enable_scissor_test(context_t* c, int enable) in ggl_enable_scissor_test() 635 void ggl_enable_alpha_test(context_t* c, int enable) in ggl_enable_alpha_test() 645 void ggl_enable_logic_op(context_t* c, int enable) in ggl_enable_logic_op() 655 void ggl_enable_dither(context_t* c, int enable) in ggl_enable_dither() 669 void ggl_enable_depth_test(context_t* c, int enable) in ggl_enable_depth_test() [all …]
|
| D | scanline.cpp | 308 void ggl_init_scanline(context_t* c) in ggl_init_scanline() 315 void ggl_uninit_scanline(context_t* c) in ggl_uninit_scanline() 327 static void pick_scanline(context_t* c) in pick_scanline() 447 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline() 491 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending() 644 void scanline(context_t* c) in scanline() 908 uint32_t& c = fragment.c[i]; in scanline() local 1056 static int is_context_horizontal(const context_t* c) { in is_context_horizontal() 1089 void horz_clamp_iterator::init(const context_t* c, int shift) in init() 1445 static void scanline_t32cb16_clamp(context_t* c) in scanline_t32cb16_clamp() [all …]
|
| D | buffer.cpp | 45 void ggl_init_texture(context_t* c) in ggl_init_texture() 60 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface() 86 void ggl_pick_texture(context_t* c) in ggl_pick_texture() 102 void ggl_pick_cb(context_t* c) in ggl_pick_cb() 113 void read_pixel(const surface_t* s, context_t* c, in read_pixel() 164 void write_pixel(const surface_t* s, context_t* c, in write_pixel() 259 uint32_t ggl_pack_color(context_t* c, int32_t format, in ggl_pack_color()
|
| /system/libhidl/libhidlcache/ |
| D | mapping.cpp | 37 sp<HidlMemoryCache> c = HidlMemoryCache::getInstance(); in mapMemory() local 42 sp<HidlMemoryCache> c = HidlMemoryCache::getInstance(); in lockMemoryCache() local
|
| /system/extras/runconuid/ |
| D | runconuid.cpp | 89 uid_t lookup_uid(char* c) { in lookup_uid() 104 gid_t lookup_gid(char* c) { in lookup_gid() 119 void lookup_groups(char* c) { in lookup_groups() 145 int c; in parse_arguments() local
|
| /system/libhwbinder/ |
| D | Debug.cpp | 50 static inline int isident(int c) in isident() 55 static inline bool isasciitype(char c) in isasciitype() 75 static char* appendcharornum(char c, char* out, bool skipzero = true) in appendcharornum() 96 char c[4]; in typetostring() local 214 char* c = buffer; in printHexData() local
|
| /system/libufdt/tests/testdata/ |
| D | local_fixup-overlay.dts | 5 c: c{ label
|
| D | local_fixup_with_offset-overlay.dts | 5 c: c{ label
|
| D | apply_fragment-base.dts | 6 c: c {}; label
|
| /system/bt/stack/btm/ |
| D | btm_ble_multi_adv.cc | 295 std::unique_ptr<CreatorParams> c; in StartAdvertising() local 313 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertising() 329 [](c_type c, uint8_t status) { in StartAdvertising() 342 [](c_type c, uint8_t status) { in StartAdvertising() 355 [](c_type c, uint8_t status) { in StartAdvertising() 383 std::unique_ptr<CreatorParams> c; in StartAdvertisingSet() local 401 [](c_type c, uint8_t advertiser_id, uint8_t status) { in StartAdvertisingSet() 416 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertisingSet() 439 [](c_type c, uint8_t status) { in StartAdvertisingSet() 459 void StartAdvertisingSetAfterAddressPart(c_type c) { in StartAdvertisingSetAfterAddressPart() [all …]
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_posix.c | 44 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() 66 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } in dto_memchr() 68 void *dto_memset(void *s, int c, size_t n) { return memset(s, c, n); } in dto_memset()
|
| D | libufdt_sysdeps_vendor.c | 92 static __inline char *med3(char *a, char *b, char *c, in med3() 187 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() 209 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } in dto_memchr() 211 void *dto_memset(void *s, int c, size_t n) { return memset(s, c, n); } in dto_memset()
|
| /system/bt/types/bluetooth/ |
| D | uuid.cc | 74 int c; in FromString() local 86 int c; in FromString() local 94 int c; in FromString() local
|
| /system/bt/vendor_libs/test_vendor_lib/types/bluetooth/ |
| D | uuid.cc | 72 int c; in FromString() local 83 int c; in FromString() local 90 int c; in FromString() local
|
| /system/media/audio_utils/private/ |
| D | private.h | 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; member
|
| /system/core/libmeminfo/ |
| D | procmeminfo.cpp | 63 const char* c = line + len; in parse_smaps_field() local 459 char* c = line + 4; in SmapsOrRollupFromFile() local 462 char* c = line + 14; in SmapsOrRollupFromFile() local 467 char* c = line + 14; in SmapsOrRollupFromFile() local 475 char* c = line + 4; in SmapsOrRollupFromFile() local 481 char* c = line + 8; in SmapsOrRollupFromFile() local
|
| /system/core/libcutils/ |
| D | android_get_control_file_test.cpp | 38 std::for_each(key.begin(), key.end(), [] (char& c) { c = isalnum(c) ? c : '_'; }); in TEST()
|
| /system/core/libpixelflinger/include/private/pixelflinger/ |
| D | ggl_fixed.h | 293 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 615 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 681 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 775 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 779 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 796 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 800 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx() 853 inline GGLfixed gglClampx(GGLfixed c) in gglClampx()
|
| /system/chre/external/kiss_fft/ |
| D | _kiss_fft_guts.h | 76 # define C_FIXDIV(c,div) \ argument 80 # define C_MULBYSCALAR( c, s ) \ argument 90 # define C_FIXDIV(c,div) /* NOOP */ argument 91 # define C_MULBYSCALAR( c, s ) \ argument 149 #define pcpx(c)\ argument
|
| /system/core/logd/ |
| D | LogUtils.h | 56 const char c = *needle++; in strnstr() local
|