/external/python/cpython3/Lib/ |
fnmatch.py | 30 Both FILENAME and PATTERN are first case-normalized
|
/external/skia/src/gpu/gl/ |
GrGLPathRendering.h | 107 * Gets a matrix that goes from local coordinates to GL normalized device coords.
|
/external/skqp/src/gpu/gl/ |
GrGLPathRendering.h | 107 * Gets a matrix that goes from local coordinates to GL normalized device coords.
|
/external/smali/baksmali/src/test/java/org/jf/baksmali/ |
BaksmaliTestUtils.java | 59 // Assert that normalized strings are now equal
|
/external/tensorflow/tensorflow/contrib/gan/python/features/python/ |
virtual_batchnorm_impl.py | 154 axis: Integer, the axis that should be normalized (typically the features 158 center: If True, add offset of `beta` to normalized tensor. If False, 265 """Return the reference batch, but batch normalized.""" 281 A virtual batch normalized version of `inputs`.
|
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/ |
normalize.cc | 22 // Output[0]: Normalized sentence. string[1]
|
/external/tensorflow/tensorflow/examples/multibox_detector/ |
README.md | 30 normalized from 0-1 in left top right bottom order.
|
/external/tensorflow/tensorflow/python/util/ |
decorator_utils.py | 48 The normalized docstring
|
/external/toolchain-utils/android_bench_suite/ |
parse_result.py | 46 if 'normalized' in words:
|
/external/tpm2/ |
MathFunctions.c | 52 // TRUE number de-normalized 64 // normalized to a value smaller than the requested size and then de-normalize 199 // NULL), the size of the results p is assumed to be aSize + bSize and the results are de-normalized so that 430 // the results is smaller than the buffer, the results is de-normalized.
|
/external/trappy/tests/ |
test_baretrace.py | 62 """BareTrace.get_duration() works if the trace has been normalized"""
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
vector_query.hpp | 65 //! Check whether a vector is normalized.
|
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/ |
TouchCatcherView.java | 62 // Normalized time within a period, goes from 0 to 1
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
codec.h | 142 /* normalized lattice filters */
|
lattice_armv7.S | 11 @ Contains a function for the core loop in the normalized lattice AR
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPath.java | 81 * Serializes the normalized XMP-path.
|
/frameworks/base/core/java/android/net/ |
WifiLinkQualityInfo.java | 107 * @return un-normalized RSSI or {@link android.net.LinkQualityInfo#UNKNOWN_INT}
|
/frameworks/base/media/java/android/media/ |
ResampleInputStream.java | 38 // sample rates, assumed to be normalized
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/util/ |
PageRangeUtils.java | 87 // Note that the code below relies on the ranges being normalized 115 * @return The normalized page ranges. 339 * Gets the number of pages in a normalized range array. 341 * @param pageRanges Normalized page ranges.
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
AbstractAsset.java | 52 * normalized -- they can be used for equality testing.
|
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsic3DLUT.java | 22 * incoming r,g,b values are use as normalized x,y,z coordinates into a 3D
|
/frameworks/base/services/core/java/com/android/server/ |
AnyMotionDetector.java | 265 Vector3 previousGravityVectorNormalized = mPreviousGravityVector.normalized(); 266 Vector3 currentGravityVectorNormalized = mCurrentGravityVector.normalized(); 381 public Vector3 normalized() { method in class:AnyMotionDetector.Vector3 388 * Assumes both have already been normalized.
|
/frameworks/base/services/core/java/com/android/server/wm/animation/ |
ClipRectTBAnimation.java | 54 // code from Animation here and use it to calculate/store the uninterpolated normalized
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
ScriptIntrinsic3DLUT.java | 24 * incoming r,g,b values are use as normalized x,y,z coordinates into a 3D
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_elementnormalize.java | 32 * document element and check that the element has been normalized.
|