Searched refs:pipeline (Results 1 – 25 of 62) sorted by relevance
123
17 - Code for a host sample / reference data generation pipeline. See18 `run-data-pipeline.sh` below.30 - Holds the `tzs2.dat` file generated by `run-data-pipeline.sh` along with46 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
48 // 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.
17 package com.android.gallery3d.filtershow.pipeline;157 CachingPipeline pipeline = new CachingPipeline(FiltersManager.getManager(), "Thumb"); in createNotificationBitmap() local158 return pipeline.renderFinalImage(bitmap, preset); in createNotificationBitmap()
17 package com.android.gallery3d.filtershow.pipeline;69 CachingPipeline pipeline = new CachingPipeline( in post() local71 bitmap = pipeline.renderGeometryIcon(source, preset); in post()
17 package com.android.gallery3d.filtershow.pipeline;
1 package com.android.gallery3d.filtershow.pipeline;
35 import com.android.gallery3d.filtershow.pipeline.RenderingRequest;36 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;39 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
40 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;
15 import com.android.gallery3d.filtershow.pipeline.RenderingRequest;16 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
19 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
21 import com.android.gallery3d.filtershow.pipeline.RenderingRequestCaller;
41 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() local415 bitmap = pipeline.renderFinalImage(bitmap, preset); in processAndSaveImage()
22 import com.android.gallery3d.filtershow.pipeline.Buffer;23 import com.android.gallery3d.filtershow.pipeline.CacheProcessing;
3 …start by reading [OVERVIEW.TXT](OVERVIEW.TXT) which describes the three components of adb pipeline.7 ## Three components of adb pipeline92 This pipeline is detailed in [daemon/jdwp_service.cpp](daemon/jdwp_service.cpp) with ASCII drawings…
20 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
22 import com.android.gallery3d.filtershow.pipeline.ImagePreset;
38 import com.android.gallery3d.filtershow.pipeline.ImagePreset;39 import com.android.gallery3d.filtershow.pipeline.ProcessingService;