HomeSort by relevance Sort by last modified time
    Searched defs:location (Results 101 - 125 of 315) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 72 String location = cursor.getString(AlertActivity.INDEX_EVENT_LOCATION); local
77 updateView(context, view, eventName, location, startMillis, endMillis, allDay);
80 public static void updateView(Context context, View view, String eventName, String location,
139 if (location == null || location.length() == 0) {
142 whereView.setText(location);
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 49 final String location = "Location"; field in class:CalendarAppWidgetServiceTest
95 // allDay, begin, end, title, location, eventId
96 cursor.addRow(getRow(0, now + ONE_HOUR, now + TWO_HOURS, title, location, 0));
104 eventInfo.where = location;
132 eventInfo.where = location + i;
142 eventInfo.where = location + i;
147 // allDay, begin, end, title, location, eventId
149 cursor.addRow(getRow(0, tomorrow, tomorrow + TWO_HOURS, title + i, location + i, 0));
151 cursor.addRow(getRow(0, sunday, sunday + TWO_HOURS, title + i, location + i, 0))
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
CoordinateControls.java 17 package com.android.ddmuilib.location;
32 * Encapsulation of controls handling a location coordinate in decimal and sexagesimal.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 63 int location = determineLocation(event); local
64 if (location == LOCATION_NONE) {
91 if (location == LOCATION_BEFORE || location == LOCATION_AFTER) {
107 if (location == LOCATION_AFTER) {
166 int location = determineLocation(event); local
167 if (location == LOCATION_NONE) {
183 if (location == LOCATION_ON) {
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Context.java 36 * the detectors can share results), it contains the current location in the
49 public Location location; field in class:Context
61 public Location getLocation(Node node) {
63 return new Location(file,
68 return location;
71 public Location getLocation(Context context) {
72 if (location == null && element != null && parser != null) {
75 return location;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UselessViewDetector.java 22 import com.android.tools.lint.detector.api.Location;
165 Location location = context.getLocation(element); local
174 context.toolContext.report(USELESS_PARENT, location, message);
196 Location location = context.getLocation(element); local
200 context.toolContext.report(USELESS_LEAF, location, message);
DuplicateIdDetector.java 23 import com.android.tools.lint.detector.api.Location;
316 Location location = new Location(first, null, null); local
318 // Also record the secondary location
319 location.setSecondary(new Location(second, null, null));
321 context.toolContext.report(ISSUE, location, msg);
  /system/core/debuggerd/
getevent.c 26 char location[80]; local
42 location[sizeof(location) - 1] = '\0';
48 if(ioctl(fd, EVIOCGPHYS(sizeof(location) - 1), &location) < 1) {
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
50 location[0] = '\0';
  /external/antlr/src/org/antlr/runtime/debug/
DebugEventHub.java 119 public void location(int line, int pos) { method in class:DebugEventHub
122 listener.location(line, pos);
DebugEventRepeater.java 56 public void location(int line, int pos) { listener.location(line, pos); } method in class:DebugEventRepeater
  /cts/tests/tests/location/src/android/location/cts/
CriteriaTest.java 17 package android.location.cts;
25 import android.location.Criteria;
40 args = {android.location.Criteria.class}
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 24 import android.location.Location;
25 import android.location.LocationListener;
26 import android.location.LocationManager;
35 * Verify the location access without specific permissions.
59 * Verify that listen or get cell location requires permissions.
126 * Verify that listening for GPS location requires permissions.
174 * Verify that getting the last known GPS location requires permissions.
184 * Verify that getting the last known network location requires permissions.
314 Location location = new Location(TEST_PROVIDER_NAME) local
    [all...]
  /external/bluetooth/glib/glib/
gdataset.c 69 gconstpointer location; member in struct:_GDataset
148 if (g_dataset_cached && g_dataset_cached->location == dataset_location)
164 dataset_location = dataset->location;
330 dataset->location = dataset_location;
333 (gpointer) dataset->location,
513 * @datalist: pointer to the location that holds a list
547 * @datalist: pointer to the location that holds a list
576 * @datalist: pointer to the location that holds a list
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 96 string16 location; local
103 if (!dictionary->GetString("location", &location)) {
104 RecordFailure(ASCIIToUTF16("No 'location' field found"));
112 failures += ASCIIToUTF16("\n") + location + name;
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 39 // partially matched (ie. name matches and location, but not description)
72 string16 location; member in struct:ModuleEnumerator::Module
98 const char* location; member in struct:ModuleEnumerator::BlacklistEntry
161 // information using the location field of the module.
164 // Checks the module list to see if a |module| of the same type, location
  /external/chromium/net/base/
escape.cc 393 size_t location = *i; local
394 if (offset <= location) {
398 if (offset <= (location + 2)) {
  /external/chromium/net/http/
http_response_headers_unittest.cc 939 const char* location; member in struct:__anon3712
947 "Location: http://foopy/\n",
952 "Location: \t \n",
956 // we use the first location header as the target of the redirect
958 "Location: http://foo/\n"
959 "Location: http://bar/\n",
963 // we use the first _valid_ location header as the target of the redirect
965 "Location: \n"
966 "Location: http://bar/\n",
970 // bug 1050541 (location header w/ an unescaped comma
1006 std::string location; local
    [all...]
  /external/chromium/net/websockets/
websocket.h 75 const std::string origin, const std::string location,
81 location_(location),
91 const std::string& location() const { return location_; } function in class:net::WebSocket::Request
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 93 SVal location = LeftV; local
94 evalLoad(Tmp, LHS, *it, state, location);
148 state = state->BindExpr(B, location);
152 evalStore(Tmp2, B, LHS, *I, state, location, LHSVal);
702 // If the UnaryOperator has non-location type, use its type to create the
703 // constant value. If the UnaryOperator has location type, create the
721 // If the value is a location, ++/-- should always preserve
ExprEngineObjC.cpp 28 SVal location = state->getLValue(Ex->getDecl(), baseVal); local
31 MakeNode(dstIvar, Ex, Pred, state->BindExpr(Ex, location));
118 // Bind the location to 'nil' on the false branch.
  /external/e2fsprogs/intl/
relocatable.c 295 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);
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 500 ext2_loff_t location; local
507 location = offset + data->offset;
508 blk_num = location/channel->block_size;
515 count = (size + (location % channel->block_size) +
  /external/qemu/android/skin/
file.c 288 SkinLocation* location; local
291 dprint( "### WARNING: ignoring part location without 'name' element" );
300 dprint( "### WARNING: ignoring part location with unknown name '%s'", partname );
304 ANEW0(location);
305 location->part = part;
306 location->anchor.x = x;
307 location->anchor.y = y;
308 location->rotation = rot;
310 return location;
537 SkinLocation* location = skin_location_create_from_v2( node, parts ) local
568 SkinLocation* location; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc 639 void *location = NULL; local
640 if (get_image_symbol((image_id)cookie,"glBegin",B_SYMBOL_TYPE_ANY,&location) == B_OK) {
688 void *location = NULL; local
690 if ((err = get_image_symbol((image_id)_this->gl_config.dll_handle, proc, B_SYMBOL_TYPE_ANY, &location)) == B_OK) {
691 return location;
  /external/sonivox/arm-wt-22k/lib_src/
jet.c 418 * Returns location and size of application data in the JET file
554 EAS_I32 location ; local
555 if ((result = EAS_GetLocation(easHandle, pSeg->streamHandle, &location)) == EAS_SUCCESS)
556 if(location != 0)
558 pStatus->location = location;
    [all...]

Completed in 513 milliseconds

1 2 3 45 6 7 8 91011>>