HomeSort by relevance Sort by last modified time
    Searched defs:register (Results 1 - 25 of 861) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/ddm/
DdmRegister.java 31 * Register handlers for all known chunk types.
48 DdmHandleHello.register();
49 DdmHandleThread.register();
50 DdmHandleHeap.register();
51 DdmHandleNativeHeap.register();
52 DdmHandleProfiling.register();
53 DdmHandleExit.register();
54 DdmHandleViewDebug.register();
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
main.go 11 func register(name string, f func()) { func
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
main.go 11 func register(name string, f func()) { func
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
main.go 11 func register(name string, f func()) { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
main.go 11 func register(name string, f func()) { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
main.go 11 func register(name string, f func()) { func
  /prebuilts/go/linux-x86/src/runtime/testdata/testprognet/
main.go 11 func register(name string, f func()) { func
  /libcore/ojluni/src/main/java/java/nio/file/
Watchable.java 34 * <p> This interface defines the {@link #register register} method to register
42 * @see Path#register
89 WatchKey register(WatchService watcher, method in interface:Watchable
101 * watchable.{@link #register(WatchService,WatchEvent.Kind[],WatchEvent.Modifier[]) register}(watcher, events, new WatchEvent.Modifier[0]);
125 WatchKey register(WatchService watcher, WatchEvent.Kind<?>... events) method in interface:Watchable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
abc.py 70 directly, and then acts as a mix-in class. You can also register
105 def register(cls, subclass): member in class:ABCMeta
106 """Register a virtual subclass of an ABC."""
108 raise TypeError("Can only register classes")
112 # this means we allow X.register(X) and interpret it as a no-op.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
abc.py 70 directly, and then acts as a mix-in class. You can also register
105 def register(cls, subclass): member in class:ABCMeta
106 """Register a virtual subclass of an ABC."""
108 raise TypeError("Can only register classes")
112 # this means we allow X.register(X) and interpret it as a no-op.
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
Marshal.java 62 * Register this Marshal with Envelope
67 public void register(SoapSerializationEnvelope envelope); method in interface:Marshal
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowDynamicIndexableContentMonitor.java 12 * {@link DynamicIndexableContentMonitor#register} calls {@link UserManager#isUserUnlocked()}, which
20 public void register(Activity activity, int loaderId) { method in class:ShadowDynamicIndexableContentMonitor
  /prebuilts/gdb/darwin-x86/lib/python2.7/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /prebuilts/gdb/linux-x86/lib/python2.7/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
atexit.py 5 One public function, register, is defined.
8 __all__ = ["register"]
37 def register(func, *targs, **kargs): function
38 """register a function to be executed upon normal program termination
51 register(sys.exitfunc)
62 register(x1)
63 register(x2, 12)
64 register(x3, 5, "bar")
65 register(x3, "no kwd args")
  /external/apache-http/src/org/apache/http/protocol/
HttpRequestHandlerRegistry.java 64 public void register(final String pattern, final HttpRequestHandler handler) { method in class:HttpRequestHandlerRegistry
65 matcher.register(pattern, handler);
  /external/guice/core/src/com/google/inject/spi/
TypeEncounter.java 96 void register(MembersInjector<? super I> membersInjector); method in interface:TypeEncounter
102 void register(InjectionListener<? super I> listener); method in interface:TypeEncounter
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeComponent.java 31 void register(); method in interface:VolumeComponent
  /cts/tests/openglperf2/
cob_exporter.py 66 def register(): function
75 register()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 1 """distutils.command.register
3 Implements the Distutils 'register' command (register with the repository).
19 class register(PyPIRCCommand): class in inherits:PyPIRCCommand
21 description = ("register the distribution with the Python package index")
41 check_options = {'strict': ('register', self.strict),
42 'restructuredtext': ('register', 1)}
62 warn("distutils.command.register.check_metadata is deprecated, \
125 2. register as a new user, or
145 2. register as a new user,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
DebuggeeRegister.java 53 * debuggee to register
55 public void register(DebuggeeWrapper debuggee) { method in class:DebuggeeRegister
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_registration_machine.py 42 # Register all responses used by this machine.
54 self.register()
123 def register(self): member in class:NetworkRegistrationMachine
125 Register to the currently selected network operator.

Completed in 2196 milliseconds

1 2 3 4 5 6 7 8 91011>>