/external/jsr305/ri/src/main/java/javax/annotation/ |
CheckForSigned.java | 11 * Used to annotate a value that may be either negative or nonnegative, and 13 * negative values before using it in a way that requires the value to be
|
/external/opencore/baselibs/media_data_structures/src/ |
media_clock_converter.h | 36 // Timescale value cannot be zero 49 // Timescale value cannot be zero 67 // Timescale value cannot be zero 84 // Timescale value cannot be zero 93 // set the clock with value from another timescale 94 OSCL_IMPORT_REF void set_clock_other_timescale(uint32 value, uint32 timescale); 100 OSCL_IMPORT_REF uint32 get_timediff_and_update_clock(uint32 value, uint32 timescale, 103 OSCL_IMPORT_REF uint32 get_timediff_and_update_clock(uint32 value,
|
/external/opencore/doc/oscl_html/ |
structOscl__Rb__Tree__Const__Iterator.html | 3 <title> TemplateOscl_Rb_Tree_Const_Iterator< Value > struct Reference</title> 9 <hr><h1>Oscl_Rb_Tree_Const_Iterator< Value > Struct Template Reference<br> 17 <tr><td nowrap align=right valign=top>typedef Value </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Const__Iterator.html#s0">value_type</a></td></tr> 21 Value > </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Const__Iterator.html#s3">const_iterator</a></td></tr> 23 Value > </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Const__Iterator.html#s4">self</a></td></tr> 26 Value > * </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Const__Iterator.html#s6">link_type</a></td></tr> 42 <h3>template<class Value><br> 43 struct Oscl_Rb_Tree_Const_Iterator< Value ></h3> 53 template<class Value> </td> 56 <td class="md" nowrap valign="top"> typedef <a class="el" href="structOscl__Rb__Tree__Node__Base.html">Oscl_Rb_Tree_Node_Base</a>* Oscl_Rb_Tree_Const_Iterator< Value >::base_link_typ [all...] |
structOscl__Rb__Tree__Iterator.html | 3 <title> TemplateOscl_Rb_Tree_Iterator< Value > struct Reference</title> 9 <hr><h1>Oscl_Rb_Tree_Iterator< Value > Struct Template Reference<br> 17 <tr><td nowrap align=right valign=top>typedef Value </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Iterator.html#s0">value_type</a></td></tr> 21 Value > </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Iterator.html#s3">iterator</a></td></tr> 23 Value > </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Iterator.html#s4">self</a></td></tr> 26 Value > * </td><td valign=bottom><a class="el" href="structOscl__Rb__Tree__Iterator.html#s6">link_type</a></td></tr> 42 <h3>template<class Value><br> 43 struct Oscl_Rb_Tree_Iterator< Value ></h3> 53 template<class Value> </td> 56 <td class="md" nowrap valign="top"> typedef <a class="el" href="structOscl__Rb__Tree__Node__Base.html">Oscl_Rb_Tree_Node_Base</a>* Oscl_Rb_Tree_Iterator< Value >::base_link_typ [all...] |
/external/openssl/crypto/x509v3/ |
v3_alt.c | 68 static int do_othername(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 69 static int do_dirname(GENERAL_NAME *gen, char *value, X509V3_CTX *ctx); 249 if(!name_cmp(cnf->name, "issuer") && cnf->value && 250 !strcmp(cnf->value, "copy")) { 314 if(!name_cmp(cnf->name, "email") && cnf->value && 315 !strcmp(cnf->value, "copy")) { 317 } else if(!name_cmp(cnf->name, "email") && cnf->value && 318 !strcmp(cnf->value, "move")) { 426 char *name, *value; local 429 value = cnf->value [all...] |
/external/qemu/hw/ |
goldfish_switch.c | 88 static void goldfish_switch_write(void *opaque, target_phys_addr_t offset, uint32_t value) 92 //printf("goldfish_switch_read %x %x %x\n", offset, value, size); 96 cpu_memory_rw_debug(cpu_single_env, value, (void*)s->name, strlen(s->name), 1); 102 new_state = s->writefn(s->writeopaque, value); 112 value &= 1; 113 if(s->state_changed && s->int_enable != value) 114 goldfish_device_set_irq(&s->dev, 0, value); 115 s->int_enable = value;
|
/external/qemu/ |
migration-dummy-android.c | 47 void do_migrate_set_speed(Monitor *mon, const char *value) 57 void do_migrate_set_downtime(Monitor *mon, const char *value)
|
/external/skia/bench/ |
SkBenchmark.h | 46 bool findDefine32(const char* key, int32_t* value) const; 47 bool findDefineScalar(const char* key, SkScalar* value) const;
|
/external/skia/include/core/ |
SkUnitMapper.h | 29 /** Given a value in [0..0xFFFF], return a value in the same range.
|
/external/skia/src/animator/ |
SkAnimatorScript2.h | 23 SkDisplayable* displayable, SkOperand2* value); 26 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
|
/external/srec/make/asr/ |
Makefile.defs | 24 # * $(ASR_OS_TYPE) Value corresponding to the type of operating system. 25 # $(ASR_CPU_TYPE) Value corresponding to the type of CPU architecture. 26 # $(ASR_COMPILER_TYPE)Value corresponding to the type of compiler. 27 # * $(ASR_BUILD_TYPE) Value corresponding to the type of build to perform. 28 # $(ASR_UI_TYPE) Value corresponding to the type of user interface. 33 # $(ASR_OS_MSDOS) Value associated with $(ASR_OS_CHAR) = D. 34 # $(ASR_OS_WIN32) Value associated with $(ASR_OS_CHAR) = W. 35 # $(ASR_OS_MAC) Value associated with $(ASR_OS_CHAR) = M. 36 # $(ASR_OS_UNIX) Value associated with $(ASR_OS_CHAR) = U. 37 # $(ASR_OS_EMBEDDED) Value associated with $(ASR_OS_CHAR) = E [all...] |
/external/v8/test/cctest/ |
test-decls.cc | 62 v8::Handle<Value> value = Local<Value>()); 69 virtual v8::Handle<Value> Get(Local<String> key); 70 virtual v8::Handle<Value> Set(Local<String> key, Local<Value> value); 83 static v8::Handle<Value> HandleGet(Local<String> key, 85 static v8::Handle<Value> HandleSet(Local<String> key, 86 Local<Value> value [all...] |
/external/webkit/JavaScriptCore/pcre/ |
pcre_internal.h | 84 /* The value of LINK_SIZE determines the number of bytes used to store links as 120 static inline void put2ByteValue(unsigned char* opcodePtr, int value) 122 ASSERT(value >= 0 && value <= 0xFFFF); 123 opcodePtr[0] = value >> 8; 124 opcodePtr[1] = value; 127 static inline void put3ByteValue(unsigned char* opcodePtr, int value) 129 ASSERT(value >= 0 && value <= 0xFFFFFF); 130 opcodePtr[0] = value >> 16 [all...] |
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue.h | 103 void isBool_test(const char* expr, const QScriptValue& value); 107 void isBoolean_test(const char* expr, const QScriptValue& value); 115 void isFunction_test(const char* expr, const QScriptValue& value); 119 void isNull_test(const char* expr, const QScriptValue& value); 123 void isObject_test(const char* expr, const QScriptValue& value); 127 void isString_test(const char* expr, const QScriptValue& value); 131 void isUndefined_test(const char* expr, const QScriptValue& value); 135 void isValid_test(const char* expr, const QScriptValue& value);
|
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
cyrillic-uri-form.html | 7 <input type=text name=i value="????????"> 15 document.forms[0].elements[0].value="????????-2";
|
versioned-manifest.php | 18 $value = getCount($file); variable 19 file_put_contents($file, ++$value);
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/resources/ |
iframe-events-second.html | 8 parent.log("New Value - " + e.newValue); 9 parent.log("Old Value - " + e.oldValue);
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/resources/ |
iframe-events-second.html | 8 parent.log("New Value - " + e.newValue); 9 parent.log("Old Value - " + e.oldValue);
|
/external/webkit/WebCore/bindings/generic/ |
BindingElement.h | 55 void BindingElement<Binding>::setAttribute(State<Binding>* state, Element* element, const AtomicString& name, const AtomicString& value, ExceptionCode& ec) 59 if (!BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(state, element, name, value)) 62 element->setAttribute(name, value, ec); 71 if (!BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(state, element, newAttr->name(), newAttr->value())) 78 void BindingElement<Binding>::setAttributeNS(State<Binding>* state, Element* element, const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionCode& ec) 82 if (!BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(state, element, qualifiedName, value)) 85 element->setAttributeNS(namespaceURI, qualifiedName, value, ec); 94 if (!BindingSecurity<Binding>::allowSettingSrcToJavascriptURL(state, element, newAttr->name(), newAttr->value()))
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8NamedNodeMapCustom.cpp | 44 v8::Handle<v8::Value> V8NamedNodeMap::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) 55 v8::Handle<v8::Value> V8NamedNodeMap::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 59 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name); local 60 if (!value.IsEmpty()) 61 return value; 76 v8::Handle<v8::Value> toV8(NamedNodeMap* impl) 84 v8::Handle<v8::Value> owner = toV8(element);
|
/external/webkit/WebCore/html/canvas/ |
WebGLByteArray.h | 54 void set(unsigned index, double value) 58 if (isnan(value)) // Clamp NaN to 0 59 value = 0; 60 if (value < std::numeric_limits<signed char>::min()) 61 value = std::numeric_limits<signed char>::min(); 62 else if (value > std::numeric_limits<signed char>::max()) 63 value = std::numeric_limits<signed char>::max(); 65 storage[index] = static_cast<signed char>(value);
|
WebGLUnsignedByteArray.h | 52 void set(unsigned index, double value) 56 if (isnan(value)) // Clamp NaN to 0 57 value = 0; 58 if (value < std::numeric_limits<unsigned char>::min()) 59 value = std::numeric_limits<unsigned char>::min(); 60 else if (value > std::numeric_limits<unsigned char>::max()) 61 value = std::numeric_limits<unsigned char>::max(); 63 storage[index] = static_cast<unsigned char>(value);
|
WebGLUnsignedIntArray.h | 52 void set(unsigned index, double value) 56 if (isnan(value)) // Clamp NaN to 0 57 value = 0; 58 if (value < std::numeric_limits<unsigned int>::min()) 59 value = std::numeric_limits<unsigned int>::min(); 60 else if (value > std::numeric_limits<unsigned int>::max()) 61 value = std::numeric_limits<unsigned int>::max(); 63 storage[index] = static_cast<unsigned int>(value);
|
WebGLUnsignedShortArray.h | 52 void set(unsigned index, double value) 56 if (isnan(value)) // Clamp NaN to 0 57 value = 0; 58 if (value < std::numeric_limits<unsigned short>::min()) 59 value = std::numeric_limits<unsigned short>::min(); 60 else if (value > std::numeric_limits<unsigned short>::max()) 61 value = std::numeric_limits<unsigned short>::max(); 63 storage[index] = static_cast<unsigned short>(value);
|
/external/webkit/WebCore/manual-tests/chromium/ |
onchange-reload-popup.html | 20 <option value="abcd">abcd</option>\ 21 <option value="defg">efgh</option>\
|