/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
dbllist.h | 59 #define DBL_HEAD_COPY(oldh, newh) \ 61 *(oldh) = (*newh); \ 62 (newh)->pNext->pPrev = (oldh); \ 63 (newh)->pPrev->pNext = (oldh); \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ResizeGesture.java | 162 int newH = Math.abs(b.h + (direction.isTop() ? -deltaY : deltaY)); 163 double newAspectRatio = newW / (double) newH; 164 if (newH == 0 || newAspectRatio > aspectRatio) {
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
deflate.go | 213 var newH uint32 216 newH = val 217 hh := &d.hashHead[newH&hashMask] 224 d.hash = newH
|
/prebuilts/go/linux-x86/src/compress/flate/ |
deflate.go | 213 var newH uint32 216 newH = val 217 hh := &d.hashHead[newH&hashMask] 224 d.hash = newH
|
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 285 struct radius_rx_handler **handlers, *newh; local 296 newh = os_realloc_array(*handlers, *num + 1, 298 if (newh == NULL) 301 newh[*num].handler = handler; 302 newh[*num].data = data; 304 *handlers = newh; [all...] |
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
genPCLm.cpp | 944 sint32 newH = currStripHeight + yAnchor; 945 sprintf(str, "%d 0 0 %ld 0 %d cm\n", imageWidth * scaleFactor, newH * scaleFactor, [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 823 int newh = height; local 855 bitmap = createBitmap(neww, newh, newConfig, source.hasAlpha()); [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 874 HeadIndex<K,V> newh = h; local [all...] |
/toolchain/binutils/binutils-2.27/bfd/ |
elflink.c | 5999 struct elf_link_hash_entry *newh; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/external/python/cpython2/Lib/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/external/python/cpython3/Lib/test/test_email/ |
test_email.py | [all...] |
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
45277fe1a769647db440124069d993aa.0001d892.honggfuzz.cov | 392 t0?l?5??.????;?.R?M;???=?[O:?UPl????n{q?? ????F?Z?_?t8??Q Ar???Cr?? ??;E????U? ?K????newh?%??!l??]*
x??????o?T??????+?&???p???b?w?=?G%bZ`??Z?6?e ????+?Go???p-;S???????G??M`????m?`?>?u??M?vsJ?*rY????g??>?U???+H?ky????????o7??`??^Y?5|y8????? N?y??"?f?.4??_u?'Y???Z??s???R????y?#?;E?V?a>t!Op*?p ???2??{?????0?3?8?l??z?>?-??L?y???;??h?????V?-q??gM?v1????R?? D?0??z??!?r??vv~?????#??[B?U??-p??????????%?g??{?"?.?k??k?{??K??|oT3|?i?7N??<???I?>?&KE????E?Q??;?Ãv?4 [all...] |
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
45277fe1a769647db440124069d993aa.0001d892.honggfuzz.cov | 392 t0?l?5??.????;?.R?M;???=?[O:?UPl????n{q?? ????F?Z?_?t8??Q Ar???Cr?? ??;E????U? ?K????newh?%??!l??]*
x??????o?T??????+?&???p???b?w?=?G%bZ`??Z?6?e ????+?Go???p-;S???????G??M`????m?`?>?u??M?vsJ?*rY????g??>?U???+H?ky????????o7??`??^Y?5|y8????? N?y??"?f?.4??_u?'Y???Z??s???R????y?#?;E?V?a>t!Op*?p ???2??{?????0?3?8?l??z?>?-??L?y???;??h?????V?-q??gM?v1????R?? D?0??z??!?r??vv~?????#??[B?U??-p??????????%?g??{?"?.?k??k?{??K??|oT3|?i?7N??<???I?>?&KE????E?Q??;?Ãv?4 [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/compress/ |
flate.a | 105 loops ?toCheck.len ?.autotmp_39 ?newH |