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

1 2 3 45 6 7 8 91011>>

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2InputStream.java 301 int props = in.readUnsignedByte(); local
303 if (props > (4 * 5 + 4) * 9 + 8)
306 int pb = props / (9 * 5);
307 props -= pb * 9 * 5;
308 int lp = props / 9;
309 int lc = props - lp * 9;
LZMA2OutputStream.java 29 private final int props; // Cannot change props on the fly for now. field in class:LZMA2OutputStream
78 props = (options.getPb() * 5 + options.getLp()) * 9 + options.getLc();
158 outData.writeByte(props);
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 471 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
492 props = buf;
494 props = Xmalloc(prop_size);
499 _XRead(dpy, (char *) props, prop_size);
502 __glXInitializeVisualConfigFromTags(m, nprops, props,
508 if (props != buf)
509 Xfree(props);
  /external/mesa3d/src/glx/
glxext.c 597 INT32 buf[__GLX_TOTAL_CONFIG], *props; local
618 props = buf;
620 props = Xmalloc(prop_size);
625 _XRead(dpy, (char *) props, prop_size);
637 __glXInitializeVisualConfigFromTags(m, nprops, props,
643 if (props != buf)
644 Xfree(props);
  /external/mesa3d/src/mesa/main/
es_generator.py 231 props = apiutil.Properties(funcName) variable
658 if "get" not in props and len(conversionCodeOutgoing) > 0:
672 # If the function is one that returns values (i.e. "get" in props),
675 if "get" in props and len(conversionCodeIncoming) > 0:
    [all...]
  /external/webrtc/talk/media/devices/
win32devicemanager.cc 249 CComPtr<IPropertyStore> props; local
251 HRESULT hr = device->OpenPropertyStore(STGM_READ, &props);
258 hr = GetStringProp(props, PKEY_Device_FriendlyName, &name);
260 hr = GetStringProp(props, PKEY_AudioEndpoint_GUID, &guid);
  /frameworks/base/libs/hwui/tests/common/
TestUtils.h 158 std::function<void(RenderProperties& props, TestCanvas& canvas)> setup) {
166 RenderProperties& props = node->mutateStagingProperties(); local
167 props.setLeftTopRightBottom(left, top, right, bottom);
169 TestCanvas canvas(props.getWidth(), props.getHeight());
170 setup(props, canvas);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DataBindingBuilder.java 84 Properties props = new Properties(); local
87 props.load(stream);
88 mVersions = new Versions(props);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 493 drmModePropertyPtr props; local
495 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
496 if (!props) {
500 if (strcmp(props->name, "DPMS") == 0) {
504 props->prop_id,
508 drmModeFreeProperty(props);
516 drmModeFreeProperty(props);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 530 drmModePropertyPtr props; local
532 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
533 if (!props) {
537 if (strcmp(props->name, "DPMS") == 0) {
541 props->prop_id,
545 drmModeFreeProperty(props);
553 drmModeFreeProperty(props);
  /libcore/luni/src/test/java/libcore/java/lang/
OldSystemTest.java 175 String [] props = {"java.vendor.url", local
190 for (String prop : props) {
276 // String[] props = { "PATH", "HOME", "USER"};
278 String[] props = { "PATH" }; local
283 props.length < envMap.keySet().size());
284 for (String prop : props) {
  /libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS8Key.java 198 Properties props; local
  /libcore/ojluni/src/main/java/sun/security/x509/
X509Key.java 235 Properties props; local
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 84 List<ICalendar.Property> props = component.getProperties("PROP1"); local
85 assertEquals(2, props.size());
86 List<ICalendar.Parameter> params = props.get(1).getParameters("PARAM1");
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 160 List<CarPropertyConfig> props; local
162 props = mCarHvacManager.getPropertyList();
165 props = new ArrayList<>();
168 for(CarPropertyConfig prop : props) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLListProperty.java 50 private GLListProperty(GLStateType type, List<IGLProperty> props) {
51 mList = props;
90 List<IGLProperty> props = new ArrayList<IGLProperty>( local
94 props.add(p.clone());
97 return new GLListProperty(getType(), props);
  /system/connectivity/shill/vpn/
l2tp_ipsec_driver.cc 505 KeyValueStore props = VPNDriver::GetProvider(error); local
506 props.SetBool(kPassphraseRequiredProperty,
508 props.SetBool(kL2tpIpsecPskRequiredProperty, IsPskRequired());
509 return props;
  /system/connectivity/shill/wifi/
wifi_endpoint_unittest.cc 88 KeyValueStore props; local
89 props.SetBool(WPASupplicant::kPropertyPrivacy, is_private);
90 return props;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 48 final static Properties props = new Properties(); field in class:FileHandlerTest
72 .PropertiesToInputStream(props));
80 props.clear();
81 props.put("java.util.logging.FileHandler.level", "FINE");
82 props.put("java.util.logging.FileHandler.filter", className
84 props.put("java.util.logging.FileHandler.formatter", className
86 props.put("java.util.logging.FileHandler.encoding", "iso-8859-1");
88 props.put("java.util.logging.FileHandler.limit", "1000");
90 props.put("java.util.logging.FileHandler.count", "2");
92 props.put("java.util.logging.FileHandler.append", "true")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 202 Map<String, Prop> props = mAttributesMap.get(key);
203 final Prop prop = (props != null) ? props.get(actionId) : null;
691 Map<String, Prop> props = mAttributesMap.get(key); local
692 if (props == null) {
694 props = new HashMap<String, Prop>();
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 87 hb_segment_properties_t props; /* Script, language, direction */ member in struct:hb_buffer_t
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 179 private final int getMirror(int c, int props) {
180 int delta=getMirrorDeltaFromProps(props);
209 int props=trie.get(c); local
210 return getMirror(c, props);
246 int props=trie.get(c); local
247 if((props&BPT_MASK)==0) {
250 return getMirror(c, props);
305 private static final int getClassFromProps(int props) {
306 return props&CLASS_MASK;
308 private static final boolean getFlagFromProps(int props, int shift)
    [all...]

Completed in 2275 milliseconds

1 2 3 45 6 7 8 91011>>