Home
last modified time | relevance | path

Searched refs:pipeline (Results 1 – 25 of 62) sorted by relevance

123

/packages/modules/GeoTZ/
DREADME.md17 - Code for a host sample / reference data generation pipeline. See
18 `run-data-pipeline.sh` below.
30 - Holds the `tzs2.dat` file generated by `run-data-pipeline.sh` along with
46 project. Used as input for the reference data generation pipeline.
60 `run-data-pipeline.sh`
61 - Runs the `data_pipeline` data generation pipeline. It takes data from
/packages/modules/GeoTZ/data_pipeline/
DAndroid.bp48 // A library containing the code for the pipeline steps defined below.
66 // Step 1 of the OSM time zone geolocation reference data pipeline.
76 // Step 2 of the OSM time zone geolocation reference data pipeline.
86 // Step 3 of the OSM time zone geolocation reference data pipeline.
95 // Step 4 of the OSM time zone geolocation reference data pipeline.
104 // Step 5 of the OSM time zone geolocation reference data pipeline.
114 // Step 6 of the OSM time zone geolocation reference data pipeline.
147 // Tests for the pipeline steps.
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DImageSavingTask.java17 package com.android.gallery3d.filtershow.pipeline;
157 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), "Thumb"); in createNotificationBitmap() local
158 return pipeline.renderFinalImage(bitmap, preset); in createNotificationBitmap()
DRenderingRequest.java17 package com.android.gallery3d.filtershow.pipeline;
69 CachingPipeline pipeline = new CachingPipeline( in post() local
71 bitmap = pipeline.renderGeometryIcon(source, preset); in post()
DRenderingRequestCaller.java17 package com.android.gallery3d.filtershow.pipeline;
DPipelineInterface.java17 package com.android.gallery3d.filtershow.pipeline;
DSharedPreset.java17 package com.android.gallery3d.filtershow.pipeline;
DSharedBuffer.java17 package com.android.gallery3d.filtershow.pipeline;
DFullresRenderingRequestTask.java1 package com.android.gallery3d.filtershow.pipeline;
DUpdatePreviewTask.java17 package com.android.gallery3d.filtershow.pipeline;
DHighresRenderingRequestTask.java17 package com.android.gallery3d.filtershow.pipeline;
DRenderingRequestTask.java17 package com.android.gallery3d.filtershow.pipeline;
DBuffer.java17 package com.android.gallery3d.filtershow.pipeline;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DAction.java35 import com.android.gallery3d.filtershow.pipeline.RenderingRequest;
36 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
39 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DPrimaryImage.java40 import com.android.gallery3d.filtershow.pipeline.Buffer;
41 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
42 import com.android.gallery3d.filtershow.pipeline.RenderingRequest;
43 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
44 import com.android.gallery3d.filtershow.pipeline.SharedBuffer;
45 import com.android.gallery3d.filtershow.pipeline.SharedPreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DStyleChooser.java15 import com.android.gallery3d.filtershow.pipeline.RenderingRequest;
16 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
DFilterView.java19 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
DParameterStyles.java21 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
DBasicParameterStyle.java21 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java41 import com.android.gallery3d.filtershow.pipeline.CachingPipeline;
42 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
43 import com.android.gallery3d.filtershow.pipeline.ProcessingService;
412 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), in processAndSaveImage() local
415 bitmap = pipeline.renderFinalImage(bitmap, preset); in processAndSaveImage()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java22 import com.android.gallery3d.filtershow.pipeline.Buffer;
23 import com.android.gallery3d.filtershow.pipeline.CacheProcessing;
/packages/modules/adb/
DREADME.md3 …start by reading [OVERVIEW.TXT](OVERVIEW.TXT) which describes the three components of adb pipeline.
7 ## Three components of adb pipeline
92 This pipeline is detailed in [daemon/jdwp_service.cpp](daemon/jdwp_service.cpp) with ASCII drawings…
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterUserPresetRepresentation.java20 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
DHistoryItem.java22 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
DExportDialog.java38 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
39 import com.android.gallery3d.filtershow.pipeline.ProcessingService;

123