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

1 2

  /external/chromium_org/tools/emacs/
chrome-filetypes.el 5 ; (require 'chrome-filetypes)
16 (provide 'chrome-filetypes)
  /external/chromium_org/tools/vim/
filetypes.vim 3 " so /path/to/src/tools/vim/filetypes.vim
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 19 # - filetypes: sequence of (label, pattern) tuples. the same pattern
49 # make sure "filetypes" is a tuple
50 self.options["filetypes"] = tuple(self.options["filetypes"])
202 openfilename=askopenfilename(filetypes=[("all files", "*")])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 19 # - filetypes: sequence of (label, pattern) tuples. the same pattern
49 # make sure "filetypes" is a tuple
50 self.options["filetypes"] = tuple(self.options["filetypes"])
202 openfilename=askopenfilename(filetypes=[("all files", "*")])
  /external/llvm/utils/
UpdateCMakeLists.pl 7 my @fileTypes = ("cpp", "c");
33 foreach my $x (@fileTypes) {
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
SelectFileDialog.java 50 * Creates and starts an intent based on the passed fileTypes and capture value.
51 * @param fileTypes MIME types requested (i.e. "image/*")
56 private void selectFile(String[] fileTypes, boolean capture, WindowAndroid window) {
57 mFileTypes = new ArrayList<String>(Arrays.asList(fileTypes));
68 // Quick check - if the |capture| parameter is set and |fileTypes| has the appropriate MIME
  /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/
configHelpSourceEdit.py 77 filetypes = [
94 opendialog = tkFileDialog.Open(parent=self, filetypes=filetypes)
IOBinding.py 528 filetypes = [ variable in class:IOBinding
538 filetypes=self.filetypes)
560 filetypes=self.filetypes)
help.txt 149 configuration GUI supports .chm, along with any other filetypes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 77 filetypes = [
94 opendialog = tkFileDialog.Open(parent=self, filetypes=filetypes)
IOBinding.py 528 filetypes = [ variable in class:IOBinding
538 filetypes=self.filetypes)
560 filetypes=self.filetypes)
help.txt 149 configuration GUI supports .chm, along with any other filetypes
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 5 <key>fileTypes</key>
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Constants.java 39 /** The column that used to be used to reject system filetypes */
  /external/clang/www/analyzer/
release_notes.html 261 FileTypes = (
267 Change the &quot;FileTypes&quot; entry to:
269 FileTypes = (
  /external/libmtp/src/
libmtp.h 63 * The filetypes defined here are the external types used
119 * For filetypes that can be either audio
138 * For filetypes that can be either audio
    [all...]
libmtp.h.in 62 * The filetypes defined here are the external types used
117 * For filetypes that can be either audio
136 * For filetypes that can be either audio
libmtp.c 62 * This is a mapping between libmtp internal MTP filetypes and
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 308 // Check the returned filetypes
325 // Check the returned filetypes for the thumbnails
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 550 // 2) Filetypes marked "always open." If the user just wants this file opened,
  /external/chromium_org/chrome/installer/util/
shell_util.h 461 // Registers Chrome as a potential default browser and handler for filetypes
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 625 set f [tk_getSaveFile -filetypes $types -title "Write Screen To..."]
  /external/grub/
NEWS 483 other filetypes pretty much should. (certainly chain-loading works
  /external/libmtp/
ChangeLog 277 filetypes.
    [all...]

Completed in 402 milliseconds

1 2