/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | CanvasFrontendTests.cpp | 156 std::vector<SkMatrix> transforms; in TEST() local 157 transforms.reserve(5); in TEST() 162 transforms.push_back(op->transform()); in TEST() 166 EXPECT_EQ(transforms.size(), 5); in TEST() 170 const auto &result = transforms[0]; in TEST() 177 const auto &result = transforms[1]; in TEST() 186 const auto &result = transforms[2]; in TEST() 196 const auto &result = transforms[3]; in TEST() 205 const auto &result = transforms[4]; in TEST()
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/ |
H A D | FileLookupResult.java | 24 public final int transforms; field in FileLookupResult 31 public FileLookupResult(int transforms, int transformsReason, int uid, in FileLookupResult() argument 33 this.transforms = transforms; in FileLookupResult()
|
H A D | MediaProvider.java | 1409 public boolean transformForFuse(String src, String dst, int transforms, int transformsReason, in transformForFuse() argument 1411 if ((transforms & FLAG_TRANSFORM_TRANSCODING) != 0) { in transformForFuse() 1468 int transforms = 0; in onFileLookupForFuse() local 1486 transforms = FLAG_TRANSFORM_TRANSCODING; in onFileLookupForFuse() 1490 return new FileLookupResult(transforms, transformsReason, uid, transformsComplete, in onFileLookupForFuse()
|
/aosp12/packages/providers/MediaProvider/jni/ |
H A D | MediaProviderWrapper.h | 56 FileLookupResult(int transforms, int transforms_reason, uid_t uid, bool transforms_complete, in FileLookupResult() 58 : transforms(transforms), in FileLookupResult() 64 if (transforms != 0) { in FileLookupResult() 73 const int transforms; member 225 bool Transform(const std::string& src, const std::string& dst, int transforms,
|
H A D | node-inl.h | 130 bool should_invalidate, bool transforms_complete, const int transforms, in Create() argument 137 return new node(parent, name, io_path, should_invalidate, transforms_complete, transforms, in Create() 198 node* LookupChildByName(const std::string& name, bool acquire, const int transforms = 0) const { 199 return ForChild(name, [acquire, transforms](node* child) { 200 if (child->transforms_ == transforms) { 369 const bool should_invalidate, const bool transforms_complete, const int transforms, in node() argument 374 transforms_(transforms), in node() 392 if (transforms) { in node()
|
H A D | MediaProviderWrapper.cpp | 490 int transforms = env->GetIntField(j_res_file_lookup_object.get(), fid_file_lookup_transforms_); in FileLookup() local 504 transforms, transforms_reason, original_uid, transforms_complete, transforms_supported, in FileLookup() 509 bool MediaProviderWrapper::Transform(const std::string& src, const std::string& dst, int transforms, in Transform() argument 517 j_dst.get(), transforms, transforms_reason, read_uid, in Transform()
|
H A D | FuseDaemon.cpp | 530 const int transforms = file_lookup_result->transforms; in make_node_entry() local 534 node = parent->LookupChildByName(name, true /* acquire */, transforms); in make_node_entry() 538 transforms, transforms_reason, &fuse->lock, ino, &fuse->tracker); in make_node_entry() 1165 int transforms = node->GetTransforms(); in create_handle_for_node() local 1168 CHECK(transforms); in create_handle_for_node()
|
H A D | node_test.cpp | 34 unique_node_ptr CreateNode(node* parent, const std::string& path, const int transforms = 0) { in CreateNode() argument 36 node::Create(parent, path, "", true, true, transforms, 0, &lock_, 0, &tracker_), in CreateNode()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeTransform.java | 193 Transforms transforms = new Transforms(view); in captureValues() local 194 transitionValues.values.put(PROPNAME_TRANSFORMS, transforms); in captureValues() 283 final Transforms transforms = (Transforms) endValues.values.get(PROPNAME_TRANSFORMS); in createTransformAnimator() local 329 transforms.restore(view); in createTransformAnimator() 346 transforms.restore(view); in createTransformAnimator()
|
/aosp12/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
H A D | GeometryTests.kt | 112 val transforms = arrayOf(Transform.FLIP_H, Transform.FLIP_V, Transform.ROT_180).withIndex() regex 113 for ((index, transform) in transforms) {
|
/aosp12/frameworks/base/tools/protologtool/ |
H A D | README.md | 19 In this mode ProtoLogTool transforms every ProtoLog logging call in form of:
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcCommit.cpp | 246 list<uint32_t> transforms; member 475 measPtr->transforms = supportedTransforms(format->format); in main() 477 transformList2str(measPtr->transforms).c_str()); in main()
|
/aosp12/frameworks/av/media/libheadtracking/ |
H A D | README.md | 118 head-to-screen transforms. The “world” frame is an arbitrary frame of reference
|
/aosp12/hardware/interfaces/graphics/composer/2.3/ |
H A D | IComposerClient.hal | 307 * color transforms have been applied. 526 * aligned with color transforms).
|
/aosp12/hardware/interfaces/camera/metadata/3.2/ |
H A D | types.hal | 1210 * <p>A matrix that transforms color values from CIE XYZ color space to 1217 * <p>A matrix that transforms color values from CIE XYZ color space to 1224 * <p>A matrix that transforms white balanced camera colors from the reference 1231 * <p>A matrix that transforms white balanced camera colors from the reference
|
/aosp12/art/test/563-checker-fakestring/smali/ |
H A D | TestCase.smali | 131 # transforms all uses of the new-instance into uses of the StringFactory invoke.
|
/aosp12/hardware/interfaces/graphics/common/1.0/ |
H A D | types.hal | 1207 * Non-colorimetric transforms can take many forms. There are no hard 1434 * Color transforms that may be applied by hardware composer to the whole
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |