/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-entry-err.l | 3 .*:13: Warning: This is the location of the conflicting usage
|
regval.l | 4 .*:10: Warning: This is the location of the conflicting usage 8 .*:24: Warning: This is the location of the conflicting usage 12 .*:31: Warning: This is the location of the conflicting usage 16 .*:45: Warning: This is the location of the conflicting usage
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
line-map.h | 69 The highest possible source location is MAX_SOURCE_LOCATION. */ 89 /* This is the highest possible source location encoded within an 95 /* A macro line map encodes location of tokens coming from a macro 103 MACRO_LOCATIONS; this holds the original location of the token. */ 114 /* This array of location is actually an array of pairs of 124 yI is the location in the macro definition, either of the token 146 its spelling location in #1. 148 y0 (thus for token "1") is the spelling location of A in #1. 150 And y2 (of token "2") is the spelling location of B in #1. 153 location as yI. Otherwise, xI is the location of the toke [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
LocationCheck.java | 27 * Checks that location is enabled for GPS or Network before running a compatibility test 29 @OptionClass(alias="location-check") 37 private static final String GPS_FEATURE = "android.hardware.location.gps"; 38 private static final String NETWORK_FEATURE = "android.hardware.location.network"; 51 return; // skip this precondition if required location feature is not present 54 logInfo("Verifying location setting"); 61 mFailureMessage = "Location services must be enabled via GPS or Network in order to " +
|
/external/llvm/test/DebugInfo/MIR/X86/ |
live-debug-values-3preds.mir | 30 # CHECK: DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21 31 # CHECK-NEXT: DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19 32 # CHECK-NEXT: DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18 189 DBG_VALUE debug-use %edi, debug-use _, !9, !17, debug-location !18 190 DBG_VALUE debug-use %esi, debug-use _, !10, !17, debug-location !19 191 DBG_VALUE debug-use %edx, debug-use _, !11, !17, debug-location !21 192 DBG_VALUE debug-use %ecx, debug-use _, !12, !17, debug-location !23 193 DBG_VALUE 0, 0, !13, !17, debug-location !25 194 %r8d = MOV32rr %esi, debug-location !26 195 %r8d = IMUL32rr killed %r8d, %edi, implicit-def dead %eflags, debug-location !2 [all...] |
/external/vogar/ |
build.xml | 19 <pathelement location="${caliper}"/> 20 <pathelement location="${gson}"/> 21 <pathelement location="${guava}"/> 22 <pathelement location="${kxml2}"/> 23 <pathelement location="${android}"/> 73 <pathelement location="build/vogar.jar" /> 74 <pathelement location="${mockito}"/>
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareCallback.java | 17 package android.hardware.location; 20 import android.location.Location; 36 * @param location The last known location according to the monitoring system. 41 public void onGeofenceTransition(int geofenceId, int transition, Location location,
|
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/ |
ResourceBundle.java | 156 bundle.addVariable(orig.name, orig.type, orig.location, false); 337 found.location.createScope()); 397 // The location of the name of the generated class, optional 399 private Location mClassNameLocation; 464 public void addVariable(String name, String type, Location location, boolean declared) { 466 "Cannot use same variable name twice. %s in %s", name, location); 467 mVariables.add(new VariableDeclaration(name, type, location, declared)); 470 public void addImport(String alias, String type, Location location) { 665 public Location location; field in class:ResourceBundle.NameTypeLocation [all...] |
/prebuilts/sdk/17/ |
framework.aidl | 43 parcelable android.location.Criteria; 44 parcelable android.location.Geofence; 45 parcelable android.location.Location; 46 parcelable android.location.LocationRequest; 47 parcelable com.android.internal.location.ProviderProperties; 48 parcelable com.android.internal.location.ProviderRequest;
|
/prebuilts/sdk/18/ |
framework.aidl | 44 parcelable android.location.Criteria; 45 parcelable android.location.Geofence; 46 parcelable android.location.Location; 47 parcelable android.location.LocationRequest; 48 parcelable com.android.internal.location.ProviderProperties; 49 parcelable com.android.internal.location.ProviderRequest;
|
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
index.html | 11 window.top.location.replace("../index.html#"+window.location.pathname+window.location.hash); 13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), ""); 14 if (window.top.location.hash!=hash) 15 window.top.location.hash=hash;
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
quality.html | 11 window.top.location.replace("index.html#"+window.location.pathname+window.location.hash); 13 var hash="#"+window.location.pathname.replace(window.top.location.pathname.replace("index.html", ""), ""); 14 if (window.top.location.hash!=hash) 15 window.top.location.hash=hash;
|
/art/runtime/jdwp/ |
jdwp_request.cc | 144 JdwpLocation location; local 145 memset(&location, 0, sizeof(location)); // Allows memcmp(3) later. 146 location.type_tag = ReadTypeTag(); 147 location.class_id = ReadObjectId("class"); 148 location.method_id = ReadMethodId(); 149 location.dex_pc = Read8BE(); 150 VLOG(jdwp) << " location " << location; 151 return location; [all...] |
/development/apps/SettingInjectorSample/ |
AndroidManifest.xml | 34 <action android:name="android.location.SettingInjectorService" /> 38 android:name="android.location.SettingInjectorService" 44 <action android:name="android.location.SettingInjectorService" /> 48 android:name="android.location.SettingInjectorService" 54 <action android:name="android.location.SettingInjectorService" /> 58 android:name="android.location.SettingInjectorService" 64 <action android:name="android.location.SettingInjectorService" /> 68 android:name="android.location.SettingInjectorService" 74 <action android:name="android.location.SettingInjectorService" /> 78 android:name="android.location.SettingInjectorService [all...] |
/external/ipsec-tools/src/racoon/ |
remoteconf.c | 139 plog(LLV_DEBUG, LOCATION, NULL, 150 plog(LLV_DEBUG, LOCATION, NULL, 155 plog(LLV_DEBUG, LOCATION, NULL, 235 plog (LLV_ERROR, LOCATION, NULL, 504 plog(LLV_INFO, LOCATION, NULL, "%s;\n", buf); 520 plog(LLV_INFO, LOCATION, NULL, "%s {\n", buf); 528 plog(LLV_INFO, LOCATION, NULL, "%s", buf); 529 plog(LLV_INFO, LOCATION, NULL, "\tdoi %s;\n", s_doi(p->doitype)); 533 plog(LLV_INFO, LOCATION, NULL, "%s;\n", buf); 534 plog(LLV_INFO, LOCATION, NULL, "\tcertificate_type %s \"%s\" \"%s\";\n" [all...] |
/external/v8/test/cctest/ |
test-identity-map.cc | 355 CHECK_EQ(new_smi.location(), old_smi.location()); 364 CHECK_EQ(isolate->factory()->empty_string().location(), 365 empty_string.location()); 366 CHECK_EQ(isolate->factory()->free_space_map().location(), 367 free_space_map.location()); 368 CHECK_EQ(isolate->factory()->uninitialized_symbol().location(), 369 uninitialized_symbol.location()); 380 CHECK_EQ(number1.location(), number2.location()); [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
StaggeredGridDefault.java | 38 Location loc = getLocation(i); 46 Location loc = getLocation(mLastVisibleIndex); 71 Location loc = getLocation(mLastVisibleIndex); 88 Location loc = getLocation(i); 106 Location loc = getLocation(indexLimit); 158 Location loc = getLocation(indexLimit); 286 int location = mReversedFlow ? getRowMin(rowIndex) : getRowMax(rowIndex); local 287 if (location == Integer.MAX_VALUE || location == Integer.MIN_VALUE) { 290 location = mReversedFlow ? getRowMin(mNumRows - 1) : getRowMax(mNumRows - 1) 387 int location = mReversedFlow ? getRowMax(rowIndex) : getRowMin(rowIndex); local [all...] |
/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/ |
CallCardPresenterTest.java | 34 private static final String LOCATION = "US"; 53 mUnlockedContactInfo.location = LOCATION; 56 // Locked only number and location are available 58 mLockedContactInfo .location = LOCATION; 108 assertEquals(LOCATION, presenter.getNumberForCall(mLockedContactInfo)); 113 contactInfo.location = LOCATION; 119 assertEquals(LOCATION, presenter.getNumberForCall(contactInfo)) [all...] |
/prebuilts/go/darwin-x86/src/cmd/pprof/internal/profile/ |
prune.go | 21 for _, loc := range p.Location { 42 // Remove the matching location. 44 // Matched the top entry: prune the whole location. 54 // Scan from the root to the leaves to find the prune location. 58 for i := len(sample.Location) - 1; i >= 0; i-- { 59 id := sample.Location[i].ID 68 sample.Location = sample.Location[i+1:] 72 sample.Location = sample.Location[i: [all...] |
/prebuilts/go/linux-x86/src/cmd/pprof/internal/profile/ |
prune.go | 21 for _, loc := range p.Location { 42 // Remove the matching location. 44 // Matched the top entry: prune the whole location. 54 // Scan from the root to the leaves to find the prune location. 58 for i := len(sample.Location) - 1; i >= 0; i-- { 59 id := sample.Location[i].ID 68 sample.Location = sample.Location[i+1:] 72 sample.Location = sample.Location[i: [all...] |
/art/compiler/optimizing/ |
code_generator.cc | 59 // Return whether a location is consistent with a type. 60 static bool CheckType(Primitive::Type type, Location location) { 61 if (location.IsFpuRegister() 62 || (location.IsUnallocated() && (location.GetPolicy() == Location::kRequiresFpuRegister))) { 64 } else if (location.IsRegister() || 65 (location.IsUnallocated() && (location.GetPolicy() == Location::kRequiresRegister))) 792 Location location = environment->GetLocationAt(i); local 870 Location location = current_phi->GetLiveInterval()->ToLocation(); local 919 Location location = environment->GetLocationAt(i); local [all...] |
/cts/tests/tests/location/src/android/location/cts/ |
GnssMeasurementsEventTest.java | 17 package android.location.cts; 19 import android.location.GnssClock; 20 import android.location.GnssMeasurement; 21 import android.location.GnssMeasurementsEvent; 22 import android.location.GnssStatus;
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
rect_annotation.html | 8 <link rel="import" href="/tracing/model/location.html"> 20 this.startLocation_ = start; // Location of top-left corner. 21 this.endLocation_ = end; // Location of bottom-right corner. 28 new tr.model.Location(args.start.xWorld, args.start.yComponents); 30 new tr.model.Location(args.end.xWorld, args.end.yComponents);
|
/external/curl/tests/data/ |
test187 | 16 Location: /root/1870002.txt?coolsite=yes 19 This server reply is for testing a simple Location: following 28 If this is received, the location following worked 35 Location: /root/1870002.txt?coolsite=yes 43 If this is received, the location following worked
|
/external/libbrillo/brillo/message_loops/ |
glib_message_loop.h | 11 #include <base/location.h> 26 TaskId PostDelayedTask(const tracked_objects::Location& from_here, 30 TaskId WatchFileDescriptor(const tracked_objects::Location& from_here, 66 tracked_objects::Location location; member in struct:brillo::GlibMessageLoop::ScheduledTask
|