Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/frontend/client/src/autotest/tko/
DSeriesSelector.java187 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/
Dm_ematch.h61 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()
Dm_ematch.c184 if (t->inverted) in parse_tree()
552 if (t->inverted) in print_ematch_tree()
/external/v8/test/mjsunit/regress/
Dregress-145201.js53 function binary(op, other_side, inverted) { argument
56 if (inverted) {
/external/valgrind/tests/
Ds390x_features.c306 int rc, inverted = 0; in main() local
315 inverted = 1; in main()
321 if (inverted) { in main()
/external/autotest/frontend/tko/preconfigs/metrics/
Dperf51 inverted: kernbench (elapsed)
102 inverted: kernbench (elapsed)
153 inverted: kernbench (elapsed)
/external/libxml2/result/
Dent5.rdr3 This is an inverted exclamation sign ¡
Dent5.rde3 This is an inverted exclamation sign ¡
Dent5.sax5 This is an inverted excla, 42)
Dent5.sax25 This is an inverted excla, 42)
/external/iptables/extensions/
Dlibxt_dccp.c176 print_types(uint16_t types, int inverted, int numeric) in print_types() argument
180 if (inverted) in print_types()
Dlibxt_TOS.man34 needs to be inverted before applying it to the original TOS field. However, the
Dlibxt_tcp.man41 option is inverted.
/external/llvm/test/CodeGen/ARM/
Dinlineasm-imm-arm.ll15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp341 LocalCoords inverted(LocalCoords::kUsePosition_Type, &invert); in CreateForDeviceSpace() local
342 return Create(color, coverage, inverted, SkMatrix::I()); in CreateForDeviceSpace()
/external/skia/site/dev/design/
Dpdftheory.md374 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/
Dtraincascade.markdown125 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/
Dmain.c1164 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/
Dcompare_float.ll528 ; 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/
DMSA.txt58 swapped and condition inverted. The compiler may use either one as
/external/llvm/test/CodeGen/Mips/
Dlongbranch.ll44 ; Check the MIPS32 version. Check that branch logic is inverted, so that the
/external/llvm/test/CodeGen/X86/
Dvec_uint_to_fp.ll132 ; The operands of the blend are inverted because we reuse xmm1
/external/valgrind/cachegrind/
Dcg_main.c1245 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/
Dthreshold.markdown173 -# First, we try to threshold our image with a *binary threhold inverted*. We expect that the
/external/llvm/test/Transforms/InstSimplify/
Dimplies.ll57 ; With an inverted conditional (ule B A rather than canonical ugt A B

12