Searched refs:re (Results 1 - 25 of 1591) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jar ... zxing.NotFoundException com.google.zxing.ReaderException re com.google.zxing.Reader reader int i ...
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeHandler.java77 } catch (ReaderException re) {
/external/zlib/
H A DAndroid.mk73 # step towards killing libunz. If you're reading this in the K release or
/external/webrtc/
H A Dandroid-webrtc.mk18 # we might need to re-organize them
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action.sh54 sudo ip ro re default via "$goipaddr"
/external/wpa_supplicant_8/wpa_supplicant/utils/
H A Dlog2pcap.py10 import sys, struct, re namespace
36 frame_re = re.compile(r'(([0-9]+.[0-9]{6}):\s*)?nl80211: MLME event frame - hexdump\(len=[0-9]*\):((\s*[0-9a-fA-F]{2})*)')
/external/vixl/tools/
H A Dgenerate_simulator_traces.py32 import re namespace
H A Dgit.py27 import re namespace
37 match = re.search("^\* (.*)$", branches, re.MULTILINE)
48 match = re.search('^[0-9a-fA-F]{40}$', commit, re.MULTILINE)
71 untracked_regexp = re.compile('\?\?.*(src/|test/|tools/).*(.cc$|.h$)')
H A Dpresubmit.py32 import re namespace
199 CPP_EXT_REGEXP = re.compile('\.(cc|h)$')
200 SIM_TRACES_REGEXP = re.compile('test-simulator-traces-a64\.h$')
H A Dtest.py32 import re namespace
128 names = filter(re.compile(f).search, names)
147 # Update the progress counter with the name of the test we're about to run.
H A Dutil.py30 import re namespace
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_defs.c956 AMD64Instr* AMD64Instr_SseReRg ( AMD64SseOp op, HReg re, HReg rg ) { argument
960 i->Ain.SseReRg.src = re;
991 //uu AMD64Instr* AMD64Instr_AvxReRg ( AMD64SseOp op, HReg re, HReg rg ) {
995 //uu i->Ain.AvxReRg.src = re;
1453 /* Ditto re %r11 */
1458 /* Ditto re %r11 and %rbp (the baseblock ptr) */
2717 /* We're generating chain-me requests here, so we need to be
2758 /* VG_(disp_cp_chain_me_to_{slowEP,fastEP}) (where we're calling
2785 /* We're generating transfers that could lead indirectly to a
3468 /* This is heavily asserted re instructio
[all...]
H A Dhost_x86_defs.c887 X86Instr* X86Instr_SseReRg ( X86SseOp op, HReg re, HReg rg ) { argument
891 i->Xin.SseReRg.src = re;
2437 /* We're generating chain-me requests here, so we need to be
2462 /* VG_(disp_cp_chain_me_to_{slowEP,fastEP}) (where we're calling
2487 /* We're generating transfers that could lead indirectly to a
2705 /* see comment in hdefs.h re this insn */
2774 /* we're OK, can do it directly */
3269 /* This is heavily asserted re instruction lengths. It needs to
3338 we can tell if we're inconsistent. */
3351 /* What we're expectin
[all...]
/external/valgrind/main/drd/tests/
H A Dtc15_laog_lockdel.stderr.exp4 Free 2 and re-allocate it. This gives it a new identity,
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S66 mov $0xff, %bh # re-load top as a hackish 8-bit counter
101 jnz test_flags # re-load flags
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S103 bne test_flags @ if not, re-load flags
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S93 ori 11,11,0xff00 # re-load top as a hackish
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S58 mov $0xff, %bh # re-load top as a hackish 8-bit counter
93 jnz test_flags # re-load flags
/external/valgrind/main/helgrind/tests/
H A Dtc15_laog_lockdel.stderr.exp28 Free 2 and re-allocate it. This gives it a new identity,
/external/valgrind/main/massif/tests/
H A Drealloc.stderr.exp26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0)
/external/valgrind/main/memcheck/tests/
H A Dclireq_nofill.stderr.exp3 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
9 Address 0x........ is 0 bytes inside a recently re-allocated block of size 40 alloc'd
H A Dcustom_alloc.stderr.exp77 Address 0x........ is 1 bytes before a recently re-allocated block of size 10 alloc'd
84 Address 0x........ is 8 bytes before a recently re-allocated block of size 10 alloc'd
91 Address 0x........ is 0 bytes after a recently re-allocated block of size 10 alloc'd
98 Address 0x........ is 7 bytes after a recently re-allocated block of size 10 alloc'd
105 Address 0x........ is 8 bytes after a recently re-allocated block of size 10 alloc'd
H A Derr_disable1.stderr.exp18 --------- re-enabled (expect 1) ---------
/external/tcpdump/
H A Dconfigure136 # into an infinite loop, continuously re-executing ourselves.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
256 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
488 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
945 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
3391 # HP C, which is what we presume we're using, doesn't
3402 # MIPS C, which is what we presume we're using, doesn't
3438 # The DEC C compiler, which is what we presume we're
4757 # DLPI needs putmsg under HPUX so test for -lstr while we're a
[all...]
/external/stlport/src/
H A Dcomplex.cpp168 _Tp re = z._M_re; local
170 _Tp mag = ::hypot(re, im);
175 } else if (re > 0.f) {
176 result._M_re = ::sqrt(0.5f * (mag + re));
179 result._M_im = ::sqrt(0.5f * (mag - re));

Completed in 4721 milliseconds

1234567891011>>