Home
last modified time | relevance | path

Searched refs:new2 (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Lib/test/test_tools/
Dtest_fixcid.py19 new2 = "int yy = 'x\\'xx' + yy;\n"
28 "{new2}".format(old1=old1, old2=old2, new1=new1, new2=new2)
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh284 ${TMP}.part6.${arch}.new2
286 ${FUTILITY} vbutil_kernel --verify ${TMP}.part6.${arch}.new2 \
288 --signpubkey ${DEVKEYS}/kernel_subkey.vbpubk > ${TMP}.verify6.new2
293 diff ${TMP}.verify6.old ${TMP}.verify6.new2
295 cmp ${TMP}.part6.${arch} ${TMP}.part6.${arch}.new2
/external/eigen/unsupported/test/
Dcxx11_tensor_complex_cuda.cu54 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
58 assert(cudaMemcpyAsync(new2.data(), d_out2, float_bytes, cudaMemcpyDeviceToHost, in test_cuda_nullary()
65 VERIFY_IS_APPROX(new2(i), std::abs(in2(i))); in test_cuda_nullary()
Dcxx11_tensor_cuda.cu50 Tensor<float, 1, 0, int> new2(2); in test_cuda_nullary() local
54 assert(cudaMemcpyAsync(new2.data(), d_in2, tensor_bytes, cudaMemcpyDeviceToHost, in test_cuda_nullary()
61 VERIFY_IS_NOT_EQUAL(new2(i), in2(i)); in test_cuda_nullary()
/external/python/cpython2/Lib/test/
Dtest_tools.py370 new2 = "int yy = 'x\\'xx' + yy;\n"
379 "{new2}".format(old1=old1, old2=old2, new1=new1, new2=new2)
/external/clang/test/SemaCXX/
Dattr-deprecated-replacement-fixit.cpp18 void new2(int);
/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp48 auto new2 = new int[1][incomplete]; // expected-error {{incomplete}} variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-add-12.ll178 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
195 store volatile i64 %new2, i64 *%ptr
261 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
278 store volatile i64 %new2, i64 *%ptr
Dint-add-11.ll179 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
196 store volatile i32 %new2, i32 *%ptr
262 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
279 store volatile i32 %new2, i32 *%ptr
Dint-sadd-09.ll279 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
297 store volatile i64 %new2, i64 *%ptr
411 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
429 store volatile i64 %new2, i64 *%ptr
Dint-ssub-08.ll279 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
297 store volatile i32 %new2, i32 *%ptr
411 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
429 store volatile i32 %new2, i32 *%ptr
Dint-sadd-08.ll279 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
297 store volatile i32 %new2, i32 *%ptr
411 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
429 store volatile i32 %new2, i32 *%ptr
Dint-uadd-10.ll269 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
287 store volatile i32 %new2, i32 *%ptr
401 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
419 store volatile i32 %new2, i32 *%ptr
Dint-usub-10.ll279 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
297 store volatile i32 %new2, i32 *%ptr
411 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
429 store volatile i32 %new2, i32 *%ptr
Dint-ssub-09.ll279 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
297 store volatile i64 %new2, i64 *%ptr
411 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
429 store volatile i64 %new2, i64 *%ptr
Dint-usub-11.ll280 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
298 store volatile i64 %new2, i64 *%ptr
Dint-uadd-11.ll270 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
288 store volatile i64 %new2, i64 *%ptr
Dasm-18.ll29 %new2 = extractvalue { i32, i32, i32, i32 } %res, 1
33 store i32 %new2, i32 *%ptr2
/external/llvm/test/CodeGen/SystemZ/
Dint-add-11.ll179 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
196 store volatile i32 %new2, i32 *%ptr
262 %new2 = phi i32 [ %val2, %entry ], [ %add2, %add ]
279 store volatile i32 %new2, i32 *%ptr
Dint-add-12.ll178 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
195 store volatile i64 %new2, i64 *%ptr
261 %new2 = phi i64 [ %val2, %entry ], [ %add2, %add ]
278 store volatile i64 %new2, i64 *%ptr
Dasm-18.ll29 %new2 = extractvalue { i32, i32, i32, i32 } %res, 1
33 store i32 %new2, i32 *%ptr2
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
DLexer.java190 @SuppressWarnings("hiding") Token token = new2( in getToken()
993 …Token new2(@SuppressWarnings("hiding") int line, @SuppressWarnings("hiding") int pos) { return new… in new2() method in Lexer
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java183 ArrayList list = new2(); in parse()
904 ArrayList new2() /* reduce AMany1Grammar */ in new2() method in Parser