Searched refs:register (Results 226 - 250 of 511) sorted by relevance

1234567891011>>

/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnescapeTransliterator.java51 static void register() { method in class:UnescapeTransliterator
/external/libmojo/third_party/catapult/devil/devil/android/perf/
H A Dperf_control.py38 atexit.register(logging.warning, message)
/external/libunwind/doc/
H A Dunw_create_addr_space.tex154 from or write to a scalar (non-floating-point) CPU register. The
155 index of the register to be accessed is passed in argument
156 \Var{regnum}. To read a register, \Prog{libunwind} sets argument
158 the read value. To write a register, \Prog{libunwind} sets argument
173 from or write to a floating-point CPU register. The index of the
174 register to be accessed is passed in argument \Var{regnum}. To read a
175 register, \Prog{libunwind} sets argument \Var{write} to zero and
177 receives the read value. To write a register, \Prog{libunwind} sets
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dssim_opt_x86_64.asm27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py129 atexit.register(_RemoveTempDir)
/external/python/cpython2/Lib/
H A Dabc.py70 directly, and then acts as a mix-in class. You can also register
105 def register(cls, subclass): member in class:ABCMeta
108 raise TypeError("Can only register classes")
112 # this means we allow X.register(X) and interpret it as a no-op.
/external/python/cpython3/Lib/
H A Dabc.py114 directly, and then acts as a mix-in class. You can also register
151 def register(cls, subclass): member in class:ABCMeta
157 raise TypeError("Can only register classes")
161 # this means we allow X.register(X) and interpret it as a no-op.
246 with every call to ``register()`` on any ABC.
H A Dfunctools.py756 implementations can be registered using the register() attribute of the
787 def register(cls, func=None): function in function:singledispatch
788 """generic_func.register(cls, func) -> func
795 return lambda f: register(cls, f)
806 wrapper.register = register
/external/python/cpython3/Lib/concurrent/futures/
H A Dthread.py41 atexit.register(_python_exit)
/external/python/futures/concurrent/futures/
H A Dthread.py49 atexit.register(_python_exit)
/external/selinux/libselinux/utils/
H A DMakefile28 -Wredundant-decls -Wnested-externs -Winline -Winvalid-pch -Wvolatile-register-var \
/external/tensorflow/tensorflow/contrib/rnn/python/tools/
H A Dcheckpoint_convert.py265 parser.register('type', 'bool', lambda v: v.lower() == 'true')
/external/tensorflow/tensorflow/contrib/session_bundle/example/
H A Dexport_half_plus_two.py146 parser.register("type", "bool", lambda v: v.lower() == "true")
/external/tensorflow/tensorflow/python/debug/examples/
H A Ddebug_mnist.py144 parser.register("type", "bool", lambda v: v.lower() == "true")
/external/tensorflow/tensorflow/tools/test/
H A Drun_and_gather_logs.py101 parser.register(
/external/toolchain-utils/cros_utils/
H A Dcommand_executer.py117 my_poll.register(p.stdout, select.POLLIN)
118 my_poll.register(p.stderr, select.POLLIN)
613 poll.register(outfd, select.POLLIN | select.POLLPRI)
619 poll.register(errfd, select.POLLIN | select.POLLPRI)
/external/v8/testing/gtest/test/
H A Dgtest_test_utils.py144 atexit.register(_RemoveTempDir)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_test_utils.py144 atexit.register(_RemoveTempDir)
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java64 * The MethodAnalyzer performs several functions. It "analyzes" the instructions and infers the register types
65 * for each register, it can deodex odexed instructions, and it can verify the bytecode. The analysis and verification
94 // register types for this instruction to the parameter types, in order to have them propagate to all of its
148 //if this isn't a static method, determine which register is the "this" register and set the type to the
153 //if this is a constructor, then set the "this" register to an uninitialized reference of the current class
196 //register information now, so let's restore the original odexed instruction and
241 //that operate on a null register, and thus always throw an NPE. They can also be any sort of odex instruction
606 * object register being null
1266 for (int register
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm153 ; Size of a register
163 ; ALIGN_STACK <alignment> <register>
167 ; This macro uses one temporary register, which is not preserved, and thus
179 ; its register usage. YASM doesn't recognize these directives, so we just
/external/python/cpython2/Lib/idlelib/
H A DRemoteDebugger.py188 rpchandler.register(idb_adap_oid, idb_adap)
358 rpcclt.register(gui_adap_oid, gui_adap)
/external/python/cpython3/Lib/idlelib/
H A Ddebugger_r.py192 rpchandler.register(idb_adap_oid, idb_adap)
367 rpcclt.register(gui_adap_oid, gui_adap)
/external/python/cpython3/Lib/multiprocessing/
H A Dutil.py77 atexit.register(_exit_function)
316 atexit.register(_exit_function)
/external/vixl/tools/test_generator/
H A Dgenerator.py133 'register_is_low': lambda register:
134 register in ["r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7"]
172 # ('rd', ['r0', 'r1', ...]), # All register variants.
173 # ('rn', ['r0']) # Default register variant (r0).
532 # exclude all register operands from the list of available scratch
/external/zlib/src/contrib/delphi/
H A Dzlibd32.mak7 # This project uses the Delphi (fastcall/register) calling convention:

Completed in 1060 milliseconds

1234567891011>>