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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/libs/hwui/tests/common/scenes/
RoundRectClippingAnimation.cpp 37 x, y, x + mSize, y + mSize, [&](RenderProperties& props, Canvas& canvas) {
39 props.mutableOutline().setRoundRect(0, 0, props.getWidth(),
40 props.getHeight(), mSize * .25, 1);
41 props.mutableOutline().setShouldClip(true);
  /libcore/ojluni/src/main/java/sun/net/
NetProperties.java 42 static private Properties props = new Properties(); field in class:NetProperties
70 props.load(bin);
90 String def = props.getProperty(key);
115 val = System.getProperty(key, props.getProperty(key));
144 val = System.getProperty(key, props.getProperty(key));
  /external/icu/icu4c/source/tools/toolutil/
ppucd.cpp 206 UniProps *props; local
232 props=&defaultProps;
237 props=&blockProps;
269 props=&cpProps;
276 props->start=start;
277 props->end=end;
279 if(!parseProperty(*props, field, newValues, errorCode)) { return NULL; }
297 return props;
311 PreparsedUCD::parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
353 props.binProps[prop]=(UBool)binaryValue
    [all...]
  /external/autotest/client/cros/cellular/
modem1.py 99 props = dict()
106 self._CopyPropertiesCheckUnique(iface_props, props)
109 sim_obj = self.bus.get_object(self.service, props['Sim'])
121 self._CopyPropertiesCheckUnique(sim_props, props)
125 return props
129 props = self.GetModemProperties()
130 tech = props['AccessTechnologies']
135 props = self.GetAll(mm1.MODEM_INTERFACE)
136 capabilities = props.get('SupportedCapabilities')
180 props = self.GetAll(mm1.MODEM_INTERFACE
    [all...]
modem.py 136 props = dict()
143 self._CopyPropertiesCheckUnique(iface_props, props)
147 props['Meid'] = status['meid']
149 props['Imei'] = status['imei']
151 props['Imsi'] = status['imsi']
153 props['Esn'] = status['esn']
161 props['OperatorCode'] = operator_code
163 props['OperatorName'] = operator_name
167 return props
171 props = self.GetModemProperties(
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 55 Properties props; field in class:LogManagerTest
78 props = initProps();
82 Properties props = new Properties(); local
83 props.put("handlers", className + "$MockHandler " + className
85 props.put("java.util.logging.FileHandler.pattern", "%h/java%u.log");
86 props.put("java.util.logging.FileHandler.limit", "50000");
87 props.put("java.util.logging.FileHandler.count", "5");
88 props.put("java.util.logging.FileHandler.formatter",
90 props.put(".level", "FINE");
91 props.put("java.util.logging.ConsoleHandler.level", "OFF")
833 Properties props = LogManagerTest.initProps(); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCaseProps.java 118 private static final int getExceptionsOffset(int props) {
119 return props>>EXC_SHIFT;
122 private static final boolean propsHasException(int props) {
123 return (props&EXCEPTION)!=0;
192 int props=trie.get(c); local
193 if(!propsHasException(props)) {
194 if(getTypeFromProps(props)>=UPPER) {
195 c+=getDelta(props);
198 int excOffset=getExceptionsOffset(props);
208 int props=trie.get(c) local
224 int props=trie.get(c); local
283 int props=trie.get(c); local
473 int props=trie.get(c); local
825 int result, props; local
983 int props; local
1143 int props=trie.get(c); local
1203 int props; local
    [all...]
UBiDiProps.java 182 private final int getMirror(int c, int props) {
183 int delta=getMirrorDeltaFromProps(props);
212 int props=trie.get(c); local
213 return getMirror(c, props);
249 int props=trie.get(c); local
250 if((props&BPT_MASK)==0) {
253 return getMirror(c, props);
308 private static final int getClassFromProps(int props) {
309 return props&CLASS_MASK;
311 private static final boolean getFlagFromProps(int props, int shift)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCaseProps.java 114 private static final int getExceptionsOffset(int props) {
115 return props>>EXC_SHIFT;
118 private static final boolean propsHasException(int props) {
119 return (props&EXCEPTION)!=0;
188 int props=trie.get(c); local
189 if(!propsHasException(props)) {
190 if(getTypeFromProps(props)>=UPPER) {
191 c+=getDelta(props);
194 int excOffset=getExceptionsOffset(props);
204 int props=trie.get(c) local
220 int props=trie.get(c); local
279 int props=trie.get(c); local
469 int props=trie.get(c); local
821 int result, props; local
979 int props; local
1139 int props=trie.get(c); local
1199 int props; local
    [all...]
UBiDiProps.java 178 private final int getMirror(int c, int props) {
179 int delta=getMirrorDeltaFromProps(props);
208 int props=trie.get(c); local
209 return getMirror(c, props);
245 int props=trie.get(c); local
246 if((props&BPT_MASK)==0) {
249 return getMirror(c, props);
304 private static final int getClassFromProps(int props) {
305 return props&CLASS_MASK;
307 private static final boolean getFlagFromProps(int props, int shift)
    [all...]
  /cts/apps/CameraITS/tests/scene1/
test_post_raw_sensitivity_boost.py 39 props = cam.get_camera_properties()
40 its.caps.skip_unless(its.caps.raw_output(props) and
41 its.caps.post_raw_sensitivity_boost(props) and
42 its.caps.compute_target_exposure(props) and
43 its.caps.per_frame_control(props) and
44 not its.caps.mono_camera(props))
47 "yuv", props, (1920, 1080))[0]
49 if its.caps.raw16(props):
51 elif its.caps.raw10(props):
53 elif its.caps.raw12(props)
    [all...]
test_param_exposure_time.py 36 props = cam.get_camera_properties()
37 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
38 its.caps.per_frame_control(props))
41 largest_yuv = its.objects.get_largest_yuv_format(props)
46 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
50 req = its.objects.manual_capture_request(s, e * e_mult, 0.0, True, props)
test_param_sensitivity.py 38 props = cam.get_camera_properties()
39 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
40 its.caps.per_frame_control(props))
43 largest_yuv = its.objects.get_largest_yuv_format(props)
48 fmt = its.objects.get_smallest_yuv_format(props, match_ar=match_ar)
51 sens_range = props['android.sensor.info.sensitivityRange']
test_yuv_jpeg_all.py 31 props = cam.get_camera_properties()
32 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
33 its.caps.per_frame_control(props))
38 req = its.objects.manual_capture_request(s, e, 0.0, True, props)
42 for size in its.objects.get_available_output_sizes("yuv", props):
56 for size in its.objects.get_available_output_sizes("jpg", props):
test_param_noise_reduction.py 52 props = cam.get_camera_properties()
53 its.caps.skip_unless(its.caps.compute_target_exposure(props) and
54 its.caps.per_frame_control(props) and
55 its.caps.noise_reduction_mode(props, 0))
74 if not its.caps.noise_reduction_mode(props, mode):
133 if its.caps.noise_reduction_mode(props, 3):
140 if its.caps.noise_reduction_mode(props, 4):
144 elif its.caps.noise_reduction_mode(props, 4):
  /external/harfbuzz_ng/src/
hb-shape-plan.cc 95 * @props:
108 const hb_segment_properties_t *props,
113 return hb_shape_plan_create2 (face, props,
121 const hb_segment_properties_t *props,
141 if (unlikely (!props))
157 assert (props->direction != HB_DIRECTION_INVALID);
162 shape_plan->props = *props;
197 HB_SEGMENT_PROPERTIES_DEFAULT, /* props */
337 assert (hb_segment_properties_equal (&shape_plan->props, &buffer->props))
380 const hb_segment_properties_t props; member in struct:hb_shape_plan_proposal_t
    [all...]
  /external/icu/icu4c/source/common/
ucase.cpp 80 #define GET_EXCEPTIONS(csp, props) ((csp)->exceptions+((props)>>UCASE_EXC_SHIFT))
82 #define PROPS_HAS_EXCEPTION(props) ((props)&UCASE_EXCEPTION)
130 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
131 if(!PROPS_HAS_EXCEPTION(props)) {
132 if(UCASE_GET_TYPE(props)>=UCASE_UPPER) {
133 c+=UCASE_GET_DELTA(props);
136 const uint16_t *pe=GET_EXCEPTIONS(&ucase_props_singleton, props);
147 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c) local
164 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
195 uint16_t props; local
427 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
434 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
441 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
457 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
880 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
1026 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
1171 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
1236 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
ObjectValuesTest.java 35 final String[] props = { "prop1", "prop2", "prop3" }; local
36 for (String name : props) {
45 ov.setPossible(props);
65 final String[] props = { "prop1", "prop2", "prop3" }; local
66 for (String name : props) {
75 ov.setPossible(props);
  /external/tensorflow/tensorflow/python/grappler/
model_analyzer.cc 48 const std::vector<OpInfo::TensorProperties>& props = local
50 for (int i = 0; i < props.size(); ++i) {
51 const OpInfo::TensorProperties& prop = props[i];
88 const std::vector<OpInfo::TensorProperties>& props = local
90 for (int i = 0; i < props.size(); ++i) {
91 const OpInfo::TensorProperties& prop = props[i];
  /cts/apps/CameraITS/tests/scene2/
test_faces.py 32 props = cam.get_camera_properties()
33 its.caps.skip_unless(its.caps.face_detect(props))
34 mono_camera = its.caps.mono_camera(props)
35 fd_modes = props['android.statistics.info.availableFaceDetectModes']
36 a = props['android.sensor.info.activeArraySize']
38 if its.caps.read_3a(props):
65 img = its.image.convert_capture_to_rgb_image(cap, props=props)
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenPlugin.groovy 35 SampleGenProperties props,
43 include = props.templatesInclude()
44 filenameTransform = {s -> props.getOutputForInput(s)}
45 parameters = props.templateParams()
  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 108 CLzmaEncProps props; local
109 LzmaEncProps_Init(&props);
118 if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal != VARIANT_FALSE); break;
120 RINOK(SetLzmaProp(propID, prop, props));
123 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props));
128 Byte props[LZMA_PROPS_SIZE]; local
130 RINOK(LzmaEnc_WriteProperties(_encoder, props, &size));
131 return WriteStream(outStream, props, size);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.hpp 42 cl_command_queue_properties props);
71 cl_command_queue_properties props; member in class:clover::command_queue
  /external/skia/src/core/
SkClipStackDevice.h 16 SkClipStackDevice(const SkImageInfo& info, const SkSurfaceProps& props)
17 : SkBaseDevice(info, props)
  /external/skia/tools/sk_app/
WindowContext.h 44 void setSurfaceProps(const SkSurfaceProps& props) {
45 fSurfaceProps = props;

Completed in 704 milliseconds

1 2 3 45 6 7 8 91011>>