/external/autotest/frontend/client/src/autotest/tko/ |
D | SeriesSelector.java | 187 List<String> inverted = new ArrayList<String>(); in getInverted() local 190 inverted.add(s.getName()); in getInverted() 193 return inverted; in getInverted() 214 List<String> inverted = getInverted(); in addToHistory() local 215 if (!inverted.isEmpty()) { in addToHistory() 216 args.put("inverted", Utils.joinStrings(",", inverted)); in addToHistory() 222 Set<String> inverted = new HashSet<String>(); in handleHistoryArguments() local 225 inverted.add(s); in handleHistoryArguments() 238 thisSeries.setInverted(inverted.contains(thisSeries.getName())); in handleHistoryArguments()
|
/external/iproute2/tc/ |
D | m_ematch.h | 61 int inverted; member 68 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch() argument 76 e->inverted = inverted; in new_ematch()
|
D | m_ematch.c | 184 if (t->inverted) in parse_tree() 552 if (t->inverted) in print_ematch_tree()
|
/external/v8/test/mjsunit/regress/ |
D | regress-145201.js | 53 function binary(op, other_side, inverted) { argument 56 if (inverted) {
|
/external/valgrind/tests/ |
D | s390x_features.c | 306 int rc, inverted = 0; in main() local 315 inverted = 1; in main() 321 if (inverted) { in main()
|
/external/autotest/frontend/tko/preconfigs/metrics/ |
D | perf | 51 inverted: kernbench (elapsed) 102 inverted: kernbench (elapsed) 153 inverted: kernbench (elapsed)
|
/external/libxml2/result/ |
D | ent5.rdr | 3 This is an inverted exclamation sign ¡
|
D | ent5.rde | 3 This is an inverted exclamation sign ¡
|
D | ent5.sax | 5 This is an inverted excla, 42)
|
D | ent5.sax2 | 5 This is an inverted excla, 42)
|
/external/iptables/extensions/ |
D | libxt_dccp.c | 176 print_types(uint16_t types, int inverted, int numeric) in print_types() argument 180 if (inverted) in print_types()
|
D | libxt_TOS.man | 34 needs to be inverted before applying it to the original TOS field. However, the
|
D | libxt_tcp.man | 41 option is inverted.
|
/external/llvm/test/CodeGen/ARM/ |
D | inlineasm-imm-arm.ll | 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
|
/external/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 341 LocalCoords inverted(LocalCoords::kUsePosition_Type, &invert); in CreateForDeviceSpace() local 342 return Create(color, coverage, inverted, SkMatrix::I()); in CreateForDeviceSpace()
|
/external/skia/site/dev/design/ |
D | pdftheory.md | 374 inverted paths, so filling an inverted path will give the wrong result 565 difference being an inverted or non-inverted mask and swapping Src and 567 mask. SrcOut is like SrcMode, but with Src drawn with an inverted Dst 569 mask. Finally, DstOut is SrcMode with Dst draw with an inverted Src as 579 inverted fill types, as well as simplify code.
|
/external/opencv3/doc/tutorials/objdetect/ |
D | traincascade.markdown | 125 If specified, colors will be inverted. 129 If specified, colors will be inverted randomly. 158 key is specified then foreground pixel intensities are inverted. If -randinv key is specified then
|
/external/valgrind/callgrind/ |
D | main.c | 1164 Bool guest_exit, inverted; in CLG_() local 1181 inverted = clgs.bb->cjmp_inverted; in CLG_() 1183 inverted = False; in CLG_() 1215 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one) in CLG_() 1247 UInt val = inverted ? cJumps+1 : cJumps; in CLG_()
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | compare_float.ll | 528 ; Note that IfSet and IfClr are swapped since the condition is inverted 550 ; Note that IfSet and IfClr are swapped since the condition is inverted 570 ; Note that IfSet and IfClr are swapped since the condition is inverted 590 ; Note that IfSet and IfClr are swapped since the condition is inverted
|
/external/llvm/lib/Target/Mips/ |
D | MSA.txt | 58 swapped and condition inverted. The compiler may use either one as
|
/external/llvm/test/CodeGen/Mips/ |
D | longbranch.ll | 44 ; Check the MIPS32 version. Check that branch logic is inverted, so that the
|
/external/llvm/test/CodeGen/X86/ |
D | vec_uint_to_fp.ll | 132 ; The operands of the blend are inverted because we reuse xmm1
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 1245 Bool inverted; in cg_instrument() local 1274 inverted = nia == sea; in cg_instrument() 1288 inverted ? IRExpr_Binop(opXOR, IRExpr_RdTmp(guardW), one) in cg_instrument()
|
/external/opencv3/doc/tutorials/imgproc/threshold/ |
D | threshold.markdown | 173 -# First, we try to threshold our image with a *binary threhold inverted*. We expect that the
|
/external/llvm/test/Transforms/InstSimplify/ |
D | implies.ll | 57 ; With an inverted conditional (ule B A rather than canonical ugt A B
|