/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
whalHwEeprom.h | 90 * pbVal - pointer the to output parameter - EEPROM value * 92 * OUTPUT: *pbVal contains EEPROM value * 105 * bVal - new value * 122 * bVal - new value * 166 * DESCRIPTION: Reads oscillator cal. value from EEPROM * 180 * DESCRIPTION: Writes new oscillator cal. value to EEPROM * 182 * INPUT: bVal - new oscillator cal. value * 187 * NOK timeout or invalid value * 194 * DESCRIPTION: Reads bias value from EEPROM * 208 * DESCRIPTION: Writes new bias value to EEPROM [all...] |
/bionic/linker/ |
linker_format.c | 323 * return the value, and writes the new position past 353 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) 359 while (value) { 360 unsigned d = value % base; 361 value /= base; 389 format_integer(char *buffer, size_t buffsize, uint64_t value, int base, int isSigned) 391 if (isSigned && (int64_t)value < 0) { 395 value = (uint64_t)(-(int64_t)value); 398 format_number(buffer, buffsize, value, base, "0123456789") 546 uint64_t value = (uint64_t)(ptrdiff_t) va_arg(args, void*); local 553 uint64_t value; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemSort.java | 51 * xsl:sort has a select attribute whose value is an expression. 58 * xsl:sort has a select attribute whose value is an expression. 64 * sort key for that node. The default value of the select attribute 65 * is ., which will cause the string-value of the current node to 68 * @param v Value to set for the "select" attribute 81 * xsl:sort has a select attribute whose value is an expression. 87 * sort key for that node. The default value of the select attribute 88 * is ., which will cause the string-value of the current node to 91 * @return The value of the "select" attribute 107 * range of values as xml:lang [XML]; if no lang value i [all...] |
/external/opencore/nodes/pvfileoutputnode/src/ |
pvmf_fileoutput_inport.cpp | 354 parameters[0].value.pChar_value = (char*)PVMF_MIME_AMR_IETF; 355 parameters[1].value.pChar_value = (char*)PVMF_MIME_AMR; 356 parameters[2].value.pChar_value = (char*)PVMF_MIME_ADTS; 357 parameters[3].value.pChar_value = (char*)PVMF_MIME_MPEG4_AUDIO; 358 parameters[4].value.pChar_value = (char*)PVMF_MIME_LATM; 359 parameters[5].value.pChar_value = (char*)PVMF_MIME_M4V; 360 parameters[6].value.pChar_value = (char*)PVMF_MIME_H2631998; 361 parameters[7].value.pChar_value = (char*)PVMF_MIME_H2632000; 362 parameters[8].value.pChar_value = (char*)PVMF_MIME_PCM8; 363 parameters[9].value.pChar_value = (char*)PVMF_MIME_PCM16 [all...] |
/external/skia/src/core/ |
SkStream.cpp | 47 int8_t value; local 48 SkDEBUGCODE(size_t len =) this->read(&value, 1); 50 return value; 54 int16_t value; local 55 SkDEBUGCODE(size_t len =) this->read(&value, 2); 57 return value; 61 int32_t value; local 62 SkDEBUGCODE(size_t len =) this->read(&value, 4); 64 return value; 68 SkScalar value; local [all...] |
/external/srec/portable/src/ |
phashtable.c | 39 const void *value; member in struct:PHashTableEntry_t 205 entry->key = entry->value = NULL; 208 ESR_ReturnCode PHashTableGetValue(PHashTable *table, const void *key, void **value) 214 if (table == NULL || value == NULL) 221 *value = (void *) entry->value; 226 *value = NULL; 340 const void *value, 354 if (oldValue != NULL) *oldValue = (void *) entry->value; 355 entry->value = value [all...] |
/external/webkit/WebCore/platform/network/ |
ResourceResponseBase.cpp | 249 void ResourceResponseBase::setHTTPHeaderField(const AtomicString& name, const String& value) 270 m_httpHeaderFields.set(name, value); 305 // RFC2616 14.9.1: A no-cache directive with a value is only meaningful for proxy caches. 325 // Don't bother tokenizing the value, it is not important 432 String value = m_httpHeaderFields.get(headerName); local 433 int loc = value.find(';'); 435 value = value.left(loc); 436 value = value.stripWhiteSpace() 534 String value = safeHeader.substring(pos, max - pos).stripWhiteSpace(); local [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
Arrays.java | 182 * @param value 187 public static int binarySearch(byte[] array, byte value) { 195 if (midVal < value) 197 else if (midVal > value) 200 return mid; // value found 202 return ~lo; // value not present 213 * @param value 218 public static int binarySearch(char[] array, char value) { 226 if (midVal < value) 228 else if (midVal > value) [all...] |
/external/guava/src/com/google/common/collect/ |
MapMaker.java | 81 * <p>An entry whose key or value is reclaimed by the garbage collector 132 * the actual concurrency will vary. Ideally, you should choose a value 134 * table. Using a significantly higher value than you need can waste 135 * space and time, and a significantly lower value can lead to thread 137 * magnitude do not usually have much noticeable impact. A value of one 152 * Specifies that each key (not value) stored in the map should be 171 * Specifies that each key (not value) stored in the map should be 200 * Specifies that each value (not key) stored in the map should be 223 * Specifies that each value (not key) stored in the map should be 237 * @throws IllegalStateException if the value strength was already se 492 scheduleRemoval(entry.getKey(), value); local 591 V value; local 651 V value = original.getValueReference().get(); local 669 V value = StrategyImpl.this.waitForValue(original); local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeContext.java | 98 * and the value is the resource value. 102 * value is the resource value. 260 // resolve the defStyleAttr value into a IStyleResourceValue 311 String value = parser.getAttributeValue(namespace, name); local 313 // if there's no direct value for this attribute in the XML, we look for default 315 if (value == null) { 318 // look for the value in the defStyle first (and its parent if needed) 329 // if we found a value, we make sure this doesn't reference another value 767 Integer value = Bridge.getResourceValue(BridgeConstants.RES_ID, idName); local 777 Integer value = mProjectCallback.getResourceValue(BridgeConstants.RES_ID, idName); local [all...] |
/dalvik/docs/opcodes/ |
opcode-38-if-testz.html | 17 Branch to the given destination if the given register's value compares with 0 60 Register vA must not contain a reference value. 66 Register vA must not contain a floating point value (???). 77 The value of register vA is compared to zero according to the <test> 81 The condition holds. The value of B is used as a signed offset to the
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttConstantValue.java | 33 /** {@code non-null;} the constant value */ 39 * @param constantValue {@code non-null;} the constant value, which must 67 * Gets the constant value of this instance. The returned value 72 * @return {@code non-null;} the constant value
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstDouble.java | 36 * Makes an instance for the given value. This may (but does not 39 * @param bits the {@code double} value as {@code long} bits 52 * @param bits the {@code double} value as {@code long} bits 83 * Gets the {@code double} value. 85 * @return the value
|
CstFloat.java | 37 * Makes an instance for the given value. This may (but does not 40 * @param bits the {@code float} value as {@code int} bits 53 * @param bits the {@code float} value as {@code int} bits 84 * Gets the {@code float} value. 86 * @return the value
|
CstUtf8.java | 32 /** {@code non-null;} the UTF-8 value as a string */ 35 /** {@code non-null;} the UTF-8 value as bytes */ 110 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f); local 111 if ((value != 0) && (value < 0x80)) { 118 out = (char) value; 136 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) | local 138 if (value < 0x800) { 145 out = (char) value; 165 * @param value the byte valu [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
DataInput.java | 36 * represented as a three-byte encoded value.</li> 52 * @return the next boolean value. 62 * Reads an 8-bit byte value. 64 * @return the next byte value. 74 * Reads a 16-bit character value. 76 * @return the next char value. 86 * Reads a 64-bit double value. 88 * @return the next double value. 98 * Reads a 32-bit float value. 100 * @return the next float value [all...] |
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
ThreadLocalCache.java | 50 * Returns the initial value for the cache for the current thread. 57 * Returns the thread local value of this object. 64 * Sets the value of this variable for the current thread. Might be useful 67 public void set(T value) { 68 getThreadLocal().set(value);
|
/dalvik/libcore/prefs/src/test/resources/prefs/java/util/prefs/ |
userprefs.xml | 44 <entry key="prefskey" value="newvalue" /> 45 <entry key="prefskey3" value="newvalue3" /> 52 <entry key="key2" value="value2" /> 56 <entry key="key3" value="value3" /> 60 <entry key="key4" value="value4" />
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
ECFieldFp.java | 37 * the prime value {@code p}. 62 * Returns the prime value {@code p} for this finite field. 64 * @return the prime value {@code p} for this finite field. 90 * Returns the hashcode value for this finite field. 92 * @return the hashcode value for this finite field.
|
ECPrivateKeySpec.java | 28 // Private value associated with this key 34 * Creates a new {@code ECPrivateKeySpec} with the specified private value 38 * the private value {@code S}. 64 * Returns the private value {@code S}. 66 * @return the private value {@code S}.
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
TestUtils.java | 69 * @param value - the value to be set 71 public static void setSystemProperty(String key, String value) { 73 if (value == null) { 76 properties.setProperty(key, value);
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/ |
MockFilter.java | 61 public void setFeature(String name, boolean value) { 62 if (value) { 70 public void setProperty(String name, Object value) throws SAXNotRecognizedException, 72 if (value == null) { 75 properties.put(name, value);
|
MockReader.java | 111 public void setFeature(String name, boolean value) { 112 if (value) { 119 public void setProperty(String name, Object value) throws SAXNotRecognizedException, 121 if (value == null) { 124 properties.put(name, value);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
NumericSprite.java | 50 * Find the smallest power of two >= the input value. 63 public void setValue(int value) { 64 mText = format(value); 90 private String format(int value) { 91 return Integer.toString(value);
|
/external/bluetooth/glib/gio/ |
gfileattribute-priv.h | 73 gboolean value); 75 guint32 value); 77 gint32 value); 79 guint64 value); 81 gint64 value);
|