/external/ltp/testcases/commands/du/ |
D | du01.sh | 70 check1="^10[2-3][0-9][0-9][[:space:]]\." 85 1) du_test "du" ${check1};; 97 13) du_test "du --max-depth=1" ${check1};; 99 15) du_test "du -k" ${check1};; 102 18) du_test "du -P" ${check1};; 103 19) du_test "du --no-dereference" ${check1};; 105 21) du_test "du -s" ${check1};; 106 22) du_test "du --summarize" ${check1};;
|
/external/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | icmp.ll | 8 declare void @check1(i1) #1 15 ; CHECK: call void @check1(i1 false) 24 tail call void @check1(i1 %tmp47) #4 37 ; CHECK: call void @check1(i1 false) 55 tail call void @check1(i1 %tmp47) #0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | icmp.ll | 8 declare void @check1(i1) #1 15 ; CHECK: call void @check1(i1 false) 24 tail call void @check1(i1 %tmp47) #4 37 ; CHECK: call void @check1(i1 false) 55 tail call void @check1(i1 %tmp47) #0
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 30 int check1[count<int>::value == 1? 1 : -1]; variable 49 int check1[count<int>::value == 1? 1 : -1]; variable 83 int check1[is_same<square<1, 2, -3>::type, variable 200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable 254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
|
D | deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
D | partial-ordering.cpp | 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/clang/test/SemaCXX/ |
D | typo-correction-crash.cpp | 2 auto check1() { in check1() function
|
D | pragma-pack.cpp | 55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
|
D | issue547.cpp | 65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | Tnaf.java | 204 SimpleBigDecimal check1; in round() local 208 check1 = eta0.subtract(threeEta1); in round() 214 check1 = eta0.add(threeEta1); in round() 224 if (check1.compareTo(MINUS_ONE) < 0) in round() 245 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | Tnaf.java | 203 SimpleBigDecimal check1; in round() local 207 check1 = eta0.subtract(threeEta1); in round() 213 check1 = eta0.add(threeEta1); in round() 223 if (check1.compareTo(MINUS_ONE) < 0) in round() 244 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 10 S<s> check1; // ok, s is value-dependent in T() local
|
D | p2-0x.cpp | 11 S<s> check1; // ok, s is value-dependent in T() local
|
/external/clang/test/Parser/ |
D | cxx-attributes.cpp | 18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
|
D | p9-0x.cpp | 50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 7 int check1[std::__is_scalar<__weak id>::__value? -1 : 1];
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | debug_stripper_test.cc | 143 auto check1 = ops::CheckNumerics(s.WithOpName("CheckNumerics1"), x, "foo"); in TEST_F() local 145 Output add = ops::Add(s.WithOpName("z"), check1, check2); in TEST_F()
|
/external/v8/src/compiler/ |
D | effect-control-linearizer.cc | 1996 Node* check1 = __ TaggedEqual(value_map, __ HeapNumberMapConstant()); in LowerCheckNumber() local 1998 check1, frame_state); in LowerCheckNumber() 2038 Node* check1 = __ TaggedEqual(value_map, __ BooleanMapConstant()); in LowerCheckReceiverOrNullOrUndefined() local 2040 FeedbackSource(), check1, frame_state); in LowerCheckReceiverOrNullOrUndefined() 3431 Node* check1 = __ Uint32LessThanOrEqual( in LowerObjectIsNonCallable() local 3433 __ GotoIfNot(check1, &if_primitive); in LowerObjectIsNonCallable() 4201 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCharCode() local 4203 __ GotoIfNot(check1, &if_not_one_byte); in LowerStringFromSingleCharCode() 4327 Node* check1 = __ Uint32LessThanOrEqual( in LowerStringFromSingleCodePoint() local 4329 __ GotoIfNot(check1, &if_not_one_byte); in LowerStringFromSingleCodePoint() [all …]
|
/external/clang/test/CXX/drs/ |
D | dr4xx.cpp | 996 int check1[__SCHAR_MAX__ >= 127 ? 1 : -1]; variable 1006 int check1[__PTRDIFF_WIDTH__ >= 16 ? 1 : -1]; variable 1190 int check1[ __is_trivially_copyable(const int) ? 1 : -1]; variable
|
D | dr1xx.cpp | 562 int check1[__is_pod(int(A::*)) ? 1 : -1]; variable 748 int check1[-1 < zero ? 1 : -1]; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopLoadElim/ |
D | symbolic-stride.ll | 63 ; TWO_STRIDE_SPEC: %ident.check1 = icmp ne i64 %stride.1, 1
|