/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/String/ |
match-003.js | 15 * converting the this value to a string. If regexp.global is false, 21 * match with an empty string (in other words, if the value of 23 * The value returned is an array with the properties 0 through n-1 28 * require that its this value be a string object. Therefore, it can be 44 // there is a match with an empty string (in other words, if the value of 46 // The value returned is an array with the properties 0 through n-1 51 // set the value of lastIndex
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8SQLResultSetRowListCustom.cpp | 42 v8::Handle<v8::Value> V8SQLResultSetRowList::itemCallback(const v8::Arguments& args) 70 v8::Handle<v8::Value> value; local 73 value = v8String(sqlValue.string()); 76 value = v8::Null(); 79 value = v8::Number::New(sqlValue.number()); 85 item->Set(v8String(rowList->columnNames()[i]), value, static_cast<v8::PropertyAttribute>(v8::DontDelete|v8::ReadOnly));
|
/external/webkit/WebCore/dom/ |
StyledElement.h | 49 void addCSSLength(MappedAttribute*, int id, const String& value); 50 void addCSSProperty(MappedAttribute*, int id, const String& value); 51 void addCSSProperty(MappedAttribute*, int id, int value); 55 static CSSMappedAttributeDeclaration* getMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value); 56 static void setMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value, CSSMappedAttributeDeclaration*); 57 static void removeMappedAttributeDecl(MappedAttributeEntry, const QualifiedName& name, const AtomicString& value); 73 virtual PassRefPtr<Attribute> createAttribute(const QualifiedName&, const AtomicString& value);
|
/external/webkit/WebCore/manual-tests/ |
optgroup-empty-and-nested.html | 12 <option value="1">Item one</option> 29 <option value="2">Item inside an optgroup without a label</option> 36 <option value="3">Item inside an optgroup with an empty label</option> 40 <option value="4"></option> 42 <option value="5">Item two</option> 48 <option value="6">Item three</option> 53 <option value="7">Item four</option>
|
/external/webkit/WebCore/svg/ |
SVGFEDisplacementMapElement.cpp | 57 const String& value = attr->value(); local 59 setXChannelSelectorBaseValue(stringToChannel(value)); 61 setYChannelSelectorBaseValue(stringToChannel(value)); 63 setIn1BaseValue(value); 65 setIn2BaseValue(value); 67 setScaleBaseValue(value.toFloat());
|
SVGFESpecularLightingElement.cpp | 51 const String& value = attr->value(); local 53 setIn1BaseValue(value); 55 setSurfaceScaleBaseValue(value.toFloat()); 57 setSpecularConstantBaseValue(value.toFloat()); 59 setSpecularExponentBaseValue(value.toFloat()); 62 if (parseNumberOptionalNumber(value, x, y)) {
|
SVGTextPathElement.cpp | 51 const String& value = attr->value(); local 54 setStartOffsetBaseValue(SVGLength(LengthModeOther, value)); 56 if (value == "align") 58 else if (value == "stretch") 61 if (value == "auto") 63 else if (value == "exact")
|
/external/webkit/WebKit/chromium/public/ |
WebStorageArea.h | 54 // The number of key/value pairs in the storage area. 57 // Get a value for a specific key. Valid key indices are 0 through length() - 1. 62 // Get the value that corresponds to a specific key. This returns null if there is 66 // Set the value that corresponds to a specific key. Result will either be ResultOK 67 // or some particular error. The value is NOT set when there's an error. url is the 83 // Remove the value associated with a particular key. url is the url that should be used 87 // Clear all key/value pairs. url is the url that should be used if a storage event fires.
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeXmlPullAttributes.java | 85 String value = getAttributeValue(index); local 87 return resolveResourceValue(value, defaultValue); 96 String value = getAttributeValue(namespace, attribute); local 98 return resolveResourceValue(value, defaultValue); 101 private int resolveResourceValue(String value, int defaultValue) { 102 // now look for this particular value 103 IResourceValue resource = mContext.resolveResValue(mContext.findResValue(value));
|
/hardware/ti/wlan/wl1271/Test/ |
rsnDbg.c | 72 TI_UINT32 value; local 83 value = *(TI_UINT32*)pParam; 86 param.content.rsnDesiredAuthType = (EAuthSuite)value; 93 value = *(TI_UINT32*)pParam; 96 param.content.rsnEncryptionStatus = (ECipherSuite)value; 103 value = *(TI_UINT32*)pParam; 105 rsn_reportMicFailure(hRsn, (TI_UINT8*)&value,1);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
_system_properties.h | 66 char value[PROP_VALUE_MAX]; member in struct:prop_info 73 char value[PROP_VALUE_MAX]; member in struct:prop_msg 82 ** - prop_area.count will never decrease in value 85 ** - reading a value requires the following steps 88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1) 91 ** - writing a value requires the following steps 93 ** 2. memcpy(pi->value, local_value, value_len)
|
/packages/apps/Mms/res/xml/ |
mms_config.xml | 38 This is the default value. --> 42 This is the default value. --> 45 <!-- Minimum value for the number of messages kept per conversation. The user can never 46 set the limit below this value. --> 49 <!-- Maximum value for the number of messages kept per conversation. The user can never 50 set the limit above this value. --> 56 <!-- Maximum number of recipients allowed per message. Use a value of -1
|
/sdk/anttasks/src/com/android/ant/ |
AaptExecLoopTask.java | 70 * Sets the value of the "extension" attribute. 92 * Sets the value of the "executable" attribute. 93 * @param executable the value. 100 * Sets the value of the "command" attribute. 101 * @param command the value. 108 * Sets the value of the "force" attribute. 109 * @param force the value. 116 * Sets the value of the "verbose" attribute. 117 * @param verbose the value. 124 * Sets the value of the "manifest" attribute [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
IRemoteAndroidTestRunner.java | 76 * value will be overridden. 79 * @param value the value of the argument 81 public void addInstrumentationArg(String name, String value); 89 * @param value the value of the argument 91 public void addBooleanArg(String name, boolean value);
|
/system/wlan/ti/wilink_6_1/Test/ |
rsnDbg.c | 72 TI_UINT32 value; local 83 value = *(TI_UINT32*)pParam; 86 param.content.rsnDesiredAuthType = (EAuthSuite)value; 93 value = *(TI_UINT32*)pParam; 96 param.content.rsnEncryptionStatus = (ECipherSuite)value; 103 value = *(TI_UINT32*)pParam; 105 rsn_reportMicFailure(hRsn, (TI_UINT8*)&value,1);
|
/external/opencore/engines/author/test/src/ |
test_pv_author_engine_testset6.cpp | 1076 paramkvp.value.bool_value = true; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config.c | 39 int line, const char *value); 60 static char * wpa_config_parse_string(const char *value, size_t *len) 62 if (*value == '"') { 65 value++; 66 pos = os_strrchr(value, '"'); 69 *len = pos - value; 73 os_memcpy(str, value, *len); 78 size_t tlen, hlen = os_strlen(value); 85 if (hexstr2bin(value, str, tlen)) { 98 int line, const char *value) 284 char *value; local 321 char *value; local [all...] |
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
pred_intra.cpp | 374 /* save the value for intra prediction */ 1157 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */ 1161 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */ 1367 int value; local 1692 int value; local [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
pred_intra.cpp | 373 /* save the value for intra prediction */ 1156 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */ 1160 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */ 1366 int value; local 1691 int value; local [all...] |
/dalvik/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestCase.java | 136 * actual value 148 * actual value 160 * actual value 172 * actual value 187 * actual value 199 * actual value 211 * actual value 288 * actual value 290 * Expected value, may not be null. 306 * actual value [all...] |