HomeSort by relevance Sort by last modified time
    Searched refs:trash (Results 1 - 25 of 28) sorted by null

1 2

  /device/google/contexthub/firmware/os/platform/stm32/lkr/
app.lkr 31 - ".trash" contains sections taht GCC simply feel like it MUST produce (link error otherwise) but we have no use for. it will be tripped
45 trash : ORIGIN = 0xF0000000, LENGTH = 256K /* we throw this away soon after linking */
136 } > trash
139 } > trash
142 } > trash
  /bionic/tools/bionicbb/
tasks.py 106 msg_service.trash(userId='me', id=msg['id']).execute()
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java 318 public void recycle(Bitmap trash) {
319 if (trash != null) {
320 mImageMap.remove(trash);
321 trash.recycle();
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 870 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes
892 {data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
893 {data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
894 {data2[:1536] + trash, 1, ErrHeader},
896 {data2[:2048] + trash[:1], 1, io.ErrUnexpectedEOF},
897 {data2[:2048] + trash[:511], 1, io.ErrUnexpectedEOF},
898 {data2[:2048] + trash, 1, ErrHeader},
900 {data2[:2560] + trash[:1], 1, io.EOF},
901 {data2[:2560] + trash[:511], 1, io.EOF},
902 {data2[:2560] + trash, 1, io.EOF}
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 870 trash := strings.Repeat("garbage ", 64) // Exactly 512 bytes
892 {data2[:1536] + trash[:1], 1, io.ErrUnexpectedEOF},
893 {data2[:1536] + trash[:511], 1, io.ErrUnexpectedEOF},
894 {data2[:1536] + trash, 1, ErrHeader},
896 {data2[:2048] + trash[:1], 1, io.ErrUnexpectedEOF},
897 {data2[:2048] + trash[:511], 1, io.ErrUnexpectedEOF},
898 {data2[:2048] + trash, 1, ErrHeader},
900 {data2[:2560] + trash[:1], 1, io.EOF},
901 {data2[:2560] + trash[:511], 1, io.EOF},
902 {data2[:2560] + trash, 1, io.EOF}
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 115 """trash - the trash """
118 trash = _Prop_trash() variable
159 'trash' : _Prop_trash,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 115 """trash - the trash """
118 trash = _Prop_trash() variable
159 'trash' : _Prop_trash,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 115 """trash - the trash """
118 trash = _Prop_trash() variable
159 'trash' : _Prop_trash,
  /external/gptfdisk/
gptcurses.cc 73 Space *trash; local
76 trash = firstSpace;
78 delete trash;
  /external/skia/bench/
SkLinearBitmapPipelineBench.cpp 92 bool trash = fM.invert(&fInvert); variable
93 sk_ignore_unused_variable(trash); variable
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 67 private static final int TRASH = 2;
409 if (mRemoveMode == FLING || mRemoveMode == TRASH) {
447 public void setTrashcan(Drawable trash) {
448 mTrashcan = trash;
449 mRemoveMode = TRASH;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
fuse.go 95 // Trash the empty blocks s0 & s1.
144 // trash b, just in case
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
fuse.go 95 // Trash the empty blocks s0 & s1.
144 // trash b, just in case
  /external/libvncserver/libvncclient/
sockets.c 301 WSADATA trash; local
304 int i=WSAStartup(MAKEWORD(2,0),&trash);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 472 final MenuItem trash = menu.findItem(R.id.delete); local
473 trash.setVisible(showDelete);
  /external/libvncserver/libvncserver/
main.c 1049 WSADATA trash; local
1050 WSAStartup(MAKEWORD(2,2),&trash);
  /external/syslinux/core/
pxelinux.asm 454 int 1Ah ; May trash registers
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py 3855 class trash(object): class in function:.test_slots_trash
    [all...]
  /external/python/cpython2/Lib/test/
test_descr.py 3894 class trash(object): class in function:.test_slots_trash
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_descr.py 3872 class trash(object): class in function:.test_slots_trash
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_descr.py 3872 class trash(object): class in function:.test_slots_trash
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 3872 class trash(object): class in function:.test_slots_trash
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 3872 class trash(object): class in function:.test_slots_trash
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
asm6.go     [all...]

Completed in 891 milliseconds

1 2