/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/ |
3-1.c | 33 pthread_t prod, cons; local 47 if (pthread_create(&prod, NULL, producer, (void *)cnt) != 0) { 56 if (pthread_join(prod, NULL) == 0 && pthread_join(cons, NULL) == 0) {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
3-1.c | 33 pthread_t prod, cons; local 47 if (pthread_create(&prod, NULL, producer, (void *)cnt) != 0) { 56 if ((pthread_join(prod, NULL) == 0) && (pthread_join(cons, NULL) == 0)) {
|
/external/autotest/site_utils/admin/ |
prod_manifest.xml | 9 <default revision="refs/heads/prod"
|
/external/eigen/bench/btl/libs/ublas/ |
ublas_interface.hh | 92 X = prod(A,B); 96 X = prod(A,B); 106 X.assign(prod(A,B)); 110 X.assign(prod(trans(A),B)); 114 X.assign(prod(A,B)); 126 // X = prod(trans(A),A); 127 X.assign(prod(trans(A),A)); 131 // X = prod(A,trans(A)); 132 X.assign(prod(A,trans(A)));
|
/external/guava/guava-gwt/src/com/google/common/net/ |
Net.gwt.xml | 13 <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package: http://goo.gl/CO7dLB The summary is that it ignores one file in favor of the other. util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. This causes it to fail to find AtomicLongMapTest. Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none. GWT is happy to ignore us when we specify a nonexistent path. (I hope that this workaround does not cause its own problems in the future.) -->
|
/external/guava/guava-gwt/test/com/google/common/collect/testing/google/ |
Google.gwt.xml | 15 util.concurrent, like nearly all our packages, has two .gwt.xml files: one for prod and one for tests. 16 util.concurrent, unlike our other packages, has, as of this writing, test supersource but no prod supersource. 17 GWT happens to use the prod .gwt.xml, so it looks for no supersource for tests, either. 19 Our workaround is to tell GWT that util.concurrent and all other packages have prod supersource, even if they have none.
|
/external/llvm/test/CodeGen/AArch64/ |
dp-3source.ll | 39 %prod = mul i64 %ext1, %ext2 40 %res = add i64 %acc, %prod 49 %prod = mul i64 %ext1, %ext2 50 %res = sub i64 %acc, %prod 59 %prod = mul i64 %ext1, %ext2 60 %res = add i64 %acc, %prod 69 %prod = mul i64 %ext1, %ext2 70 %res = sub i64 %acc, %prod 113 %prod = mul i32 %lhs, %rhs 114 %res = sub i32 0, %prod [all...] |
arm64-neon-v8.1a.ll | 32 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs) 33 %retval = call <4 x i16> @llvm.aarch64.neon.sqadd.v4i16(<4 x i16> %acc, <4 x i16> %prod) 42 %prod = call <8 x i16> @llvm.aarch64.neon.sqrdmulh.v8i16(<8 x i16> %mhs, <8 x i16> %rhs) 43 %retval = call <8 x i16> @llvm.aarch64.neon.sqadd.v8i16(<8 x i16> %acc, <8 x i16> %prod) 52 %prod = call <2 x i32> @llvm.aarch64.neon.sqrdmulh.v2i32(<2 x i32> %mhs, <2 x i32> %rhs) 53 %retval = call <2 x i32> @llvm.aarch64.neon.sqadd.v2i32(<2 x i32> %acc, <2 x i32> %prod) 62 %prod = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %mhs, <4 x i32> %rhs) 63 %retval = call <4 x i32> @llvm.aarch64.neon.sqadd.v4i32(<4 x i32> %acc, <4 x i32> %prod) 72 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %mhs, <4 x i16> %rhs) 73 %retval = call <4 x i16> @llvm.aarch64.neon.sqsub.v4i16(<4 x i16> %acc, <4 x i16> %prod) [all...] |
madd-lohi.ll | 17 %prod = mul i128 %lhs, %rhs 18 ret i128 %prod
|
fp-dp3.ll | 90 %prod = fmul float %b, %c 91 %sum = fadd float %a, %prod 102 %prod = fmul float %b, %c 103 %diff = fsub float %a, %prod 115 %prod = fmul float %b, %c 116 %diff = fsub float %nega, %prod 129 %prod = fmul float %b, %c 130 %sum = fadd float %nega, %prod 142 %prod = fmul float %b, %c 143 %sum = fadd float %a, %prod [all...] |
/external/toolchain-utils/deprecated/ |
compare_benchmarks.py | 147 prod = 1.0 155 prod = prod * (stats[key] / basestats[key]) 164 prod = math.exp(1.0 / count * math.log(prod)) 165 prod = (1.0 - prod) * 100 167 print('%s,,,%f' % ('Geomean', prod)) 169 print('%15.15s%15.15s%15.15s%14.2f%%' % ('Geomean', '', '', prod))
|
/test/framework/harnesses/ |
README.md | 9 To release to PROD
|
/tools/tradefederation/core/prod-tests/tests/ |
.classpath | 6 <classpathentry combineaccessrules="false" kind="src" path="/tf-prod-tests"/>
|
Android.mk | 26 LOCAL_MODULE := tf-prod-metatests 28 LOCAL_JAVA_LIBRARIES := tradefed tf-prod-tests easymock
|
/external/libbrillo/ |
gen_coverage_html.sh | 18 # instantiate a method twice, once for testing and once for prod, the method 20 # test the prod version.
|
/external/skia/src/core/ |
SkMathPriv.h | 75 unsigned prod = a*b + 1; local 76 return (prod + (prod >> 8)) >> 8; 85 unsigned prod = a*b + 255; local 86 return (prod + (prod >> 8)) >> 8; 91 static inline unsigned SkDiv255Round(unsigned prod) { 92 prod += 128; 93 return (prod + (prod >> 8)) >> 8 [all...] |
/external/skqp/src/core/ |
SkMathPriv.h | 75 unsigned prod = a*b + 1; local 76 return (prod + (prod >> 8)) >> 8; 85 unsigned prod = a*b + 255; local 86 return (prod + (prod >> 8)) >> 8; 91 static inline unsigned SkDiv255Round(unsigned prod) { 92 prod += 128; 93 return (prod + (prod >> 8)) >> 8 [all...] |
/external/libxml2/test/schemas/ |
nvdcve_0.xml | 27 <prod vendor="adobe" name="flash_player">
53 </prod>
75 <prod vendor="herosoft" name="hero_dvd_player">
77 </prod>
98 <prod vendor="ibm" name="lotus_quickr">
100 </prod>
124 <prod vendor="ibm" name="lotus_quickr">
126 </prod>
149 <prod vendor="ibm" name="lotus_quickr">
151 </prod>
[all...] |
/development/tools/winscope/ |
webpack.config.js | 85 var prod = (process.env.NODE_ENV === 'production'); 87 if (prod) { 110 inlineSource: prod ? '.(js|css)' : false,
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
Platform.java | 30 // Use fewer steps in the ListIteratorTester in ListListIteratorTester because it's slow in prod 33 // TODO(hhchan): It's 4 in java. Figure out why even 3 is too slow in prod mode. 37 // Use fewer steps in the IteratorTester in CollectionIteratorTester because it's slow in prod
|
/external/libxml2/result/ |
badcomment.xml | 12 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
|
badcomment.xml.rde | 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
|
badcomment.xml.rdr | 14 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
|
badcomment.xml.sax | 16 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
|
badcomment.xml.sax2 | 16 <prod id="NT-simpleDTD"><lhs>simpleDTD</lhs>
|