HomeSort by relevance Sort by last modified time
    Searched refs:SYSTEM (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/chromium_org/chromeos/dbus/
modem_messaging_client_unittest.cc 60 options.bus_type = dbus::Bus::SYSTEM;
gsm_sms_client_unittest.cc 75 options.bus_type = dbus::Bus::SYSTEM;
dbus_thread_manager.cc 69 // Create the connection to the system bus.
71 system_bus_options.bus_type = dbus::Bus::SYSTEM;
86 // Delete all D-Bus clients before shutting down the system bus.
shill_client_unittest_base.cc 122 options.bus_type = dbus::Bus::SYSTEM;
nfc_client_unittest.cc 96 options.bus_type = dbus::Bus::SYSTEM;
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux_unittest.cc 30 options.bus_type = dbus::Bus::SYSTEM;
wifi_data_provider_linux.cc 107 options.bus_type = dbus::Bus::SYSTEM;
  /external/chromium_org/dbus/
bus.h 142 // services like GNOME applications. SYSTEM is used to communicate with
143 // system-wide services like NetworkManager. CUSTOM_ADDRESS is used to
147 SYSTEM = DBUS_BUS_SYSTEM,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 23 #include <system/audio.h>
24 #include <system/audio_policy.h>
75 SYSTEM = 1,
230 // audio device enumeration from system/audio.h instead.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/
tycho-compiler-plugin-0.20.0.jar 
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 312 SYSTEM("sys"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 312 SYSTEM("sys"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 312 SYSTEM("sys"),
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_linux.cc 205 options.bus_type = dbus::Bus::SYSTEM;
  /frameworks/base/services/core/java/com/android/server/connectivity/
PermissionMonitor.java 58 private static final boolean SYSTEM = true;
70 // Keys are App IDs. Values are true for SYSTEM permission and false for NETWORK permission.
100 // Intended to be called only once at startup, after the system is ready. Installs a broadcast
134 // permissions, don't downgrade (i.e., if it's already SYSTEM, leave it as is).
185 List<Integer> system = new ArrayList<Integer>(); local
187 List<Integer> list = app.getValue() ? system : network;
195 mNetd.setPermission("SYSTEM", toIntArray(system));
198 mNetd.clearPermission(toIntArray(system));
242 // permissions, don't downgrade (i.e., if it's already SYSTEM, leave it as is)
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 70 private static final char[] SYSTEM = { 'S', 'Y', 'S', 'T', 'E', 'M' };
231 System.arraycopy(
299 System.arraycopy(arr, 0, bigger, 0, arr.length);
611 * SYSTEM "quoted system name"
612 * PUBLIC "quoted public id" "quoted system name"
614 * If the system name is not required, this also supports lone public IDs of
626 read(SYSTEM);
644 return true; // no system name!
894 * <!ENTITY foo SYSTEM "http://host/file"
    [all...]
  /external/chromium_org/chrome/browser/net/
connection_tester.cc 172 // The system HostResolver will probe by default.
217 // Creates a proxy config service that pulls from the system proxy settings.
247 if (FirefoxProxySettings::SYSTEM == firefox_settings->config_type()) {
472 return base::ASCIIToUTF16("Use system proxy settings");
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 62 SYSTEM: 'system'
593 case ProxyFormController.ProxyTypes.SYSTEM:
594 return {mode: 'system'};
  /external/chromium_org/device/media_transfer_protocol/
media_transfer_protocol_manager.cc 58 options.bus_type = dbus::Bus::SYSTEM;
  /frameworks/base/core/java/android/widget/
Toolbar.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
  /external/zlib/src/
make_vms.com 74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
383 $ its_decc = (f$search("SYS$SYSTEM:DECC$COMPILER.EXE") .nes. "")
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")
  /prebuilts/tools/common/m2/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /build/core/
Makefile 20 # e.g., "system/etc/file.xml".
116 # the Android system property length limit (PROPERTY_VALUE_MAX=92).
127 # The string used to uniquely identify the system build; used by the OTA server.
189 system_prop_file := $(wildcard $(TARGET_DEVICE_DIR)/system.prop)
365 # for future OTA packages installed by this system. Actual product
402 # tags that are part of the system (ie, not in a vendor/ or device/
618 # Install the html file at /system/etc/NOTICE.html.gz.
749 recovery_kernel := $(INSTALLED_KERNEL_TARGET) # same as a non-recovery system
    [all...]

Completed in 1148 milliseconds

1 23 4 5