/external/webrtc/ |
android-webrtc.mk | 18 # we might need to re-organize them
|
/external/zlib/ |
Android.mk | 71 # step towards killing libunz. If you're reading this in the K release or
|
/frameworks/base/core/java/android/os/ |
Binder.java | 214 * Note that if you're calling on a local binder, this always returns true 215 * because your process is alive if you're calling it. 241 * re-enabled. 398 RuntimeException re = new RuntimeException("Out of memory", e); local 400 reply.writeException(re);
|
/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 167 } catch (RemoteException re) { 168 Log.e(TAG, "sending ERROR_INSUFFICIENT_PERMISSIONS message failed", re);
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
EnableAccessibilityController.java | 222 } catch (RemoteException re) { 274 } catch (RemoteException re) {
|
/frameworks/base/services/input/ |
Android.mk | 54 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/frameworks/base/services/java/com/android/server/am/ |
ContentProviderRecord.java | 233 } catch (RemoteException re) { 234 Slog.e(LOG_TAG, "Couldn't register for death for token: " + mToken, re);
|
/frameworks/base/services/java/com/android/server/search/ |
SearchManagerService.java | 203 * @param launchActivity The activity from which we're launching this search. 256 } catch (RemoteException re) { 258 Log.e(TAG, "RemoteException in getAssistIntent: " + re);
|
/frameworks/native/libs/ui/ |
Android.mk | 48 # If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
|
/external/webkit/Source/WebKit2/Scripts/webkit2/ |
messages.py | 25 import re namespace 71 match = re.search(r'messages -> ([A-Za-z_0-9]+) {', line) 84 match = re.search(r'([A-Za-z_0-9]+)\((.*?)\)(?:(?:\s+->\s+)\((.*?)\)(?:\s+(.*))?)?', line) 411 match = re.search(r'Vector<(.+)>', type) 436 match = re.search(r'Vector<(.+)>', type)
|
/ndk/sources/host-tools/nawk-20071023/ |
awkgram.y | 65 %type <p> pas pattern ppattern plist pplist patlist prarg term re 215 | re 248 | re 280 re: label 283 | NOT re { $$ = op1(NOT, notnull($2)); }
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) 103 *re = rdo; 108 *re = (EdgePointer) sym(a); 117 *re = c; 120 *re = (EdgePointer) sym(b);
|
/packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/ |
Delaunay.cpp | 73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) 103 *re = rdo; 108 *re = (EdgePointer) sym(a); 117 *re = c; 120 *re = (EdgePointer) sym(b);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 73 void CDelaunay::build(int lo, int hi, EdgePointer *le, EdgePointer *re, int rows) 103 *re = rdo; 108 *re = (EdgePointer) sym(a); 117 *re = c; 120 *re = (EdgePointer) sym(b);
|
/external/clang/utils/TableGen/ |
ClangAttrEmitter.cpp | 979 std::vector<Record*>::iterator i = Attrs.begin(), e = Attrs.end(), ri, re; local 1092 std::vector<Argument*>::iterator ri, re; local [all...] |
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 44 import re namespace 697 _RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile( 700 _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"') 702 _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'") 704 # This RE is a little bit more complicated than one might expect, because we 707 # The current rule is: We only clear spaces from both sides when we're at the 711 _RE_PATTERN_CLEANSE_LINE_C_COMMENTS = re.compile( 715 /\*.*\*/)""", re.VERBOSE) [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
recognizers.py | 248 # remove EOR if we're not the start symbol 252 # then we know we're missing a token; error recovery is free to 450 def recover(self, input, re): 712 # we want to return the token we're actually matching [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 182 they're pretty useless on their own. Instead, to make useful code, you write an 979 # if you're using the standard streams, ANTLR3::StringStream and [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 24 import re namespace 73 MISSING_PARAMETER_SPACE = re.compile(r',\S') 75 EXTRA_SPACE = re.compile('(\(\s|\s\))') 77 ENDS_WITH_SPACE = re.compile('\s$') 79 ILLEGAL_TAB = re.compile(r'\t') 82 TYPE_SPLIT = re.compile(r'[,<>()]') 85 AUTHOR_SPEC = re.compile(r'(\s*)[^\s]+@[^(\s]+(\s*)\(.+\)') [all...] |
/bionic/libc/tools/ |
gensyscalls.py | 8 import sys, os.path, glob, re, commands, filecmp, shutil namespace 317 pattern = re.compile(r'^#define __NR_([a-z]\S+) .*') 320 m = re.search(pattern, line) 415 D( "re-generating stubs and support files" )
|
/dalvik/vm/mterp/ |
gen-mterp.py | 22 import sys, string, re, time namespace 248 opcode_re = re.compile(r"^\s*H\(OP_(\w+)\),.*", re.DOTALL)
|
/development/testrunner/ |
runtest.py | 36 import re namespace 79 _RE_MAKE_INSTALL = re.compile(r'Install:\s(.+)') 83 _RE_MAKE_INSTALL_PATH = re.compile(r'out\/target\/product\/\w+\/(.+)$')
|
/external/chromium-trace/trace-viewer/build/ |
parse_deps.py | 6 import re namespace 268 m_r = re.search("""base\s*\.\s*require\((["'])(.+?)\\1\)""", 269 rest, re.DOTALL) 270 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""", 271 rest, re.DOTALL) 272 m_irs = re.search("""base\s*\.\s*requireRawScript\((["'])(.+?)\\1\)""", 273 rest, re.DOTALL)
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
util.py | 39 # version and re-export those symbol. Use sha and md5 module in Python 2.4, and 54 import re namespace 94 m = re.match('^[^ ]*/([^ ]+)( .*)?', interp) 118 m = re.match('^#!(.*)', line) 283 # Re-invoke Decompress.decompress to try to decompress all
|
/external/markdown/markdown/ |
__init__.py | 45 import re namespace 70 BLOCK_LEVEL_ELEMENTS = re.compile("p|div|h[1-6]|blockquote|pre|table|dl|ol|ul" 382 source = re.sub(r'\n\s+\n', '\n\n', source)
|