/prebuilts/go/darwin-x86/src/html/template/ |
url.go | 88 // processUrlOnto appends a normalized URL corresponding to its input to b
|
/prebuilts/go/linux-x86/src/html/template/ |
url.go | 88 // processUrlOnto appends a normalized URL corresponding to its input to b
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/ |
ftmm.h | 335 /* design through normalized blend coordinates. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 7 doing the lookup, so the mapping will have to map normalized
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 129 """Path cannot be normalized"""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
aliases.py | 7 doing the lookup, so the mapping will have to map normalized
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
macpath.py | 129 """Path cannot be normalized"""
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileParserTask.java | 117 // GLboolean normalized, GLsizei stride, const GLvoid* ptr,
|
/system/media/audio_utils/ |
PowerLog.cpp | 85 // We store the data as normalized energy per sample. The energy sequence is
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
check_setup_cleanup.py | 167 a generator of normalized inputs
|
/art/tools/jfuzz/ |
run_jfuzz_test.py | 114 normalized return code 477 retc1: int, normalized return code of first runner 478 retc2: int, normalized return code of second runner
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
gl2_entry.cpp | 148 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr); 209 void glVertexAttribPointerData(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void* data, GLuint datalen); 210 void glVertexAttribPointerOffset(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, GLuint offset); [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
AdamsMoultonIntegrator.java | 388 * considered to be an error, which must be normalized according to 389 * error control settings. If the normalized value is greater than 1, 391 * @return the normalized correction, if greater than 1, the step
|
/external/bart/bart/sched/ |
SchedAssert.py | 148 percent is specified it will be normalized to the total runtime 162 :param percent: If true the result is normalized to the total runtime 233 :param percent: If true the result is normalized to the total runtime
|
/external/devlib/devlib/utils/ |
misc.py | 384 normalized = dict_type() 387 normalized[key] = normalize(v, dict_type) 388 return normalized
|
/external/icu/icu4c/source/common/ |
unormcmp.cpp | 533 UnicodeString &normalized, UErrorCode *pErrorCode) { 551 normalized.setTo(FALSE, str.getBuffer(), spanQCYes); 552 n2->normalizeSecondAndAppend(normalized, unnormalized, *pErrorCode);
|
/external/libopus/doc/ |
draft-ietf-codec-opus.xml | [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_rd.c | 320 // Normalized rate: 338 // Normalized distortion: 339 // This table models the normalized distortion for a Laplacian source
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 510 boolean normalized = src_sampler_view->texture->target != PIPE_TEXTURE_RECT; local 528 if(normalized) 575 ctx->sampler.normalized_coords = normalized;
|
/external/skia/src/effects/ |
SkRRectsGaussianEdgeMaskFilter.cpp | 122 // ptInConeSpace is now normalized 234 // shape. The distance will have been normalized by the radius. 332 // ptInConeSpace is now normalized
|
/external/skqp/src/effects/ |
SkRRectsGaussianEdgeMaskFilter.cpp | 122 // ptInConeSpace is now normalized 234 // shape. The distance will have been normalized by the radius. 332 // ptInConeSpace is now normalized
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
APFloat.cpp | 41 /* The smallest E such that 2^E is a normalized number; this 1060 /* Note that a zero result is NOT normalized to fcZero. */ [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTMatrix.h | 725 @param[out] vOut Normalized vector 734 @param[out] vOut Normalized vector 739 Original vector is scaled down prior to be normalized in
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
dynamic_rnn_estimator_test.py | 229 # None may get normalized to {}; we accept neither. 237 # None may get normalized to {}; we accept neither. 245 # None may get normalized to {}; we accept both.
|
state_saving_rnn_estimator_test.py | 360 # None may get normalized to {}; we accept neither. 368 # None may get normalized to {}; we accept neither. 376 # None may get normalized to {}; we accept both.
|