/external/proguard/src/proguard/classfile/editor/ |
ElementValuesEditor.java | 28 * annotation default attribute, annotation, or array element value. Element 59 * given target array element value. 80 // Try to replace an existing element value. 86 // Otherwise append the element value. 97 // Try to replace an existing element value. 103 // Otherwise append the element value. 123 // Delete the element value to the target annotation. 131 // Delete the element value to the target array element value. 143 * Tries put the given element value in place of an existing element valu [all...] |
/external/srec/portable/include/ |
LCHAR.h | 70 * @param result [out] Resulting value 80 * @param result [out] Resulting value 90 * @param result [out] Resulting value 99 * @param result [out] Resulting value 100 * @return ESR_INVALID_ARGUMENT is text is null or does not represent a boolean value 108 * @param value [out] Integer that was read 109 * @param finalPosition [out] The first character after the token. A NULL value means this 111 * @return ESR_INVALID_ARGUMENT is text is null or does not represent an integer value 113 PORTABLE_API ESR_ReturnCode LCHARGetInt( LCHAR* text, int* value, LCHAR** finalPosition); 147 * @param value unsigned long to conver [all...] |
/external/srec/srec/Nametag/src/ |
NametagImpl.c | 130 ESR_ReturnCode SR_NametagCreateFromValue(const LCHAR* id, const char* value, size_t len, SR_Nametag** self) 149 impl->value = NULL; 150 impl->value = (LCHAR*) MALLOC(sizeof(LCHAR) * (len), MTAG); 152 if (impl->value == NULL) 160 memcpy( (void*)impl->value, value, len); 161 LSTRNCPY(impl->value, value, len); 180 if (impl->value != NULL) 182 FREE(impl->value); [all...] |
/external/srec/srec/Semproc/include/ |
SR_SymbolTable.h | 39 * Entries in the Symbol table are symbols i.e. key-value pairs. 48 * value string 50 LCHAR value[MAX_SEMPROC_VALUE]; member in struct:Symbol_t 88 * The "undefined" symbol value 112 * Store a key value pair 115 * @param value the value for the entry (associated with key) 117 SREC_SEMPROC_API ESR_ReturnCode ST_putKeyValue(SymbolTable* self, const LCHAR* key, const LCHAR* value); 120 * Retrieve a value associated with the key 123 * @param value pointer to buffer for the storing resul [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLAllCollectionCustom.cpp | 44 static v8::Handle<v8::Value> getNamedItems(HTMLAllCollection* collection, AtomicString name) 50 return v8::Handle<v8::Value>(); 59 static v8::Handle<v8::Value> getItem(HTMLAllCollection* collection, v8::Handle<v8::Value> argument) 63 v8::Handle<v8::Value> result = getNamedItems(collection, toWebCoreString(argument->ToString())); 75 v8::Handle<v8::Value> V8HTMLAllCollection::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 79 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name); local 81 if (!value.IsEmpty()) 82 return value; [all...] |
/external/wpa_supplicant/ |
dbus_dict_helpers.c | 140 const void *value) 158 if (!dbus_message_iter_append_basic(&iter_dict_val, value_type, value)) 171 const char *value, const dbus_uint32_t value_len) 195 &(value[i]))) 216 * @param value The string value 221 const char *key, const char *value) 223 if (!key || !value) 226 &value); 236 * @param value The byte valu 713 const char *value; local [all...] |
config.c | 37 int line, const char *value); 56 static char * wpa_config_parse_string(const char *value, size_t *len) 58 if (*value == '"') { 60 value++; 61 pos = os_strrchr(value, '"'); 65 *len = os_strlen(value); 66 return os_strdup(value); 69 size_t tlen, hlen = os_strlen(value); 76 if (hexstr2bin(value, str, tlen)) { 89 int line, const char *value) 271 char *value; local 302 char *value; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_file.c | 37 * %NULL if not needed (returned value used instead) 278 struct wpa_config *config, int line, const char *value); 293 wpa_printf(MSG_ERROR, "Line %d: too small %s (value=%d " 301 wpa_printf(MSG_ERROR, "Line %d: too large %s (value=%d " 591 char *value = wpa_config_get(ssid, field); local 592 if (value == NULL) 594 fprintf(f, "\t%s=%s\n", field, value); 595 os_free(value); 599 static void write_int(FILE *f, const char *field, int value, int def) 601 if (value == def 609 char *value = wpa_config_get(ssid, "bssid"); local 619 char *value = wpa_config_get(ssid, "psk"); local 629 char *value; local 645 char *value; local 661 char *value; local 677 char *value; local 693 char *value; local 710 char *value; local 725 char field[20], *value; local [all...] |
dbus_dict_helpers.c | 138 const void *value) 156 if (!dbus_message_iter_append_basic(&iter_dict_val, value_type, value)) 169 const char *value, const dbus_uint32_t value_len) 193 &(value[i]))) 214 * @param value The string value 219 const char *key, const char *value) 221 if (!key || !value) 224 &value); 234 * @param value The byte valu 711 const char *value; local [all...] |
/frameworks/base/media/libdrm/mobile2/include/util/domcore/ |
ElementImpl.h | 31 * the value <code>"elementExample"</code>. Note that this is
41 * Retrieves an attribute value by name.
43 * @return The <code>Attr</code> value as a string, or the empty string
44 * if that attribute does not have a specified or default value.
50 * in the element, its value is changed to be that of the value
51 * parameter. This value is a simple string; it is not parsed as it is
55 * In order to assign an attribute value that contains entity
59 * it as the value of an attribute.
63 * @param value Value to set in string form. [all...] |
/packages/apps/Browser/src/com/android/browser/ |
SystemAllowGeolocationOrigins.java | 40 // Preference key for the value of the system setting last read by the browser 90 // Get the new value 93 // Get the last read value 98 // If the new value is the same as the last one we read, we're done. 103 // Save the new value as the last read value 113 // Remove the origins in the last read value 116 // Add the origins in the new value 121 * Parses the value of the default geolocation permissions setting. 159 String value = Settings.Secure.getString(mContext.getContentResolver() local [all...] |
/external/v8/src/ |
api.cc | 72 #define EXCEPTION_BAILOUT_CHECK(value) \ 82 return value; \ 314 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) { 315 if (IsDeadCheck("v8::ThrowException()")) return v8::Handle<Value>(); 319 if (value.IsEmpty()) { 322 i::Top::ScheduleThrow(*Utils::OpenHandle(*value)); 467 i::Object** v8::HandleScope::CreateHandle(i::Object* value) { 468 return i::HandleScope::CreateHandle(value); 1392 i::Handle<i::Object> value = local 1573 double value = obj->Number(); local 1766 i::Handle<i::Object> value = i::Execution::ToBoolean(obj); local 1860 i::Handle<i::Object> value; local 2076 i::Handle<i::FixedArray> value = local 3078 i::Object* value = obj->GetInternalField(index); local [all...] |
mirror-debugger.js | 46 * Returns the mirror for a specified value or object. 48 * @param {value or Object} value the value or object to retreive the mirror for 51 * @returns {Mirror} the mirror reflects the passed value or object 53 function MakeMirror(value, opt_transient) { 60 if (mirror.value() === value) { 64 if (mirror.isNumber() && isNaN(mirror.value()) && 65 typeof value == 'number' && isNaN(value)) [all...] |
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/ |
cu_cmd.c | 53 os_error_printf(CU_MSG_INFO2, (PS8)"%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? (PS8)"\n" : (PS8)", " ); \ 58 if ( arr[ index ].value == (val) ) \ 431 /* Converts a single ASCII character to a hex value (i.e. '0'-'9' = 0-9, 'a'-'f' = a-f, 'A'-'F' = a-f) */ 618 (char)pBssid->Rssi | 0xffffff00, /* need the 0xffffff00 to get negative value display */ 4188 unsigned long result = 0, value; local [all...] |
/external/stlport/src/ |
facets_byname.cpp | 521 // 1 if currency symbol precedes a positive value 524 // a space separates currency symbol from a positive value. 526 pos_format.field[3] = (char) money_base::value; 528 // a space not separates currency symbol from a positive value. 529 pos_format.field[2] = (char) money_base::value; 533 // 0 if currency symbol succeeds a positive value 534 pos_format.field[1] = (char) money_base::value; 536 // a space separates currency symbol from a positive value. 540 // a space not separates currency symbol from a positive value. 548 // 1 if currency symbol precedes a positive value [all...] |
/external/webkit/WebCore/bridge/jni/v8/ |
JNIUtilityPrivate.cpp | 37 jvalue convertNPVariantToJValue(NPVariant value, JNIType jniType, const char* javaClassName) 40 NPVariantType type = value.type; 47 NPObject* object = NPVARIANT_IS_OBJECT(value) ? NPVARIANT_TO_OBJECT(value) : 0; 209 NPObject* objectImp = NPVARIANT_TO_OBJECT(value); 214 // Now convert value to a string if the target type is a java.lang.string, and we're not 227 NPString src = NPVARIANT_TO_STRING(value); 231 jint src = NPVARIANT_TO_INT32(value); 238 jboolean src = NPVARIANT_TO_BOOLEAN(value); 245 jdouble src = NPVARIANT_TO_DOUBLE(value); [all...] |
/packages/apps/IM/src/com/android/im/imps/ |
PtsPrimitiveSerializer.java | 38 // If the value of the parameter contains spaces ( ), quotes ("), 122 String value; local 125 // default simple value 126 value = escapeValueString(elem.getContents()); 128 value = encoder.encodeValue(p, elem); 130 if (value == null) { 131 throw new SerializerException("Empty value for element " 134 writer.write(value); 189 * Appends a name and value pair like "(<name>,<value>)" 316 PrimitiveElement value = children.get(i); local 396 String value = elem.getChildContents(ImpsTags.URL); local 532 String value; local [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 187 * @param value the value 190 protected static String literalBitsString(CstLiteralBits value) { 195 if (value instanceof CstKnownNull) { 198 sb.append(value.typeName()); 200 sb.append(value.toHuman()); 209 * @param value the value 214 protected static String literalBitsComment(CstLiteralBits value, 222 if (value instanceof CstLiteral64) [all...] |
/external/webkit/WebCore/bindings/v8/ |
V8DOMWrapper.cpp | 170 v8::Local<v8::Function> V8DOMWrapper::getConstructor(V8ClassIndex::V8WrapperType type, v8::Handle<v8::Value> objectPrototype) 185 v8::Local<v8::Function> value = functionTemplate->GetFunction(); local 186 if (value.IsEmpty()) 190 value->Set(v8::String::New("__proto__"), objectPrototype); 191 return value; 252 v8::Handle<v8::Value> type = object->GetInternalField(v8DOMWrapperTypeIndex); 256 PassRefPtr<NodeFilter> V8DOMWrapper::wrapNativeNodeFilter(v8::Handle<v8::Value> filter) 330 bool V8DOMWrapper::maybeDOMWrapper(v8::Handle<v8::Value> value) 332 if (value.IsEmpty() || !value->IsObject() [all...] |
/external/easymock/src/org/easymock/internal/ |
RecordState.java | 93 public void andReturn(Object value) {
94 requireMethodCall("return value");
95 value = convertNumberClassIfNeccessary(value);
96 requireAssignable(value);
100 lastResult = Result.createReturnResult(value);
130 public void andStubReturn(Object value) {
131 requireMethodCall("stub return value");
132 value = convertNumberClassIfNeccessary(value);
[all...] |
/external/skia/src/core/ |
SkFloat.cpp | 45 int value = get_unsigned_value(packed); local 50 value = SK_MaxS32; 52 value <<= exp; 58 value = 0; 60 value >>= exp; 62 return SkApplySign(value, SkExtractSign(packed)); 67 int32_t SkFloat::SetShift(int value, int shift) 69 if (value == 0) 72 // record the sign and make value positive 73 int sign = SkExtractSign(value); 231 int value = get_unsigned_value(packed); local [all...] |
/external/webkit/JavaScriptCore/runtime/ |
JSONObject.cpp | 57 JSValue value(ExecState*) const; 122 static inline JSValue unwrapBoxedPrimitive(ExecState* exec, JSValue value) 124 if (!value.isObject()) 125 return value; 126 JSObject* object = asObject(value); 133 return value; 141 // If the space value is a number, create a gap string with that number of spaces. 157 // If the space value is a string, use it as the gap string, otherwise use no gap string. 178 JSValue PropertyNameForFunctionCall::value(ExecState* exec) const function in class:JSC::PropertyNameForFunctionCall 220 double value = 0 local 528 JSValue value; local [all...] |
/dalvik/libcore/luni/src/main/java/java/lang/ |
ThreadLocal.java | 31 * has its own value. All threads share the same {@code ThreadLocal} object, 32 * but each sees a different value when accessing it, and changes made by one 49 * Returns the value of this variable for the current thread. If an entry 51 * create an entry, populating the value with the result of 54 * @return the current value of the variable for the calling thread. 75 * Provides the initial value of this variable for the current thread. 78 * @return the initial value of the variable. 85 * Sets the value of this variable for the current thread. If set to 86 * {@code null}, the value will be set to null and the underlying entry will 89 * @param value the new value of the variable for the caller thread 436 Object value = key.initialValue(); local 466 Object value = key.initialValue(); local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
XML11Char.java | 91 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17
94 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17
96 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17
98 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33
100 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33
101 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87
103 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87
107 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33
108 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19
109 Arrays.fill(XML11CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 33 [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
XML11Char.java | 86 Arrays.fill(XML11CHARS, 1, 9, (byte) 17 ); // Fill 8 of value (byte) 17 89 Arrays.fill(XML11CHARS, 11, 13, (byte) 17 ); // Fill 2 of value (byte) 17 91 Arrays.fill(XML11CHARS, 14, 32, (byte) 17 ); // Fill 18 of value (byte) 17 93 Arrays.fill(XML11CHARS, 33, 38, (byte) 33 ); // Fill 5 of value (byte) 33 95 Arrays.fill(XML11CHARS, 39, 45, (byte) 33 ); // Fill 6 of value (byte) 33 96 Arrays.fill(XML11CHARS, 45, 47, (byte) -87 ); // Fill 2 of value (byte) -87 98 Arrays.fill(XML11CHARS, 48, 58, (byte) -87 ); // Fill 10 of value (byte) -87 102 Arrays.fill(XML11CHARS, 61, 65, (byte) 33 ); // Fill 4 of value (byte) 33 103 Arrays.fill(XML11CHARS, 65, 91, (byte) -19 ); // Fill 26 of value (byte) -19 104 Arrays.fill(XML11CHARS, 91, 93, (byte) 33 ); // Fill 2 of value (byte) 3 [all...] |