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

  /external/libmtp/examples/
detect.c 123 uint16_t *filetypes; local
167 ret = LIBMTP_Get_Supported_Filetypes(device, &filetypes, &filetypes_len);
171 printf("libmtp supported (playable) filetypes:\n");
173 fprintf(stdout, " %s\n", LIBMTP_Get_Filetype_Description(filetypes[i]));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 528 filetypes = [ variable in class:IOBinding
538 filetypes=self.filetypes)
560 filetypes=self.filetypes)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 528 filetypes = [ variable in class:IOBinding
538 filetypes=self.filetypes)
560 filetypes=self.filetypes)

Completed in 251 milliseconds