/external/bison/djgpp/ |
djunpack.bat | 38 Rem If their environment space is too small, re-exec with a larger one
|
/external/emma/core/java12/com/vladium/emma/rt/ |
AppRunner.java | 578 catch (RuntimeException re) 580 failure = re; // should be EMMARuntimeException only if there are no errors above [all...] |
/external/icu/icu4c/source/data/mappings/ |
ucmfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
DWARFDebugInfo.cpp | 791 DWARFDebugInfo::Find(RegularExpression& re, vector<dw_offset_t>& die_offsets) const 794 FindCallbackStringInfo info = { NULL, false, &re, die_offsets };
|
/external/lldb/test/unittest2/test/ |
test_discovery.py | 2 import re namespace 344 msg = re.escape(r"'foo' module incorrectly imported from %r. Expected %r. "
|
/external/llvm/utils/lit/lit/ |
main.py | 10 import math, os, platform, random, re, sys, time namespace 325 rex = re.compile(opts.filter)
|
/external/mesa3d/docs/ |
MESA_drm_image.spec | 131 resource. This is fine when we're creating the EGLImage from
|
/external/protobuf/gtest/test/ |
run_tests_util_test.py | 36 import re namespace 174 executable = re.sub(r'\.exe$', '', executable)
|
/external/v8/test/mjsunit/harmony/ |
array-of.js | 139 // The assignment is strict even if the code we're calling from is not strict.
|
/external/v8/test/mjsunit/ |
migrations.js | 259 name: "delete and re-add property",
|
/external/v8/test/webkit/fast/js/ |
regexp-unicode-handling.js | 30 // Regex to match Re in various languanges straight from Gmail source 31 var I3=/^\s*(fwd|re|aw|antw|antwort|wg|sv|ang|odp|betreff|betr|transf|reenv\.|reenv|in|res|resp|resp\.|enc|\u8f6c\u53d1|\u56DE\u590D|\u041F\u0435\u0440\u0435\u0441\u043B|\u041E\u0442\u0432\u0435\u0442):\s*(.*)$/i; 38 // Strips leading Re or similar (from Gmail source) 56 shouldBe("cy('Re: Moose')", "'Moose'")
|
/frameworks/base/core/java/android/accounts/ |
ChooseTypeAndAccountActivity.java | 153 } catch (RemoteException re) { 155 Log.w(getClass().getSimpleName(), "Unable to get caller identity \n" + re); local
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 247 } catch (Exception re) { 248 Log.e(TAG,"",re); [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
PageContentRepository.java | 492 } catch (RemoteException re) { 688 } catch (RemoteException re) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsUsageMonitor.java | 595 } catch (RemoteException re) { 596 throw new SecurityException("Unknown package " + pkg + "\n" + re);
|
/ndk/build/core/ |
main.mk | 29 # for the case when we're invoked from the NDK install path
|
/ndk/toolchains/arm-linux-androideabi-clang3.4/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/arm-linux-androideabi-clang3.5/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventView.java | 756 // If we're making an exception we don't want it to be a repeating [all...] |
/packages/apps/Settings/src/com/android/settings/accessibility/ |
AccessibilitySettings.java | 300 } catch (RemoteException re) { 539 } catch (RemoteException re) {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 9 import re namespace 24 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]') 331 Any fields deleted and re-inserted are always appended to the header 341 Any fields deleted and re-inserted are always appended to the header 351 Any fields deleted and re-inserted are always appended to the header 377 re-inserted are always appended to the header list. 624 The header will be re-written in place without the parameter or its
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 17 import re namespace 130 # 0: re-use last group ad infinitum 182 _percent_re = re.compile(r'%(?:\((?P<key>.*?)\))?' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httpservers.py | 9 import re namespace 94 HTTPResponseMatch = re.compile('HTTP/1.[0-9]+ 200 OK')
|
test_multibytecodec_support.py | 9 import re namespace 320 uc = re.findall('<a u="([A-F0-9]{4})" b="([0-9A-F ]+)"/>', ucmdata)
|
test_runpy.py | 6 import re namespace 58 loader = "Now you're just being silly" 324 msg = re.escape(msg)
|