/frameworks/libs/binary_translation/calling_conventions/ |
D | calling_conventions_arm_test.cc | 27 ArgLocation loc; in TEST() local 48 ArgLocation loc; in TEST() local 65 ArgLocation loc; in TEST() local 75 ArgLocation loc; in TEST() local 112 ArgLocation loc; in TEST() local
|
D | calling_conventions_riscv64_test.cc | 27 ArgLocation loc; in TEST() local 100 ArgLocation loc; in TEST() local
|
D | calling_conventions_x86_64_test.cc | 27 ArgLocation loc; in TEST() local 100 ArgLocation loc; in TEST() local
|
D | calling_conventions_arm64_test.cc | 27 ArgLocation loc; in TEST() local 68 ArgLocation loc; in TEST() local
|
D | calling_conventions_x86_32_test.cc | 27 ArgLocation loc; in TEST() local
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/provider/ |
D | LocationProviderManagerTest.java | 345 Location loc = createLocation(NAME, mRandom); in testGetLastLocation_Fine() local 356 Location loc = createLocation(NAME, mRandom); in testGetLastLocation_Coarse() local 366 Location loc = createLocation(NAME, mRandom); in testGetLastLocation_InvisibleUser() local 390 Location loc = createLocation(NAME, mRandom); in testGetLastLocation_Bypass() local 449 Location loc = createLocation(NAME, mRandom); in testGetLastLocation_ClearOnMockRemoval() local 480 LocationResult loc = createLocationResult(NAME, mRandom); in testPassive_Listener() local 487 Location loc = createLocation(NAME, mRandom); in testPassive_LastLocation() local 503 LocationResult loc = createLocationResult(NAME, mRandom); in testRegisterListener() local 544 LocationResult loc = createLocationResult(NAME, mRandom); in testRegisterListener_SameProcess() local 630 LocationResult loc = createLocationResult(NAME, mRandom); in testRegisterListener_InvisibleUser() local [all …]
|
D | StationaryThrottlingLocationProviderTest.java | 195 LocationResult loc = LocationResult.wrap(l); in testNoThrottle_oldLocation() local 213 LocationResult loc = createLocationResult("test_provider", mRandom); in testNoThrottle_locationSettingsIgnored() local 231 LocationResult loc = createLocationResult("test_provider", mRandom); in testNoThrottle_highAccuracy() local
|
/frameworks/native/services/inputflinger/reader/mapper/gestures/ |
D | PropertyProvider.cpp | 34 GesturesProp* createInt(void* data, const char* name, int* loc, size_t count, const int* init) { in createInt() 38 GesturesProp* createBool(void* data, const char* name, GesturesPropBool* loc, size_t count, in createBool() 43 GesturesProp* createString(void* data, const char* name, const char** loc, const char* const init) { in createString() 47 GesturesProp* createReal(void* data, const char* name, double* loc, size_t count, in createReal() 111 GesturesProp* PropertyProvider::createIntArrayProperty(const std::string& name, int* loc, in createIntArrayProperty() 120 GesturesPropBool* loc, size_t count, in createBoolArrayProperty() 128 GesturesProp* PropertyProvider::createRealArrayProperty(const std::string& name, double* loc, in createRealArrayProperty() 136 GesturesProp* PropertyProvider::createStringProperty(const std::string& name, const char** loc, in createStringProperty()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | fill_common.cpp | 192 GLint loc = glGetUniformLocation(pgm, var); in randUniform() local 214 GLint loc = glGetUniformLocation(pgm, "u_texOff"); in doLoop() local 274 GLint loc = glGetUniformLocation(pgm, "u_tex0"); in doSingleTest() local
|
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/ |
D | guest_arguments_arch.h | 94 auto& Reference(riscv64::ArgLocation loc) const { in Reference() 154 constexpr void* ArgLocationAddress(riscv64::ArgLocation loc) const { in ArgLocationAddress()
|
D | guest_params_arch.h | 42 riscv64::ArgLocation loc) { in ParamLocationAddress()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | KMLFormatter.java | 48 Location loc = entry.getLocation(); in getOutput() local
|
D | TrackerEntry.java | 87 private TrackerEntry(Location loc) { in TrackerEntry() 95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) { in createEntry()
|
D | TrackerDataHelper.java | 83 public void writeEntry(Location loc, float distFromNetLoc) { in writeEntry()
|
/frameworks/base/core/java/android/transition/ |
D | VisibilityPropagation.java | 50 int[] loc = new int[2]; in captureValues() local
|
D | CircularPropagation.java | 81 int[] loc = new int[2]; in getStartDelay() local
|
D | SidePropagation.java | 91 int[] loc = new int[2]; in getStartDelay() local
|
D | Visibility.java | 154 int[] loc = new int[2]; in captureValues() local 450 int[] loc = new int[2]; in onDisappear() local
|
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/ |
D | guest_arguments_arch.h | 170 constexpr void* ArgLocationAddress(arm::ArgLocation loc) const { in ArgLocationAddress()
|
D | guest_params_arch.h | 42 constexpr static auto* ParamLocationAddress(R r, D d, S s, arm::ArgLocation loc) { in ParamLocationAddress()
|
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/ |
D | guest_arguments_arch.h | 148 constexpr void* ArgLocationAddress(arm64::ArgLocation loc) const { in ArgLocationAddress()
|
D | guest_params_arch.h | 43 arm64::ArgLocation loc) { in ParamLocationAddress()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanelController.java | 251 int[] loc = view.getLocationOnScreen(); in showEdit() local
|
/frameworks/base/core/java/android/widget/ |
D | Chronometer.java | 305 Locale loc = Locale.getDefault(); in updateText() local
|
/frameworks/base/core/java/android/content/res/ |
D | Configuration.java | 2376 public void setLocale(@Nullable Locale loc) { in setLocale() 2412 public void setLayoutDirection(Locale loc) { in setLayoutDirection() 2465 final Locale loc = locs.get(i); in localesToResourceQualifier() local
|