HomeSort by relevance Sort by last modified time
    Searched defs:uh (Results 1 - 11 of 11) sorted by null

  /external/linux-kselftest/tools/testing/selftests/bpf/
test_xdp.c 52 struct udphdr *uh; local
61 uh = (struct udphdr *)trans_data;
62 if (uh + 1 > data_end)
64 return uh->dest;
  /external/opencv/cv/src/
cvcanny.cpp 112 Cv32suf ul, uh; local
114 uh.f = (float)high_thresh;
117 high = uh.i;
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 133 UpdateHelper uh = new UpdateHelper(); local
134 id = uh.update(id, cursor.getInt(INDEX_ID));
135 caption = uh.update(caption, cursor.getString(INDEX_CAPTION));
136 mimeType = uh.update(mimeType, cursor.getString(INDEX_MIME_TYPE));
137 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE));
138 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE));
139 dateTakenInMs = uh.update(
141 dateAddedInSec = uh.update(
143 dateModifiedInSec = uh.update(
145 filePath = uh.update(filePath, cursor.getString(INDEX_DATA))
    [all...]
LocalImage.java 152 UpdateHelper uh = new UpdateHelper(); local
153 id = uh.update(id, cursor.getInt(INDEX_ID));
154 caption = uh.update(caption, cursor.getString(INDEX_CAPTION));
155 mimeType = uh.update(mimeType, cursor.getString(INDEX_MIME_TYPE));
156 latitude = uh.update(latitude, cursor.getDouble(INDEX_LATITUDE));
157 longitude = uh.update(longitude, cursor.getDouble(INDEX_LONGITUDE));
158 dateTakenInMs = uh.update(
160 dateAddedInSec = uh.update(
162 dateModifiedInSec = uh.update(
164 filePath = uh.update(filePath, cursor.getString(INDEX_DATA))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
OsUtil.java 148 final UserHandle uh = android.os.Process.myUserHandle(); local
152 final long userSerialNumber = userManager.getSerialNumberForUser(uh);
  /external/libvncserver/common/
zywrletemplate.c 652 pEnd = pBuf + (w+uw)*(h+uh); \
674 if (uh) { \
676 pEnd = (int*)(pData+ uh*scanline); \
687 if (uw && uh) { \
689 pEnd = (int*)(pData+ uh*scanline); \
756 int uh = h; local
769 uh -= h;
792 int uh = h; local
805 uh -= h;
  /external/mesa3d/src/glx/
drisw_glx.c 104 unsigned uw, uh, bw, depth; local
108 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
110 *h = uh;
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
MockSystemServices.java 199 final UserInfo uh = new UserInfo(userId, "user" + userId, flags); local
200 uh.profileGroupId = profileGroupId;
201 when(userManager.getUserInfo(eq(userId))).thenReturn(uh);
203 mUserInfos.add(uh);
  /external/tcpdump/
print-sctp.c 257 struct sctpChunkDesc uh; member in struct:sctpUnifiedInit
288 struct sctpChunkDesc uh; member in struct:sctpUnifiedSack
324 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbort
329 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortLight
334 struct sctpChunkDesc uh; member in struct:sctpUnifiedAbortHeavy
347 struct sctpChunkDesc uh; member in struct:sctpUnifiedShutdown
361 struct sctpChunkDesc uh; member in struct:sctpUnifiedOpError
367 struct sctpChunkDesc uh; member in struct:sctpUnifiedStreamError
375 struct sctpChunkDesc uh; member in struct:staleCookieMsg
386 struct sctpChunkDesc uh; member in struct:sctpUnifiedSingleMsg
397 struct sctpChunkDesc uh; member in struct:sctpUnifiedDatagram
402 struct sctpChunkDesc uh; member in struct:sctpECN_echo
408 struct sctpChunkDesc uh; member in struct:sctpCWR
    [all...]
print-icmp6.c 1168 const struct udphdr *uh; local
    [all...]
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 336 milliseconds