HomeSort by relevance Sort by last modified time
    Searched defs:properties (Results 276 - 300 of 1756) sorted by null

<<11121314151617181920>>

  /external/libdrm/
xf86drmMode.c 1079 struct drm_mode_obj_get_properties properties; local
1084 memclear(properties);
1085 properties.obj_id = object_id;
1086 properties.obj_type = object_type;
1088 if (drmIoctl(fd, DRM_IOCTL_MODE_OBJ_GETPROPERTIES, &properties))
1091 count = properties.count_props;
1094 properties.props_ptr = VOID2U64(drmMalloc(count *
1096 if (!properties.props_ptr)
1098 properties.prop_values_ptr = VOID2U64(drmMalloc(count *
1100 if (!properties.prop_values_ptr
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 1301 Byte[] properties = new Byte[kPropSize]; field in class:SevenZip.Compression.LZMA.Encoder
    [all...]
  /external/selinux/libsepol/src/
write.c 1127 uint32_t properties = 0; local
1135 properties |= TYPEDATUM_PROPERTY_PRIMARY;
1138 properties |= TYPEDATUM_PROPERTY_ATTRIBUTE;
1141 properties |= TYPEDATUM_PROPERTY_ALIAS;
1145 properties |= TYPEDATUM_PROPERTY_PERMISSIVE;
1147 buf[items++] = cpu_to_le32(properties);
    [all...]
  /external/v8/src/compiler/
js-generic-lowering.cc 12 #include "src/compiler/node-properties.h"
13 #include "src/compiler/operator-properties.h"
214 Operator::Properties properties = node->op()->properties(); local
216 isolate(), zone(), callable.descriptor(), 0, flags, properties);
226 Operator::Properties properties = node->op()->properties(); local
230 zone(), f, nargs, properties, CallDescriptor::kNeedsFrameState)
    [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 1595 const char* properties[] = {"length", "fuzzle", "x", "0"}; local
    [all...]
  /external/v8/test/mjsunit/es7/
object-observe.js 844 // Observing named properties.
902 // Observing indexed properties.
960 // Observing symbol properties (not).
1139 var properties = ["a", "1", 1, "length", "setPrototype", "name", "caller"]; variable
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 251 DecoderProperties properties = findDecoder(mime, supportedCodecPrefixes); local
252 if (properties == null) {
256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) +
273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
277 MediaCodecVideoEncoder.createByCodecName(properties.codecName);
284 colorFormat = properties.colorFormat;
MediaCodecVideoEncoder.java 284 EncoderProperties properties = null; local
289 properties = findHwEncoder(VP8_MIME_TYPE, supportedVp8HwCodecPrefixes,
294 properties = findHwEncoder(VP9_MIME_TYPE, supportedH264HwCodecPrefixes,
299 properties = findHwEncoder(H264_MIME_TYPE, supportedH264HwCodecPrefixes,
303 if (properties == null) {
307 colorFormat = properties.colorFormat;
315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat);
319 mediaCodec = createByCodecName(properties.codecName);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 278 menu->addAction(tr("Properties"), this, SLOT(properties()));
1586 void Peers::properties() function in class:Peers
    [all...]
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 129 auto& props = node.properties();
208 const RenderProperties& properties = node.properties(); local
209 const Outline& outline = properties.getOutline();
210 if (properties.getAlpha() <= 0
212 || properties.getScaleX() == 0
213 || properties.getScaleY() == 0) {
217 if (properties.getLeft() != 0 || properties.getTop() != 0) {
218 mCanvasState.translate(properties.getLeft(), properties.getTop())
395 auto& properties = node.properties(); local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 337 jint* properties = env->GetIntArrayElements(array, 0); local
340 list->push(properties[i]);
341 env->ReleaseIntArrayElements(array, properties, 0);
355 jint* properties = env->GetIntArrayElements(array, 0); local
358 list->push(properties[i]);
359 env->ReleaseIntArrayElements(array, properties, 0);
402 // special case date properties, which are strings to MTP
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewTestCase.java 608 CameraCharacteristics properties = mCameraManager.getCameraCharacteristics(cameraId); local
609 mStaticInfo = new StaticMetadata(properties, CheckLevel.ASSERT, /*collector*/null);
611 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP);
    [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationGestureHandler.java 246 PointerProperties[] properties = getTempPointerPropertiesWithMinSize( local
252 event.getPointerProperties(i, properties[i]);
255 event.getEventTime(), event.getAction(), pointerCount, properties,
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 31 #include <cutils/properties.h>
53 status_t OMXCameraAdapter::initialize(CameraProperties::Properties* caps)
3640 CameraProperties::Properties* properties = NULL; local
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraOps.java 222 CameraCharacteristics properties = local
227 if (properties != null) {
229 properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP).
362 CameraCharacteristics properties = local
365 if (properties != null) {
366 jpegSizes = properties.get(CameraCharacteristics.SCALER_STREAM_CONFIGURATION_MAP).
496 CameraCharacteristics properties = getCameraCharacteristics(); local
497 int sensorOrientation = properties.get(CameraCharacteristics.SENSOR_ORIENTATION);
507 CameraCharacteristics properties = local
511 if (properties != null)
    [all...]
  /prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 75 /** List of recently edited properties */
78 /** Maximum number of recent properties to track and list */
412 RuleAction properties = RuleAction.createChoices("properties", "Other Properties", //$NON-NLS-1$ local
465 actions.add(properties);
539 * Creates a list of properties that are commonly edited for views of the
544 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
556 Prop property = properties.get(attribute);
587 * Creates a list of recently modified properties that apply to the given selected nod
592 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
610 Map<String, Prop> properties = getPropertyMetadata(selectedNode); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 68 import java.util.Properties;
82 private static final String PREVIEW_INFO_FILE = "preview.properties"; //$NON-NLS-1$
605 Properties properties = new Properties(); local
609 properties.load(is);
611 AdtPlugin.log(e, "Can't read preview properties");
622 String colorString = (String) properties.get("background"); //$NON-NLS-1$
627 colorString = (String) properties.get("foreground"); //$NON-NLS-1$
  /system/connectivity/shill/cellular/
cellular.cc 702 KeyValueStore properties; local
703 capability_->SetupConnectProperties(&properties);
707 capability_->Connect(properties, error, cb);
    [all...]
cellular_capability_universal_unittest.cc 161 // Set up mock modem properties.
172 // Set up mock modem 3gpp properties.
785 // Set up mock SIM properties
1361 KeyValueStore properties; local
1401 KeyValueStore properties; local
    [all...]
  /system/connectivity/shill/
device_unittest.cc 280 IPConfig::Properties properties; local
281 properties.address = kAddress;
282 properties.dns_servers.push_back(kDnsServer1);
283 properties.dns_servers.push_back(kDnsServer2);
286 device_->ip6config_->set_properties(properties);
319 // Note: there are currently no writeable Device properties that
363 return dhcp_props == arg.properties();
430 combined_props->properties())))
1248 IPConfig::Properties properties; local
1640 IPConfig::Properties properties; local
1657 IPConfig::Properties properties; local
1697 IPConfig::Properties properties; local
    [all...]
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc 432 // by reading and comparing all string properties returned on the store.
477 brillo::VariantDictionary properties; local
479 EXPECT_TRUE(wifi_service->store().GetProperties(&properties, nullptr));
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 167 ByteBuffer properties = ByteBuffer.wrap(propertiesData); local
168 properties.order(ByteOrder.nativeOrder());
170 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth());
171 properties.putInt(VFullPath_Delegate.STROKE_COLOR_INDEX * 4, path.getStrokeColor());
172 properties.putFloat(VFullPath_Delegate.STROKE_ALPHA_INDEX * 4, path.getStrokeAlpha());
173 properties.putInt(VFullPath_Delegate.FILL_COLOR_INDEX * 4, path.getFillColor());
174 properties.putFloat(VFullPath_Delegate.FILL_ALPHA_INDEX * 4, path.getStrokeAlpha());
175 properties.putFloat(VFullPath_Delegate.TRIM_PATH_START_INDEX * 4, path.getTrimPathStart());
176 properties.putFloat(VFullPath_Delegate.TRIM_PATH_END_INDEX * 4, path.getTrimPathEnd());
177 properties.putFloat(VFullPath_Delegate.TRIM_PATH_OFFSET_INDEX * 4
257 FloatBuffer properties = FloatBuffer.wrap(propertiesData); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.20.0/
org.eclipse.tycho.core.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.core.shared/0.18.1/
org.eclipse.tycho.core.shared-0.18.1.jar 

Completed in 1610 milliseconds

<<11121314151617181920>>