/external/webkit/WebCore/wml/ |
WMLPElement.cpp | 59 const AtomicString& value = attr->value(); local 60 if (equalIgnoringCase(value, "middle") || equalIgnoringCase(value, "center")) 62 else if (equalIgnoringCase(value, "left")) 64 else if (equalIgnoringCase(value, "right")) 67 addCSSProperty(attr, CSSPropertyTextAlign, value); 69 m_mode = attr->value(); 105 if (lastMode.isEmpty() || lastMode == "wrap") // Default value, do nothing.
|
WMLPostfieldElement.cpp | 65 String WMLPostfieldElement::value() const function in class:WebCore::WMLPostfieldElement 75 void WMLPostfieldElement::encodeData(const TextEncoding& encoding, CString& name, CString& value) 78 value = encodedString(encoding, this->value());
|
/frameworks/base/core/java/android/annotation/ |
SdkConstant.java | 25 * Indicates a constant field value should be exported to be used in the SDK tools. 35 SdkConstantType value(); method in interface:SdkConstant
|
/frameworks/base/core/tests/coretests/src/android/os/ |
SystemPropertiesTest.java | 30 String value; local 33 value = SystemProperties.get(KEY, "default"); 34 assertEquals("default", value); 37 value = SystemProperties.get(KEY, "default"); 38 assertEquals("AAA", value); 40 value = SystemProperties.get(KEY); 41 assertEquals("AAA", value); 44 value = SystemProperties.get(KEY, "default"); 45 assertEquals("default", value); 47 value = SystemProperties.get(KEY) [all...] |
/frameworks/base/opengl/tests/configdump/ |
configdump.cpp | 80 EGLint value; local 81 eglGetConfigAttrib(dpy, configs[i], attributes[attr].attribute, &value); 82 printf("\t%-32s: %10d (0x%08x)\n", attributes[attr].name, value, value);
|
/frameworks/base/test-runner/src/android/test/ |
SimpleCache.java | 31 V value = load(key); local 32 map.put(key, value); 33 return value;
|
/hardware/libhardware_legacy/vibrator/ |
vibrator.c | 29 char value[20]; local 41 nwr = sprintf(value, "%d\n", timeout_ms); 42 ret = write(fd, value, nwr);
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/inc/ |
ParsEvent.h | 40 char * value; /* Current value in event */ member in struct:stream_descr 50 int val_index; /* Value in table 0->(N-1) */
|
/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);
|
/libcore/luni/src/main/java/java/sql/ |
DriverPropertyInfo.java | 29 * If the value member can be chosen from a set of possible values, they are 45 * {@code true} when the value member must be provided during {@code 51 * The current value associated with this property. It is depending on the 55 public String value; field in class:DriverPropertyInfo 59 * value. Other class members take their default values. 63 * @param value 64 * The property value. 66 public DriverPropertyInfo(String name, String value) { 68 this.value = value; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
TestAnnotation1.java | 24 String value(); method in interface:TestAnnotation1
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
TestAnnotation.java | 24 String value(); method in interface:TestAnnotation
|
/system/core/toolbox/ |
r.c | 9 fprintf(stderr,"r [-b|-s] <address> [<value>]\n"); 16 unsigned addr, value; local 36 value = strtoul(argv[2], 0, 16); 56 if(set) *x = value; 62 if(set) *x = value; 68 if(set) *x = value;
|
/system/extras/tests/bionic/libc/common/ |
test_sem_post.c | 60 int nn, value; local 89 if (sem_getvalue(&semaphore, &value) < 0) { 90 printf("Could not get semaphore value: %s\n", strerror(errno)); 93 if (value != 1) { 94 printf("Error: Semaphore value = %d\n", value);
|
/system/extras/tests/icachetest/ |
icache_main.c | 18 long value; local
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/ |
ParsEvent.h | 40 char * value; /* Current value in event */ member in struct:stream_descr 50 int val_index; /* Value in table 0->(N-1) */
|
/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/nist-sip/java/gov/nist/javax/sip/parser/ |
AcceptEncodingParser.java | 103 Token value = lexer.getNextToken(); local 104 acceptEncoding.setEncoding(value.getTokenValue()); 115 Token value = lexer.getNextToken(); local 117 float qv = Float.parseFloat(value.getTokenValue());
|
AcceptLanguageParser.java | 97 Token value = lexer.getNextToken(); local 98 acceptLanguage.setLanguageRange(value.getTokenValue()); 109 Token value = lexer.getNextToken(); local 111 float fl = Float.parseFloat(value.getTokenValue());
|
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
StyleResourceValue.java | 46 public void addItem(IResourceValue value) { 47 mItems.put(value.getName(), value); local 51 public void replaceWith(ResourceValue value) { 52 super.replaceWith(value); 54 if (value instanceof StyleResourceValue) { 56 mItems.putAll(((StyleResourceValue)value).mItems);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
StringDataItem.java | 29 /** {@code non-null;} the string value */ 30 private final CstUtf8 value; field in class:StringDataItem 35 * @param value {@code non-null;} the string value 37 public StringDataItem(CstUtf8 value) { 38 super(1, writeSize(value)); 40 this.value = value; 44 * Gets the write size for a given value. 46 * @param value {@code non-null;} the string valu [all...] |
/external/proguard/src/proguard/evaluation/value/ |
DoubleValue.java | 21 package proguard.evaluation.value; 26 * This class represents a partially evaluated double value. 33 * Returns the specific double value, if applicable. 35 public double value() method in class:DoubleValue 44 * Returns the negated value of this DoubleValue. 114 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue is 123 * Returns an IntegerValue with value 1, 0, or -1, if this DoubleValue is 212 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue is 225 * Returns an IntegerValue with value 1, 0, or -1, if this DoubleValue is 315 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue i [all...] |
FloatValue.java | 21 package proguard.evaluation.value; 26 * This class represents a partially evaluated float value. 33 * Returns the specific float value, if applicable. 35 public float value() method in class:FloatValue 44 * Returns the negated value of this FloatValue. 114 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue is 123 * Returns an IntegerValue with value 1, 0, or -1, if this FloatValue is 212 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue is 225 * Returns an IntegerValue with value 1, 0, or -1, if this FloatValue is 315 * Returns an IntegerValue with value -1, 0, or 1, if this FloatValue i [all...] |
InstructionOffsetValue.java | 21 package proguard.evaluation.value; 44 public InstructionOffsetValue(int value) 46 this.values = new int[] { value }; 69 * Returns whether the given value is present in this list of instruction 72 public boolean contains(int value) 78 if (values[index] == value) 90 * Returns the minimum value from this list of instruction offsets. 101 int value = values[index]; local 103 if (minimumValue > value) 105 minimumValue = value; 126 int value = values[index]; local [all...] |
ParticularDoubleValue.java | 21 package proguard.evaluation.value; 24 * This DoubleValue represents a particular double value. 30 private final double value; field in class:ParticularDoubleValue 34 * Creates a new particular double value. 36 public ParticularDoubleValue(double value) 38 this.value = value; 44 public double value() method in class:ParticularDoubleValue 46 return value; 54 return new ParticularDoubleValue(-value); [all...] |