Searched +defs:value +defs:end (Results 1 - 25 of 562) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGBinarySwitch.cpp35 BinarySwitch::BinarySwitch(GPRReg value, const Vector<int64_t>& cases, Type type) argument
118 void BinarySwitch::build(unsigned start, unsigned end) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DMatchResult.h32 ALWAYS_INLINE MatchResult(size_t start, size_t end) argument
44 size_t end; member in struct:MatchResult::u::s
46 } value; local
68 size_t end; member in struct:MatchResult
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLInputElementCustom.cpp45 void JSHTMLInputElement::setSelectionStart(ExecState* exec, JSValue value) argument
63 void JSHTMLInputElement::setSelectionEnd(ExecState* exec, JSValue value) argument
81 void JSHTMLInputElement::setSelectionDirection(ExecState* exec, JSValue value) argument
99 int end = exec->argument(1).toInt32(exec); local
[all...]
H A DJSCanvasRenderingContext2DCustom.cpp50 static CanvasStyle toHTMLCanvasStyle(ExecState*, JSValue value) argument
67 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value) argument
82 void JSCanvasRenderingContext2D::setFillStyle(ExecState* exec, JSValue value) argument
97 Vector<float>::const_iterator end = dash.end(); local
103 setWebkitLineDash(ExecState* exec, JSValue value) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPropertySourceData.cpp47 SourceRange::SourceRange(unsigned start, unsigned end) argument
58 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextLayoutAttributes.cpp45 static inline void dumpSVGCharacterDataMapValue(const char* identifier, float value, bool appendSpace = true) argument
61 const SVGCharacterDataMap::const_iterator end = m_characterDataMap.end(); local
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGLengthList.cpp29 void SVGLengthList::parse(const String& value, SVGLengthMode mode) argument
36 const UChar* end = ptr + value.length(); local
H A DSVGNumberList.cpp29 void SVGNumberList::parse(const String& value) argument
36 const UChar* end = ptr + value.length(); local
H A DSVGAngle.cpp38 float SVGAngle::value() const function in class:WebCore::SVGAngle
55 void SVGAngle::setValue(float value) argument
72 inline SVGAngle::SVGAngleType stringToAngleType(const UChar*& ptr, const UChar* end) argument
135 setValueAsString(const String& value, ExceptionCode& ec) argument
145 const UChar* end = ptr + value.length(); local
[all...]
/macosx-10.10/bc-21/bc/dc/
H A Dstring.c105 dc_free_str(&value); variable
148 const char *end; variable
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dstrtoofft.c57 char *end; local
61 curl_off_t value = 0; local
157 int value = -1; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-map.py96 end = int(m.group(2), 0x10) variable
97 value = m.group(3) variable
105 value = m.group(2) variable
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPreciseJumpTargets.cpp70 StringJumpTable::StringOffsetTable::iterator end = table.offsetTable.end(); local
121 unsigned value = out[fromIndex++]; local
H A DJumpTable.h54 inline int32_t offsetForValue(StringImpl* value, int32_t defaultOffset) argument
56 StringOffsetTable::const_iterator end = offsetTable.end(); local
64 inline CodeLocationLabel ctiForValue(StringImpl* value) argument
66 StringOffsetTable::const_iterator end = offsetTable.end(); local
103 ctiForValue(int32_t value) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DHandleSet.cpp64 Node* end = m_strongList.end(); local
73 void HandleSet::writeBarrier(HandleSlot slot, const JSValue& value) argument
97 Node* end = m_strongList.end(); local
99 JSValue value = *node->slot(); local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DStringList.cpp53 void StringList::add(const string& value){ argument
69 StringList::const_iterator StringList::end() const{ function in class:StringList
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.cpp41 HeaderMap::CanonicalKey::CanonicalKey(const char *key, char end) argument
60 void HeaderMap::add(const char *key, const char *value) argument
62 add(CanonicalKey(key), value); local
75 const char *value = colon + 1; local
89 add(const CanonicalKey &key, const char *value) argument
134 string value; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.cpp41 HeaderMap::CanonicalKey::CanonicalKey(const char *key, char end) argument
60 void HeaderMap::add(const char *key, const char *value) argument
62 add(CanonicalKey(key), value); local
75 const char *value = colon + 1; local
89 add(const CanonicalKey &key, const char *value) argument
134 string value; local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DWeekInputType.cpp71 unsigned end; local
75 bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents* date) const argument
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserIdioms.cpp102 const Decimal value = Decimal::fromString(string); local
132 double value = string.toDouble(&valid); local
155 parseHTMLIntegerInternal(const CharacterType* position, const CharacterType* end, int& value) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleSheet.h66 explicit InspectorCSSId(RefPtr<Inspector::InspectorObject> value) argument
122 unsigned end = sourceData.range.end; local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFormSubmissionRequest.cpp104 ImmutableDictionary::MapType::const_iterator end = map.end(); local
106 API::String* value = static_cast<API::String*>(it->value.get()); local
/macosx-10.10/dtrace-147/libdwarf/
H A Dpro_encode_nm.c63 char *end = space + splen; local
91 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, argument
97 char *end = space + splen; local
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-incom.el
/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlimits_conf.c107 rlim_t value; local
118 char *end = NULL; local
[all...]

Completed in 430 milliseconds

1234567891011>>