/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | pixel_format_f32.rsh | 10 // 2. When processing each layer, we use its field (active) to mark 12 // active or not active but "close enough" to an active pixel, a matte value is 24 // active, matte, and dilated_depth are reset. However, the field actual_depth 33 // active = 1: the pixel is on the target layer; 34 // active = 0: otherwise. 35 uchar active; 42 // For active pixels, dilated_depth is the same as actual depth; 44 // closest active pixels;
|
D | layered_filter_fast_f32.rscript | 118 sharp->active = 0; 125 // Marks active pixels that are on the target layer. 126 // Initializes the matte of active pixels to be the dilation_radius+1, which is 128 // Initializes dilated_depth of active pixels and pixels that are close to 129 // active pixels to be actual depths. 141 // Marks this pixel as active. 142 sharp->active = 1; 147 // between active and inactive pixels 175 // Marks pixels near the boundary of active pixels to compute matte later. 213 if (sharp->active == 0 && sharp->dilated_depth) { [all …]
|
D | layered_filter_fast_d1new.rscript | 110 // Marks active pixels that are on the target layer. 111 // Initializes the matte of active pixels to be the dilation_radius+1, which is 113 // Initializes dilated_depth of active pixels and pixels that are close to 114 // active pixels to be actual depths. 125 // Marks this pixel as active. 133 // between active and inactive pixels 156 // Marks pixels near the boundary of active pixels to compute matte later. 187 // Marks this pixel as active. 192 // between active and inactive pixels 216 // Marks pixels near the boundary of active pixels to compute matte later. [all …]
|
D | layered_filter_f32_helper.rsh | 16 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the 29 // Initializes the minimum distance from this pixel to the active pixels on 44 // Whether or not this is an active pixel with a smaller distance. 45 int cond = (sharp_nbr->active && this_dist < min_dist); 204 p->active = 0;
|
D | layered_filter_d1new_helper.rsh | 33 // active pixel to (x,y). Sets the closest distance to sharp->matte and sets the 48 // Initializes the minimum distance from this pixel to the active pixels on 64 // Whether or not this is an active pixel with a smaller distance. 89 // Initializes the minimum distance from this pixel to the active pixels on 105 // Whether or not this is an active pixel with a smaller distance.
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | CarrierServiceTest.java | 67 private void notifyCarrierNetworkChange(boolean active) { in notifyCarrierNetworkChange() argument 72 getService().notifyCarrierNetworkChange(active); in notifyCarrierNetworkChange() 73 fail("Expected SecurityException for notifyCarrierNetworkChange(" + active + ")"); in notifyCarrierNetworkChange()
|
/cts/hostsidetests/hdmicec/ |
D | cec_adapter.md | 42 … 3] connection opened, clearing any previous input and waiting for active transmissions to e… 109 : make the CEC adapter the active source. 136 : lists active devices on the bus 139 : checks whether the specified device is active. 142 : checks whether the specified device type is active. 145 : makes the specified physical address active. 148 : makes the specified logical address active.
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioRecordAppOpTest.java | 66 public void onOpActiveChanged(String op, int uid, String packageName, boolean active) { in testRecordAppOps() 67 mockListener.onOpActiveChanged(op, uid, packageName, active); in testRecordAppOps()
|
/cts/tests/openglperf2/ |
D | cob_exporter.py | 41 uvtex = mesh.data.uv_textures.active # points to active texture
|
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsService.java | 196 public Control buildCamera(boolean active) { in buildCamera() argument 197 String description = active ? "Live" : "Not live"; in buildCamera() 198 ControlTemplate template = new ThumbnailTemplate("thumbnail", active, mIcon, description); in buildCamera()
|
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | AppOpsTest.kt | 243 AppOpsManager.OnOpActiveChangedListener { _, _, packageName, active -> in <lambda>() method 245 if (active) { in <lambda>() 297 AppOpsManager.OnOpActiveChangedListener { _, uid, packageName, active -> in <lambda>() method 300 receivedActiveState.push(active) in <lambda>()
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageReportingTest.java | 373 for (String active: actives) { in assertAppOrTokenUsed() 374 if (active.equals(entity)) { in assertAppOrTokenUsed()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarAppFocusManagerTest.java | 390 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() argument 391 Log.i(TAG, "onAppFocusChange appType=" + appType + " active=" + active); in onAppFocusChanged() 394 mLastChangeAppActive = active; in onAppFocusChanged()
|
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/ |
D | SessionAbandonBehaviorTest.java | 119 public void onActiveChanged(int sessionId, boolean active) { in onActiveChanged() argument
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 763 @Override public void onActiveChanged(int sessionId, boolean active) { } in testStagedApkSessionCallbacks()
|