HomeSort by relevance Sort by last modified time
    Searched refs:agent (Results 76 - 100 of 151) sorted by null

1 2 34 5 6 7

  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 32 const char DeviceManagementBackendImpl::kParamAgent[] = "agent";
394 static std::string agent; local
395 if (!agent.empty())
396 return agent;
399 agent = base::StringPrintf(kValueAgent,
403 return agent;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/v8/src/
debug-agent.cc 31 #include "debug-agent.h"
39 // to the debugger agent through it's data parameter.
41 DebuggerAgent* agent = Isolate::Current()->debugger_agent_instance(); local
42 ASSERT(agent != NULL);
43 agent->DebuggerMessage(message);
47 // Debugger agent main thread.
61 // make the agent take over the port when it becomes free.
  /external/libmtp/
hotplug.sh.in 156 CVSTAG=`grep '\$Id:' /etc/hotplug/usb.agent`
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 17 // or if the user-agent is chrome AND the document is being served
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/openssh/contrib/cygwin/
Makefile 44 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 110 toolsMenu->addAction("Change User Agent", this, SLOT(showUserAgentDialog()));
320 dialog.setWindowTitle("Change User Agent");
380 QString agent = file.readLine().trimmed(); local
381 if (!m_userAgentList.contains(agent))
382 m_userAgentList << agent; local
  /external/bluetooth/bluez/src/
device.h 69 struct agent *device_get_agent(struct btd_device *device);
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLOptionElement08.js 79 form control in an interactive user-agent.
HTMLScriptElement03.js 78 The defer attribute specifies the user agent can defer processing of
HTMLTextAreaElement12.js 79 form control, in an interactive user agent.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLOptionElement08.js 79 form control in an interactive user-agent.
HTMLScriptElement03.js 78 The defer attribute specifies the user agent can defer processing of
HTMLTextAreaElement12.js 79 form control, in an interactive user agent.
  /external/openssh/
sshconnect2.c 246 AuthenticationConnection *ac; /* set if agent supports key */
248 char *filename; /* comment for agent-only keys */
264 AuthenticationConnection *agent; member in struct:Authctxt
1178 /* the agent supports this key */
1363 Idlist agent, files, *preferred; local
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 28 var agent = navigator['userAgent'].toLowerCase(); variable
30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
31 (agent.indexOf("blackberry") != -1) ||
32 (agent.indexOf("webos") != -1) ||
33 (agent.indexOf("mini") != -1)) { // opera mini browsers
37 } else if (agent.indexOf("msie 6") != -1) {
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 757 String agent = System.getProperty("http.agent"); local
758 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 178 // Timeout intervals for agent backup & restore operations
230 // The thread performing the sequence of queued backups binds to each app's agent
1608 IBackupAgent agent = null; local
1987 IBackupAgent agent = null; local
2660 IBackupAgent agent = bindToAgentSynchronous(pkg.applicationInfo, local
4461 IBackupAgent agent = bindToAgentSynchronous( local
5362 IBackupAgent agent = IBackupAgent.Stub.asInterface(agentBinder); local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 26 var agent = navigator['userAgent']; variable
27 if ((agent.indexOf("Mobile") != -1) ||
28 (agent.indexOf("BlackBerry") != -1) ||
29 (agent.indexOf("Mini") != -1)) {

Completed in 838 milliseconds

1 2 34 5 6 7