Home
last modified time | relevance | path

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

12345678910>>...14

/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.c689 vstore(struct stmt *s, int *valp, int newval, int alter) in vstore() argument
691 if (alter && newval != VAL_UNKNOWN && *valp == newval) in vstore()
1045 struct stmt *s, int val[], int alter) in opt_stmt() argument
1056 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1063 if (alter && opt_state->vmap[v].is_const) { in opt_stmt()
1071 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1076 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1081 vstore(s, &val[A_ATOM], v, alter); in opt_stmt()
1086 vstore(s, &val[X_ATOM], v, alter); in opt_stmt()
1091 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/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/clang/bindings/python/
DREADME.txt7 You may need to alter LD_LIBRARY_PATH so that the Clang library can be
/external/iptables/extensions/
Dlibxt_DSCP.man1 This target allows to alter the value of the DSCP bits within the TOS
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dhwloop-swap.ll3 ; Test that the hardware loop pass does not alter the comparison
/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/tinyxml2/
DNOTICE6 purpose, including commercial applications, and to alter it and
DLICENSE6 purpose, including commercial applications, and to alter it and
/external/tinyxml/
DNOTICE6 purpose, including commercial applications, and to alter it and
/external/nanopb-c/
DNOTICE8 purpose, including commercial applications, and to alter it and
DLICENSE.txt8 purpose, including commercial applications, and to alter it and
/external/grpc-grpc/third_party/nanopb/
DLICENSE.txt8 purpose, including commercial applications, and to alter it and
/external/zlib/
DNOTICE8 including commercial applications, and to alter it and redistribute it
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Config/
Dabi-breaking.h.cmake15 /* Define to enable checks that alter the LLVM C++ ABI */
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dinline-optsize.ll7 ; function attribute doesn't alter the function-specific inline threshold if the
/external/llvm/test/Transforms/Inline/
Dinline-optsize.ll7 ; function attribute doesn't alter the function-specific inline threshold if the
/external/curl/docs/cmdline-opts/
Dcacert.d9 is typically used to alter that default file.
/external/libjpeg-turbo/
DLICENSE.md32 1. You cannot alter or remove any existing copyright or license notices
49 3. You must include the IJG README file, and you must not alter any of the
DNOTICE32 1. You cannot alter or remove any existing copyright or license notices
49 3. You must include the IJG README file, and you must not alter any of the
/external/python/cpython2/Tools/msi/
Dcrtlicense.txt26 - alter any copyright, trademark or patent notice in Microsoft's
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonErrorNode.as55 // people should subclass if they alter the tree type so this
/external/flatbuffers/samples/android/
Dbuild.gradle7 // including commercial applications, and to alter it and redistribute it

12345678910>>...14