Searched refs:location (Results 101 - 125 of 814) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DSourceMapResource.js138 // SourceCodeLocations are always constructed with raw resources and raw locations. Lookup the raw location.
143 // If the raw location is an inline script we need to include that offset.
151 // Create the SourceCodeLocation and since we already know the the mapped location set it directly.
152 var location = originalSourceCode.createSourceCodeLocation(rawLineNumber, rawColumnNumber); variable
153 location._setMappedLocation(this, lineNumber, columnNumber);
154 return location;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dhelp-mode.el158 (let ((location
160 (pop-to-buffer (car location))
161 (if (cdr location)
162 (goto-char (cdr location))
163 (message "Unable to find location in file"))))
171 (let ((location (find-variable-noselect var file)))
172 (pop-to-buffer (car location))
173 (if (cdr location)
174 (goto-char (cdr location))
175 (message "Unable to find location i
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Durbtok.h20 signed long location; member in struct:RuleBasedTokenRange
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.h56 virtual bool initWithLocation(UInt32 location = 0);
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_info.c92 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
113 ret = i2v_GENERAL_NAME(method, desc->location, ret);
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
190 i2a_GENERAL_NAME(bp, a->location);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/ios/
H A DNativeWebTouchEventIOS.mm87 WebCore::IntPoint location = positionForCGPoint(touchPoint.locationInDocumentCoordinates);
89 touchPointList.uncheckedAppend(WebPlatformTouchPoint(identifier, location, phase));
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Ddoctools.js49 s = document.location.search;
169 if (document.location.hash && $.browser.mozilla)
171 document.location.href += '';
231 var path = document.location.pathname;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dpuzzle.tcl12 ## For data files found relative to the example's location.
74 set location {}
84 entry .loc -textvariable location \
174 global location
175 set location "@ $x, $y"
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProfileNodeDataGridNode.js38 this._data.location = this._profileNode.sourceCodeLocation;
107 this._data.location = this._profileNode.sourceCodeLocation;
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibPhysicalAddressSpace.cpp118 return IOFireWireIUnknown::InterfaceMap<PhysicalAddressSpace>::GetThis(self)->mSegments[0].location ;
192 mSegments[i].location = OSSwapInt32( mSegments[i].location );
199 mFWAddress = FWAddress(0, mSegments[0].location, 0) ;
234 outSegments[ index ] = mSegments[ index ].location ;
260 result = mSegments[ currentSegment ].location ;
/macosx-10.10.1/autofs-246/od_user_homes/
H A Dod_user_homes.c113 item_actual = CFRangeMake(item_start.location + item_start.length,
114 item_stop.location - (item_start.location + item_start.length));
144 item_actual = CFRangeMake(item_start.location + item_start.length,
145 item_stop.location - (item_start.location + item_start.length));
/macosx-10.10.1/libiconv-42/libiconv/libcharset/lib/
H A Drelocatable.c298 static char location[MAX_PATH]; local
300 if (!GetModuleFileName (module_handle, location, sizeof (location)))
304 if (!IS_PATH_WITH_DIR (location))
317 cygwin_conv_to_posix_path (location, location_as_posix_path);
324 shared_library_fullname = strdup (location);
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Drelocatable.c298 static char location[MAX_PATH]; local
300 if (!GetModuleFileName (module_handle, location, sizeof (location)))
304 if (!IS_PATH_WITH_DIR (location))
317 cygwin_conv_to_posix_path (location, location_as_posix_path);
324 shared_library_fullname = strdup (location);
/macosx-10.10.1/tidy-15.15/tidy/test/
H A Dacctest.cmd54 @echo ERROR: Unable to locate executable - [%TIDY%] - check name and location ...
58 @echo ERROR: Unable to locate input folder - [%TIDYINPUT%]! - check name and location ...
63 @echo ERROR: Can not locate file - [%TIDYIN%] - check name and location ...
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.mm875 ASSERT(resultRange.location != NSNotFound && resultRange.length > 0);
878 result.location = resultRange.location;
912 if (range.location == NSNotFound)
915 *misspellingLocation = range.location;
935 *badGrammarLocation = (range.location == NSNotFound) ? -1 : static_cast<int>(range.location);
944 ASSERT(detailNSRange.location != NSNotFound);
946 grammarDetail.location = detailNSRange.location;
[all...]
H A DPopupMenuMac.mm155 NSPoint location;
172 location = NSMakePoint(NSMinX(r) + popOverHorizontalAdjust, NSMaxY(r) - vertOffset);
174 location = NSMakePoint(NSMinX(r) + popUnderHorizontalAdjust, NSMaxY(r) + popUnderVerticalAdjust);
185 location = [dummyView convertPoint:location fromView:view];
207 wkPopupMenu(menu, location, roundf(NSWidth(r)), dummyView.get(), index, font, controlSize, !m_client->menuStyle().hasDefaultAppearance());
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dinput.c198 bash_input.location.buffered_fd = fd;
208 if (bash_input.type == st_bstream && bash_input.location.buffered_fd == fd)
249 /* Reinitialize bash_input.location. */
252 bash_input.location.buffered_fd = nfd;
318 (bash_input.location.buffered_fd == fd2);
526 return (bufstream_getc (buffers[bash_input.location.buffered_fd]));
530 while ((ch = bufstream_getc (buffers[bash_input.location.buffered_fd])) == '\r')
540 return (bufstream_ungetc (c, buffers[bash_input.location.buffered_fd]));
549 INPUT_STREAM location; local
552 location
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dauth.c139 * 'cupsdAddLocation()' - Add a location for authorization.
159 cupsdLogMessage(CUPSD_LOG_DEBUG2, "cupsdAddLocation: Added location \"%s\"",
160 loc->location ? loc->location : "(null)");
166 * 'cupsdAddName()' - Add a name to a location...
184 "Unable to duplicate name for location %s: %s",
185 loc->location ? loc->location : "nil", strerror(errno));
286 * Locate the best matching location so we know what kind of
296 con->best ? con->best->location
1570 cupsdFindLocation(const char *location) argument
1949 cupsdNewLocation(const char *location) argument
[all...]
/macosx-10.10.1/apache-793/httpd/modules/core/
H A Dmod_macro.c57 this is a macro: name, arguments, contents, location.
64 char *location; /* of macro definition, for error messages */ member in struct:__anon5869
257 macro->name, macro->location, i + 1);
264 macro->name, macro->location,
277 macro->name, macro->location,
289 macro->name, macro->location,
484 i + 1, macro->name, macro->location, errmsg);
511 macro->name, macro->location);
531 macro->name, macro->location, names[i], i + 1);
742 macro->name, macro->location,
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOPartitionScheme.cpp445 char location[ 32 ]; local
459 strlcpy(location, locationOfParent, sizeof(location));
460 if ( strchr(location, ':') ) *(strchr(location, ':') + 1) = 0;
461 strlcat(location, media->getLocation(), sizeof(location) - strlen(location));
462 media->setLocation(location, gIODTPlane);
633 // Set a location valu
635 char location[ 12 ]; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dsection.c1330 const void *location,
1360 && location != section->contents + offset)
1361 memcpy (section->contents + offset, location, (size_t) count);
1364 (abfd, section, location, offset, count)))
1379 (bfd *abfd, asection *section, void *location, file_ptr offset,
1384 into memory starting at @var{location}. The data is read at an
1390 <<SEC_HAS_CONTENTS>> flag set, then the @var{location} is filled
1398 void *location,
1406 memset (location, 0, (size_t) count);
1426 memset (location,
1328 bfd_set_section_contents(bfd *abfd, sec_ptr section, const void *location, file_ptr offset, bfd_size_type count) argument
1396 bfd_get_section_contents(bfd *abfd, sec_ptr section, void *location, file_ptr offset, bfd_size_type count) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Drelocatable.c286 static char location[MAX_PATH]; local
288 if (!GetModuleFileName (module_handle, location, sizeof (location)))
292 if (!IS_PATH_WITH_DIR (location))
296 shared_library_fullname = strdup (location);
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Drelocatable.c286 static char location[MAX_PATH]; local
288 if (!GetModuleFileName (module_handle, location, sizeof (location)))
292 if (!IS_PATH_WITH_DIR (location))
296 shared_library_fullname = strdup (location);
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc-export.el119 (defun eudc-bbdbify-address (addr location)
124 LOCATION is used as the address location for bbdb."
153 (vector location
161 (defun eudc-bbdbify-phone (phone location)
165 LOCATION is used as the phone location for BBDB."
179 (apply 'vector location phone-list)))
181 (vector location (mapconcat 'identity phone ", ")))
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Drelocatable.c295 static char location[MAX_PATH]; local
297 if (!GetModuleFileName (module_handle, location, sizeof (location)))
301 if (!IS_PATH_WITH_DIR (location))
305 shared_library_fullname = strdup (location);

Completed in 380 milliseconds

1234567891011>>