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

1 2 3 4 5 6 7 8 91011>>

  /device/huawei/angler/sepolicy/
location.te 1 type location, domain, domain_deprecated;
5 init_daemon_domain(location)
7 allow location location_exec:file rx_file_perms;
9 allow location self:capability { setuid setgid net_raw };
11 allow location self:socket create_socket_perms;
13 binder_use(location)
14 binder_call(location, system_server)
15 allow location sensorservice_service:service_manager find;
17 allow location system_server:unix_stream_socket { read write };
20 allow location sysfs_msm_subsys:dir r_dir_perms
    [all...]
  /device/lge/bullhead/sepolicy/
location.te 2 type location, domain, domain_deprecated;
5 init_daemon_domain(location)
7 binder_use(location)
8 binder_call(location, per_mgr)
9 binder_call(location, system_server)
11 qmux_socket(location)
12 allow location system_server:unix_stream_socket { read write };
14 allow location location_data_file:dir rw_dir_perms;
15 allow location location_data_file:file create_file_perms;
16 allow location location_data_file:sock_file create_file_perms
    [all...]
  /device/google/marlin/sepolicy/
location.te 2 type location, domain;
7 allow location self:capability { net_admin net_raw };
8 auditallow location self:capability { net_admin net_raw };
10 init_daemon_domain(location)
12 allow location self:capability { setgid setuid };
14 binder_use(location)
15 binder_call(location, system_server)
16 allow location system_server:unix_stream_socket { read write };
19 qmux_socket(location)
21 allow location self:netlink_route_socket create_socket_perms
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
LocationTest.java 3 import android.location.Location;
4 import android.location.LocationManager;
17 private Location location; field in class:LocationTest
21 location = new Location(LocationManager.GPS_PROVIDER);
22 location.setTime(1);
23 location.setLatitude(2);
24 location.setLongitude(3)
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationTest.java 17 package android.location.cts;
21 import android.location.Location;
22 import android.location.SettingInjectorService;
55 new Location("LocationProvider");
57 Location l = createTestLocation();
58 Location location = new Location(l); local
59 assertTestLocation(location);
72 Location location = new Location("LocationProvider"); local
78 Location location = new Location(""); local
213 Location location = new Location(""); local
262 Location location = new Location(""); local
275 Location location = new Location(""); local
288 Location location = new Location(""); local
309 Location location = createTestLocation(); local
318 Location location = new Location(""); local
331 Location location = new Location(""); local
344 Location location = new Location(""); local
355 Location location = new Location(""); local
368 Location location = new Location(""); local
381 Location location = new Location(""); local
394 Location location = new Location(""); local
418 Location location = createTestLocation(); local
424 Location location = createTestLocation(); local
    [all...]
  /external/deqp/external/vulkancts/data/vulkan/draw/
VertexFetch.vert 3 layout(location = 0) in vec4 in_position;
4 layout(location = 1) in vec4 in_color;
6 layout(location = 0) out vec4 out_color;
VertexFetch.frag 2 layout(location = 0) in vec4 in_color;
3 layout(location = 0) out vec4 out_color;
  /external/deqp/external/vulkancts/data/vulkan/dynamic_state/
VertexFetch.vert 4 layout(location = 0) in vec4 in_position;
5 layout(location = 1) in vec4 in_color;
7 layout(location = 0) out vec4 out_color;
VertexFetch.frag 4 layout(location = 0) in vec4 in_color;
5 layout(location = 0) out vec4 out_color;
  /art/compiler/optimizing/
locations.cc 30 output_overlaps_(Location::kOutputOverlap),
45 Location Location::RegisterOrConstant(HInstruction* instruction) {
47 ? Location::ConstantLocation(instruction->AsConstant())
48 : Location::RequiresRegister();
51 Location Location::RegisterOrInt32Constant(HInstruction* instruction) {
56 return Location::ConstantLocation(constant);
59 return Location::RequiresRegister();
62 Location Location::FpuRegisterOrInt32Constant(HInstruction* instruction)
    [all...]
  /external/mockito/src/org/mockito/internal/debugging/
Localized.java 8 import org.mockito.invocation.Location;
13 private final Location location; field in class:Localized
17 location = new LocationImpl();
24 public Location getLocation() {
25 return location;
  /external/autotest/apache/
apache-conf 2 <Location />
4 </Location>
7 <Location />
10 </Location>
14 <Location /server-status>
16 </Location>
19 <Location /server-status>
24 </Location>
  /frameworks/data-binding/compilerCommon/src/test/java/android/databinding/tool/store/
LocationTest.java 30 assertFalse(new Location().isValid());
35 Location location = new Location(0, 0, 1, 1); local
36 assertTrue(location.isValid());
41 Location location1 = new Location(0, 0, 10, 1);
42 Location location2 = new Location(0, 0, 9, 1);
52 Location loc = new Location(1, 2, 3, 4)
    [all...]
  /external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/
local.properties 0 # Location of the android SDK
  /frameworks/base/location/java/android/location/
package.html 4 <p>Contains the framework API classes that define Android location-based and
7 <strong>This API is not the recommended method for accessing Android location.</strong><br>
9 <a href="{@docRoot}reference/com/google/android/gms/location/package-summary.html">Google Location Services API</a>,
10 part of Google Play services, is the preferred way to add location-awareness to
12 more. If you are currently using the android.location API, you are strongly
13 encouraged to switch to the Google Location Services API as soon as
16 To learn more about the Google Location Services API, see the
17 <a href="{@docRoot}google/play-services/location.html">Location API overview</a>
    [all...]
  /external/parameter-framework/upstream/skeleton-subsystem/test/
toplevel.xml 4 <Location Folder="">
6 </Location>
  /dalvik/dx/tests/114-value-propagation/
info.txt 2 stack location to a local variable. (regression test)
  /device/google/dragon/bluetooth/
bt_vendor.conf 4 # Firmware patch file location
  /device/htc/flounder/bluetooth/
bt_vendor.conf 4 # Firmware patch file location
  /hardware/broadcom/libbt/conf/asus/grouper/
bt_vendor.conf 4 # Firmware patch file location
  /hardware/broadcom/libbt/conf/moto/wingray/
bt_vendor.conf 4 # Firmware patch file location
  /hardware/broadcom/libbt/conf/samsung/crespo/
bt_vendor.conf 4 # Firmware patch file location
  /hardware/broadcom/libbt/conf/samsung/crespo4g/
bt_vendor.conf 4 # Firmware patch file location
  /hardware/broadcom/libbt/conf/samsung/maguro/
bt_vendor.conf 4 # Firmware patch file location
  /external/mockito/src/org/mockito/invocation/
Location.java 10 * Describes the location of something in the source code.
13 public interface Location {
16 * @return the location

Completed in 789 milliseconds

1 2 3 4 5 6 7 8 91011>>