/external/selinux/policycoreutils/sandbox/ |
sandbox | 23 import os, stat, sys, socket, random, fcntl, shutil, re, subprocess 71 import re 78 newdir = re.sub(srcdir, dest, dname) 111 if(re.match(_("[yY]"),ans)):
|
/external/v8/benchmarks/ |
base.js | 79 // you're making changes that will affect that scores, e.g. if you add 167 // Notifies the runner that we're done running a single benchmark in 175 // Notifies the runner that we're done with running a suite and that 268 // If data is null, we're done with this benchmark.
|
/external/v8/test/mjsunit/compiler/ |
pic.js | 56 // Run the test until we're fairly sure we've optimized the
|
/external/v8/test/mjsunit/regress/ |
regress-1217.js | 49 // We disallow re-compiling the RegExp.prototype object.
|
regress-2717.js | 28 // Test re-initializing existing field which is already being tracked as
|
/external/v8/test/perf-test/Collections/ |
base.js | 74 // you're making changes that will affect that scores, e.g. if you add 214 // Notifies the runner that we're done running a single benchmark in 222 // Notifies the runner that we're done with running a suite and that 351 // If data is null, we're done with this benchmark.
|
/external/v8/test/webkit/ |
gmail-re-re.js | 28 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; 35 // Strips leading Re or similar (from Gmail source) 53 shouldBe('cy("Re: Hello")', '"Hello"');
|
reentrant-caching.js | 25 description("Test caching with re-entrancy.");
|
/external/v8/tools/ |
ll_prof.py | 37 import re namespace 326 _SNAPSHOT_CODE_NAME_RE = re.compile( 693 OBJDUMP_SECTION_HEADER_RE = re.compile( 695 OBJDUMP_SYMBOL_LINE_RE = re.compile( 697 OBJDUMP_DYNAMIC_SYMBOLS_START_RE = re.compile( 699 OBJDUMP_SKIP_RE = re.compile( 702 PERF_KERNEL_ALLSYMS_RE = re.compile( 704 KERNEL_ALLSYMS_LINE_RE = re.compile( [all...] |
/external/v8/tools/push-to-trunk/ |
merge_to_branch.py | 129 for bug in re.findall(r"^[ \t]*BUG[ \t]*=[ \t]*(.*?)[ \t]*$", msg, 130 re.M): 170 "changes. When you're done, save the file and exit your "
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | [all...] |
/frameworks/base/core/java/android/os/ |
Binder.java | 51 * could go away, and thus require that you later re-create a new Binder and re-attach 54 * activity is not started; if the activity is later re-created you will need to 57 * a broadcast) that will not involve re-creating the activity and thus run its code 241 * Note that if you're calling on a local binder, this always returns true 242 * because your process is alive if you're calling it. 268 * re-enabled. 473 RuntimeException re = new RuntimeException("Out of memory", e); local 475 reply.writeException(re);
|
/frameworks/base/services/core/java/com/android/server/am/ |
ContentProviderRecord.java | 244 } catch (RemoteException re) { 245 Slog.e(LOG_TAG, "Couldn't register for death for token: " + mToken, re);
|
/frameworks/base/services/core/java/com/android/server/search/ |
SearchManagerService.java | 207 * @param launchActivity The activity from which we're launching this search. 268 } catch (RemoteException re) { 270 Log.e(TAG, "RemoteException in getLegacyAssistComponent: " + re);
|
/ndk/toolchains/aarch64-linux-android-4.9/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/aarch64-linux-android-clang3.4/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/aarch64-linux-android-clang3.5/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mips64el-linux-android-4.9/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mips64el-linux-android-clang3.4/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mips64el-linux-android-clang3.5/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mipsel-linux-android-4.8/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mipsel-linux-android-4.9/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mipsel-linux-android-clang3.4/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/mipsel-linux-android-clang3.5/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|
/ndk/toolchains/x86-4.8/ |
setup.mk | 19 # its purpose is to define (or re-define) templates used to build
|