HomeSort by relevance Sort by last modified time
    Searched refs:configured (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 56 'configured credentials. ' + self._GetConfigInstructions(gsutil_path))
126 'You are attempting to access protected data with no configured',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 28 AndroidJUnitDelegate_NoRunnerMsg_s=%1$s is not configured correctly for running tests. See Console for details.
29 AndroidJUnitDelegate_NoTargetMsg_3s=%1$s is not configured correctly for running tests:\nA targetPackage attribute for instrumentation %2$s in its %3$s could not be found\!
  /build/target/product/
base.mk 20 95-configured \
  /external/dhcpcd/
Android.mk 47 LOCAL_MODULE := 95-configured
  /external/e2fsprogs/debian/attic/libs/
rules 44 build: configured
52 configured:
58 touch configured
62 rm -f build configured install
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiAccessPointController.java 132 final ArrayMap<String, WifiConfiguration> configured = getConfiguredNetworksBySsid(); local
142 if (!configured.containsKey(ssid)) continue;
144 final WifiConfiguration config = configured.get(ssid);
  /external/chromium_org/media/audio/mac/
audio_auhal_mac.cc 98 bool configured = ConfigureAUHAL(); local
99 if (configured)
102 return configured;
  /external/bison/build-aux/
gnu-web-doc-update 41 -C, --builddir=DIR location of (configured) Makefile (default: .)
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_providers.py 39 Returns ContentProvider instances based on how they're configured there.
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 28 addresses to appear in the DNS with names configured either in each host or
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 416 int connected, configured; local
420 configured = 0;
423 configured = 0;
424 } else if ("CONFIGURED".equals(state)) {
426 configured = 1;
434 msg.arg2 = configured;
587 + " configured: " + mConfigured);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 109 * "logout" of the configured OAuth API.
119 * the configured OAuth API.
394 * Stores an OAuth token for the configured scope.
402 * Retrieves any stored token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
418 * Retrieves any stored secret for the configured scope.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 109 * "logout" of the configured OAuth API.
119 * the configured OAuth API.
394 * Stores an OAuth token for the configured scope.
402 * Retrieves any stored token for the configured scope.
410 * Stores an OAuth token secret for the configured scope.
418 * Retrieves any stored secret for the configured scope.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 21 DeviceView_ADB_Failed_Restart=Adb failed to restart\!\n\nMake sure the plugin is properly configured.
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 322 params->filter.configured ? *params->filter.configured : false;
  /external/iproute2/examples/
dhcp-client-script 351 LOG The interface $interface already configured.
  /external/valgrind/main/perf/
vg_perf 72 These Valgrind(s) must be configured with --enable-inner.
359 # in case this Valgrind was configured with --enable-inner. And
vg_perf.in 72 These Valgrind(s) must be configured with --enable-inner.
359 # in case this Valgrind was configured with --enable-inner. And
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 432 public TriggerSensor(int type, boolean configured, boolean debugVibrate) {
434 mConfigured = configured;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 48 immediately. The rest are configured to autoload when any of the constant names
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 60 * Fetch a token with the parameters configured in this object.
  /external/libpng/projects/owatcom/
pngconfig.mak 104 $# The libpng project is incompletely configured. To complete configuration
  /external/libunwind/doc/
libunwind-ptrace.tex 93 \Prog{libunwind}-versions configured for cross-unwinding.
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 5 # Note: Make sure that cl.exe is configured to include Platform SDK
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 533 self._logger.debug('Processor is configured to use %s but '

Completed in 4794 milliseconds

1 2 3