HomeSort by relevance Sort by last modified time
    Searched refs:re (Results 1151 - 1175 of 1775) sorted by null

<<41424344454647484950>>

  /ndk/toolchains/arm-linux-androideabi-4.9/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /ndk/toolchains/x86-clang3.4/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /ndk/toolchains/x86-clang3.5/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /ndk/toolchains/x86_64-clang3.5/
setup.mk 19 # its purpose is to define (or re-define) templates used to build
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileDialogFragment.java 285 } catch (RemoteException re) {
286 Log.e(TAG, "Caught exception while switching user! ", re);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
mpc.h 105 mpfr_t re; member in struct:__anon29714
245 #define mpc_realref(x) ((x)->re)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
mpc.h 105 mpfr_t re; member in struct:__anon31576
245 #define mpc_realref(x) ((x)->re)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
mpc.h 105 mpfr_t re; member in struct:__anon33637
245 #define mpc_realref(x) ((x)->re)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 9 import sys, os, re namespace
122 # run the command: do whatever it is we're here to do,
235 setattr(self, option, re.split(r',\s*|\s+', val))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
uuid.py 342 import os, re namespace
359 if re.match('([0-9a-f][0-9a-f]-){5}[0-9a-f][0-9a-f]', value):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 9 import sys, os, re namespace
122 # run the command: do whatever it is we're here to do,
235 setattr(self, option, re.split(r',\s*|\s+', val))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
uuid.py 342 import os, re namespace
359 if re.match('([0-9a-f][0-9a-f]-){5}[0-9a-f][0-9a-f]', value):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 3 import re namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 3 import re namespace
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /build/tools/
parsedeps.py 5 import re namespace
  /external/antlr/antlr-3.4/runtime/Python/tests/
t049treeparser.py 28 def recover(self, input, re):
t052import.py 38 def recover(self, input, re):
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 416 @catch (ANTLRRecognitionException *re) {
418 [self reportError:re];
419 [self recover:re];
801 @catch (ANTLRRecognitionException *re) {
802 NSLog(@"impossible: %@\n", re.name);
862 @catch (ANTLRRecognitionException *re) {
863 [self reportError:re];
864 [self recover:input Exception:re];
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTAttributeDef.java 726 catch (RuntimeException re)
731 handleError(handler,XSLTErrorResources.INVALID_ENUM,new Object[]{name, value, enumNamesList.toString() },re);
946 catch (RuntimeException re) {
948 handleError(handler,XSLTErrorResources.INVALID_QNAME, new Object[] {name, value},re);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 217 // just keep on going, since we're not in an attribute template
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
cookies.py 13 import re namespace
297 _re_legal_char = r"[\w\d%s]" % re.escape(_legal_special_chars)
306 _rx_cookie = re.compile(bytes_(_re_cookie_str, 'ascii'))
307 _rx_unquote = re.compile(bytes_(r'\\([0-3][0-7][0-7]|.)', 'ascii'))
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
routes.py 11 import re namespace
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
statetracker.py 22 import re namespace
144 EMPTY_COMMENT_LINE = re.compile(r'^\s*\*?\s*$')
145 EMPTY_STRING = re.compile(r'^\s*$')
740 params = re.compile(r'\s+').sub('', self._cumulative_params).split(',')
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
rcssmin.py 32 This module is a re-implementation aiming for speed instead of maximum
84 import re as _re

Completed in 1072 milliseconds

<<41424344454647484950>>