Searched +defs:value +defs:start (Results 1 - 25 of 508) sorted by relevance

1234567891011>>

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOHIDDescriptorParser/
H A DHIDPutData.c79 HIDPutData(void * report, IOByteCount reportLength, UInt32 start, UInt32 size, SInt32 value) argument
[all...]
/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
43 size_t start; member in struct:MatchResult::u::s
46 } value; local
67 size_t start; 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
98 int start = exec->argument(0).toInt32(exec); local
[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/svg/
H A DSVGLengthList.cpp29 void SVGLengthList::parse(const String& value, SVGLengthMode mode) argument
38 const UChar* start = ptr; local
H A DSVGURIReference.cpp32 bool SVGURIReference::parseAttribute(const QualifiedName& name, const AtomicString& value) argument
49 size_t start = url.find('#'); local
H A DSVGZoomAndPan.h59 static bool parseAttribute(SVGElementTarget* target, const QualifiedName& name, const AtomicString& value) argument
64 const UChar* start = upconvertedCharacters; local
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-map.py95 start = int(m.group(1), 0x10) variable
97 value = m.group(3) variable
105 value = m.group(2) variable
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLOListElement.cpp64 void HTMLOListElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStyleProperties& style) argument
81 void HTMLOListElement::parseAttribute(const QualifiedName& name, const AtomicString& value) argument
102 setStart(int start) argument
[all...]
H A DHTMLMarqueeElement.cpp68 void HTMLMarqueeElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStyleProperties& style) argument
112 void HTMLMarqueeElement::start() function in class:WebCore::HTMLMarqueeElement
[all...]
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorStyleSheet.h66 explicit InspectorCSSId(RefPtr<Inspector::InspectorObject> value) argument
121 unsigned start = sourceData.range.start; local
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dthread.c27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument
76 isc_thread_key_setspecific(isc_thread_key_t key, void *value) { argument
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dthread.c27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument
80 isc_thread_key_setspecific(isc_thread_key_t key, void *value) { argument
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dsem_utils.c43 int md4_sem_create(int semnum, unsigned short *start) argument
102 void md4_sem_set(int semid, int semnum, int value) argument
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DDataCue.cpp39 DataCue::DataCue(ScriptExecutionContext& context, double start, double end, ArrayBuffer* data, const String& type, ExceptionCode& ec) argument
46 DataCue::DataCue(ScriptExecutionContext& context, double start, double end, const void* data, unsigned length) argument
53 DataCue::DataCue(ScriptExecutionContext& context, double start, double end, PassRefPtr<SerializedPlatformRepresentation> platformValue, const String& type) argument
60 DataCue::DataCue(ScriptExecutionContext& context, double start, double end, JSC::JSValue value, const String& type) argument
176 JSC::JSValue DataCue::value(JSC::ExecState* exec) const function in class:WebCore::DataCue
187 setValue(JSC::ExecState*, JSC::JSValue value) argument
[all...]
H A DDataCue.h47 static PassRefPtr<DataCue> create(ScriptExecutionContext& context, double start, double end, ArrayBuffer* data, ExceptionCode& ec) argument
52 static PassRefPtr<DataCue> create(ScriptExecutionContext& context, double start, double end, const void* data, unsigned length) argument
57 static PassRefPtr<DataCue> create(ScriptExecutionContext& context, double start, double end, ArrayBuffer* data, const String& type, ExceptionCode& ec) argument
63 static PassRefPtr<DataCue> create(ScriptExecutionContext& context, double start, double end, PassRefPtr<SerializedPlatformRepresentation> platformValue, const String& type) argument
68 static PassRefPtr<DataCue> create(ScriptExecutionContext& context, double start, double end, JSC::JSValue value, cons argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.cpp88 LayoutUnit LayoutBoxExtent::start(WritingMode writingMode, TextDirection direction) const function in class:WebCore::LayoutBoxExtent
102 void LayoutBoxExtent::setBefore(WritingMode writingMode, LayoutUnit value) argument
123 void LayoutBoxExtent::setAfter(WritingMode writingMode, LayoutUnit value) argument
144 setStart(WritingMode writingMode, TextDirection direction, LayoutUnit value) argument
159 setEnd(WritingMode writingMode, TextDirection direction, LayoutUnit value) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DInbandMetadataTextTrackPrivateGStreamer.h48 void setInBandMetadataTrackDispatchType(const AtomicString& value) { m_inBandMetadataTrackDispatchType = value; } argument
50 void addDataCue(double start, double end, const void* data, unsigned length) argument
/macosx-10.10/cups-408/cups/filter/
H A Derror.c31 char *start, /* Start of buffer */ member in struct:_cups_raster_error_s
238 raster_destructor(void *value) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/
H A DgenChRanges.py129 value = int(el[2:],16) variable
131 value = ord(el[1]) variable
133 value = int(el) variable
147 start = int(first[2:],16) variable
149 start = ord(first[1]) variable
151 start = int(first) variable
[all...]
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_alloc.c122 mac_wire(void *start, void *end) argument
130 mac_unwire(void *start, void *end) argument
148 mac_zone_change(zone_t zone, unsigned int item, boolean_t value) argument
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dunvis.c82 uint8_t value; member in struct:nv
481 char *start = dst; local
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dicuin40shim.cpp72 ucol_setAttribute_4_0(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status) argument
111 utrans_transUChars_4_0(const UTransliterator* trans, UChar* text, int32_t* textLength, int32_t textCapacity, int32_t start, int32_t* limit, UErrorCode* status) argument
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Duparse.c79 char *start, *limit; local
191 uint32_t value; local
240 uint32_t value; local
301 uint32_t value; local
367 unsigned int value = 0; local
[all...]

Completed in 276 milliseconds

1234567891011>>