Searched defs:location (Results 26 - 50 of 314) sorted by path

1234567891011>>

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp317 IOHIDKeyboardDevice::newKeyboardDeviceAndStart(IOService * owner, UInt32 location) argument
H A DIOHIDPointingDevice.cpp208 IOHIDPointingDevice::newPointingDeviceAndStart(IOService *owner, UInt8 numButtons, UInt32 resolution, bool scroll, UInt32 location) argument
H A DIOHIDSystem.cpp2312 postEvent(int what, IOFixedPoint64 *location, AbsoluteTime ts, NXEventData * myData, OSObject * sender, UInt32 extPID, bool processKEQ) argument
3101 scaleLocationToCurrentScreen(IOGPoint *location, IOGBounds *bounds __unused) argument
3113 _scaleLocationToCurrentScreen(IOFixedPoint64 &location, IOGBounds *bounds) argument
3994 IOFixedPoint64 location = _cursorHelper.desktopLocation(); local
[all...]
H A DIOHIDSystemCursorHelper.h66 IOFixedPoint64 location; // aka pointerLoc member in class:IOHIDSystemCursorHelper
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDShared.h169 IOGPoint location; member in struct:evioLLEvent
H A DIOLLEvent.h502 } location; /* from bottom left */ member in struct:_NXEvent
517 } location; /* from bottom left */ member in struct:_NXEvent
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c338 io_name_t location; // (don't release) local
628 io_name_t location; // (don't release) local
865 io_name_t location; // (do local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/hidsystem.subproj/
H A DIOHIDLib.c107 IOHIDPostEvent( io_connect_t connect, UInt32 eventType, IOGPoint location, const NXEventData * eventData, UInt32 eventDataVersion, IOOptionBits eventFlags, IOOptionBits options ) argument
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIBridge.cpp1806 char location[ 24 ]; local
H A DIOPCIConfigurator.cpp973 const OSSymbol * location; local
/macosx-10.9.5/IOStorageFamily-172/
H A DIOAppleLabelScheme.cpp521 const char * location = child->getLocation(gIODTPlane); local
553 const char * location = media->getLocation(gIODTPlane); local
H A DIOApplePartitionScheme.cpp558 char location[12]; local
H A DIOBlockStorageDriver.cpp933 char location[ 32 ]; local
H A DIOFDiskPartitionScheme.cpp524 char location[12]; local
H A DIOGUIDPartitionScheme.cpp570 char location[12]; local
H A DIOMediaBSDClient.cpp454 const char * location = service->getLocation(); local
H A DIOPartitionScheme.cpp433 char location[ 32 ]; local
623 char location[ 12 ]; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObject.h83 PrivatePropertyMap::const_iterator location = m_propertyMap.find(propertyName.impl()); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h1953 int executableOffsetFor(int location) argument
2102 uint16_t* location = reinterpret_cast<uint16_t*>(reinterpret_cast<intptr_t>(code) + from.m_offset); local
2164 uint16_t* location = reinterpret_cast<uint16_t*>(where); local
2377 uint16_t* location local
2393 uint16_t* location = reinterpret_cast<uint16_t*>(code); local
2413 uint16_t* location = reinterpret_cast<uint16_t*>(code); local
[all...]
H A DCodeLocation.h73 CodeLocationCommon(MacroAssemblerCodePtr location) argument
82 explicit CodeLocationInstruction(MacroAssemblerCodePtr location) argument
84 explicit CodeLocationInstruction(void* location) argument
91 explicit CodeLocationLabel(MacroAssemblerCodePtr location) argument
93 explicit CodeLocationLabel(void* location) argument
100 CodeLocationJump(MacroAssemblerCodePtr location) argument
102 CodeLocationJump(void* location) argument
109 CodeLocationCall(MacroAssemblerCodePtr location) argument
111 CodeLocationCall(void* location) argument
118 CodeLocationNearCall(MacroAssemblerCodePtr location) argument
120 CodeLocationNearCall(void* location) argument
127 CodeLocationDataLabel32(MacroAssemblerCodePtr location) argument
129 CodeLocationDataLabel32(void* location) argument
136 CodeLocationDataLabelCompact(MacroAssemblerCodePtr location) argument
138 CodeLocationDataLabelCompact(void* location) argument
145 CodeLocationDataLabelPtr(MacroAssemblerCodePtr location) argument
147 CodeLocationDataLabelPtr(void* location) argument
154 CodeLocationConvertibleLoad(MacroAssemblerCodePtr location) argument
156 CodeLocationConvertibleLoad(void* location) argument
[all...]
H A DLinkBuffer.cpp128 uint8_t* location = outData + jumpsToLink[i].from(); local
H A DMacroAssemblerARMv7.h1766 int executableOffsetFor(int location) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.cpp216 void CodeBlock::printUnaryOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
224 void CodeBlock::printBinaryOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
232 void CodeBlock::printConditionalJump(PrintStream& out, ExecState* exec, const Instruction*, const Instruction*& it, int location, const char* op) argument
239 void CodeBlock::printGetByIdOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it) argument
328 void CodeBlock::printGetByIdCacheStatus(PrintStream& out, ExecState* exec, int location) argument
443 printCallOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op, CacheDumpMode cacheDumpMode) argument
471 printPutByIdOp(PrintStream& out, ExecState* exec, int location, const Instruction*& it, const char* op) argument
708 int location = it - begin; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp50 void Label::setLocation(unsigned location) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITWriteBarrier.h60 void setLocation(CodeLocationDataLabelPtr location) argument
66 CodeLocationDataLabelPtr location() const function in class:JSC::JITWriteBarrierBase
80 void set(VM&, CodeLocationDataLabelPtr location, JSCell* owner, JSCell* value) argument
119 void set(VM& vm, CodeLocationDataLabelPtr location, JSCell* owner, T* value) argument

Completed in 325 milliseconds

1234567891011>>