/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/function/ |
strfns.py | 20 import re namespace 100 r = re.compile(regex.string())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
glob.py | 5 import re namespace 92 magic_check = re.compile('[*?[]')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
glob.py | 5 import re namespace 92 magic_check = re.compile('[*?[]')
|
/system/core/toolbox/ |
generate-input.h-labels.py | 20 import re namespace 37 r = re.compile(r'#define\s+(\S+)\s+((?:0x)?\d+)')
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
ComplexFormat.java | 32 * Formats a Complex number in cartesian format "Re(c) + Im(c)i". 'i' can 131 * @return A formatted number in the form "Re(c) + Im(c)i" 153 double re = complex.getReal(); local 154 formatDouble(re, getRealFormat(), toAppendTo, pos); 279 Number re = parseNumber(source, getRealFormat(), pos); local 280 if (re == null) { 295 return new Complex(re.doubleValue(), 0.0); 328 return new Complex(re.doubleValue(), im.doubleValue() * sign);
|
/external/lldb/scripts/Python/ |
modify-python-lldb.py | 24 import sys, re, StringIO namespace 40 doxygen_comment_start = re.compile("^\s*(/// ?)") 59 one_liner_docstring_pattern = re.compile('^(%s|%s)""".*"""$' % (TWO_SPACES, EIGHT_SPACES)) 282 """Call this when you're finished with populating content.""" 294 class_pattern = re.compile("^class (SB.*)\(_object\):$") 297 init_pattern = re.compile("^ def __init__\(self.*\):") 300 isvalid_pattern = re.compile("^ def IsValid\(")
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
gen_xmlpool.py | 5 import re namespace 144 reLibintl_h = re.compile (r'#\s*include\s*<libintl.h>') 145 reDESC = re.compile (r'(\s*DRI_CONF_DESC\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 146 reDESC_BEGIN = re.compile (r'(\s*DRI_CONF_DESC_BEGIN\s*\(\s*)([a-z]+)(\s*,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 147 reENUM = re.compile (r'(\s*DRI_CONF_ENUM\s*\([^,]+,\s*)(gettext\s*\(\s*")(.*)("\s*\))(\s*\)[ \t]*\\?)$') 148 reDESC_END = re.compile (r'\s*DRI_CONF_DESC_END')
|
/external/owasp/sanitizer/tools/ |
cut_release.py | 8 import re namespace 84 "timestamp": re.sub(r"[^.\d]|\.\d+", "", inner_text(date_element)) 88 return re.sub(r"\+\+\+(\w+)\+\+\+", lambda m: fields[m.group(1)], s) 127 indentation = re.match(r"^\s*", line).group() 128 matches = re.findall(r"(<!--##REPLACE##(.*)##END##-->)", line) 134 matches = re.findall("##DUPE##(.*)##END##", line)
|
/external/v8/test/mjsunit/bugs/ |
bug-617.js | 38 var re = /foo/; variable 40 re.exec = make_sure_we_dont_get_here; 42 re("foo");
|
/external/v8/test/mjsunit/regress/ |
regress-227.js | 28 var re = /\u23a1|x/; variable 29 var res = re.exec("!"); 32 res = re.exec("!x");
|
/external/v8/test/webkit/fast/regex/ |
alternative-length-miscalculation.js | 28 var re = /b|[^b]/g; variable 29 re.lastIndex = 1; 30 shouldBe("re.exec('a')", "null");
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dpSink.java | 140 } catch (Exception re) { 141 Log.e(TAG,"",re); 151 } catch (Exception re) { 152 Log.e(TAG,"",re); 207 } catch (Exception re) { 208 Log.e(TAG,"",re);
|
BluetoothAvrcpController.java | 81 } catch (Exception re) { 82 Log.e(TAG,"",re); 92 } catch (Exception re) { 93 Log.e(TAG,"",re); 149 } catch (Exception re) { 150 Log.e(TAG,"",re);
|
BluetoothPbap.java | 122 } catch (Exception re) { 123 Log.e(TAG,"",re); 133 } catch (Exception re) { 134 Log.e(TAG,"",re); 200 } catch (Exception re) { 201 Log.e(TAG,"",re);
|
BluetoothSap.java | 102 } catch (Exception re) { 103 Log.e(TAG,"",re); 113 } catch (Exception re) { 114 Log.e(TAG,"",re); 182 } catch (Exception re) { 183 Log.e(TAG,"",re);
|
/frameworks/base/core/java/com/android/server/backup/ |
SystemBackupAgent.java | 87 } catch (RemoteException re) { 88 Slog.e(TAG, "Couldn't get wallpaper name\n" + re); 138 } catch (RemoteException re) { 139 Slog.e(TAG, "Couldn't restore settings\n" + re); 185 } catch (RemoteException re) { 186 Slog.e(TAG, "Couldn't restore settings\n" + re);
|
/frameworks/native/libs/ui/ |
Android.mk | 30 # that they're non-portable as long as they're consistent within one execution 67 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|