Home
last modified time | relevance | path

Searched refs:alter (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/external/mockito/src/test/java/org/mockitousage/
DPlaygroundWithDemoOfUnclonedParametersProblemTest.java66 … willAnswer(byCheckingLogEquals(finalLog)).given(importLogDao).alter(any(ImportLogBean.class)); in shouldAlterFinalLog()
72 verify(importLogDao).alter(any(ImportLogBean.class)); in shouldAlterFinalLog()
132 importLogDao.alter(importLogBean);
141 void alter(ImportLogBean importLogBean);
/external/libpcap/
Doptimize.c768 vstore(struct stmt *s, bpf_u_int32 *valp, bpf_u_int32 newval, int alter) in vstore() argument
770 if (alter && newval != VAL_UNKNOWN && *valp == newval) in vstore()
1187 opt_stmt(opt_state_t *opt_state, struct stmt *s, bpf_u_int32 val[], int alter) in opt_stmt() argument
1198 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1205 if (alter && opt_state->vmap[v].is_const) { in opt_stmt()
1217 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1222 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1227 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1232 vstore(s, &val[X_ATOM], v, alter); in opt_stmt()
1237 vstore(s, &val[X_ATOM], v, alter); in opt_stmt()
[all …]
/external/testng/src/test/java/test/listeners/
DAlterSuiteListenerTest.java61 public void alter(List<XmlSuite> suites) { in alter() method in AlterSuiteListenerTest.AlterSuiteNameListener
71 public void alter(List<XmlSuite> suites) { in alter() method in AlterSuiteListenerTest.AlterXmlTestsInSuiteListener
/external/testng/src/main/java/org/testng/
DIAlterSuiteListener.java23 void alter(List<XmlSuite> suites); in alter() method
/external/libcap/doc/values/
D25.txt2 - alter the system clock
D23.txt5 - alter the FIFO vs. round-robin (realtime)
/external/clang/bindings/python/
DREADME.txt7 You may need to alter LD_LIBRARY_PATH so that the Clang library can be
/external/clang/docs/
DSanitizerSpecialCaseList.rst11 This document describes the way to disable or alter the behavior of
19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dhwloop-swap.ll3 ; Test that the hardware loop pass does not alter the comparison
/external/llvm-project/clang/docs/
DSanitizerSpecialCaseList.rst11 This document describes the way to disable or alter the behavior of
19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
/external/tinyxml2/
DNOTICE6 purpose, including commercial applications, and to alter it and
DLICENSE.txt6 purpose, including commercial applications, and to alter it and
DLICENSE6 purpose, including commercial applications, and to alter it and
/external/rust/crates/tinyvec/
DLICENSE-ZLIB.md5 … this software for any purpose, including commercial applications, and to alter it and redistribut…
/external/grpc-grpc/third_party/nanopb/
DLICENSE.txt8 purpose, including commercial applications, and to alter it and
/external/rust/crates/libz-sys/src/zlib-ng/
DLICENSE.md8 including commercial applications, and to alter it and redistribute it
/external/zlib/
DLICENSE10 including commercial applications, and to alter it and redistribute it
/external/angle/third_party/zlib/
DLICENSE10 including commercial applications, and to alter it and redistribute it
/external/nanopb-c/
DLICENSE.txt8 purpose, including commercial applications, and to alter it and
DNOTICE8 purpose, including commercial applications, and to alter it and
/external/libcups/vcnet/regex/
DCOPYRIGHT6 any computer system, and to alter it and redistribute it, subject
/external/openscreen/third_party/zlib/
DLICENSE11 including commercial applications, and to alter it and redistribute it
/external/markdown/docs/extensions/
DWikiLinks.txt28 desires. See below for ways to alter the class.
79 If you want to do more that just alter the base and/or end of the URL, you
/external/OpenCSD/
DTODO3 can alter the format of the trace output. One example is Return Stack -
/external/curl/docs/cmdline-opts/
Dcacert.d10 is typically used to alter that default file.

12345678910>>...15