HomeSort by relevance Sort by last modified time
    Searched refs:given (Results 51 - 75 of 1503) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
time-cond.d 7 Request a file that has been modified later than the given time and date, or
14 that is older than the given date/time, default is a document that is newer
trace.d 7 descriptive information, to the given output file. Use "-" as filename to have
  /external/skia/gn/
gn_to_cmake.py 83 """Given a set of source files, sets the given property on them."""
96 """Given a target, sets the given property."""
  /external/skqp/gn/
gn_to_cmake.py 83 """Given a set of source files, sets the given property on them."""
96 """Given a target, sets the given property."""
  /external/markdown/markdown/
inlinepatterns.py 141 """Return a ElementTree element from the given match.
224 """ Return a link element from the given match. """
276 """ Return a img element from the given match. """
338 """ Return a link Element given an autolink (`<http://example/com>`). """
347 Return a mailto link Element given an automail link (`<foo@example.com>`).
  /external/mockito/src/test/java/org/mockito/internal/handler/
InvocationNotifierHandlerTest.java 26 import static org.mockito.BDDMockito.given;
61 // given
62 given(mockHandler.handle(invocation)).willReturn("returned value");
74 // given
76 given(mockHandler.handle(invocation)).willReturn(computedException);
88 // given
90 given(mockHandler.handle(invocation)).willThrow(parseException);
105 willThrow(new NullPointerException()).given(customListener).reportInvocation(any(MethodInvocationReport.class));
MockHandlerImplTest.java 30 import static org.mockito.BDDMockito.given;
44 // given
70 // given
83 given(mockSettings.getDefaultAnswer()).willReturn(new Returns(AWrongType.WRONG_TYPE));
104 given(handler.invocationContainer.findAnswerFor(any(Invocation.class))).willReturn(value);
112 given(handler.getMockSettings().getInvocationListeners()).willReturn(Arrays.asList(listener));
  /external/mockito/src/test/java/org/mockito/internal/util/reflection/
ParameterizedConstructorInstantiatorTest.java 28 import static org.mockito.BDDMockito.given;
73 given(resolver.resolveTypeInstances(Matchers.<Class<?>[]>anyVararg())).willReturn(new Object[]{ observer, map });
86 given(resolver.resolveTypeInstances(Matchers.<Class<?>[]>anyVararg())).willReturn(new Object[]{ observer, wrongArg });
98 given(resolver.resolveTypeInstances(Matchers.<Class<?>[]>anyVararg())).willReturn(new Object[]{ null });
111 given(resolver.resolveTypeInstances(Matchers.<Class<?>[]>anyVararg())).willReturn(new Object[]{ "", vararg});
  /external/mockito/src/test/java/org/mockitousage/
PlaygroundWithDemoOfUnclonedParametersProblemTest.java 19 import static org.mockito.BDDMockito.given;
39 //given
46 given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false);
47 willAnswer(byCheckingLogEquals(initialLog)).given(importLogDao).include(any(ImportLogBean.class));
58 //given
65 given(importLogDao.anyImportRunningOrRunnedToday(importType, currentDate)).willReturn(false);
66 willAnswer(byCheckingLogEquals(finalLog)).given(importLogDao).alter(any(ImportLogBean.class));
  /external/python/cpython3/Lib/test/test_json/
test_scanstring.py 90 def assertScan(given, expect):
91 self.assertEqual(scanstring(given, 1, True),
92 (expect, len(given)))
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
MSSIMComparer.java 44 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
52 if (isWindowWhite(ideal, start, stride) && isWindowWhite(given, start, stride)) {
56 double[] means = getMeans(ideal, given, start, stride);
59 double[] variances = getVariances(ideal, given, meanX, meanY, start, stride);
146 * Gets the intensity of a given pixel in RGB using luminosity formula
  /external/curl/tests/libtest/
lib552.c 135 size_t given = amount < available ? amount : available; /* What is given */ local
137 memcpy(ptr, databuf + current_offset, given);
138 current_offset += given;
139 return given;
  /external/llvm/utils/lit/lit/
TestingConfig.py 79 Load the configuration module at the provided path into the given config
140 # Whether the suite should be tested early in a given run.
  /prebuilts/go/darwin-x86/src/net/http/
jar.go 19 // given URL. It may or may not choose to save the cookies, depending
23 // Cookies returns the cookies to send in a request for the given URL.
  /prebuilts/go/linux-x86/src/net/http/
jar.go 19 // given URL. It may or may not choose to save the cookies, depending
23 // Cookies returns the cookies to send in a request for the given URL.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
diffexp-ovwr.s 3 ; - That a .byte does not overwrite beyond the "byte", if given
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
InfrastructureTests.java 60 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
66 return !(new MSSIMComparer(threshold)).verifySame(ideal, given, offset, stride,
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 16 (* Writes the bitcode for module the given path. Returns true if successful. *)
  /frameworks/support/jetifier/jetifier/processor/src/test/kotlin/com/android/tools/build/jetifier/processor/transform/pom/
PomDocumentTest.kt 274 val given =
300 val file = ArchiveFile(Paths.get("pom.xml"), given.toByteArray())
324 val given =
337 val file = ArchiveFile(Paths.get("pom.xml"), given.toByteArray())
  /prebuilts/go/darwin-x86/src/errors/
errors.go 8 // New returns an error that formats as the given text.
  /prebuilts/go/linux-x86/src/errors/
errors.go 8 // New returns an error that formats as the given text.
  /toolchain/binutils/binutils-2.27/config/
bootstrap-debug-ckovw.mk 6 # is not given.
  /external/autotest/site_utils/
server_manager_utils.py 41 given role.
59 """Find servers with given role and status.
65 @return: A list of server objects with given role and status.
223 """Confirm server with given hostname is ready to be primary of given role.
231 @return: True if server can be verified for the given role, otherwise
246 """Decorator to check if server with given hostname exists in the database.
265 given hostname is not found in server database.
267 given hostname is found in server database.
325 given value
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
ErrorCalculator.java 72 public float calcErrorRS(Bitmap ideal, Bitmap given) {
79 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given,
117 public void calcErrorHeatmapRS(Bitmap ideal, Bitmap given, Bitmap output) {
120 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given,
132 public static float calcError(Bitmap ideal, Bitmap given) {
156 int givenColor = given.getPixel(x, y);
  /external/mockito/src/test/java/org/mockitousage/debugging/
InvocationListenerCallbackTest.java 19 import static org.mockito.BDDMockito.given;
36 // given
39 willReturn("basil").given(foo).giveMeSomeString("herb");
50 // given
66 // given
82 // given
86 given(foo.giveMeSomeString("herb")).willReturn("rosemary");
98 // given

Completed in 1639 milliseconds

1 23 4 5 6 7 8 91011>>