/bionic/libc/kernel/tools/ |
clean_header.py | 72 import sys, cpp, kernel, glob, os, re, getopt namespace 115 m = re.match(r"asm-([\w\d_\+\.\-]+)(/.*)", src_path) 124 m_uapi = re.match(r"(uapi)/([\w\d_\+\.\-]+)(/.*)", src_path) 127 m_uapi_arch = re.match(r"asm-([\w\d_\+\.\-]+)", m_uapi.group(2))
|
/external/aac/libFDK/include/ |
cplx_mul.h | 132 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); 190 cplxMultDiv2(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); 235 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im); 262 cplxMult(c_Re, c_Im, a_Re, a_Im, w.v.re, w.v.im);
|
/external/aac/libFDK/src/mips/ |
fft_rad2_mips.cpp | 127 x[2*i] = dout[i].re<<1;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 301 @catch (ANTLRRecognitionException *re) { 302 [self reportError:re]; 303 [self recover:input Exception:re]; 305 retval.tree = (ANTLRCommonTree *)[treeAdaptor errorNode:input From:retval.start To:[input LT:-1] Exception:re]; 366 @catch (ANTLRRecognitionException *re) { 367 [self reportError:re]; 368 [self recover:input Exception:re]; 370 retval.tree = (ANTLRCommonTree *)[treeAdaptor errorNode:input From:retval.start To:[input LT:-1] Exception:re];
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.py | 13 def recover(self, input, re):
|
t004lexer.py | 16 def reportError(self, re): 18 raise re
|
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/ |
byterange.py | 1 import re namespace 5 _rx_range = re.compile('bytes *= *(\d*) *- *(\d*)', flags=re.I) 6 _rx_content_range = re.compile(r'bytes (?:(\d+)-(\d+)|[*])/(?:(\d+)|[*])')
|
/external/chromium-trace/trace-viewer/tracing/build/ |
update_gypi.py | 7 import re namespace 94 return re.compile(regexp_str, re.MULTILINE | re.DOTALL)
|
/external/lldb/test/pexpect-2.4/examples/ |
monitor.py | 26 import os, sys, time, re, getopt, getpass namespace 140 child.match = re.search('([0-9]+)\s+day',duration) 143 child.match = re.search('([0-9]+):([0-9]+)',duration) 147 child.match = re.search('([0-9]+)\s+min',duration)
|
/external/lldb/test/ |
redo.py | 7 tests which need to be re-run. 19 import re namespace 28 # will be considered for re-run. Examples: ['X86_64', 'clang']. 47 -F : only consider the test for re-run if the session filename conatins the filename component 75 filter_pattern = re.compile("^\./dotest\.py.*-f (.*)$") 76 comp_pattern = re.compile(" -C ([^ ]+) ") 77 arch_pattern = re.compile(" -A ([^ ]+) ")
|
/external/lldb/utils/git-svn/ |
convert.py | 14 import os, re, sys namespace
|
/external/ltrace/ |
filter.h | 76 /* Create a matcher that matches library name. RE is owned and 81 regex_t re);
|
/external/markdown/markdown/extensions/ |
toc.py | 13 import re namespace 35 header_rgx = re.compile("[Hh][123456]") 127 value = unicode(re.sub('[^\w\s-]', '', value).strip().lower()) 128 return re.sub('[-\s]+','-',value)
|
/external/protobuf/gtest/test/ |
gtest_xml_test_utils.py | 36 import re namespace 161 time.value = re.sub(r"^\d+(\.\d+)?$", "*", time.value) 166 cdata = re.sub(r"^.*[/\\](.*:)\d+\n", "\\1*\n", child.nodeValue) 168 child.nodeValue = re.sub(r"\nStack trace:\n(.|\n)*",
|
/external/vixl/tools/ |
util.py | 31 import re namespace
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 201 } catch (RemoteException re) { 202 Log.e(LOG_TAG, "Error while calling remote getWindow", re); 243 } catch (RemoteException re) { 244 Log.e(LOG_TAG, "Error while calling remote getWindows", re); 308 } catch (RemoteException re) { 310 + " findAccessibilityNodeInfoByAccessibilityId", re); 355 } catch (RemoteException re) { 357 + " findAccessibilityNodeInfoByViewIdInActiveWindow", re); 403 } catch (RemoteException re) { 405 + " findAccessibilityNodeInfosByViewText", re); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 485 import re namespace 506 mo = re.search(errtext, str(err)) 525 source = re.sub('(?m)^ *:', '', """\ 540 source = re.sub('(?m)^ *:', '', """\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
rolequery.py | 20 import re namespace
|
typeattrquery.py | 20 import re namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/ |
rolequery.py | 20 import re namespace
|
typeattrquery.py | 20 import re namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_syntax.py | 485 import re namespace 506 mo = re.search(errtext, str(err)) 525 source = re.sub('(?m)^ *:', '', """\ 540 source = re.sub('(?m)^ *:', '', """\
|
/external/chromium-trace/agents/ |
atrace_agent.py | 6 import re namespace 213 if re.match(TRACE_START_REGEXP, current_line): 225 current_line = re.sub(ADB_IGNORE_REGEXP, '', current_line) 241 current_line = re.sub(ADB_IGNORE_REGEXP, '', current_line) 447 parts = re.split('USER +PID +PPID +VSIZE +RSS +WCHAN +PC +NAME', 514 trace_data = re.sub(r'^\s*(\S+)-(\d+)', repl, trace_data, 515 flags=re.MULTILINE) 538 buffer_start_re = re.compile(r'^#+ CPU \d+ buffer started', re.MULTILINE) 551 end_of_header = re.search(r'^[^#]', out, re.MULTILINE).start( [all...] |
/external/smali/smali/src/main/java/org/jf/smali/ |
smaliParser.java | 733 catch (RecognitionException re) { 734 reportError(re); 735 recover(input,re); 736 retval.tree = (CommonTree)adaptor.errorNode(input, retval.start, input.LT(-1), re); [all...] |
/bionic/libc/tools/ |
check-symbols-glibc.py | 20 import re namespace 31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) 127 # Some standard stuff isn't yet in the versions of glibc we're using.
|