HomeSort by relevance Sort by last modified time
    Searched full:location (Results 626 - 650 of 14119) sorted by null

<<21222324252627282930>>

  /development/sdk_overlay/frameworks/base/core/res/res/values/
config.xml 23 <!-- Package name providing location API support. -->
25 <item>com.google.android.location</item>
26 <item>com.android.location.fused</item>
  /device/sample/overlays/location/frameworks/base/core/res/res/values/
config.xml 21 <!-- Enable overlay for all location components. -->
29 verify location providers are allowed to be loaded.
33 <item>com.android.location.fused</item>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
connection.py 28 class Location(object):
50 location=Location.DEFAULT, policy=None,
54 pass Location.EU to create bucket in the EU. You can also pass
64 :type location: :class:`boto.gs.connection.Location`
65 :param location: The location of the new bucket.
82 if not location:
83 location = Location.DEFAUL
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/templates/
web-animations.js 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, ''); variable
19 document.write('<script src="' + location + 'target-config.js"></script>');
20 document.write('<script src="' + location + 'target-loader.js"></script>');
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
web-animations-next-lite.dev.js 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, ''); variable
19 document.write('<script src="' + location + 'target-config.js"></script>');
20 document.write('<script src="' + location + 'target-loader.js"></script>');
web-animations-next.dev.js 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, ''); variable
19 document.write('<script src="' + location + 'target-config.js"></script>');
20 document.write('<script src="' + location + 'target-loader.js"></script>');
web-animations.dev.js 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, ''); variable
19 document.write('<script src="' + location + 'target-config.js"></script>');
20 document.write('<script src="' + location + 'target-loader.js"></script>');
  /external/chromium-trace/catapult/tracing/tracing/ui/
timeline_viewport_test.html 10 <link rel="import" href="/tracing/model/location.html">
22 var Location = tr.model.Location;
115 // Hack to allow Location to find the element we're looking for.
123 var location = Location.fromViewCoordinates(vp, viewX, viewY);
124 assert.equal(asyncTrack, location.getContainingTrack(vp));
125 assert.deepEqual(location.toViewCoordinates(vp),
134 assert.deepEqual(location.toViewCoordinates(vp),
139 Location.fromViewCoordinates(vp, viewX, boundRect.top)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_diagnostics.py 10 assert tu.diagnostics[0].location.line == 1
11 assert tu.diagnostics[0].location.column == 11
20 assert tu.diagnostics[0].location.line == 2
21 assert tu.diagnostics[0].location.column == 7
24 # assert tu.diagnostics[1].location.line == 1
25 # assert tu.diagnostics[1].location.column == 11
32 assert tu.diagnostics[0].location.line == 1
33 assert tu.diagnostics[0].location.column == 26
46 assert tu.diagnostics[0].location.line == 1
47 assert tu.diagnostics[0].location.column == 1
    [all...]
  /external/clang/test/PCH/
stmts.h 78 void *location = &&start; local
81 location = &&done;
86 goto *location;
  /external/curl/tests/data/
test1314 16 Location: //somewhere.example.com/reply/1314
35 Location: //somewhere.example.com/reply/1314
54 HTTP Location: following a // prefixed url
test325 18 Location: http://%HOSTIP:%HTTPPORT/325
27 Location: http://%HOSTIP:%HTTPPORT/325
45 -k https://%HOSTIP:%HTTPSPORT/325 --proto-redir -http --location
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
IFlyoutPreferences.java 44 * @return the docking location - {@link #DOCK_WEST}, {@link #DOCK_EAST}, {@link #DOCK_NORTH} or
65 * Sets the docking location.
67 void setDockLocation(int location);
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 103 plog(LLV_ERROR, LOCATION, iph1->remote,
114 plog(LLV_ERROR, LOCATION, iph1->remote,
127 plog(LLV_ERROR, LOCATION, iph1->remote,
139 plog(LLV_ERROR, LOCATION, iph1->remote,
151 plog(LLV_DEBUG, LOCATION, NULL, "validate HASH\n");
156 plog(LLV_ERROR, LOCATION, NULL,
163 plog(LLV_DEBUG, LOCATION, NULL, "hash source\n");
171 plog(LLV_DEBUG, LOCATION, NULL, "hash result\n");
176 plog(LLV_DEBUG, LOCATION, NULL, "original hash\n"));
183 plog(LLV_ERROR, LOCATION, iph1->remote
    [all...]
  /external/libbrillo/brillo/errors/
error.h 26 static ErrorPtr Create(const tracked_objects::Location& location,
30 static ErrorPtr Create(const tracked_objects::Location& location,
39 const tracked_objects::Location& location,
46 const tracked_objects::Location& location,
60 // Returns the location of the error in the source code.
99 Error(const tracked_objects::Location& location
    [all...]
  /external/libchrome/base/message_loop/
message_loop_task_runner.cc 7 #include "base/location.h"
26 const tracked_objects::Location& from_here,
34 const tracked_objects::Location& from_here,
  /external/libchrome/base/threading/
post_task_and_reply_impl.h 12 #include "base/location.h"
32 bool PostTaskAndReply(const tracked_objects::Location& from_here,
37 virtual bool PostTask(const tracked_objects::Location& from_here,
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 1 //===- MemoryLocation.h - Memory location descriptions ----------*- C++ -*-===//
31 /// Representation for a specific memory location.
33 /// This abstraction can be used to represent a specific location in memory.
34 /// The goal of the location is to represent enough information to describe
36 /// value(s) are stored in memory at the particular location.
47 /// The address of the start of the location.
50 /// The maximum size of the location, in address-units, or
59 /// The metadata nodes which describes the aliasing of the location (each
63 /// Return a location with information about the memory reference by the given
84 /// Return a location representing the source of a memory transfer
    [all...]
  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderChecker.java 17 import org.mockito.invocation.Location;
40 Location lastInvocation = finder.getLastLocation(chunk);
43 Location firstUndesired = chunk.get(wantedCount).getLocation();
  /external/robolectric/v1/
build.properties 9 # 'source.dir' for the location of your java source folder and
10 # 'out.dir' for the location of your output folder.
23 # 'key.store' for the location of your keystore and
  /external/selinux/libsemanage/man/man3/
semanage_list.3 22 The list function will return an array of all the objects in the selected location.
28 is used to track persistent state across semanage calls, and for error reporting. The function will allocate and populate the the array of objects, and store it at the location pointed by
30 It will write the number of objects at the location pointed by
  /external/testng/ant/old/
build-sample.xml 11 <pathelement location="build" />
12 <pathelement location="${lib.dir}/qdox-1.5.jar"/>
13 <pathelement location="${java.home}/../lib/tools.jar"/>
  /external/valgrind/drd/tests/
annotate_ignore_rw2.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_a"
14 Location 0x........ is 0 bytes inside global var "s_c"
annotate_ignore_write.stderr.exp 4 Location 0x........ is 0 bytes inside global var "s_b"
9 Location 0x........ is 0 bytes inside global var "s_c"
14 Location 0x........ is 0 bytes inside global var "s_a"
annotate_ignore_write.stderr.exp-solaris 7 Location 0x........ is 0 bytes inside global var "s_b"
13 Location 0x........ is 0 bytes inside global var "s_c"
18 Location 0x........ is 0 bytes inside global var "s_a"

Completed in 514 milliseconds

<<21222324252627282930>>