/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ButtonFooterMixin.java | 111 View space = new View(buttonContainer.getContext()); in addSpace() local 112 space.setLayoutParams(new LayoutParams(0, 0, 1.0f)); in addSpace() 113 space.setVisibility(View.INVISIBLE); in addSpace() 114 buttonContainer.addView(space); in addSpace() 115 return space; in addSpace() 134 public void removeSpace(View space) { in removeSpace() argument 136 buttonContainer.removeView(space); in removeSpace()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | ButtonFooterMixinTest.java | 105 final View space = mixin.addSpace(); in testAddSpace() local 108 space.setTag("space"); in testAddSpace() 113 ((LinearLayout.LayoutParams) space.getLayoutParams()).weight, in testAddSpace() 138 final View space = mixin.addSpace(); in testRemoveSpace() local 141 space.setTag("space"); in testRemoveSpace() 145 mixin.removeSpace(space); in testRemoveSpace() 155 final View space = mixin.addSpace(); in testRemoveAllViews() local 158 space.setTag("space"); in testRemoveAllViews()
|
/frameworks/base/tools/aapt/ |
D | pseudolocalize.cpp | 339 bool space = is_space(c); in text() local 340 if (lastspace && !space) { in text() 343 lastspace = space; in text() 362 bool space = true; in text() local 371 space = (!escape && is_space(c)) || (escape && (c == 'n' || c == 't')); in text() 372 if (lastspace && !space) { in text() 375 } else if (!lastspace && space) { in text() 379 lastspace = space; in text()
|
/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer.cpp | 424 bool space = isspace(c); in Text() local 425 if (lastspace && !space) { in Text() 428 lastspace = space; in Text() 447 bool space = true; in Text() local 456 space = (!escape && isspace(c)) || (escape && (c == 'n' || c == 't')); in Text() 457 if (lastspace && !space) { in Text() 460 } else if (!lastspace && space) { in Text() 464 lastspace = space; in Text()
|
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/ |
D | TextReportCanvas.java | 44 for (int space = 0; space < mListIndent; space++) { in writeListIndent()
|
/frameworks/native/cmds/installd/ |
D | CacheTracker.cpp | 80 int64_t space; in loadQuotaStats() local 81 if ((space = GetOccupiedSpaceForGid(mUuid, cacheGid)) != -1) { in loadQuotaStats() 82 cacheUsed += space; in loadQuotaStats() 87 if ((space = GetOccupiedSpaceForGid(mUuid, extCacheGid)) != -1) { in loadQuotaStats() 88 cacheUsed += space; in loadQuotaStats()
|
D | InstalldNativeService.cpp | 1456 int64_t space; in collectQuotaStats() local 1459 if ((space = GetOccupiedSpaceForUid(uuid, uid)) != -1) { in collectQuotaStats() 1460 stats->dataSize += space; in collectQuotaStats() 1465 if ((space = GetOccupiedSpaceForGid(uuid, cacheGid)) != -1) { in collectQuotaStats() 1466 stats->cacheSize += space; in collectQuotaStats() 1472 if ((space = GetOccupiedSpaceForGid(uuid, sharedGid)) != -1) { in collectQuotaStats() 1473 stats->codeSize += space; in collectQuotaStats() 1481 if ((space = GetOccupiedSpaceForGid(uuid, extGid)) != -1) { in collectQuotaStats() 1482 extStats->dataSize += space; in collectQuotaStats() 1488 if ((space = GetOccupiedSpaceForGid(uuid, extCacheGid)) != -1) { in collectQuotaStats() [all …]
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 71 # or can support a wide-color display, e.g. color space 191 # Returns the default data space and pixel format that SurfaceFlinger 192 # expects to receive and output as well as the wide color gamut data space 194 # To determine the data space and pixel format, there are a few things 198 # data space and pixel format efficiently; 200 # and the chosen wide color gamut data space contents coexist; 206 # dataspace is the default data space that SurfaceFlinger expects. 207 # The data space must not be Dataspace::UNKNOWN, if unspecified, 208 # the default data space is Dataspace::V0_SRGB; 228 # wcgDataspace is the data space that SurfaceFlinger expects for [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | stringprintf.cc | 58 char space[kSpaceLength]; in StringAppendV() local 65 int result = vsnprintf(space, kSpaceLength, format, backup_ap); in StringAppendV() 71 dst->append(space, result); in StringAppendV()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 114 color space conversion must be performed at some point because most video 115 encoding formats use a YUV color space. The two approaches are 116 distinguished by the point at which this color space conversion is 119 One approach involves performing the color space conversion as part of the 125 space conversion when rendering the frame as well as a YUV -> RGB 128 The other approach involves performing the color space conversion in the
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PackageBasedTokenUtil.java | 95 String space = " "; in generatePackageBasedToken() local 96 messageDigest.update(space.getBytes(CHARSET_UTF_8)); in generatePackageBasedToken()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 37 "There is no space left to place stubs. Current stub group size: %0\n" 39 "There is no space left to place stubs. Current stub group size: %0\n"
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
D | broadcast_ring.h | 445 uint32_t space; member 551 geometry.space = geometry.record_count - geometry.count; in CalculateGeometry() 579 (geometry.space >= reserve_count ? 0 : reserve_count - geometry.space); in Reserve() 593 DCHECK_LE(publish_count, geometry.space); in Publish()
|
/frameworks/base/lowpan/tests/ |
D | Android.mk | 40 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
|
/frameworks/base/wifi/tests/ |
D | Android.mk | 40 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | QueryController.java | 513 for(int space = 0; space < mLogIndent; space++) in formatLog()
|
/frameworks/base/packages/SystemUI/tests/ |
D | Android.mk | 72 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
|
/frameworks/base/core/proto/android/service/ |
D | diskstats.proto | 105 // Available space, in kilobytes 107 // Total space, in kilobytes
|
/frameworks/av/media/libstagefright/webm/ |
D | WebmWriter.cpp | 383 sp<WebmElement> space = new EbmlVoid(mEstimatedCuesSize - cuesSize); in reset() local 384 space->write(mFd, spaceSize); in reset() 419 sp<WebmElement> space = new EbmlVoid(kMaxMetaSeekSize - metaSeekSize); in reset() local 420 space->write(mFd, spaceSize); in reset()
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | Android.mk | 41 jacoco_exclude := $(subst $(space),$(comma),$(patsubst %,%*,$(local_classes)))
|
/frameworks/base/native/webview/loader/ |
D | Android.bp | 18 // Loader library which handles address space reservation and relro sharing.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | BiometricDialogView.java | 189 final View space = mLayout.findViewById(R.id.space); in BiometricDialogView() local 206 setDismissesDialog(space); in BiometricDialogView()
|
/frameworks/av/media/libnbaio/ |
D | README.txt | 32 if configured to block, then will wait until space available before returning
|
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 721 char* space = strchr(buf, ' '); in addSystemOverlays() local 725 if (space == NULL || newline == NULL || newline < space) { in addSystemOverlays() 729 oap.path = String8(buf, space - buf); in addSystemOverlays() 731 oap.idmap = String8(space + 1, newline - space - 1); in addSystemOverlays()
|
/frameworks/native/vulkan/ |
D | README.md | 7 ….org/developers/coding-style) for naming and formatting, except with four-space indentation instea…
|