/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 502 inuse = PyDialog(db, "FilesInUse", 507 inuse.text("Title", 15, 6, 200, 15, 0x30003, 509 inuse.text("Description", 20, 23, 280, 20, 0x30003, 511 inuse.text("Text", 20, 55, 330, 50, 3, 513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess", 515 c=inuse.back("Exit", "Ignore", name="Exit") 517 c=inuse.next("Ignore", "Retry", name="Ignore") 519 c=inuse.cancel("Retry", "Exit", name="Retry") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_msi.py | 502 inuse = PyDialog(db, "FilesInUse", 507 inuse.text("Title", 15, 6, 200, 15, 0x30003, 509 inuse.text("Description", 20, 23, 280, 20, 0x30003, 511 inuse.text("Text", 20, 55, 330, 50, 3, 513 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess", 515 c=inuse.back("Exit", "Ignore", name="Exit") 517 c=inuse.next("Ignore", "Retry", name="Ignore") 519 c=inuse.cancel("Retry", "Exit", name="Retry") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
msi.py | 519 inuse = PyDialog(db, "FilesInUse",
524 inuse.text("Title", 15, 6, 200, 15, 0x30003,
526 inuse.text("Description", 20, 23, 280, 20, 0x30003,
528 inuse.text("Text", 20, 55, 330, 50, 3,
530 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess",
532 c=inuse.back("Exit", "Ignore", name="Exit")
534 c=inuse.next("Ignore", "Retry", name="Ignore")
536 c=inuse.cancel("Retry", "Exit", name="Retry")
[all...] |
/external/android-clat/ |
config.c | 231 int inuse = connect(s, (struct sockaddr *) &sin, sizeof(sin)) == 0 && local 237 return !inuse;
|
/external/python/cpython2/Tools/msi/ |
msi.py | 543 inuse = PyDialog(db, "FilesInUse", 548 inuse.text("Title", 15, 6, 200, 15, 0x30003, 550 inuse.text("Description", 20, 23, 280, 20, 0x30003, 552 inuse.text("Text", 20, 55, 330, 50, 3, 554 inuse.control("List", "ListBox", 20, 107, 330, 130, 7, "FileInUseProcess", 556 c=inuse.back("Exit", "Ignore", name="Exit") 558 c=inuse.next("Ignore", "Retry", name="Ignore") 560 c=inuse.cancel("Retry", "Exit", name="Retry") [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
stack_test.go | 69 inuse := int64(s1.StackInuse) - int64(s0.StackInuse) 70 t.Logf("Inuse %vMB for stack mem", inuse>>20) 71 if inuse > 4<<20 { 72 t.Fatalf("Stack inuse: want %v, got %v", 4<<20, inuse)
|
extern.go | 89 scvg#: inuse: # idle: # sys: # released: # consumed: # (MB) 92 inuse: # MB used or partially used spans
|
/prebuilts/go/linux-x86/src/runtime/ |
stack_test.go | 69 inuse := int64(s1.StackInuse) - int64(s0.StackInuse) 70 t.Logf("Inuse %vMB for stack mem", inuse>>20) 71 if inuse > 4<<20 { 72 t.Fatalf("Stack inuse: want %v, got %v", 4<<20, inuse)
|
extern.go | 89 scvg#: inuse: # idle: # sys: # released: # consumed: # (MB) 92 inuse: # MB used or partially used spans
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tile_cache.c | 447 int inuse = 0, pos; local 459 ++inuse; 474 debug_printf("flushed tiles in use: %d\n", inuse);
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 273 void (*block_alloc_stats)(ext2_filsys fs, blk64_t blk, int inuse); 300 int inuse); 721 blk_t num, int inuse), 723 blk_t num, int inuse)); 743 int inuse), 746 int inuse)); 749 void ext2fs_inode_alloc_stats(ext2_filsys fs, ext2_ino_t ino, int inuse); 751 int inuse, int isdir); 752 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse); 753 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse); [all...] |
gen_bitmap64.c | 185 double inuse; local 209 inuse = (double) now.tv_sec + \ 211 inuse -= (double) stats->created.tv_sec + \ 239 stats->mark_back, mark_back_perc, inuse);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ldo.c | 206 int inuse = stackinuse(L); local 207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK; 209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
|
lapi.c | 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local 100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
|
/external/syslinux/com32/lua/src/ |
ldo.c | 206 int inuse = stackinuse(L); local 207 int goodsize = inuse + (inuse / 8) + 2*EXTRA_STACK; 209 if (inuse > LUAI_MAXSTACK || /* handling stack overflow? */
|
lapi.c | 99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; local 100 if (inuse > LUAI_MAXSTACK - size) /* can grow without overflow? */
|
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 726 inuse="" 728 inuse=`netstat -ant | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*://'` 730 inuse=`netstat -an -f inet -P tcp | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $1}' | sed 's/^.*\.//'` 732 inuse=`netstat -ant -f inet | egrep 'LISTEN|WAIT|ESTABLISH|CLOSE' | awk '{print $4}' | sed 's/^.*\.//'` 775 if [ "X$inuse" = "X" ]; then 778 if echo "$inuse" | grep -w $try > /dev/null; then [all...] |
/external/valgrind/VEX/priv/ |
ir_opt.c | 181 Bool* inuse; member in struct:__anon42000 194 h->inuse = LibVEX_Alloc_inline(h->size * sizeof(Bool)); 208 if (h->inuse[i] && h->key[i] == key) { 227 if (h->inuse[i] && h->key[i] == key) { 240 if (!h->inuse[i]) continue; 248 h->inuse = inuse2; 255 h->inuse[h->used] = True; 600 if (!h->inuse[j]) 609 h->inuse[j] = False; 692 env->inuse[j] = False [all...] |
/external/syslinux/gpxe/src/drivers/infiniband/ |
linda.c | 438 unsigned int inuse; local 444 inuse = ( !! ( inusecheck & 0x02 ) ); 446 return ( inuse || ( check != send_check ) ); [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 682 int inuse; member in struct:omx_vdec::nativebuffer [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 676 int inuse; member in struct:omx_vdec::nativebuffer [all...] |
/hardware/qcom/media/msm8996/videopp/inc/ |
omx_vdpp.h | 824 int inuse; member in struct:omx_vdpp::nativebuffer
|
/external/curl/lib/ |
url.c | 953 if(!pipeLen && !conn->inuse) { [all...] |
urldata.h | 781 bool inuse; /* This is a marker for the connection cache logic. If this is member in struct:connectdata [all...] |
/external/e2fsprogs/e2fsck/ |
pass1.c | [all...] |