Searched defs:between (Results 1 - 6 of 6) sorted by relevance
/external/iproute2/doc/ |
H A D | ip-tunnels.tex | 74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is 102 \paragraph{Summary of differences between 2.2 and 2.0.} 307 Now we can discuss more subtle differences between tunneling in 2.0 374 From kernel and user viewpoints there are no differences between
|
/external/chromium_org/third_party/skia/src/pathops/ |
H A D | SkPathOpsTypes.h | 201 inline bool between(double a, double b, double c) { function
|
/external/skia/src/pathops/ |
H A D | SkPathOpsTypes.h | 201 inline bool between(double a, double b, double c) { function
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
H A D | image_util.js | 72 * @return {boolean} True if value is between. 74 ImageUtil.between = function(min, value, max) { 301 * Fills the space between the two rectangles.
|
/external/srec/srec/include/ |
H A D | pre_desc.h | 94 accdata **between; member in struct:__anon25945
|
/external/littlemock/src/com/google/testing/littlemock/ |
H A D | LittleMock.java | 91 * <li>More unified syntax that doesn't require special case for differences between void method 106 * between using one framework to using the other, e.g., when developing both an Android application 268 /** Creates a {@link CallCount} that matches any number of calls between the two given bounds. */ 269 public static CallCount between(long lower, long upper) { return new CallCount(lower, upper); } method in class:LittleMock 1001 /** Encapsulates the number of times a method is called, between upper and lower bounds. */ 1036 return "between " + mLowerBound + plural(" call", mLowerBound) + " and " + 1059 public CallCount between(long n, long m) { return setLowerBound(n).setUpperBound(m); } method in class:LittleMock.Timeout
|
Completed in 232 milliseconds