/external/nist-sip/java/gov/nist/javax/sip/header/ |
ProxyAuthorization.java | 63 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
ReferTo.java | 86 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
Subject.java | 105 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
Unsupported.java | 98 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
ReferredBy.java | 73 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
AuthorizationParser.java | 81 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
CallIDParser.java | 92 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
ContentLengthParser.java | 78 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
ExpiresParser.java | 96 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
MaxForwardsParser.java | 77 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
MinExpiresParser.java | 98 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
SIPETagParser.java | 94 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
SIPIfMatchParser.java | 94 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
SIPMessageListener.java | 51 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
SubjectParser.java | 105 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
WWWAuthenticateParser.java | 80 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
|
/external/opencv3/doc/tutorials/imgproc/histograms/histogram_equalization/ |
histogram_equalization.markdown | 37 wider and more uniform distribution of intensity values) so the intensity values are spreaded
|
/external/opencv3/modules/calib3d/test/ |
test_affine3.cpp | 93 rng.fill(R, cv::RNG::UNIFORM, -10, 10, true);
|
/external/opencv3/modules/core/include/opencv2/core/ |
operations.hpp | 345 inline unsigned RNG::operator ()(unsigned N) { return (unsigned)uniform(0,N); } 348 inline int RNG::uniform(int a, int b) { return a == b ? a : (int)(next() % (b - a) + a); } function in class:cv::RNG 349 inline float RNG::uniform(float a, float b) { return ((float)*this)*(b - a) + a; } function in class:cv::RNG 350 inline double RNG::uniform(double a, double b) { return ((double)*this)*(b - a) + a; } function in class:cv::RNG
|
/external/opencv3/modules/videoio/test/ |
test_video_pos.cpp | 131 int idx = theRNG().uniform(0, n_frames);
|
/external/opencv3/samples/gpu/performance/ |
performance.cpp | 138 rng.fill(mat, RNG::UNIFORM, low, high);
|
/external/skia/bench/ |
AlternatingColorPatternBench.cpp | 69 * The same color pattern can be set for both arguments to create a uniform pattern on all draws.
|
/external/skia/samplecode/ |
SamplePolyToPoly.cpp | 138 // rotate/uniform-scale (2 points)
|
/external/skia/site/dev/testing/ |
fonts.md | 36 become more uniform across platforms.
|
/external/skia/src/gpu/effects/ |
GrTextureDomain.h | 95 * the part of the effect key that reflects the texture domain code, and performs the uniform
|