| /frameworks/native/libs/binder/tests/ |
| D | binderSafeInterfaceTest.cpp | 194 status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() argument 283 status_t logicalNot(bool a, bool* notA) const override { in logicalNot() 287 status_t modifyEnum(TestEnum a, TestEnum* b) const override { in modifyEnum() 291 status_t increment(const TestFlattenable& a, TestFlattenable* aPlusOne) const override { in increment() argument 297 status_t increment(const TestLightFlattenable& a, in increment() 304 status_t increment(const sp<TestLightRefBaseFlattenable>& a, in increment() 310 status_t increment(const sp<NativeHandle>& a, sp<NativeHandle>* aPlusOne) const override { in increment() argument 316 status_t increment(const NoCopyNoMove& a, NoCopyNoMove* aPlusOne) const override { in increment() argument 322 status_t increment(const std::vector<TestParcelable>& a, in increment() 338 status_t increment(int32_t a, int32_t* aPlusOne) const override { in increment() [all …]
|
| D | binderThroughputTest.cpp | 37 virtual status_t onTransact(uint32_t code, in onTransact() 91 int a[2]; in createPipePair() local
|
| D | schd-dbg.cpp | 105 virtual status_t onTransact(uint32_t code, const Parcel& data, Parcel* reply, in onTransact() 192 int a[2]; in createPipePair() local
|
| /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/ |
| D | ProcessErrorsTest.java | 338 private boolean strEquals(String a, String b) { in strEquals() 374 int code = 17; in hashCode() local
|
| /frameworks/native/opengl/libagl/ |
| D | dxt.cpp | 295 int code = bits & 0x3; in decodeDXT1() local 401 int a = alpha & 0xf; in decodeDXT3() local 404 int code = bits & 0x3; in decodeDXT3() local 433 uint8_t a[8]; in decodeDXT5() local 561 int code = bits & 0x3; in decodeDXT5() local
|
| /frameworks/base/core/tests/coretests/src/android/net/ |
| D | UriTest.java | 127 Uri a = Uri.parse("foo:a"); in testCompareTo() local 139 Uri a = Uri.parse("http://crazybob.org/test/?foo=bar#tee"); in testEqualsAndHashCode() local 205 Uri a = Uri.fromParts("foo", "bar", "tee"); in testBuildUponOpaqueUri() local 214 Uri a = new Uri.Builder() in testBuildUponEncodedOpaqueUri() local 266 private void code(String s) { in code() method in UriTest
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
| D | KeyButtonView.java | 114 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.KeyButtonView, in KeyButtonView() local 144 public void setCode(int code) { in setCode()
|
| /frameworks/base/core/java/android/database/ |
| D | DatabaseUtils.java | 88 int code = 0; in writeExceptionToParcel() local 137 int code = reply.readExceptionCode(); in readExceptionFromParcel() local 145 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel() local 157 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel() local 167 private static final void readExceptionFromParcel(Parcel reply, String msg, int code) { in readExceptionFromParcel() 478 public static String concatenateWhere(String a, String b) { in concatenateWhere()
|
| /frameworks/base/tools/aapt/ |
| D | Resource.cpp | 237 ResXMLTree::event_code_t code; in parsePackage() local 580 ResXMLTree::event_code_t code; in checkForIds() local 1078 ResXMLTree::event_code_t code; in extractPlatformBuildVersion() local 1953 ResXMLTree::event_code_t code; in buildResources() local 2357 size_t a; in writeLayoutClasses() local 2361 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeLayoutClasses() local 2590 size_t a; in writeTextLayoutClasses() local 2594 int32_t code = sym.typeCode == AaptSymbolEntry::TYPE_INT32 in writeTextLayoutClasses() local 3007 ResXMLTree::event_code_t code; in writeProguardForAndroidManifest() local 3137 ResXMLTree::event_code_t code; in writeProguardForXml() local
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | BinderCallsStats.java | 117 public CallSession callStarted(Binder binder, int code, int workSourceUid) { in callStarted() 792 ExportedCallStat a, ExportedCallStat b) { in compareByCpuDesc() 797 ExportedCallStat a, ExportedCallStat b) { in compareByBinderClassAndCode()
|
| /frameworks/native/cmds/servicemanager/ |
| D | binder.c | 81 #define hexdump(a,b) do{} while (0) argument 363 uint32_t target, uint32_t code) in binder_call()
|
| /frameworks/ml/nn/common/ |
| D | Utils.cpp | 107 uint32_t code) { in tableLookup() 209 static std::string getOperationName(uint32_t code) { in getOperationName() 1813 [](const OpPerf& a, const OpPerf& b) { return a.type < b.type; }); in nonExtensionOperandPerformance() 2022 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2() 2041 [](const OperandPerformance& a, const OperandPerformance& b) { in convertToV1_2()
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| D | KeyboardView.java | 277 TypedArray a = context.obtainStyledAttributes( in KeyboardView() local 833 int code = key.codes[0]; in detectAndSendKey() local 998 private void sendAccessibilityEventForUnicodeCharacter(int eventType, int code) { in sendAccessibilityEventForUnicodeCharacter()
|
| /frameworks/base/tools/aapt2/ |
| D | ResourceUtils.cpp | 824 char32_t code = 0; in AppendUnicodeEscapeSequence() local 827 char32_t a; in AppendUnicodeEscapeSequence() local
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
| D | upb.c | 2835 static void atomic_inc(uint32_t *a) { (*a)++; } in atomic_inc() 2836 static bool atomic_dec(uint32_t *a) { return --(*a) == 0; } in atomic_dec() 2840 static void atomic_inc(uint32_t *a) { __sync_fetch_and_add(a, 1); } in atomic_inc() 2841 static bool atomic_dec(uint32_t *a) { return __sync_sub_and_fetch(a, 1) == 0; } in atomic_dec() 2847 static void atomic_inc(upb_atomic_t *a) { InterlockedIncrement(&a->val); } in atomic_inc() 2848 static bool atomic_dec(upb_atomic_t *a) { in atomic_dec() 4248 static void upb_check_alloc(upb_table *t, upb_alloc *a) { in upb_check_alloc() 4253 static void upb_check_alloc(upb_table *t, upb_alloc *a) { in upb_check_alloc() 4275 char *upb_strdup(const char *s, upb_alloc *a) { in upb_strdup() 4279 char *upb_strdup2(const char *s, size_t len, upb_alloc *a) { in upb_strdup2() [all …]
|
| /frameworks/av/services/audioflinger/ |
| D | Effects.cpp | 50 #define ALOGVV(a...) do { } while(0) argument 1922 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact()
|
| D | Tracks.cpp | 50 #define ALOGVV(a...) do { } while(0) argument 378 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) in onTransact()
|
| /frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
| D | upb.c | 1910 upb_seededalloc *a = ud; in seeded_alloc() local 1939 void upb_seededalloc_init(upb_seededalloc *a, void *mem, size_t len) { in upb_seededalloc_init() 1952 void upb_seededalloc_uninit(upb_seededalloc *a) { in upb_seededalloc_uninit() 1958 UPB_FORCEINLINE void upb_seededalloc_setfallbackalloc(upb_seededalloc *a, in upb_seededalloc_setfallbackalloc() 1966 upb_alloc_func *upb_seededalloc_getallocfunc(upb_seededalloc *a) { in upb_seededalloc_getallocfunc() 2683 static void atomic_inc(uint32_t *a) { (*a)++; } in atomic_inc() 2684 static bool atomic_dec(uint32_t *a) { return --(*a) == 0; } in atomic_dec() 2688 static void atomic_inc(uint32_t *a) { __sync_fetch_and_add(a, 1); } in atomic_inc() 2689 static bool atomic_dec(uint32_t *a) { return __sync_sub_and_fetch(a, 1) == 0; } in atomic_dec() 2695 static void atomic_inc(upb_atomic_t *a) { InterlockedIncrement(&a->val); } in atomic_inc() [all …]
|
| D | upb.h | 116 #define _upb_va_copy(a, b) __va_copy(a, b) argument 121 #define _upb_va_copy(a, b) va_copy(a, b) argument 558 inline void Status::SetErrorCode(ErrorSpace* space, int code) { in SetErrorCode() 809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputReader_test.cpp | 45 static inline T min(T a, T b) { in min() 489 int32_t code, int32_t value) { in enqueueEvent() 1840 int32_t code, int32_t value) { in process() 3428 SingleTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey() 4803 MultiTouchInputMapper* mapper, int32_t code, int32_t value) { in processKey()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerService.java | 4004 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) in onTransact() 5118 PackageParser.Activity a = mComponentResolver.getActivity(component); in getActivityInfoInternal() local 5164 PackageParser.Activity a = mComponentResolver.getActivity(component); in activitySupportsIntent() local 5193 PackageParser.Activity a = mComponentResolver.getReceiver(component); in getReceiverInfo() local
|
| /frameworks/native/services/inputflinger/ |
| D | InputReader.cpp | 99 inline static T min(const T& a, const T& b) { in min() 104 inline static void swap(T& a, T& b) { in swap() 222 static float calculateCommonVector(float a, float b) { in calculateCommonVector() 686 int32_t InputReader::getStateLocked(int32_t deviceId, uint32_t sourceMask, int32_t code, in getStateLocked() 1201 int32_t InputDevice::getState(uint32_t sourceMask, int32_t code, GetStateFunc getStateFunc) { in getState()
|
| /frameworks/base/core/java/android/app/ |
| D | ActivityThread.java | 1807 String codeToString(int code) { in codeToString() 2043 ActivityClientRecord a = mNewActivities; in queueIdle() local 3409 final Activity a = performLaunchActivity(r, customIntent); in handleLaunchActivity() local 4250 final Activity a = r.activity; in handleResumeActivity() local 5321 Activity a = ar.activity; in collectComponentCallbacks() local 5633 Activity a = (Activity) cb; in handleConfigurationChanged() local
|
| /frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
| D | cube.cpp | 55 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument 1998 vk::ShaderModule Demo::prepare_shader_module(const uint32_t *code, size_t size) { in prepare_shader_module()
|
| D | cube.c | 76 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0])) argument 2018 static VkShaderModule demo_prepare_shader_module(struct demo *demo, const uint32_t *code, size_t si… in demo_prepare_shader_module()
|