/external/llvm/test/Transforms/ArgumentPromotion/ |
variadic.ll | 5 ; bake in the classification when they use things like byval, as in this test.
|
/external/skia/src/core/ |
SkTextMapStateProc.h | 27 // Bake the matrix scale/translation components into fOffset,
|
/external/skia/src/gpu/ |
GrPathRendering.cpp | 71 // Don't bake stroke information into the glyphs, we'll let the GPU do the stroking.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
Utils.java | 86 return new UserIconDrawable(iconSize).setIcon(b).bake(); 91 return new UserIconDrawable(iconSize).setIcon(icon).bake(); 95 UserIcons.getDefaultUserIcon(user.id, /* light= */ false)).bake();
|
/packages/apps/Launcher3/res/layout/ |
widgets_view.xml | 18 will bake the left/right padding into that view's background itself. -->
|
all_apps.xml | 18 will bake the left/right padding into that view's background itself. -->
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
Builtin.java | 27 * cart around an extra file, we bake them in here.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/ |
UserAdapter.java | 75 .setIconDrawable(icon).bake();
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserInfoController.java | 152 .setIcon(rawAvatar).setBadgeIfManagedUser(mContext, userId).bake();
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
UserIconDrawable.java | 281 public UserIconDrawable bake() { method in class:UserIconDrawable
|
/cts/apps/CameraITS/tests/dng_noise_model/ |
dng_noise_model.py | 76 # We can just bake this normalization factor into the high pass
|
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 367 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
SweepWatchFaceService.java | 332 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
ComplicationSimpleWatchFaceService.java | 604 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
AnalogWatchFaceService.java | 367 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
SweepWatchFaceService.java | 332 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
ComplicationSimpleWatchFaceService.java | 604 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
AnalogWatchFaceService.java | 367 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
SweepWatchFaceService.java | 332 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
ComplicationSimpleWatchFaceService.java | 604 * Draw ticks. Usually you will want to bake this directly into the photo, but in
|
/external/pdfium/tools/drmemory/scripts/ |
pdfium_tests.py | 374 # Bake target into build_dir.
|
/frameworks/base/libs/hwui/tests/unit/ |
RecordingCanvasTests.cpp | 103 paint.setStrokeWidth(20); // doesn't affect recorded bounds - would be resolved at bake time
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
Test.java | 84 s = "<recipe name=\"bread\" prep_time=\"5 mins\" cook_time=\"3 hours\"> <title>Basic bread</title> <ingredient amount=\"8\" unit=\"dL\">Flour</ingredient> <ingredient amount=\"10\" unit=\"grams\">Yeast</ingredient> <ingredient amount=\"4\" unit=\"dL\" state=\"warm\">Water</ingredient> <ingredient amount=\"1\" unit=\"teaspoon\">Salt</ingredient> <instructions> <step>Mix all ingredients together.</step> <step>Knead thoroughly.</step> <step>Cover with a cloth, and leave for one hour in warm room.</step> <step>Knead again.</step> <step>Place in a bread baking tin.</step> <step>Cover with a cloth, and leave for one hour in warm room.</step> <step>Bake in the oven at 180(degrees)C for 30 minutes.</step> </instructions> </recipe> ";
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
ClassSanityTester.java | 108 // TODO(benyu): bake these into ArbitraryInstances. [all...] |
/frameworks/base/core/java/android/view/ |
Choreographer.java | 291 * assume a 60Hz frame time and bake in a 16ms delay. When we call [all...] |