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

1 2 3

  /external/chromium_org/tools/gyp/tools/emacs/
gyp-tests.el 17 (defun fontify (filename)
24 (defun read-golden-sample (filename)
29 (defun equivalent-face (face)
37 (defun text-face-properties (s)
54 (defun create-golden-sample (filename)
61 (defun create-golden-samples ()
gyp.el 13 (when (string-match "python-mode.el" (symbol-file 'python-mode 'defun))
36 (defun gyp-set-indentation ()
75 (defun gyp-section-name (section)
94 (defun gyp-invalidate-parse-states-after (target-point)
99 (defun gyp-parse-point ()
103 (defun gyp-parse-sections ()
107 (defun gyp-inside-dictionary-p ()
111 (defun gyp-add-parse-history (point sections)
118 (defun gyp-parse-to (target-point)
164 (defun gyp-section-at-point (
    [all...]
  /external/chromium_org/tools/emacs/
trybot.el 16 (defun get-chrome-root ()
22 (defun case-corrected-filename (filename)
43 (defun trybot-fixup-win ()
71 (defun trybot-fixup-maclin ()
77 (defun trybot-fixup (type-hint)
96 (defun trybot-get-new-buffer ()
106 (defun trybot-fetch (type-hint url)
134 (defun trybot-test (type-hint filename)
141 (defun trybot-test-win ()
145 (defun trybot-test-mac (
    [all...]
flymake-chromium.el 21 (defun cr-flymake-absbufferpath ()
27 (defun cr-flymake-chromium-src ()
33 (defun cr-flymake-string-prefix-p (prefix str)
38 (defun cr-flymake-current-file-name ()
47 (defun cr-flymake-from-build-to-src-root ()
60 (defun cr-flymake-getfname (file-name-from-error-message)
64 (defun cr-flymake-ninja-command-line ()
75 (defun cr-flymake-kick-off-check-after-save ()
96 (defun cr-flymake-find-file ()
  /external/clang/utils/
clang-completion-mode.el 78 (defun current-line ()
85 (defun clang-prefix-header ()
94 (defun clang-completion-stash-filter (proc string)
98 (defun filter (condp lst)
103 (defun is-completion-line (line)
109 (defun clang-completion-display (buffer)
112 (defun fill-buffer (buffer)
135 (defun clang-completion-sentinel (proc event)
138 (defun clang-complete ()
175 (defun clang-complete-self-insert (arg
    [all...]
  /development/ide/emacs/
android-common.el 68 (defun android-find-build-tree-root ()
86 (defun android-project-p ()
92 (defun android-host ()
102 (defun android-product ()
122 (defun android-product-path ()
135 (defun android-find-host-bin (binary)
148 (defun android-adb ()
153 (defun android-fastboot ()
160 (defun android-adb-command (command &optional product)
174 (defun android-adb-shell-command (command
    [all...]
android-host.el 48 (defun android-host-key-prefix-set (var val)
68 (defun android-adb-remount ()
73 (defun android-adb-root ()
78 (defun android-adb-shell-reboot-bootloader ()
83 (defun android-adb-sync ()
92 (defun android-fastboot-sentinel (process event)
100 (defun android-fastboot-flashall (arg)
android-compile.el 49 (defun android-makefile-exists-p (directory)
55 (defun android-find-makefile (topdir)
96 (defun android-compile-filter ()
137 (defun android-compile ()
  /sdk/files/
android.el 41 (defun android-read-project-root ()
61 (defun android-jdb (port root)
81 (defun android-emulate ()
86 (defun android-install-app (apk)
98 (defun android-uninstall-app (package-name)
106 (defun android-start-activity (package class)
118 (defun android-debug-activity (package class)
  /external/clang/tools/clang-format/
clang-format.el 18 (defun clang-format-region ()
29 (defun clang-format-buffer ()
34 (defun clang-format (begin end)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cadlisp.php 58 'cons','cos','cvunit','defun','defun-q','defun-q-list-ref',
59 'defun-q-list-set','dictadd','dictnext','dictremove','dictrename',
80 'vl-acad-defun','vl-acad-undefun','vl-arx-import','vlax-3D-point',
lisp.php 53 'not','defun','princ','when',
  /external/libffi/doc/
libffi.texi 128 @defun ffi_status ffi_prep_cif (ffi_cif *@var{cif}, ffi_abi @var{abi}, unsigned int @var{nargs}, ffi_type *@var{rtype}, ffi_type **@var{argtypes})
150 @end defun
157 @defun void ffi_call (ffi_cif *@var{cif}, void *@var{fn}, void *@var{rvalue}, void **@var{avalues})
174 @end defun
441 @defun void *ffi_closure_alloc (size_t @var{size}, void **@var{code})
447 @end defun
450 @defun void ffi_closure_free (void *@var{writable})
453 @end defun
461 @defun ffi_status ffi_prep_closure_loc (ffi_closure *@var{closure}, ffi_cif *@var{cif}, void (*@var{fun}) (ffi_cif *@var{cif}, void *@var{ret}, void **@var{args}, void *@var{user_data}), void *@var{user_data}, void *@var{codeloc})
501 @end defun
    [all...]
  /system/core/sh/
exec.h 76 void defun(char *, union node *);
  /external/valgrind/main/coregrind/m_demangle/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
ansidecl.h 112 CONST, VOLATILE, SIGNED, PROTO, EXFUN, DEFUN, DEFUN_VOID,
199 #define DEFUN(name, arglist, args) name(args)
238 #define DEFUN(name, arglist, args) name arglist args;

Completed in 479 milliseconds

1 2 3