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

<<101102103104105106107108109110>>

  /external/v8/test/mjsunit/
object-define-property.js 91 var dataConfigurable = { value: 1000, configurable: true };
93 var dataNoConfigurable = { value: 2000, configurable: false };
95 var dataWritable = { value: 3000, writable: true};
110 // foo should be undefined as it has no get, set or value
121 assertEquals(desc.value, undefined);
146 assertEquals(desc.value, undefined);
161 assertEquals(desc.value, undefined);
194 assertEquals(desc.value, undefined);
210 assertEquals(desc.value, undefined);
223 assertEquals(desc.value, undefined)
    [all...]
  /external/webkit/WebCore/wml/
WMLInputElement.cpp 79 String val = value();
131 String WMLInputElement::value() const function in class:WebCore::WMLInputElement
133 String value = m_data.value(); local
134 if (value.isNull())
135 value = constrainValue(getAttribute(HTMLNames::valueAttr));
137 return value;
140 void WMLInputElement::setValue(const String& value, bool sendChangeEvent)
143 m_data.setValue(constrainValue(value));
150 unsigned max = m_data.value().length()
    [all...]
  /hardware/msm7k/libcopybit/
copybit.cpp 246 /** Set a parameter to value */
250 int value)
257 switch (value) {
274 LOGE("Invalid value for COPYBIT_ROTATION_DEG");
280 if (value < 0) value = 0;
281 if (value >= 256) value = 255;
282 ctx->mAlpha = value;
285 if (value == COPYBIT_ENABLE)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 259 String value = attribute.getNodeValue(); local
262 // add the padding and return the value
263 return addPaddingToValue(value);
265 return value;
289 String value = attribute.getNodeValue(); local
292 // add the padding and return the value
293 return addPaddingToValue(value);
295 return value;
392 // (but modified to directly take the parsed value and convert it into pixel instead of
406 /** {@link DimensionEntry} complex unit: Value is raw pixels. *
    [all...]
  /external/v8/src/
objects.cc 56 static Object* CreateJSValue(JSFunction* constructor, Object* value) {
59 JSValue::cast(result)->set_value(value);
98 return Heap::ToBoolean(Smi::cast(this)->value() != 0);
136 Object* value = GetProperty(receiver, &result, name, attributes); local
138 return value;
152 Object* value = (callback->getter)(receiver, callback->data); local
154 return value;
169 v8::Handle<v8::Value> result;
343 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); local
345 value = JSGlobalPropertyCell::cast(value)->value()
484 Object* value; local
581 int value = (requested << kSpaceTagSize) | space; local
1726 Object* value = property_dictionary()->ValueAt(entry); local
2132 Object* value = descs->GetConstantFunction(i); local
2141 Object* value = FastPropertyAt(descs->GetFieldIndex(i)); local
2150 Object* value = descs->GetCallbacksObject(i); local
2230 Object* value = array->get(i); local
3125 Object* value = other->get(y); local
3144 Object* value = other->get(y); local
5245 int value = Smi::cast(smi_length)->value(); local
5829 Object* value = elms->get(index); local
5935 Object* value = elms->get(index); local
5943 uint8_t value = pixels->get(index); local
5951 int8_t value = array->get(index); local
5960 uint8_t value = array->get(index); local
5968 int16_t value = array->get(index); local
5977 uint16_t value = array->get(index); local
5985 int32_t value = array->get(index); local
5994 uint32_t value = array->get(index); local
6002 float value = array->get(index); local
7043 Object* value = dict->ValueAt(i); local
7315 Object* value = property_dictionary()->ValueAt(result->GetDictionaryEntry()); local
7334 Object* value = property_dictionary()->ValueAt(entry); local
7548 cache->set(EntryToIndex(entry), value); local
7964 Object* value = ValueAt(i); local
7995 Object* value = ValueAt(i); local
8024 value, local
    [all...]
string-stream.cc 127 const char* value = current.data_.u_c_str_; local
128 Add(value);
133 Vector<const uc16> value = *current.data_.u_lc_str_; local
134 for (int i = 0; i < value.length(); i++)
135 Put(static_cast<char>(value[i]));
146 int value = current.data_.u_int_; local
147 if (0x20 <= value && value <= 0x7F) {
148 Put(value);
149 } else if (value <= 0xff)
157 int value = current.data_.u_int_; local
164 double value = current.data_.u_double_; local
171 void* value = current.data_.u_pointer_; local
365 Object* value = js_object->FastPropertyAt(descs->GetFieldIndex(i)); local
    [all...]
virtual-frame.cc 55 // more precise. The default parameter value kUninitialized means that there
268 // the right value when breaking at the return site in the debugger.
275 void VirtualFrame::SetElementAt(int index, Result* value) {
279 ASSERT(value->is_valid());
284 && value->is_register()
285 && original.reg().is(value->reg());
287 && value->is_constant()
288 && original.handle().is_identical_to(value->handle());
290 value->Unuse();
296 if (value->is_register())
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 142 const GValue *value,
146 GValue *value,
148 static void g_value_object_init (GValue *value);
149 static void g_value_object_free_value (GValue *value);
154 static gpointer g_value_object_peek_pointer (const GValue *value);
155 static gchar* g_value_object_collect_value (GValue *value,
159 static gchar* g_value_object_lcopy_value (const GValue *value,
168 GValue *value);
171 const GValue *value,
201 gpointer value,
1143 GValue *value = &parameters[i].value; local
1200 GValue *value = cvalues + n_total_cparams - n_cparams - 1; local
1348 GValue *value = construct_params->value; local
1389 GValue value = { 0, }; local
1471 GValue value = { 0, }; local
    [all...]
  /external/quake/quake/src/QW/client/
r_main.c 109 int d_lightstylevalue[256]; // 8.8 fraction of base light value
266 r_cnumsurfs = r_maxsurfs.value;
290 r_numallocatededges = r_maxedges.value;
321 if (scr_viewsize.value >= 100.0) {
325 size = scr_viewsize.value;
335 if (!cl_sbar.value && full)
340 // h = (!cl_sbar.value && size==1.0) ? pvrectin->height : (pvrectin->height - lineadj);
353 if (cl_sbar.value || !full) {
476 r_aliastransition = r_aliastransbase.value * res_scale;
477 r_resfudge = r_aliastransadj.value * res_scale
    [all...]
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 93 extern void ANPAudioTrackInterfaceV0_Init(ANPInterface* value);
94 extern void ANPBitmapInterfaceV0_Init(ANPInterface* value);
95 extern void ANPCanvasInterfaceV0_Init(ANPInterface* value);
96 extern void ANPEventInterfaceV0_Init(ANPInterface* value);
97 extern void ANPLogInterfaceV0_Init(ANPInterface* value);
98 extern void ANPMatrixInterfaceV0_Init(ANPInterface* value);
99 extern void ANPOffscreenInterfaceV0_Init(ANPInterface* value);
100 extern void ANPPaintInterfaceV0_Init(ANPInterface* value);
101 extern void ANPPathInterfaceV0_Init(ANPInterface* value);
102 extern void ANPSurfaceInterfaceV0_Init(ANPInterface* value);
    [all...]
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ualgo.h 39 /// *i == value. Returns last if no such iterator exists.
43 inline InputIterator find (InputIterator first, InputIterator last, const EqualityComparable& value)
45 while (first != last && !(*first == value))
86 /// to value. More precisely, the first version of count returns the
87 /// number of iterators i in [first, last) such that *i == value.
91 inline size_t count (InputIterator first, InputIterator last, const EqualityComparable& value)
95 if (*first == value)
106 /// The return value is result + (last - first).
126 /// The return value is result + (last1 - first1).
180 /// The return value is first + n
    [all...]
  /sdk/files/
ant_rules_r2.xml 34 <property name="adb.device.arg" value="" />
40 <!-- Value of the debuggable attribute (Application node) extracted from manifest file -->
45 <property name="source.dir" value="src" />
47 <property name="gen.dir" value="gen" />
49 <property name="resource.dir" value="res" />
51 <property name="asset.dir" value="assets" />
55 <property name="external.libs.dir" value="libs" />
59 <property name="native.libs.dir" value="libs" />
63 <property name="out.dir" value="bin" />
65 <property name="out.classes.dir" value="${out.absolute.dir}/classes" /
    [all...]
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
NumberFormatTest.java 126 "Test2: NumberFormat.getIntegerInstance().format(35.76) returned wrong value",
168 "Test2: NumberFormat.getIntegerInstance().format(-35.76) returned wrong value",
177 "Test5: NumberFormat.getIntegerInstance().getMaximumFractionDigits() returned wrong value",
180 "Test6: NumberFormat.getIntegerInstance().isParseIntegerOnly() returned wrong value",
190 "Test8: NumberFormat.getIntegerInstance(new Locale(\"de\", \"CH\")).format(-35.76) returned wrong value",
200 "Test11: NumberFormat.getIntegerInstance(new Locale(\"de\", \"CH\")).getMaximumFractionDigits() returned wrong value",
203 "Test12: NumberFormat.getIntegerInstance(new Locale(\"de\", \"CH\")).isParseIntegerOnly() returned wrong value",
211 "Test8: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).format(-35.76) returned wrong value",
221 "Test11: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).getMaximumFractionDigits() returned wrong value",
224 "Test12: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).isParseIntegerOnly() returned wrong value",
    [all...]
  /external/icu4c/tools/gencase/
store.c 120 8 if set, then for each optional-value slot there are 2 uint16_t values
123 7.. 0 bits for which optional value is present
125 Optional-value slots:
134 the length of each is encoded in a nibble of this optional value,
135 and the strings follow this optional value in the same order:
138 The optional closure mappings value is used as follows:
140 The string immediately follows the full case mappings, or the closure value
289 uint32_t value, oldValue; local
294 value=oldValue=upvec_getValue(pv, p->code, 0);
301 value|=UCASE_TITLE
514 uint32_t value; local
723 uint32_t value; local
1020 uint32_t value; local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
String.java 98 private final char[] value; field in class:String
121 value = new char[0];
132 value = new char[s.count + 1];
134 System.arraycopy(s.value, s.offset, value, 0, s.count);
135 value[s.count] = c;
153 * character to the specified value.
196 value = cb.array();
200 value = new char[0];
209 * character to the specified value
    [all...]
  /external/tinyxml/
xmltest.cpp 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() );
258 XmlTest ( "Root element value is 'ToDo'.", "ToDo", node->Value());
264 XmlTest ( "Value is 'Item'.", "Item", node->Value() );
268 XmlTest ( "Value is 'Go to the'.", "Go to the", node->Value() );
315 // Walk all the elements in a node by value.
341 XmlTest ( "Element parsed, value is 'Element0'.", "Element0", element0.Value() );
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 77 v8::Local<v8::Value> val = array->Get(v8::Integer::New(i));
96 v8::Local<v8::Value> val = array->Get(v8::Integer::New(i));
108 v8::Handle<v8::Value> V8WebGLRenderingContext::bufferDataCallback(const v8::Arguments& args)
149 v8::Handle<v8::Value> V8WebGLRenderingContext::bufferSubDataCallback(const v8::Arguments& args)
182 static v8::Handle<v8::Value> toV8Object(const WebGLGetInfo& info)
225 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType)
271 static WebGLUniformLocation* toWebGLUniformLocation(v8::Handle<v8::Value> value, bool& ok)
275 if (V8WebGLUniformLocation::HasInstance(value)) {
276 location = V8WebGLUniformLocation::toNative(value->ToObject())
    [all...]
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 143 * Set the value of a feature.
148 * @param value The requested feature value.
150 * value can't be assigned or retrieved from the parent.
153 * cannot set the requested value.
155 public void setFeature (String name, boolean value)
159 parent.setFeature(name, value);
167 * Look up the value of a feature.
172 * @return The current value of the feature.
174 * value can't be assigned or retrieved from the parent
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 168 const L& Value() const { return init_ ? first_ : *iter_; }
200 const L& Value() const { return iter_ == rest_.rend() ? first_ : *iter_; }
243 L label = iter.Value();
254 return iter.Value() != kStringBad;
262 rw.PushFront(iter.Value());
270 h ^= h<<1 ^ iter.Value();
282 // PushBack(iter.Value());
297 if (iter1.Value() != iter2.Value())
321 else if (iter.Value() == kStringInfinity
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_instance.mm 49 static JSGlobalObject* s_exceptionEnvironment; // No need to protect this value, since we just use it for a pointer comparison.
204 ObjcValue value = convertValueToObjcValue(exec, args.at(i), ObjcObjectType);
205 [objcArgs addObject:value.objectValue];
219 ObjcValue value = convertValueToObjcValue(exec, args.at(i-2), objcValueType);
223 [invocation setArgument:&value.objectValue atIndex:i];
227 [invocation setArgument:&value.charValue atIndex:i];
231 [invocation setArgument:&value.shortValue atIndex:i];
235 [invocation setArgument:&value.intValue atIndex:i];
239 [invocation setArgument:&value.longValue atIndex:i];
243 [invocation setArgument:&value.longLongValue atIndex:i]
    [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 123 tokenizeRelAttribute(attr->value(), m_isStyleSheet, m_alternate, m_isIcon, m_isTouchIcon, m_isPrecomposedTouchIcon, m_isDNSPrefetch);
125 tokenizeRelAttribute(attr->value(), m_isStyleSheet, m_alternate, m_isIcon, m_isDNSPrefetch);
129 m_url = document()->completeURL(deprecatedParseURL(attr->value()));
132 m_type = attr->value();
135 m_media = attr->value().string().lower();
143 m_sheet->setTitle(attr->value());
385 void HTMLLinkElement::setCharset(const String& value)
387 setAttribute(charsetAttr, value);
395 void HTMLLinkElement::setHref(const String& value)
397 setAttribute(hrefAttr, value);
    [all...]
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 81 * @param results memory and runtime metrics stored as key/value pairs,
117 * @param value long value of the measurement
119 public void writeMeasurement(String label, long value);
127 * @param value float value of the measurement
129 public void writeMeasurement(String label, float value);
137 * @param value string summary of the measurement
139 public void writeMeasurement(String label, String value);
315 * @return Memory and runtime metrics stored as key/value pairs. Values ar
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkService.java 37 * Enumeration for representing the tag value of COMPREHENSION-TLV objects. If
38 * you want to get the actual value, call {@link #value() value} method.
68 ComprehensionTlvTag(int value) {
69 mValue = value;
73 * Returns the actual value of this COMPREHENSION-TLV object.
75 * @return Actual tag value of this object
77 public int value() { method in class:ComprehensionTlvTag
81 public static ComprehensionTlvTag fromInt(int value) {
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
InstrumentationResultParser.java 42 * <p>Otherwise, expect a series of test results, each one containing a set of status key/value
59 * <p>Note that the "value" portion of the key-value pair may wrap over several text lines
132 /** Stores the current "key" portion of the status key-value being parsed. */
135 /** Stores the current "value" portion of the status key-value being parsed. */
199 * and thus there is a new key=value pair to parse, and the previous key-value pair is
203 * A continuation of the previous status (the "value" portion of the key has wrapped
214 // Previous status key-value has been collected. Store it
316 String value = line.substring(Prefixes.STATUS_CODE.length()).trim(); local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 168 * The standalone value for the doctype.
359 * @param value the value of the attribute
368 String value,
374 addAttributeAlways(uri, localName, rawName, type, value, XSLAttribute);
388 * @param value the value of the attribute
391 * false if an existing value was replaced.
398 String value,
421 * we really want to re-set is the value anyway
    [all...]

Completed in 1479 milliseconds

<<101102103104105106107108109110>>