HomeSort by relevance Sort by last modified time
    Searched full:value (Results 2601 - 2625 of 15709) sorted by null

<<101102103104105106107108109110>>

  /external/icu4c/test/intltest/
fldset.cpp 134 it_errln(UnicodeString("Parse Failed: Value ") + UnicodeString(ch) + UnicodeString(", err ") + UnicodeString(u_errorName(status)));
204 int32_t value = -1; local
213 value = inheritFrom->get((UCalendarDateFields)field);
215 value = udbg_stoi(substr);
217 set(field, value);
221 int32_t value = udbg_enumByString(type, substr); local
222 if(value>=0) {
223 set(field, value);
260 int32_t value = get((UCalendarDateFields)i); local
261 cal->set((UCalendarDateFields)i, value);
    [all...]
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 45 # All packets are marked with a tcindex value which is used on the egress
49 #AF41 (DSCP 0x22) is passed on with a tcindex value 1
59 # tcindex value of 2
67 # if it exceeds the above but not the rule below, it gets a tcindex value
77 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2
87 # if it exceeds the above but not the rule below, it gets a tcindex value
97 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3
130 value 0x88
133 value 0x90
136 value 0x9
    [all...]
Edge32-ca-u32 49 # All packets are marked with a tcindex value which is used on the egress
53 #AF41 (DSCP 0x22) from is passed on with a tcindex value 1
67 # tcindex value of 2
79 # if it exceeds the above but not the rule below, it gets a tcindex value
92 #AF42 (DSCP 0x24) from is passed on with a tcindex value 2
106 # if it exceeds the above but not the rule below, it gets a tcindex value
121 #AF43 (DSCP 0x26) from is passed on with a tcindex value 3
158 value 0x88
161 value 0x90
164 value 0x9
    [all...]
  /external/iptables/
iptables.xslt 19 <xsl:text> -m </xsl:text><xsl:value-of select="name()"/>
41 <xsl:text> -j </xsl:text><xsl:value-of select="name()"/>
54 <xsl:value-of select="name()"/>
55 <xsl:text> </xsl:text><xsl:value-of select="."/>
59 <xsl:value-of select="name()"/>
71 <xsl:value-of select="../@name" />
98 <xsl:text>*</xsl:text><xsl:value-of select="@name"/><xsl:text>&#xA;</xsl:text>
102 <xsl:value-of select="@name"/>
106 <xsl:otherwise><xsl:value-of select="@policy"/></xsl:otherwise>
120 <xsl:if test="string-length($node/@packet-count)"><xsl:value-of select="$node/@packet-count"/></xsl:if
    [all...]
  /external/kernel-headers/original/asm-x86/
atomic_32.h 26 * Atomically reads the value of @v.
33 * @i: required value
35 * Atomically sets the value of @v to @i.
41 * @i: integer value to add
56 * @i: integer value to subtract
70 * atomic_sub_and_test - subtract value from variable and test result
71 * @i: integer value to subtract
156 * @i: integer value to add
176 * @i: integer value to add
209 * @i: integer value to subtrac
    [all...]
  /external/kernel-headers/original/linux/
ktime.h 69 * ktime_set - Set a ktime_t variable from a seconds/nanoseconds value
73 * Return the ktime_t representation of the value
93 * Add a ktime_t variable and a scalar nanosecond value.
137 /* Set a ktime_t variable to a value in sec/nsec representation: */
188 * ktime_add_ns - Add a scalar nanoseconds value to a ktime_t variable
190 * @nsec: the scalar nsec value to add
200 * Returns a ktime_t variable with the converted timespec value
212 * Returns a ktime_t variable with the converted timeval value
224 * Returns the timespec representation of the ktime value
236 * Returns the timeval representation of the ktime value
    [all...]
  /external/openssl/crypto/x509v3/
v3_pci.c 89 if (!(*language = OBJ_txt2obj(val->value, 0)))
126 if (strncmp(val->value, "hex:", 4) == 0)
129 string_to_hex(val->value + 4, &val_len);
144 else if (strncmp(val->value, "file:", 5) == 0)
148 BIO *b = BIO_new_file(val->value + 5, "r");
180 else if (strncmp(val->value, "text:", 5) == 0)
182 val_len = strlen(val->value + 5);
189 val->value + 5, val_len);
218 X509V3_CTX *ctx, char *value)
227 vals = X509V3_parse_list(value);
    [all...]
  /external/oprofile/libdb/
