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

1234567891011>>

/external/curl/docs/examples/
H A Dgetredirect.c33 char *location; local
56 res = curl_easy_getinfo(curl, CURLINFO_REDIRECT_URL, &location);
58 if((res == CURLE_OK) && location) {
61 printf("Redirected to: %s\n", location);
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.h42 IcuToolErrorCode(const char *loc) : location(loc) {}
47 const char *location; member in class:IcuToolErrorCode
/external/libchrome/base/profiler/
H A Dscoped_tracker.cc22 ScopedTracker::ScopedTracker(const Location& location) argument
23 : scoped_profile_(location, g_scoped_profile_mode) {
H A Dscoped_profile.cc7 #include "base/location.h"
14 ScopedProfile::ScopedProfile(const Location& location, Mode mode) argument
19 birth_ = ThreadData::TallyABirthIfActive(location);
H A Dscoped_tracker.h15 #include "base/location.h"
41 ScopedTracker(const Location& location);
47 // Augments a |callback| with provided |location|. This is useful for
54 const Location& location,
56 return base::Bind(&ScopedTracker::ExecuteAndTrackCallback<P1>, location,
61 // Executes |callback|, augmenting it with provided |location|.
63 static void ExecuteAndTrackCallback(const Location& location, argument
66 ScopedTracker tracking_profile(location);
53 TrackCallback( const Location& location, const base::Callback<void(P1)>& callback) argument
/external/walt/ios/WALT/
H A DWALTTouch.h25 @property (nonatomic, assign) CGPoint location; variable
/external/libbrillo/brillo/
H A Dprocess_reaper.h13 #include <base/location.h>
60 tracked_objects::Location location; member in struct:brillo::final::WatchedProcess
/external/libnl/lib/route/
H A Dpktloc_syntax.y29 NL_DBG(1, "Error while parsing packet location file: %s\n", msg);
37 %type <l> location
47 | location input
50 location: label
56 NL_DBG(1, "Allocating a packet location "
69 NL_DBG(1, "Duplicate packet location entry "
/external/parameter-framework/asio/include/asio/detail/
H A Dthrow_error.hpp26 const char* location);
35 const char* location)
38 do_throw_error(err, location);
34 throw_error(const asio::error_code& err, const char* location) argument
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dthrow_error.hpp26 const char* location);
35 const char* location)
38 do_throw_error(err, location);
34 throw_error(const asio::error_code& err, const char* location) argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderDebugItem.java39 @Nullable MethodLocation location; field in class:BuilderDebugItem
45 if (location == null) {
49 return location.getCodeAddress();
H A DLabel.java38 @Nullable MethodLocation location; field in class:Label
43 Label(MethodLocation location) { argument
44 this.location = location;
53 if (location == null) {
54 throw new IllegalStateException("Cannot get the location of a label that hasn't been placed yet.");
56 return location;
60 return location != null;
/external/annotation-tools/scene-lib/src/annotations/el/
H A DInnerTypeLocation.java16 * An {@link InnerTypeLocation} holds the location information for an
17 * inner type (namely the location string) inside its {@link ATypeElement}.
28 * The location numbers of the inner type as defined in the extended
29 * annotation specification. For example, the location numbers of &#064;X
33 public final List<TypePathEntry> location; field in class:InnerTypeLocation
36 * Constructs an {@link InnerTypeLocation} from the given location string,
38 * {@link ATypeElement} with zero-length location string is the
41 public InnerTypeLocation(List<TypePathEntry> location) { argument
42 this.location = Collections.unmodifiableList(
43 new ArrayList<TypePathEntry>(location));
[all...]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DClassFileDumper.java26 private final File location; field in class:ClassFileDumper
29 * Create a new dumper for the given location.
31 * @param location
35 ClassFileDumper(final String location) { argument
36 if (location == null) {
37 this.location = null;
39 this.location = new File(location);
45 * <code>null</code> location has been specified.
55 if (location !
[all...]
/external/libchrome/crypto/
H A Dopenssl_util.cc51 void ClearOpenSSLERRStack(const tracked_objects::Location& location) { argument
58 location.Write(true, true, &message);
/external/mockito/src/main/java/org/mockito/internal/debugging/
H A DLocalized.java13 private final Location location; field in class:Localized
17 location = new LocationImpl();
25 return location;
/external/mockito/src/main/java/org/mockito/internal/matchers/
H A DLocalizedMatcher.java15 private final Location location; field in class:LocalizedMatcher
19 this.location = new LocationImpl();
23 return location;
/external/pdfium/core/fxcrt/
H A Dautorestorer.h13 explicit AutoRestorer(T* location) argument
14 : m_Location(location), m_OldValue(*location) {}
/external/skia/src/gpu/vk/
H A DGrVkVaryingHandler.cpp80 SkString location; local
81 location.appendf("location = %d", locationIndex);
82 var.addLayoutQualifier(location.c_str());
/external/skqp/src/gpu/vk/
H A DGrVkVaryingHandler.cpp82 SkString location; local
83 location.appendf("location = %d", locationIndex);
84 var.addLayoutQualifier(location.c_str());
/external/swiftshader/src/OpenGL/compiler/
H A DInfoSink.cpp42 void TInfoSinkBase::location(const TSourceLoc& loc) { function in class:TInfoSinkBase
63 location(loc);
/external/syslinux/gpxe/src/interface/efi/
H A Defi_pci.c37 unsigned long location ) {
40 EFIPCI_OFFSET ( location ) );
43 int efipci_read ( struct pci_device *pci, unsigned long location, argument
47 if ( ( efirc = efipci->Pci.Read ( efipci, EFIPCI_WIDTH ( location ),
48 efipci_address ( pci, location ), 1,
52 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ),
60 int efipci_write ( struct pci_device *pci, unsigned long location, argument
64 if ( ( efirc = efipci->Pci.Write ( efipci, EFIPCI_WIDTH ( location ),
65 efipci_address ( pci, location ), 1,
69 PCI_FUNC ( pci->devfn ), EFIPCI_OFFSET ( location ),
[all...]
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DEditTracker.cpp13 clang::SourceLocation location,
18 filename = source_manager.getFilename(location);
19 if (!filename.empty() || !location.isMacroID())
23 location = source_manager.getImmediateMacroCallerLoc(location);
12 Add(const clang::SourceManager& source_manager, clang::SourceLocation location, llvm::StringRef original_text, llvm::StringRef new_text) argument
/external/v8/tools/turbolizer/
H A Ddisassembly-view.js14 location: function(text) {
22 view.select(function(location) { return location.address == text; }, true, true);
36 location: function(text) {
42 location: function(text) {
58 location: function(text) {
69 location: function(text) {
127 let location = fragment.location;
128 if (location !
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DBreakpoint.java50 * @param location Location within the method
52 public Breakpoint(String clazz, String method, int location) { argument
55 index = location;

Completed in 9577 milliseconds

1234567891011>>