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

1 2 3 4 5 6 7 8 91011>>

  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 90 int properties; member in struct:instance
473 instance->properties = module->get_properties(module);
513 if (instance->properties & MODULE_INPLACE_BROKEN) {
581 if (instance->properties & MODULE_INPLACE_BROKEN) {
  /external/autotest/client/deps/fakegudev/src/
fakegudev.c 35 * property_<name> are the special GUdevDevice properties that can be obtain
41 * Unspecified properties/attributes will be returned as NULL.
120 GHashTable *properties; member in struct:_FakeGUdevDevicePrivate
205 /* Ensure some basic properties exist. */
245 /* Now add the fake device with all its properties. */
259 g_hash_table_insert (fake_device->priv->properties, g_strdup (key),
379 (const gchar *)g_hash_table_lookup (fake_device->priv->properties,
462 (const gchar *)g_hash_table_lookup (fake_device->priv->properties,
465 (const gchar *)g_hash_table_lookup (fake_device->priv->properties,
500 return (const gchar *)g_hash_table_lookup (fake_device->priv->properties,
    [all...]
  /external/harfbuzz_ng/test/api/
test-unicode.c 102 /* Check all properties */
469 static const property_t properties[] = variable
489 for (i = 0; i < G_N_ELEMENTS (properties); i++) {
490 const property_t *p = &properties[i];
526 for (i = 0; i < G_N_ELEMENTS (properties); i++) {
527 const property_t *p = &properties[i];
608 /* This is cruel: we use script-returning functions to test all properties,
611 for (i = 0; i < G_N_ELEMENTS (properties); i++) {
612 const property_t *p = &properties[i];
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
ReflectUtils.java 280 public static Method[] getPropertyMethods(PropertyDescriptor[] properties, boolean read, boolean write) {
282 for (int i = 0; i < properties.length; i++) {
283 PropertyDescriptor pd = properties[i];
314 List properties = new ArrayList(all.length); local
319 properties.add(pd);
322 return (PropertyDescriptor[])properties.toArray(new PropertyDescriptor[properties.size()]);
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 69 InputStream templateStream = main.class.getClassLoader().getResourceAsStream("smali.properties");
71 Properties properties = new Properties(); typedefs
74 properties.load(templateStream);
75 version = properties.getProperty("application.version");
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
Constructor.java 28 import java.util.Properties;
153 if (Properties.class.isAssignableFrom(node.getType())) {
154 Properties properties = new Properties(); local
156 constructMapping2ndStep(mnode, properties);
158 throw new YAMLException("Properties must not be recursive.");
160 return properties;
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 11 import java.util.Properties;
19 * resource named "log4testng.properties" to your classpath. The logging levels are
27 * <li>The log4testng.properties resource is searched in the classpath on the first
75 /** Standard prefix of all property names in log4testng.properties. */
78 /** Standard prefix of all logger names in log4testng.properties. */
81 /** Root logger name in log4testng.properties. */
84 /** Debug property name in log4testng.properties. */
117 /** Map from Logger names to level index (as specified in log4testng.properties) */
322 InputStream is= Thread.currentThread().getContextClassLoader().getResourceAsStream("log4testng.properties");
326 Properties properties= new Properties(); local
    [all...]
  /external/v8/src/compiler/
linkage.h 166 Operator::Properties properties,
176 properties_(properties),
246 // Operator properties describe how this call can be optimized, if at all.
247 Operator::Properties properties() const { return properties_; } function in class:v8::internal::compiler::final
272 const Operator::Properties properties_;
314 Operator::Properties properties, CallDescriptor::Flags flags);
321 Operator::Properties properties = Operator::kNoProperties
    [all...]
  /external/v8/src/crankshaft/
typing.cc 401 ZoneList<ObjectLiteral::Property*>* properties = expr->properties(); local
402 for (int i = 0; i < properties->length(); ++i) {
403 ObjectLiteral::Property* prop = properties->at(i);
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 151 // Load properties array.
152 Register properties = scratch0; local
153 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
154 // Check that the properties array is a dictionary.
155 __ ldr(map, FieldMemOperand(properties, HeapObject::kMapOffset));
156 Register tmp = properties;
162 __ ldr(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
166 masm, miss_label, &done, receiver, properties, name, scratch1);
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 148 // Load properties array.
149 Register properties = scratch0; local
150 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
151 // Check that the properties array is a dictionary.
152 __ lw(map, FieldMemOperand(properties, HeapObject::kMapOffset));
153 Register tmp = properties;
158 __ lw(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
162 masm, miss_label, &done, receiver, properties, name, scratch1);
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 148 // Load properties array.
149 Register properties = scratch0; local
150 __ ld(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
151 // Check that the properties array is a dictionary.
152 __ ld(map, FieldMemOperand(properties, HeapObject::kMapOffset));
153 Register tmp = properties;
158 __ ld(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
162 masm, miss_label, &done, receiver, properties, name, scratch1);
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 149 // Load properties array.
150 Register properties = scratch0; local
151 __ LoadP(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
152 // Check that the properties array is a dictionary.
153 __ LoadP(map, FieldMemOperand(properties, HeapObject::kMapOffset));
154 Register tmp = properties;
160 __ LoadP(properties, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
164 masm, miss_label, &done, receiver, properties, name, scratch1);
  /external/vulkan-validation-layers/layers/
image.cpp 278 VkFormatProperties properties; local
280 &properties);
282 if ((properties.linearTilingFeatures) == 0 && (properties.optimalTilingFeatures == 0)) {
378 VkFormatProperties properties; local
381 pCreateInfo->pAttachments[i].format, &properties);
383 if ((properties.linearTilingFeatures) == 0 && (properties.optimalTilingFeatures == 0)) {
    [all...]
  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 96 VkPhysicalDeviceProperties PhysicalDevice::properties() const { function in class:vk_testing::PhysicalDevice
217 const VkFlags properties,
220 // Search memtypes to find first index with those properties
223 // Type is available, does it match user properties?
225 properties) == properties &&
  /frameworks/av/media/mtp/
MtpServer.cpp 28 #include <cutils/properties.h>
469 mData.putAUInt16(deviceProperties); // Device Properties Supported
563 MtpObjectPropertyList* properties = mDatabase->getSupportedObjectProperties(format); local
564 mData.putAUInt16(properties);
565 delete properties;
    [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp 27 #include "Properties.h"
36 #include <cutils/properties.h>
302 // if (dirty.isEmpty() && Properties::skipEmptyFrames) {
382 if (CC_UNLIKELY(Properties::debugLevel & kDebugMemory)) {
415 const RenderProperties& properties = node->properties(); local
416 Rect targetBounds(properties.getLeft(), properties.getTop(),
417 properties.getRight(), properties.getBottom())
    [all...]
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 934 Vector<Property> properties; local
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 33 * Contains the RRULEs, RDATE, EXRULEs, and EXDATE properties.
501 List<ICalendar.Property> properties = component.getProperties(name); local
502 if (properties == null || properties.isEmpty()) {
506 if (properties.size() == 1) {
507 return properties.get(0).getValue();
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 742 uint32_t properties = mGlobalProperties[i]; local
744 isGlobalPointer(properties) ? 'P' : ' ',
745 isGlobalConstant(properties) ? 'C' : ' ',
746 isGlobalStatic(properties) ? 'S' : ' ',
747 getGlobalRsType(properties));
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 44 #include <cutils/properties.h>
289 status_t V4LCameraAdapter::initialize(CameraProperties::Properties* caps)
1262 CameraProperties::Properties* properties = NULL; local
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 1456 char **properties; member in struct:JDK1_1InitArgs
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 224 final CategoryProperties properties = local
226 mShownCategories.add(properties);
341 for (final CategoryProperties properties : mShownCategories) {
343 sum += properties.mPageCount;
345 return new Pair<>(properties.mCategoryId, position - temp);
402 for (CategoryProperties properties : mShownCategories) {
403 sum += properties.mPageCount;
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-velocity/1.1.7/
plexus-velocity-1.1.7.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 482 ProjectProperties properties = ProjectProperties.load( local
485 ProjectPropertiesWorkingCopy copy = properties.makeWorkingCopy();
527 // TODO: Add library project to the project.properties file!

Completed in 1597 milliseconds

1 2 3 4 5 6 7 8 91011>>