/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 41 * <code>false</code> if the property is not found, or if the value is other 46 * @return the value in this property list as a boolean value, or false 64 * <code>false</code> if the property is not found, or if the value is other 69 * @return the value in this property list as a int value, or 0
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
StringToIntTable.java | 91 * @param value The int value of the string 93 public final void put(String key, int value) 114 m_values[m_firstFree] = value; 124 * @return The String's int value 144 * @return The string's int value
|
/dalvik/vm/mterp/x86-atom/ |
OP_APUT_OBJECT.S | 20 * specify a scale value which depends on the width of the array 23 * Provides a "value" register to specify the source of the mov 27 * Description: Perform an array put operation from the value register; 28 * store the value register at the identified index of a 62 cmp $$0, %eax # check for invalid array value 63 je common_errArrayStore # handle invalid array value
|
/dalvik/vm/native/ |
java_lang_reflect_Field.c | 30 * static field its value is ignored. 56 * widening conversion until we're actually extracting the value from the 172 JValue value; local 187 value.j = fieldPtr->j; 189 value.i = fieldPtr->i; 192 result = dvmWrapPrimitive(value, fieldType); 199 * int slot, boolean noAccessCheck, Object value) 202 * the value from box types. 215 JValue value; local 218 if (!dvmUnwrapPrimitive(valueObj, fieldType, &value)) { 275 JValue value; local 327 JValue value; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MyPreference.java | 61 // They don't want the value to be set 78 // This preference type's value type is Integer, so we read the default 79 // value from the attributes as an Integer. 90 int value = (Integer) defaultValue; local 91 mClickCounter = value; 92 persistInt(value);
|
/external/apache-http/src/org/apache/http/cookie/ |
CookieAttributeHandler.java | 49 * Parse the given cookie attribute value and update the corresponding 53 * @param value cookie attribute value from the cookie response header 55 void parse(SetCookie cookie, String value) 59 * Peforms cookie validation for the given attribute value. 69 * Matches the given value (property of the destination host where request is being
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie2.java | 52 * Default Constructor taking a name and a value. The value may be null. 55 * @param value The value. 57 public BasicClientCookie2(final String name, final String value) { 58 super(name, value);
|
BasicMaxAgeHandler.java | 44 public void parse(final SetCookie cookie, final String value) 49 if (value == null) { 50 throw new MalformedCookieException("Missing value for max-age attribute"); 54 age = Integer.parseInt(value); 57 + value); 61 + value);
|
RFC2109VersionHandler.java | 44 public void parse(final SetCookie cookie, final String value) 49 if (value == null) { 50 throw new MalformedCookieException("Missing value for version attribute"); 52 if (value.trim().length() == 0) { 53 throw new MalformedCookieException("Blank value for version attribute"); 56 cookie.setVersion(Integer.parseInt(value));
|
/external/bluetooth/glib/docs/reference/gobject/tmpl/ |
gobject-unused.sgml | 6 @G_TYPE_INVALID: Usually a return value indicating an error. 76 @iface_type: A #GType value. 81 Determines if @value is a #GValue whose type conforms to @type. 84 @value: A valid #GValue structure. 85 @type: A #GType value. 86 @Returns: #TRUE if @value is a #GValue of @type or #FALSE if not.
|
/external/bluetooth/glib/tests/refcount/ |
properties.c | 42 GValue *value, 46 const GValue *value, 117 GValue *value, 127 g_value_set_int (value, test->dummy); 138 const GValue *value, 148 test->dummy = g_value_get_int (value);
|
/external/elfutils/libasm/ |
asm_newabssym.c | 40 asm_newabssym (ctx, name, size, value, type, binding) 44 GElf_Addr value; 75 /* The value of an ABS symbol must not be modified. Since there are 79 result->offset = value; 84 specific value. */ 96 name, (unsigned long long int) value);
|
/external/guava/src/com/google/common/collect/ |
AbstractSetMultimap.java | 72 * Stores a key-value pair in the multimap. 75 * @param value value to store in the multimap 77 * {@code false} if the multimap already contained the key-value pair 79 @Override public boolean put(K key, V value) { 80 return super.put(key, value);
|
EnumHashBiMap.java | 76 @Override public V put(K key, @Nullable V value) { 77 return super.put(key, value); 80 @Override public V forcePut(K key, @Nullable V value) { 81 return super.forcePut(key, value); 90 * @serialData the key class, number of entries, first key, first value, 91 * second key, second value, and so on.
|
HashBiMap.java | 82 @Override public V put(@Nullable K key, @Nullable V value) { 83 return super.put(key, value); 86 @Override public V forcePut(@Nullable K key, @Nullable V value) { 87 return super.forcePut(key, value); 91 * @serialData the number of entries, first key, first value, second key, 92 * second value, and so on.
|
MutableClassToInstanceMap.java | 58 public void checkKeyValue(Class<?> key, Object value) { 59 cast(key, value); 63 public <T extends B> T putInstance(Class<T> type, T value) { 64 return cast(type, put(type, value)); 72 static <B, T extends B> T cast(Class<T> type, B value) { 74 return wrap(type).cast(value);
|
/external/icu4c/common/ |
usetiter.cpp | 41 * if so, if codepoint == IS_STRING, the value is a string in the string field 42 * else the value is a single code point in the codepoint field. 61 codepoint = (UChar32)IS_STRING; // signal that value is actually a string 68 * if so, if codepoint == IS_STRING, the value is a string in the string field 69 * else the value is a range of codepoints in the <codepoint, codepointEnd> fields. 94 codepoint = (UChar32)IS_STRING; // signal that value is actually a string
|
/external/iproute2/examples/diffserv/ |
Edge1 | 18 # tag all incoming packets from host 10.2.0.24 to value 1 19 # tag all incoming packets from host 10.2.0.3 to value 2 20 # tag the rest of incoming packets from subnet 10.2.0.0/24 to value 3 39 value 0xb8 42 value 0x28 45 value 0x48
|
/external/iproute2/tc/ |
f_tcindex.c | 84 int value = 1; local 86 addattr_l(n,4096,TCA_TCINDEX_FALL_THROUGH,&value, 87 sizeof(value)); 90 int value = 0; local 92 addattr_l(n,4096,TCA_TCINDEX_FALL_THROUGH,&value, 93 sizeof(value));
|
/external/iptables/extensions/ |
libipt_DSCP.c | 33 " --set-dscp value Set DSCP field in packet header to value\n" 34 " This value can be in decimal (ex: 32)\n" 37 " value represented by the DiffServ class value.\n" 74 /* Assign the value */
|
/external/libxml2/include/libxml/ |
parserInternals.h | 65 * @c: an byte value (int) 76 * @c: an UNICODE value (int) 90 * Behaves like IS_CHAR on single-byte value 96 * @c: an UNICODE value (int) 106 * @c: an xmlChar value (normally unsigned char) 114 * @c: an UNICODE value (int) 124 * @c: an UNICODE value (int) 134 * @c: an xmlChar value (usually an unsigned char) 142 * @c: an UNICODE value (int) 160 * @c: an UNICODE value (int [all...] |
/external/opencore/baselibs/gen_data_structures/src/ |
bool_array.h | 55 bool set_range(bool value, int first_index = 0, int last_index = -1) 92 if (value) 106 if (value) 119 if (value) 134 bool set_value(int index, bool value) 146 if (value)
|
/external/opencore/oscl/oscl/osclerror/src/ |
oscl_errno.h | 62 //! This function returns the value of the system's global error number variable 65 The value of the error number variable does not change until the user 66 calls SetLastError or if another system call occurs that changes the value 74 \param newVal This value represents the new value for the global error number 84 \param errnum This value represents the error number to map
|
/external/oprofile/daemon/ |
opd_extended.c | 77 * Param "value" is the input from CML option with the format: 83 int opd_ext_initialize(char const * value) 88 if(!value) { 93 tmp = op_xstrndup(value, strlen(value)); 107 fprintf(stderr,"opd_ext_initialize: Invalid extended feature option: %s\n", value);
|
/external/proguard/src/proguard/optimize/ |
MemberDescriptorSpecializer.java | 27 import proguard.evaluation.value.Value; 73 Value parameterValue = StoringInvocationUnit.getFieldValue(programField); 74 if (parameterValue.computationalType() == Value.TYPE_REFERENCE) 113 Value parameterValue = StoringInvocationUnit.getMethodParameterValue(programMethod, parameterIndex); 114 if (parameterValue.computationalType() == Value.TYPE_REFERENCE)
|