Searched refs:sub (Results 51 - 75 of 1574) sorted by relevance

1234567891011>>

/external/googletest/googletest/test/
H A Dgtest_output_test.py102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
109 return re.sub(r'Stack trace:(.|\n)*?\n\n',
117 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
123 return re.sub(r'\(\d+ ms', '(? ms', output)
137 return re.sub(r'unsigned int', 'unsigned', test_output)
145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
147 test_output = re.sub(r': Failure\n', r': error: ', test_output)
149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
157 output = re.sub(r'\d+ tests?, listed below',
159 output = re.sub(
[all...]
/external/v8/testing/gtest/test/
H A Dgtest_output_test.py102 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
109 return re.sub(r'Stack trace:(.|\n)*?\n\n',
117 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
123 return re.sub(r'\(\d+ ms', '(? ms', output)
137 return re.sub(r'unsigned int', 'unsigned', test_output)
145 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
147 test_output = re.sub(r': Failure\n', r': error: ', test_output)
149 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
157 output = re.sub(r'\d+ tests?, listed below',
159 output = re.sub(
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_output_test.py101 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
108 return re.sub(r'Stack trace:(.|\n)*?\n\n',
116 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
122 return re.sub(r'\(\d+ ms', '(? ms', output)
136 return re.sub(r'unsigned int', 'unsigned', test_output)
144 test_output = re.sub('\x1b\\[(0;3\d)?m', '', test_output)
146 test_output = re.sub(r': Failure\n', r': error: ', test_output)
148 test_output = re.sub(r'((\w|\.)+)\((\d+)\):', r'\1:\3:', test_output)
156 output = re.sub(r'\d+ tests?, listed below',
158 output = re.sub(
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_pkg.py98 ("t2 sub", None),
99 ("t2 sub __init__"+os.extsep+"py", ""),
100 ("t2 sub subsub", None),
101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"),
105 import t2.sub namespace
106 import t2.sub.subsub namespace
108 self.assertEqual(t2.sub.__name__, "t2.sub")
109 self.assertEqual(t2.sub.subsub.__name__, "t2.sub
120 from t2 import sub namespace
129 import t2.sub namespace
130 import t2.sub.subsub namespace
152 import t3.sub.subsub namespace
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_pkg.py102 ("t2 sub", None),
103 ("t2 sub __init__.py", ""),
104 ("t2 sub subsub", None),
105 ("t2 sub subsub __init__.py", "spam = 1"),
109 import t2.sub namespace
110 import t2.sub.subsub namespace
112 self.assertEqual(t2.sub.__name__, "t2.sub")
113 self.assertEqual(t2.sub.subsub.__name__, "t2.sub
124 from t2 import sub namespace
133 import t2.sub namespace
134 import t2.sub.subsub namespace
156 import t3.sub.subsub namespace
[all...]
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dsub.cc27 namespace sub { namespace in namespace:tflite::ops::builtin
99 } // namespace sub
102 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
103 sub::Eval<sub::kReference>};
108 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
109 sub::Eval<sub::kGenericOptimized>};
114 static TfLiteRegistration r = {nullptr, nullptr, sub::Prepare,
115 sub
[all...]
/external/freetype/src/gzip/
H A Dinflate.c43 } sub; /* submode */ member in struct:internal_state
162 if (((z->state->sub.method = NEXTBYTE) & 0xf) != Z_DEFLATED)
166 z->state->sub.marker = 5; /* can't try inflateSync */
169 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
173 z->state->sub.marker = 5; /* can't try inflateSync */
180 if (((z->state->sub.method << 8) + b) % 31)
184 z->state->sub.marker = 5; /* can't try inflateSync */
196 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
200 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
204 z->state->sub
[all...]
/external/libmpeg2/common/arm/
H A Dimpeg2_format_conv.s133 sub r7, r7, r5 @// Source increment
135 sub r8, r8, r5 @// Destination increment
145 sub r6, r6, #16
156 sub r0, r0, r6
157 sub r3, r3, r6
181 sub r7, r7, r5, lsr #1 @// Source increment
183 sub r8, r8, r5 @// Destination increment
198 sub r6, r6, #8
209 sub r1, r1, r6
210 sub r
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DSubroutineScanner.java62 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
75 next = scanOp(pos, iter, sub) && iter.hasNext();
81 private boolean scanOp(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
82 subroutines[pos] = sub;
87 scanTableSwitch(pos, iter, sub);
93 scanLookupSwitch(pos, iter, sub);
114 scan(target, iter, sub);
125 private void scanLookupSwitch(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { argument
128 scan(pos + iter.s32bitAt(index), iter, sub);
135 scan(target, iter, sub);
139 scanTableSwitch(int pos, CodeIterator iter, Subroutine sub) argument
[all...]
/external/selinux/python/sepolicy/sepolicy/
H A Dgenerate.py523 return re.sub("TEMPLATETYPE", self.name, executable.te_uid_rules)
529 return re.sub("TEMPLATETYPE", self.name, executable.te_syslog_rules)
535 return re.sub("TEMPLATETYPE", self.name, executable.te_resolve_rules)
541 return re.sub("TEMPLATETYPE", self.name, executable.te_kerberos_rules)
547 return re.sub("TEMPLATETYPE", self.name, executable.te_manage_krb5_rcache_rules)
554 newte = re.sub("TEMPLATETYPE", self.name, executable.te_pam_rules)
560 newte = re.sub("TEMPLATETYPE", self.name, executable.te_audit_rules)
566 newte = re.sub("TEMPLATETYPE", self.name, executable.te_etc_rules)
572 newte = re.sub("TEMPLATETYPE", self.name, executable.te_fd_rules)
578 newte = re.sub("TEMPLATETYP
[all...]
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DRegexTest.cpp68 EXPECT_EQ("aNUMber", Regex("[0-9]+").sub("NUM", "a1234ber"));
71 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error));
73 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error));
75 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error));
77 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error));
80 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error));
84 EXPECT_EQ("aa1234bber", Regex("a[0-9]+b").sub("a\\0b", "a1234ber", &Error));
87 EXPECT_EQ("a1234ber", Regex("a([0-9]+)b").sub("a\\1b", "a1234ber", &Error));
90 EXPECT_EQ("aber", Regex("a[0-9]+b").sub("a\\100b", "a1234ber", &Error));
/external/libavc/encoder/arm/
H A Dih264e_fmt_conv.s81 sub r7, r7, r5 @// Source increment
82 sub r8, r8, r5 @// Destination increment
91 sub r6, r6, #16
102 sub r0, r0, r6
103 sub r3, r3, r6
127 sub r7, r7, r5, lsr #1 @// Source increment
129 sub r8, r8, r5 @// Destination increment
145 sub r6, r6, #8
156 sub r1, r1, r6
157 sub r
[all...]
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp61 /* IppmVect32f sub, cros; */
62 float *sub, *cros; local
102 sub = icvCreateVector_32f( 3 );
104 if( sub == NULL || cros == NULL )
140 icvSubVector_32f ((IppmVect32f )&points[i], (IppmVect32f )&line[3], sub, 3);
142 icvCrossProduct2L_32f ((IppmVect32f )&line[0], sub, cros);
145 sub[0] = points[i].x - line[3];
146 sub[1] = points[i].y - line[4];
147 sub[2] = points[i].z - line[5];
148 a[0] = sub[
277 float *sub, *cros; local
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_copy.s94 sub x15,x16,#4
119 sub x0,x9,x15 //pu1_src = pu1_src_tmp
120 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
126 sub x0,x20,x19
132 sub x15,x16,#8
154 sub x0,x9,x15 //pu1_src = pu1_src_tmp
155 sub x1,x10,x15 //pu1_dst = pu1_dst_tmp
160 sub x0,x20,x19
165 sub x15,x16,#16
187 sub x
[all...]
/external/llvm/test/MC/AsmParser/
H A Dat-pseudo-variable.s8 sub $1\@, %eax
29 sub $2\@, \reg
39 sub $\foo, %eax
46 sub $4, \reg
53 sub $5, %eax
60 sub $6, %eax
/external/mockito/src/test/java/org/mockitousage/puzzlers/
H A DOverloadingPuzzleTest.java37 Sub sub = mock(Sub.class);
38 setMockWithDowncast(sub);
41 verify(sub).say("Hello");
/external/protobuf/gtest/test/
H A Dgtest_output_test.py103 return re.sub(r'.*[/\\](.+)(\:\d+|\(\d+\))\: ', r'\1:#: ', test_output)
110 return re.sub(r'Stack trace:(.|\n)*?\n\n',
118 return re.sub(r'Stack trace:(.|\n)*?\n\n', '', output)
124 return re.sub(r'\(\d+ ms', '(? ms', output)
138 return re.sub(r'unsigned int', 'unsigned', test_output)
144 output = re.sub(r'\d+ tests?, listed below',
146 output = re.sub(r'\d+ FAILED TESTS',
148 output = re.sub(r'\d+ tests? from \d+ test cases?',
150 output = re.sub(r'\d+ tests? from ([a-zA-Z_])',
152 return re.sub(
[all...]
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_pathbrowser.py22 sub = p.GetSubList()
23 self.assertEqual(len(sub), len(sys.path))
24 self.assertEqual(type(sub[0]), pathbrowser.DirBrowserTreeItem)
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
H A DGenericComponent.java19 import test.sub.Exposed;
20 import test.sub.PublicSubclass;
/external/python/cpython2/Objects/stringlib/
H A Dfind.h12 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
22 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_SEARCH);
32 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
42 pos = fastsearch(str, str_len, sub, sub_len, -1, FAST_RSEARCH);
67 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
71 return stringlib_find(str + start, end - start, sub, sub_len, start);
76 const STRINGLIB_CHAR* sub, Py_ssize_t sub_len,
80 return stringlib_rfind(str + start, end - start, sub, sub_len, start);
86 stringlib_contains_obj(PyObject* str, PyObject* sub) argument
90 STRINGLIB_STR(sub), STRINGLIB_LE
11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t offset) argument
31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t offset) argument
66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t start, Py_ssize_t end) argument
75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, const STRINGLIB_CHAR* sub, Py_ssize_t sub_len, Py_ssize_t start, Py_ssize_t end) argument
[all...]
/external/clang/test/Index/
H A Dcomplete-member-access.m38 @property Sub *sub;
42 return other.sub.myProp;
/external/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S22 sub sp, sp, #4
H A Daeabi_uidivmod.S23 sub sp, sp, #4
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/
H A DFooComponent.java22 import test.multipackage.sub.FooChildComponent;
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/multipackage/sub/
H A DFooChildComponent.java17 package test.multipackage.sub;

Completed in 644 milliseconds

1234567891011>>