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

  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 30 int[] startListening(IAppWidgetHost host, String packageName, int hostId,
32 void stopListening(int hostId);
33 int allocateAppWidgetId(String packageName, int hostId);
35 void deleteHost(int hostId);
  /external/chromium/third_party/icu/source/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 50 const uint32_t hostID;
74 #define ILCID_POSIX_ELEMENT_ARRAY(hostID, languageID, posixID) \
76 {LANGUAGE_LCID(hostID), #languageID}, /* parent locale */ \
77 {hostID, #posixID}, \
715 * Do not call this function. It is called by hostID.
752 return this_0->regionMaps[idx].hostID;
764 return this_0->regionMaps[bestIdx].hostID;
769 return this_0->regionMaps->hostID;
773 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
778 if (this_0->regionMaps[i].hostID == hostID
    [all...]
uloc.c     [all...]
  /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}, \
772 * Do not call this function. It is called by hostID.
809 return this_0->regionMaps[idx].hostID;
821 return this_0->regionMaps[bestIdx].hostID;
826 return this_0->regionMaps->hostID;
830 getPosixID(const ILcidPosixMap *this_0, uint32_t hostID)
    [all...]
uloc.c     [all...]
  /external/webkit/WebKit/chromium/src/
DebuggerAgentManager.cpp 124 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
125 ASSERT(hostId);
126 s_attachedAgentsMap->set(hostId, debuggerAgent);
135 int hostId = debuggerAgent->webdevtoolsAgent()->hostId();
136 ASSERT(s_attachedAgentsMap->get(hostId) == debuggerAgent);
138 s_attachedAgentsMap->remove(hostId);
156 hostId);
212 // scripts it must have hostId in the data field
    [all...]
DebuggerAgentManager.h 71 // Sets |hostId| as the frame context data. This id is used to filter scripts
73 static void setHostId(WebFrameImpl* webframe, int hostId);
107 static DebuggerAgentImpl* debuggerAgentForHostId(int hostId);
WebDevToolsAgentImpl.h 100 int hostId() { return m_hostId; }
DebuggerAgentImpl.cpp 79 m_delegate->setContextId(m_webdevtoolsAgent->hostId());
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 30 public LauncherAppWidgetHost(Context context, int hostId) {
31 super(context, hostId);
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 94 int hostId;
192 pw.print(" hostId=");
193 pw.print(id.host.hostId); pw.print(' ');
213 pw.print(" ["); pw.print(i); pw.print("] hostId=");
214 pw.print(host.hostId); pw.print(' ');
224 public int allocateAppWidgetId(String packageName, int hostId) {
229 Host host = lookupOrAddHostLocked(callingUid, packageName, hostId);
254 public void deleteHost(int hostId) {
257 Host host = lookupHostLocked(callingUid, hostId);
466 public int[] startListening(IAppWidgetHost callbacks, String packageName, int hostId,
    [all...]
  /frameworks/base/core/java/android/appwidget/
AppWidgetHost.java 90 public AppWidgetHost(Context context, int hostId) {
92 mHostId = hostId;
  /external/chromium/third_party/icu/patches/
tzmemory.patch 63 + uprv_free(const_cast<char *>(hostID));
  /external/ppp/pppd/
magic.c 63 * The current method uses the current hostid, current process ID
  /external/icu4c/i18n/
timezone.cpp 468 const char *hostID;
492 hostID = uprv_tzname(0);
508 UnicodeString hostStrID(hostID, -1, US_INV);
514 // hostID points to a heap-allocated location on Windows.
515 uprv_free(const_cast<char *>(hostID));
    [all...]
  /external/chromium/third_party/icu/source/i18n/
timezone.cpp 530 const char *hostID;
554 hostID = uprv_tzname(0);
570 UnicodeString hostStrID(hostID, -1, US_INV);
575 uprv_free(const_cast<char *>(hostID));
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
uloc.h     [all...]
  /external/icu4c/common/unicode/
uloc.h     [all...]
  /external/skia/include/animator/
SkAnimator.h 466 void setHostEventSinkID(SkEventSinkID hostID);
  /external/webkit/WebKit/chromium/
ChangeLog     [all...]

Completed in 1814 milliseconds