HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 51 - 75 of 550) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 28 * Properties of one User of an OAuthConsumer. Properties may be added freely,
50 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthAccessor
53 return properties.get(name);
57 properties.put(name, value);
  /external/harfbuzz/src/
harfbuzz-khmer.c 362 unsigned char properties[16]; local
379 memset(properties, 0, 16*sizeof(unsigned char));
401 properties[len] = PreForm;
408 properties[len] = PreForm;
425 properties[len] = PreForm;
428 properties[len] = PreForm;
463 properties[len] = AboveForm;
469 properties[len] = PostForm;
475 properties[len] = BelowForm;
486 properties[len] = property
    [all...]
harfbuzz-arabic.c 378 static void getArabicProperties(const unsigned short *chars, int len, HB_ArabicProperties *properties)
380 /* qDebug("arabicSyriacOpenTypeShape: properties:"); */
388 properties[0].justification = HB_NoJustification;
392 properties[i].justification = HB_NoJustification;
398 properties[i].shape = XIsolated;
402 properties[lastPos].shape = joining_table[shape][j].form1;
407 if (properties[lastPos].shape == XInitial || properties[lastPos].shape == XMedial)
408 properties[i-1].justification = HB_Arabic_Seen;
411 if (properties[lastPos].shape == XFinal
889 HB_ArabicProperties *properties; local
1037 HB_ArabicProperties *properties; local
    [all...]
harfbuzz-myanmar.c 272 unsigned char properties[32]; local
282 memset(properties, 0, 32*sizeof(unsigned char));
332 properties[len] = PreForm;
333 properties[len+1] = PreForm;
362 properties[len-1] = AboveForm;
363 properties[len] = AboveForm;
386 properties[len-1] = prop;
387 properties[len] = prop;
389 properties[len-2] = prop;
403 properties[len] = AboveForm
    [all...]
harfbuzz-buffer.c 174 HB_UInt properties,
186 glyph->properties = properties;
262 The properties for all replacement glyphs are taken
277 HB_UInt properties; local
291 properties = buffer->in_string[buffer->in_pos].properties;
303 item->properties = properties;
harfbuzz-buffer.h 41 HB_UInt properties; member in struct:HB_GlyphItemRec_
93 HB_UInt properties,
  /external/bluetooth/bluez/test/
simple-endpoint 95 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID, variable
102 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
107 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID,
112 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
117 properties = dbus.Dictionary({ "UUID" : HFP_AG_UUID,
122 print properties
124 media.RegisterEndpoint(path, properties)
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java 21 import java.util.Properties;
48 * @see AndroidVersion#AndroidVersion(Properties)
68 * Creates an {@link AndroidVersion} from {@link Properties}, with default values if the
69 * {@link Properties} object doesn't contain the expected values.
70 * <p/>The {@link Properties} is expected to have been filled with
71 * {@link #saveProperties(Properties)}.
73 public AndroidVersion(Properties properties, int defaultApiLevel, String defaultCodeName) {
74 if (properties == null) {
78 mApiLevel = Integer.parseInt(properties.getProperty(PkgProps.VERSION_API_LEVEL
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 33 /* This test tests interface properties, implementing interface
34 * properties and #GParamSpecOverride.
36 * Four properties are tested:
405 GParamSpec **properties,
413 if (properties[i] == param_spec)
427 GParamSpec **properties; local
439 /* Test setting and getting the properties
468 /* Test g_object_class_find_property() for overridden properties
477 /* Test g_object_class_list_properties() for overridden properties
479 properties = g_object_class_list_properties (object_class, &n_properties)
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 24 import android.media.videoeditor.MediaArtistNativeHelper.Properties;
128 Properties properties = null; local
146 properties = mMANativeHelper.getMediaProperties(filename);
150 int fileType = mMANativeHelper.getFileType(properties.fileType);
162 switch (mMANativeHelper.getAudioCodecType(properties.audioFormat)) {
173 endMs = properties.audioDuration;
179 mDurationMs = properties.audioDuration;
180 mAudioChannels = properties.audioChannels;
181 mAudioBitrate = properties.audioBitrate
    [all...]
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 64 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
71 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
77 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 200 // public static Properties getReportProperties (final Properties appProperties, final String reportType)
214 // public static String getReportProperty (final String type, final Map properties, final String key)
216 // if (properties == null) throw new IllegalArgumentException ("null input: properties");
227 // if (! properties.containsKey (fullKey)) // default to type-neutral lookup
231 // return (String) properties.get (fullKey);
234 // public static String getReportParameter (final String type, final Map properties, final String key, final String def)
236 // final String value = getReportProperty (type, properties, key);
242 public static ParsedProperties parseProperties (final IProperties properties, final String type
    [all...]
  /external/emma/core/java12/com/vladium/util/
IProperties.java 18 import java.util.Properties;
49 Iterator /* String */ properties (); method in interface:IProperties
50 Properties toProperties ();
76 * Converts a java.util.Properties instance to an IProperties instance,
77 * with an optional property mapper. Note that 'properties' content is
81 * @param properties [may not be null]
83 * @return a property set based on 'properties' [never null]
85 public static IProperties wrap (final Properties properties, final IMapper mapper)
89 // always use propertyNames() for traversing java.util.Properties
208 public Iterator \/* String *\/ properties () method in class:IProperties.Factory.PropertiesImpl
    [all...]
  /external/proguard/examples/
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
35 -adaptresourcefilecontents proguard/ant/task.properties
proguardgui.pro 46 # class names. Notably, in this case, the GUI resource properties file will
49 -adaptresourcefilenames **.properties,**.gif,**.jpg
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
  /frameworks/base/cmds/bugreport/
bugreport.c 21 #include <cutils/properties.h>
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockReader.java 53 private Map<String, Object> properties = new HashMap<String, Object>(); field in class:MockReader
84 return properties.get(name);
122 properties.remove(name);
124 properties.put(name, value);
  /external/chromium/chrome/browser/parsers/
metadata_parser_filebase.cc 49 PropertyMap& properties) : properties_(properties) {
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 220 RetainPtr<NSMutableDictionary> properties(AdoptNS, [[NSMutableDictionary alloc] init]);
223 [properties.get() setObject:mimeType forKey:@"mimeType"];
226 [properties.get() setObject:userAgent forKey:@"userAgent"];
229 [properties.get() setObject:attributeKeys forKey:@"attributeKeys"];
232 [properties.get() setObject:attributeValues forKey:@"attributeValues"];
235 [properties.get() setObject:[sourceURL absoluteString] forKey:@"sourceURL"];
237 [properties.get() setObject:[NSNumber numberWithBool:fullFrame] forKey:@"fullFrame"];
238 [properties.get() setObject:[NSNumber numberWithBool:isPrivateBrowsingEnabled] forKey:@"privateBrowsingEnabled"];
239 [properties.get() setObject:[NSNumber numberWithBool:isAcceleratedCompositingEnabled] forKey:@"acceleratedCompositingEnabled"];
241 NSData *data = [NSPropertyListSerialization dataFromPropertyList:properties.get() format:NSPropertyListBinaryFormat_v1_0 errorDescription:nil]
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdInfo.java 73 * @param properties The property map. Cannot be null.
81 Map<String, String> properties) {
82 this(name, iniFile, folderPath, targetHash, target, abiType, properties, AvdStatus.OK);
97 * @param properties The property map. Can be null.
106 Map<String, String> properties,
114 mProperties = properties == null ? null : Collections.unmodifiableMap(properties);
238 * Returns an unmodifiable map of properties for the AVD. This can be null.
260 return String.format("Failed to parse properties from %1$s",
  /external/v8/test/mjsunit/
debug-handle.js 120 for (i in obj.properties) {
121 switch (obj.properties[i].name) {
123 obj.properties[i].ref = handle_o;
127 obj.properties[i].ref = handle_p;
151 for (i in obj.properties) {
152 var ref = obj.properties[i].ref;
154 switch (obj.properties[i].name) {
170 assertEquals(handle_g, obj.properties[i].ref);
180 for (i in obj.properties) {
181 refs.push(obj.properties[i].ref)
    [all...]
enumeration-order.js 44 // Validate the enumeration order for object up to 100 named properties.
58 // properties.
61 // We enumerate indexed properties in numerical order followed by
62 // named properties in insertion order, followed by indexed properties
64 // properties of the prototype object in insertion order, and so on.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 81 Map<String, String> properties = mAvdInfo.getProperties(); local
82 if (properties != null) {
83 String skin = properties.get(AvdManager.AVD_INI_SKIN_NAME);
88 String sdcard = properties.get(AvdManager.AVD_INI_SDCARD_SIZE);
90 sdcard = properties.get(AvdManager.AVD_INI_SDCARD_PATH);
96 String snapshot = properties.get(AvdManager.AVD_INI_SNAPSHOT_PRESENT);
102 HashMap<String, String> copy = new HashMap<String, String>(properties);
  /system/media/wilhelm/src/itf/
IEnvironmentalReverb.c 643 // note that it's unnecessary to verify that any level stored inside the "properties" struct
650 SLEnvironmentalReverbSettings properties = *pProperties; local
651 if (!(properties.roomLevel <= 0))
653 if (!(properties.roomHFLevel <= 0))
655 if (!(100 <= properties.decayTime && properties.decayTime <= 20000))
657 if (!(100 <= properties.decayHFRatio && properties.decayHFRatio <= 2000))
659 if (!(properties.reflectionsLevel <= 1000))
661 if (!(/* 0 <= properties.reflectionsDelay && */ properties.reflectionsDelay <= 300)
    [all...]

Completed in 3550 milliseconds

1 23 4 5 6 7 8 91011>>