HomeSort by relevance Sort by last modified time
    Searched full:hostid (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 33 int[] startListening(IAppWidgetHost host, String packageName, int hostId,
35 void stopListening(int hostId);
36 int allocateAppWidgetId(String packageName, int hostId);
38 void deleteHost(int hostId);
  /external/icu4c/common/
locmap.h 29 #define LANGUAGE_LCID(hostID) (uint16_t)(0x03FF & hostID)
31 U_CAPI const char *uprv_convertToPosix(uint32_t hostid, UErrorCode* status);
locmap.c 61 const uint32_t hostID;
84 * @param hostID LCID in host format such as 0x044d
88 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
90 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
91 {hostID, #posixID}, \
841 * Do not call this function. It is called by hostID.
878 return this_0->regionMaps[idx].hostID;
890 return this_0->regionMaps[bestIdx].hostID;
895 return this_0->regionMaps->hostID;
899 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
    [all...]
uloc.c     [all...]
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.cpp 127 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
128 ASSERT(hostId);
129 s_attachedAgentsMap->set(hostId, debuggerAgent);
140 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
141 ASSERT(s_attachedAgentsMap->get(hostId) == debuggerAgent);
143 s_attachedAgentsMap->remove(hostId);
160 "\"arguments\":{\"groupId\":", String::number(hostId), "}}");
209 // scripts it must have hostId in the data field
    [all...]
DebuggerAgentManager.h 76 // Sets |hostId| as the frame context data. This id is used to filter scripts
78 static void setHostId(WebFrameImpl* webframe, int hostId);
95 static DebuggerAgentImpl* debuggerAgentForHostId(int hostId);
WebDevToolsAgentImpl.h 90 int hostId() { return m_hostId; }
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 33 public LauncherAppWidgetHost(Launcher launcher, int hostId) {
34 super(launcher, hostId);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 137 public int allocateAppWidgetId(String packageName, int hostId) throws RemoteException {
139 packageName, hostId);
148 public void deleteHost(int hostId) throws RemoteException {
149 getImplForUser(getCallingOrCurrentUserId()).deleteHost(hostId);
193 public int[] startListening(IAppWidgetHost host, String packageName, int hostId,
196 packageName, hostId, updatedViews);
290 public void stopListening(int hostId) throws RemoteException {
291 getImplForUser(getCallingOrCurrentUserId()).stopListening(hostId);
AppWidgetServiceImpl.java 109 int hostId;
337 pw.print(" ["); pw.print(index); pw.print("] hostId=");
338 pw.print(host.hostId); pw.print(' ');
349 pw.print(" hostId=");
350 pw.print(id.host.hostId); pw.print(' ');
419 public int allocateAppWidgetId(String packageName, int hostId) {
425 Host host = lookupOrAddHostLocked(callingUid, packageName, hostId);
435 if (DBG) log("Allocating AppWidgetId for " + packageName + " host=" + hostId
452 public void deleteHost(int hostId) {
456 Host host = lookupHostLocked(callingUid, hostId);
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 127 public AppWidgetHost(Context context, int hostId) {
128 this(context, hostId, null, context.getMainLooper());
134 public AppWidgetHost(Context context, int hostId, OnClickHandler handler, Looper looper) {
136 mHostId = hostId;
212 public static int allocateAppWidgetIdForSystem(int hostId) {
221 return sService.allocateAppWidgetId(packageName, hostId);
  /external/chromium/chrome/browser/remoting/
directory_add_request_unittest.cc 51 "\"hostId\":\"e64906c9-fdc9-4921-80cb-563cf7f564f3\","
directory_add_request.cc 38 data.SetString("hostId", host_info.host_id);
  /external/ppp/pppd/
magic.c 63 * The current method uses the current hostid, current process ID
  /external/icu4c/i18n/
timezone.cpp 451 const char *hostID;
475 hostID = uprv_tzname(0);
491 UnicodeString hostStrID(hostID, -1, US_INV);
497 // hostID points to a heap-allocated location on Windows.
498 uprv_free(const_cast<char *>(hostID));
    [all...]
  /external/icu4c/common/unicode/
uloc.h     [all...]
  /external/skia/include/animator/
SkAnimator.h 459 void setHostEventSinkID(SkEventSinkID hostID);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 

Completed in 656 milliseconds