Searched defs:location (Results 1 - 25 of 314) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Durbtok.h20 signed long location; member in struct:RuleBasedTokenRange
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dtoolutil.h45 const char *location; member in class:IcuToolErrorCode
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLUniformLocation.cpp35 PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GC3Dint location) argument
40 WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GC3Dint location) argument
57 GC3Dint WebGLUniformLocation::location() const function in class:WebCore::WebGLUniformLocation
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCLocation.c49 CFStringRef location = NULL; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperFPSCounter.cpp49 void TextureMapperFPSCounter::updateFPSAndDisplay(TextureMapper* textureMapper, const FloatPoint& location, const TransformationMatrix& matrix) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebGrammarDetail.cpp35 PassRefPtr<WebGrammarDetail> WebGrammarDetail::create(int location, int length, ImmutableArray* guesses, const String& userDescription) argument
45 WebGrammarDetail::WebGrammarDetail(int location, int length, ImmutableArray* guesses, const String& userDescription) argument
H A DWebGrammarDetail.h43 int location() const { return m_grammarDetail.location; } function in class:WebKit::WebGrammarDetail
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSDocumentCustom.cpp52 JSValue JSDocument::location(ExecState* exec) const function in class:WebCore::JSDocument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKGrammarDetail.cpp41 WKGrammarDetailRef WKGrammarDetailCreate(int location, int length, WKArrayRef guesses, WKStringRef userDescription) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DWebContextQt.cpp56 static WebGeolocationProviderQt* location = WebGeolocationProviderQt::create(toAPI(supplement<WebGeolocationManagerProxy>())); local
/macosx-10.9.5/apache-786.1/httpd/modules/generators/
H A Dmod_asis.c36 const char *location; local
/macosx-10.9.5/system_cmds-597.90.1/chkpasswd.tproj/
H A Dod_passwd.c67 CFStringRef location = NULL; local
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chkpasswd.tproj/
H A Dod_passwd.c67 CFStringRef location = NULL; local
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dld-script.el
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDDeviceShim.cpp32 bool IOHIDDeviceShim::initWithLocation(UInt32 location) argument
251 UInt32 location = _location; local
[all...]
H A DIOHIDSystemCursorHelper.h66 IOFixedPoint64 location; // aka pointerLoc member in class:IOHIDSystemCursorHelper
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWheelEventWin.cpp68 PlatformWheelEvent::PlatformWheelEvent(HWND hWnd, const FloatSize& delta, const FloatPoint& location) argument
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dgrid.rb214 def location(master, x, y) method in class:TkGrid.configure
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DParser.pm709 sub location { subroutine
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DParser.pm709 sub location { subroutine
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
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...]
/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
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DIdentifier.cpp62 static void translate(StringImpl*& location, const LChar* c, unsigned hash) argument
81 static void translate(StringImpl*& location, const CharBuffer<UChar>& buf, unsigned hash) argument
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcsdatabase.cpp119 void SignatureDatabaseWriter::storeCode(const BlobCore *sig, const char *location) argument
145 int64 SignatureDatabaseWriter::insertGlobal(const char *location, const BlobCore *blob) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcsdatabase.cpp119 void SignatureDatabaseWriter::storeCode(const BlobCore *sig, const char *location) argument
145 int64 SignatureDatabaseWriter::insertGlobal(const char *location, const BlobCore *blob) argument

Completed in 256 milliseconds

1234567891011>>