/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
fi.w1.wpa_supplicant1.service.in | 3 Exec=@BINDIR@/wpa_supplicant -u
|
/external/chromium_org/v8/test/webkit/fast/regex/ |
pcre-test-4.js | 31 shouldBe('regex0.exec(input0);', 'results'); 34 shouldBe('regex0.exec(input1);', 'results'); 37 shouldBe('regex0.exec(input2);', 'results'); 41 shouldBe('regex0.exec(input3);', 'results'); 46 shouldBe('regex1.exec(input0);', 'results'); 49 shouldBe('regex1.exec(input1);', 'results'); 52 shouldBe('regex1.exec(input2);', 'results'); 56 shouldBe('regex1.exec(input3);', 'results'); 59 shouldBe('regex1.exec(input4);', 'results'); 64 shouldBe('regex2.exec(input0);', 'results') [all...] |
parentheses.js | 27 shouldBe("regexp1.exec('abc')", "['ab','a','b']"); 30 shouldBe("regexp2.exec('abacadabe')", "['abe','ab','b','b']"); 33 shouldBe("regexp3.exec('abacadabe')", "['abe','ab','b',undefined]"); 36 shouldBe("regexp4.exec('abacadabe')", "['abe','ab','b',undefined]"); 39 shouldBe("regexp5.exec('abacadabe')", "['abe','ab','b','b',undefined,undefined]"); 42 shouldBe("regexp6.exec('abcde')", "['ab','ab','b','b',undefined,undefined]"); 45 shouldBe("regexp7.exec('abc')", "['abc','ab','b']"); 48 shouldBe("regexp8.exec('bcaddxqy')" , "['qy','q','q','y']"); 51 shouldBe("regexp9.exec('asdfjejgsdflaksdfjkeljghkjea')", "['a','a',undefined]"); 54 shouldBe("regexp10.exec('asdfjejgsdflaksdfjkeljghat')", "['at']") [all...] |
repeat-match-waldemar-expected.txt | 29 PASS /(?:a*?){2,}/.exec("aa") is ["aa"] 30 PASS /(?:a*?){2,}/.exec("a") is ["a"] 31 PASS /(?:a*?){2,}/.exec("") is [""] 32 PASS /(?:a*?)/.exec("aa") is [""] 33 PASS /(?:a*?)/.exec("a") is [""] 34 PASS /(?:a*?)/.exec("") is [""] 35 PASS /(?:a*?)(?:a*?)(?:a*?)/.exec("aa") is [""] 36 PASS /(?:a*?)(?:a*?)(?:a*?)/.exec("a") is [""] 37 PASS /(?:a*?)(?:a*?)(?:a*?)/.exec("") is [""] 38 PASS /(?:a*?){2}/.exec("aa") is ["" [all...] |
repeat-match-waldemar.js | 28 shouldBe('/(?:a*?){2,}/.exec("aa")', '["aa"]'); 29 shouldBe('/(?:a*?){2,}/.exec("a")', '["a"]'); 30 shouldBe('/(?:a*?){2,}/.exec("")', '[""]'); 32 shouldBe('/(?:a*?)/.exec("aa")', '[""]'); 33 shouldBe('/(?:a*?)/.exec("a")', '[""]'); 34 shouldBe('/(?:a*?)/.exec("")', '[""]'); 36 shouldBe('/(?:a*?)(?:a*?)(?:a*?)/.exec("aa")', '[""]'); 37 shouldBe('/(?:a*?)(?:a*?)(?:a*?)/.exec("a")', '[""]'); 38 shouldBe('/(?:a*?)(?:a*?)(?:a*?)/.exec("")', '[""]'); 40 shouldBe('/(?:a*?){2}/.exec("aa")', '[""]') [all...] |
/development/ide/intellij/ |
build.xml | 4 <exec executable="/bin/bash"> 6 </exec>
|
/external/qemu/ |
memory-android.c | 2 #include "exec/exec-all.h"
|
/external/smack/asmack-master/patch/ |
11-remove-nls-harmony.sh | 3 find org/apache/harmony -name '*.java' -exec sed -i 's:import org.apache.harmony.auth.internal.nls.Messages;::' '{}' ';' 4 find org/apache/harmony -name '*.java' -exec sed -i 's:Messages.getString(\("[^"]*"\)):\1:g' '{}' ';'
|
20-remove-mxparser.sh | 3 find org/jivesoftware -name '*.java' -exec sed -i 's:import org.xmlpull.mxp1.MXParser:import org.xmlpull.v1.XmlPullParserFactory:' '{}' ';' 4 find org/jivesoftware -name '*.java' -exec sed -i 's:new MXParser():XmlPullParserFactory.newInstance().newPullParser():g' '{}' ';'
|
/external/strace/qemu_multiarch_testing/hdc.dir/ |
init | 8 exec ./init2 9 echo "Failed to exec ./init2"
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
_remote.repositories | 3 commons-exec-1.2.jar>central= 4 commons-exec-1.2.pom>central=
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_exec.py | 4 """Fixer for exec. 6 This converts usages of the exec statement into calls to a built-in 7 exec() function. 9 exec code in ns1, ns2 -> exec(code, ns1, ns2) 22 exec_stmt< 'exec' a=any 'in' b=any [',' c=any] > 24 exec_stmt< 'exec' (not atom<'(' [any] ')'>) a=any > 40 return Call(Name(u"exec"), args, prefix=node.prefix)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_exec.py | 4 """Fixer for exec. 6 This converts usages of the exec statement into calls to a built-in 7 exec() function. 9 exec code in ns1, ns2 -> exec(code, ns1, ns2) 22 exec_stmt< 'exec' a=any 'in' b=any [',' c=any] > 24 exec_stmt< 'exec' (not atom<'(' [any] ')'>) a=any > 40 return Call(Name(u"exec"), args, prefix=node.prefix)
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/ |
_remote.repositories | 3 commons-exec-1.1.jar>central= 4 commons-exec-1.1.pom>central=
|
/development/ndk/platforms/android-3/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
itmajor.cpp | 43 if(exec) { \ 50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) 54 if (exec) { 63 if (exec) { 73 if (exec) { 83 if (exec) { 93 if (exec) { 103 if (exec) { 113 if (exec) { 122 if (exec) { [all...] |
/external/icu/icu4c/source/test/intltest/ |
itmajor.cpp | 43 if(exec) { \ 50 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) 54 if (exec) { 63 if (exec) { 73 if (exec) { 83 if (exec) { 93 if (exec) { 103 if (exec) { 113 if (exec) { 122 if (exec) { [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
a.out.h | 51 #define N_MAGIC(exec) ((exec).a_info & 0xffff) 53 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff)) 54 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff) 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 56 #define N_SET_MAGIC(exec, magic) ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)) [all...] |