/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 81 int inside = spanner.next(current.top, current.bottom); in operator() local 82 spannerInner.prepare(inside); in operator() 121 int inside; in next() local 125 inside = lhs_before_rhs; in next() 135 inside = lhs_after_rhs; in next() 145 inside = lhs_coincide_rhs; in next() 156 return inside; in next() 188 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs); in next() local 195 return inside; in next() 233 inline void prepare(int inside) { in prepare() argument [all …]
|
/frameworks/native/libs/gui/tests/ |
D | FillBuffer.cpp | 64 bool inside = rect.left <= x && x < rect.right && in fillYV12BufferRect() local 66 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64; in fillYV12BufferRect() 68 bool inside = rect.left <= 2*x && 2*x < rect.right && in fillYV12BufferRect() local 72 inside ? 16 : 255; in fillYV12BufferRect()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GeofenceState.java | 72 boolean inside = mDistanceToCenter <= Math.max(mFence.getRadius(), location.getAccuracy()); in processLocation() 73 if (inside) { in processLocation()
|
/frameworks/compile/slang/tests/F_foreach_from_kernel/ |
D | stderr.txt.expect | 1 foreach_from_kernel.rs:13:3: error: Invalid kernel launch call made from inside another kernel.
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
D | CircleFramedDrawable.java | 99 final float inside = mScale * mSize; in draw() local 100 final float pad = (mSize - inside) / 2f; in draw()
|
/frameworks/layoutlib/ |
D | README | 1 Layoutlib is a custom version of the android View framework designed to run inside Eclipse.
|
/frameworks/rs/script_api/ |
D | rs_io.spec | 35 This function should not be called from inside a kernel, or from any function 50 This function should not be called from inside a kernel, or from any function
|
D | rs_time.spec | 21 system up time. It is not recommended to call these functions inside of a kernel.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CarUserSwitchingDialog.java | 149 final float inside = mScale * mSize; in draw() local 150 final float pad = (mSize - inside) / 2f; in draw()
|
/frameworks/layoutlib/rename_font/ |
D | README | 1 This tool is used to rename the PS name encoded inside the ttf font that we ship
|
/frameworks/rs/script_api/include/ |
D | rs_io.rsh | 35 * This function should not be called from inside a kernel, or from any function 52 * This function should not be called from inside a kernel, or from any function
|
/frameworks/base/services/robotests/ |
D | README | 1 This folder is for Robolectric tests inside the platform.
|
/frameworks/base/core/proto/android/app/job/ |
D | enums.proto | 21 // This file is for JobScheduler enums inside the app directory. If you're
|
/frameworks/base/core/proto/android/server/job/ |
D | enums.proto | 21 // This file is for JobScheduler enums inside the server directory. If you're
|
/frameworks/compile/slang/lit-tests/ |
D | README | 5 Each testcase is a separate .rs file, and comments inside the testcase are
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | unittest_proto3_lite.proto | 87 // inside proto2 messages. 130 // inside proto2 messages.
|
D | unittest_proto3_arena.proto | 87 // inside proto2 messages. 130 // inside proto2 messages.
|
D | unittest_proto3_arena_lite.proto | 88 // inside proto2 messages. 131 // inside proto2 messages.
|
/frameworks/base/tools/streaming_proto/test/ |
D | test.proto | 40 * Enum that is inside the scope of a class.
|
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | test.proto | 42 * Enum that is inside the scope of a class.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | MemoryStatUtilTest.java | 334 byte[] inside = new byte[] {0x74, 0x65, 0x73, 0x74, 0x00, 0x00, 0x74, 0x65, 0x73, 0x74}; in testParseCmdlineFromProcfs_correctValue_withNullBytes()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 2 The app that comes with this documentation can be found inside android source tree at frameworks/rs…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 313 // To test the parsing of extensions inside aggregate values 349 // A message set inside an option value
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 244 boolean inside = (x > 0f && y > 0f && x < v.getWidth() & y < v.getHeight()); in isInside() 245 return inside; in isInside()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 313 // To test the parsing of extensions inside aggregate values 349 // A message set inside an option value
|