HomeSort by relevance Sort by last modified time
    Searched refs:props (Results 126 - 150 of 1573) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skqp/src/core/
SkClipStackDevice.h 16 SkClipStackDevice(const SkImageInfo& info, const SkSurfaceProps& props)
17 : SkBaseDevice(info, props)
  /external/skqp/src/gpu/
GrOnFlushResourceProvider.h 74 const SkSurfaceProps* props);
80 const SkSurfaceProps* props);
GrOnFlushResourceProvider.cpp 18 const SkSurfaceProps* props) {
38 props, false));
61 const SkSurfaceProps* props) {
65 props, false));
  /external/skqp/tools/sk_app/
WindowContext.h 44 void setSurfaceProps(const SkSurfaceProps& props) {
45 fSurfaceProps = props;
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 490 Properties props= new Properties(); local
495 props.put("log4testng.rootLogger", "WARN");
496 testInitialize(props, out2, err2);
505 Properties props= new Properties(); local
510 props.put("log4testng.debug", "true");
511 props.put("log4testng.rootLogger", "WARN");
512 testInitialize(props, out2, err2);
521 Properties props= new Properties(); local
526 props.put("log4testng.debug", "false");
527 props.put("log4testng.rootLogger", "WARN");
537 Properties props= new Properties(); local
562 Properties props= new Properties(); local
595 Properties props= new Properties(); local
616 Properties props= new Properties(); local
638 Properties props= new Properties(); local
668 Properties props= new Properties(); local
690 Properties props= new Properties(); local
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
HwLayerAnimation.cpp 31 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
32 props.mutateLayerProperties().setType(LayerType::RenderLayer);
HwLayerSizeAnimation.cpp 32 card = TestUtils::createNode(0, 0, 200, 200, [](RenderProperties& props, Canvas& canvas) {
33 props.mutateLayerProperties().setType(LayerType::RenderLayer);
  /frameworks/multidex/
build.gradle 40 File props = file("local.properties")
41 props.write "sdk.dir=${fullSdkPath}"
46 File props = file("local.properties")
47 props.write "android.dir=../../"
  /external/autotest/client/cros/input_playback/
input_playback.py 82 'RIGHTMETA', 'COMPOSE', 'STOP', 'AGAIN', 'PROPS', 'UNDO', 'FRONT',
200 props = temp_file.read()
201 return props
204 def _determine_input_type(self, props):
210 if props.find('REL_X') >= 0 and props.find('REL_Y') >= 0:
211 if (props.find('ABS_MT_POSITION_X') >= 0 and
212 props.find('ABS_MT_POSITION_Y') >= 0):
216 if props.find('ABS_X') >= 0 and props.find('ABS_Y') >= 0
    [all...]
  /cts/apps/CameraITS/tests/scene0/
test_jitter.py 35 props = cam.get_camera_properties()
36 its.caps.skip_unless(its.caps.manual_sensor(props) and
37 its.caps.sensor_fusion(props))
39 req, fmt = its.objects.get_fastest_manual_capture_settings(props)
  /cts/apps/CameraITS/tests/scene1/
test_ae_precapture_trigger.py 37 props = cam.get_camera_properties()
38 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
39 its.caps.per_frame_control(props))
41 _,fmt = its.objects.get_fastest_manual_capture_settings(props)
test_burst_sameness_manual.py 41 props = cam.get_camera_properties()
42 its.caps.skip_unless(its.caps.manual_sensor(props) and
43 its.caps.per_frame_control(props))
45 _, fmt = its.objects.get_fastest_manual_capture_settings(props)
test_ae_af.py 36 props = cam.get_camera_properties()
37 its.caps.skip_unless(its.caps.read_3a(props))
38 mono_camera = its.caps.mono_camera(props)
test_reprocess_noise_reduction.py 47 props = cam.get_camera_properties()
49 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
50 its.caps.per_frame_control(props) and
51 its.caps.noise_reduction_mode(props, 0) and
52 (its.caps.yuv_reprocess(props) or
53 its.caps.private_reprocess(props)))
56 assert(its.caps.noise_reduction_mode(props, 4))
59 if (its.caps.yuv_reprocess(props)):
61 if (its.caps.private_reprocess(props)):
77 size = its.objects.get_available_output_sizes("jpg", props)[0
    [all...]
  /external/harfbuzz_ng/src/
hb-shape-plan-private.hh 42 hb_segment_properties_t props; member in struct:hb_shape_plan_t
  /external/lzma/C/
LzmaLib.h 127 const unsigned char *props, size_t propsSize);
XzEnc.h 33 const CXzProps *props, ICompressProgress *progress);
  /external/lzma/CPP/7zip/Compress/
Lzma2Encoder.h 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
  /external/lzma/CPP/7zip/UI/Console/
List.h 22 const CObjectVector<CProperty> *props,
  /frameworks/base/libs/hwui/tests/common/
TestListViewSceneBase.h 28 virtual void createListItem(RenderProperties& props, Canvas& canvas, int id, int itemWidth,
  /frameworks/native/services/batteryservice/include/batteryservice/
IBatteryPropertiesListener.h 38 virtual void batteryPropertiesChanged(struct BatteryProperties props) = 0;
  /system/core/healthd/
HealthServiceHealthd.cpp 74 int healthd_board_battery_update(struct android::BatteryProperties* props) {
82 convertToHealthInfo(props, info);
83 gHealth_1_0->update(info, [props, &logthis](int32_t ret, const auto& infoOut) {
85 convertFromHealthInfo(infoOut, props);
  /cts/apps/CameraITS/tests/scene3/
test_lens_position.py 41 def test_lens_position(cam, props, fmt, sensitivity, exp, chart):
46 props: Properties of cam
63 white_level = int(props['android.sensor.info.whiteLevel'])
64 min_fd = props['android.lens.info.minimumFocusDistance']
65 hyperfocal = props['android.lens.info.hyperfocalDistance']
81 y, _, _ = its.image.convert_capture_to_planes(cap, props)
107 y, _, _ = its.image.convert_capture_to_planes(cap, props)
124 props = cam.get_camera_properties()
125 its.caps.skip_unless(not its.caps.fixed_focus(props))
126 its.caps.skip_unless(its.caps.read_3a(props) an
    [all...]
  /cts/apps/CameraITS/tests/sensor_fusion/
test_multi_camera_frame_sync.py 37 def _check_available_capabilities(props):
40 its.caps.compute_target_exposure(props),
41 its.caps.per_frame_control(props),
42 its.caps.logical_multi_camera(props),
43 its.caps.raw16(props),
44 its.caps.manual_sensor(props),
45 its.caps.sensor_fusion(props)])
104 props = cam.get_camera_properties()
107 its.caps.skip_unless(_check_available_capabilities(props))
111 ids = its.caps.logical_multi_camera_physical_ids(props)
    [all...]
  /external/skia/src/image/
SkSurface_Raster.cpp 105 const SkSurfaceProps* props)
106 : INHERITED(info, props)
114 const SkSurfaceProps* props)
115 : INHERITED(pr->width(), pr->height(), props)
123 SkCanvas* SkSurface_Raster::onNewCanvas() { return new SkCanvas(fBitmap, this->props()); }
126 return SkSurface::MakeRaster(info, &this->props());
191 const SkSurfaceProps* props) {
202 return sk_make_sp<SkSurface_Raster>(info, pixels, rb, releaseProc, context, props);
206 const SkSurfaceProps* props) {
207 return MakeRasterDirectReleaseProc(info, pixels, rowBytes, nullptr, nullptr, props);
    [all...]

Completed in 254 milliseconds

1 2 3 4 56 7 8 91011>>