odb.h 44 odb_value_t value; /**< samples count */ member in struct:__anon4044
175 /** update info at key by incrementing its associated value by one,
176 * if the key does not exist a new node is created and the value associated
189 * update info at key by adding the specified offset to its associated value,
190 * if the key does not exist a new node is created and the value associated
203 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value);
216 * The returned range is all valid (i.e. should never contain zero value).
221 odb_do_hash(odb_data_t const * data, odb_key_t value)
223 /* FIXME: better hash for eip value, needs to instrument code
231 uint32_t temp = (value >> 32) ^ value
    [all...]
  /external/quake/standalone/
main.cpp 14 extern int AndroidEvent(int type, int value);
77 int32_t value; member in struct:EventQueue::Event
133 &event.value, &event.when);
239 printf("Event deviceId: %d, type: %d, scancode: %d, keyCode: %d, flags: %d, value: %d, when: %llu\n",
241 pEvent->keycode, pEvent->flags, pEvent->value, pEvent->when);
246 absDown = pEvent->value != 0;
250 AndroidEvent(pEvent->value, pEvent->keycode);
256 absX = pEvent->value;
259 absY = pEvent->value;
262 absPressure = pEvent->value;
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.25-1.js 26 1. Let t be this time value.
30 5. Set the [[Value]] property of the this value to TimeClip(Result(4)).
31 6. Return the value of the [[Value]] property of the this value.
53 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
122 testcases[item++] = new TestCase( SECTION, DateString+".getTime()", UTCDate.value, DateCase.getTime() );
123 testcases[item++] = new TestCase( SECTION, DateString+".valueOf()", UTCDate.value, DateCase.valueOf() );
177 d.value = TimeClip( MakeDate( MakeDay( d.year, d.month, d.date ), d.time ) )
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.9-1.js 30 value is the value of the boolean.
32 value is the value of the number.
34 value is the value of the string.
132 ( testcases[tc].passed ) ? "" : "wrong value ";
140 function MyObject( value ) {
141 this.value = value;
    [all...]
  /external/webkit/WebCore/html/
HTMLFrameElementBase.cpp 115 setLocation(deprecatedParseURL(attr->value()));
119 m_frameName = attr->value();
121 m_frameName = attr->value();
126 m_marginWidth = attr->value().toInt();
129 m_marginHeight = attr->value().toInt();
133 if (equalIgnoringCase(attr->value(), "auto") || equalIgnoringCase(attr->value(), "yes"))
135 else if (equalIgnoringCase(attr->value(), "no"))
257 void HTMLFrameElementBase::setRemainsAliveOnRemovalFromTree(bool value)
259 m_remainsAliveOnRemovalFromTree = value;
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardEntryConstructor.java 160 public void propertyParamValue(String value) {
165 mCurrentProperty.addParameter(mParamType, value);
187 private String handleOneValue(String value, String charsetForDecodedBytes, String encoding) {
190 mCurrentProperty.setPropertyBytes(Base64.decodeBase64(value.getBytes()));
191 return value;
196 int length = value.length();
198 char ch = value.charAt(i);
200 char nextCh = value.charAt(i + 1);
275 return encodeString(value, charsetForDecodedBytes);
295 for (final String value : values)
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 34 private int mCdmaDbm; // This value is the RSSI value
35 private int mCdmaEcio; // This value is the Ec/Io
36 private int mEvdoDbm; // This value is the EVDO RSSI value
37 private int mEvdoEcio; // This value is the EVDO Ec/Io
40 private boolean isGsm; // This value is set by the ServiceStateTracker onSignalStrengthResult
186 * Get the CDMA RSSI value in dBm
193 * Get the CDMA Ec/Io value in dB*10
200 * Get the EVDO RSSI value in dB
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ArrayListPerformanceTest.java 110 int i = 0, value; local
113 value = mList.get(i);
114 value = mList.get(i);
115 value = mList.get(i);
116 value = mList.get(i);
117 value = mList.get(i);
118 value = mList.get(i);
119 value = mList.get(i);
120 value = mList.get(i);
121 value = mList.get(i)
    [all...]
TreeMapPerformanceTest.java 72 int value; local
76 value = map.get(keys[i]);
77 value = map.get(keys[i]);
78 value = map.get(keys[i]);
79 value = map.get(keys[i]);
80 value = map.get(keys[i]);
81 value = map.get(keys[i]);
82 value = map.get(keys[i]);
83 value = map.get(keys[i]);
84 value = map.get(keys[i])
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
ProvisionParser.java 169 String value = parser.getAttributeValue(null, "value"); local
170 if (value.equals("1")) {
190 String value = parser.getAttributeValue(null, "value"); local
193 if (value.equals("0")) {
196 sps.mMaxScreenLockTime = 60*Integer.parseInt(value);
201 if (value.equals("0")) {
205 sps.mMaxPasswordFails = Integer.parseInt(value);
209 sps.mMinPasswordLength = Integer.parseInt(value);
    [all...]
  /system/core/libcutils/
atomic-android-armv6.S 51 * input: r0=value, r1=address
63 * output: r0 = old value
79 * output: r0 = old value
95 * input: r0=value, r1=address
96 * output: r0 = old value
111 * input: r0=value, r1=address
112 * output: r0 = old value
128 * input: r0=value, r1=address
129 * output: r0 = old value
144 * input: r0=value, r1=addres
    [all...]
  /external/icu4c/common/
ucnvmbcs.c 134 * one 32-bit value
155 * byte value.
166 * up to a scalar value. This value will eventually be the index of
201 * be looked up by the scalar offset value in a separate table.
405 * consecutive sequences of bytes, starting from the one encoded in value,
411 * @param value contains 1..4 bytes of the first byte sequence, right-aligned
417 UConverterEnumToUCallback(const void *context, uint32_t value, UChar32 codePoints[32]);
423 uint32_t value,
435 value<<=8
708 uint32_t value; local
3195 uint32_t value; local
3424 uint16_t value, minValue; local
3601 uint16_t value, minValue; local
3861 uint32_t value; local
4557 uint32_t value; local
4754 uint16_t value, minValue; local
5051 uint16_t value, minValue; local
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 201 function $lambda(value){
202 return (typeof value == 'function') ? value : function(){
203 return value;
406 afterImplement: function(property, value){
407 window[property] = Window.Prototype[property] = value;
436 afterImplement: function(property, value){
437 document[property] = Document.Prototype[property] = value;
568 var rgb = this.map(function(value){
569 if (value.length == 1) value += value
    [all...]
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 266 Object value = annotationValue.value(); local
267 if (value instanceof Type) {
269 return convertTypeReference((Type) value);
270 } else if (value instanceof String) {
271 return value;
272 } else if (value instanceof Double || value instanceof Float
273 || value instanceof Long || value instanceof Integer
    [all...]
  /device/htc/passion-common/libsensors/
sensors.c 308 // read the actual value of all sensors
382 // read the actual value of all sensors
448 // read the actual value of all sensors
595 event[0].value = 0;
625 // (we do this because we don't get an update if the value doesn't
648 LOGV("proximity sensor initial value %d\n", absinfo.value);
651 // and use them to scale the return value according to
653 dev->sensors[ID_P].distance = (float)absinfo.value;
655 else LOGE("Cannot get proximity sensor initial value: %s\n"
    [all...]
  /external/opencore/android/
metadatadriver.cpp 145 char *value = NULL; local
151 value = mMetadataValues[keyCode];
154 if (value == NULL || value[0] == '\0') {
157 return value;
212 // a. If the metadata value(s) is too long, and cannot be hold in valueLength bytes
215 // a. If metadata value(s) is found
216 status_t MetadataDriver::extractMetadata(const char* key, char* value, uint32 valueLength)
220 value[0] = '\0';
226 uint32 length = oscl_strlen(mMetadataValueList[i].value.pChar_value) + 1
    [all...]
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node_cap_config.cpp 220 // Go through each KVP and release memory for value if allocated from heap
223 // Next check if it is a value type that allocated memory
234 if (keyvaltype == PVMI_KVPVALTYPE_CHARPTR && aParameters[ii].value.pChar_value != NULL)
236 oscl_free(aParameters[ii].value.pChar_value);
237 aParameters[ii].value.pChar_value = NULL;
239 else if (keyvaltype == PVMI_KVPVALTYPE_KSV && aParameters[ii].value.key_specific_value != NULL)
241 oscl_free(aParameters[ii].value.key_specific_value);
242 aParameters[ii].value.key_specific_value = NULL;
244 else if (keyvaltype == PVMI_KVPVALTYPE_RANGE_UINT32 && aParameters[ii].value.key_specific_value != NULL)
246 range_uint32* rui32 = (range_uint32*)aParameters[ii].value.key_specific_value
    [all...]
  /external/openssl/crypto/bio/
b_print.c 179 LLONG value; local
297 value = (short int)va_arg(args, int);
300 value = va_arg(args, long int);
303 value = va_arg(args, LLONG);
306 value = va_arg(args, int);
310 value, 10, min, max, flags);
321 value = (unsigned short int)va_arg(args, unsigned int);
324 value = (LLONG) va_arg(args,
328 value = va_arg(args, unsigned LLONG);
331 value = (LLONG) va_arg(args
    [all...]

Completed in 2393 milliseconds

<<101102103104105106107108109110>>