Searched defs:add (Results 1 - 25 of 928) sorted by relevance

1234567891011>>

/prebuilts/misc/common/swig/include/2.0.11/chicken/
H A Dmulti-generic.scm13 ;; An alternative to loading this scheme code directly is to add a
49 (add-method compute-apply-generic
60 (add-method compute-methods
79 (add-method compute-method-more-specific?
117 (define multi-add-method
143 (define (multi-add-global-method val sym specializers proc)
145 (multi-add-method generic (make-method specializers proc))
149 ;; (define old-add-method ##tinyclos#add-method)
151 (set! ##tinyclos#add
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DBastion.py139 def add(self, n): member in class:_test.Original
148 b.add(81)
149 b.add(18)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DWindowList.py9 def add(self, window): member in class:WindowList
62 registry.add(self)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DBastion.py139 def add(self, n): member in class:_test.Original
148 b.add(81)
149 b.add(18)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DWindowList.py9 def add(self, window): member in class:WindowList
62 registry.add(self)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dmisc.py18 def add(self, elt): member in class:Set
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dbtm_matcher.py45 match_nodes = self.add(linear, start=self.root)
49 def add(self, pattern, start): member in class:BottomMatcher
60 #add all alternatives, and add the rest of the pattern
62 end_nodes = self.add(alternative, start=start)
64 match_nodes.extend(self.add(pattern[1:], end))
78 end_nodes = self.add(pattern[1:], start=next_node)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dmisc.py18 def add(self, elt): member in class:Set
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dbtm_matcher.py45 match_nodes = self.add(linear, start=self.root)
49 def add(self, pattern, start): member in class:BottomMatcher
60 #add all alternatives, and add the rest of the pattern
62 end_nodes = self.add(alternative, start=start)
64 match_nodes.extend(self.add(pattern[1:], end))
78 end_nodes = self.add(pattern[1:], start=next_node)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
H A Dobj.h17 void *(*add)(void *v1, void *v2); member in struct:isl_obj_vtable
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
H A Dobj.h17 void *(*add)(void *v1, void *v2); member in struct:isl_obj_vtable
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/linux/
H A Dsysdev.h39 int (*add)(struct sys_device *); member in struct:sysdev_driver

Completed in 692 milliseconds

1234567891011>>