HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 101 - 125 of 884) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-5/arch-mips/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-5/arch-x86/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
hdsmart.h 24 unsigned char normalized; member in struct:ata_smart_attribute_s
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 47 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /external/chromium/testing/gmock/test/
gmock_output_test.py 126 A tuple (the normalized test output, the list of test names that have
145 """Runs a command and returns its normalized output and a list of leaky tests.
163 # The normalized output should match the golden file.
  /frameworks/compile/slang/
slang_rs_export_element.cpp 41 EI->normalized = _norm; \
85 EI->normalized);
100 EI->normalized);
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 56 * by an occurrence indicator. The model will be normalized so
64 * @param model The content model as a normalized string.
83 * appropriately normalized and with entity and character
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoCorrection.java 89 // TODO: when the normalized score of the first suggestion is nearly equals to
90 // the normalized score of the second suggestion, behave less aggressive.
95 Log.d(TAG, "Normalized " + consideredWord + "," + suggestion + ","
  /external/freetype/src/truetype/
ttgxvar.c 484 /* tuple_coords :: The coordinates of the tuple in normalized axis */
838 /* Set the blend (normalized) coordinates for this instance of the */
996 FT_Fixed* normalized = NULL; local
    [all...]
  /external/opencv/cv/src/
cvderiv.cpp 363 normalized = basic_laplacian = false;
370 normalized = basic_laplacian = false;
410 normalized = _normalized;
556 bool normalized = state->is_normalized(); local
565 if( basic_laplacian || !normalized )
567 normalized = false;
588 else if( !normalized )
611 if( !normalized )
635 if( !normalized )
698 bool normalized = state->is_normalized() local
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/detector/api/
LintUtilsTest.java 223 String normalized = encoding.toLowerCase().replace("-", "_"); local
224 if (normalized.equals("utf_8")) {
228 } else if (normalized.equals("utf_16")) {
231 } else if (normalized.equals("utf_16le")) {
234 } else if (normalized.equals("utf_32")) {
239 } else if (normalized.equals("utf_32le")) {
  /external/clang/include/clang/Sema/
TypoCorrection.h 99 /// If Normalized is true, scale the distance down by the CharDistanceWeight
101 unsigned getEditDistance(bool Normalized = true) const {
114 return Normalized ? NormalizeEditDistance(ED) : ED;
  /external/webrtc/src/common_audio/signal_processing/
resample_fractional.c 40 // input: WebRtc_Word32 (normalized, not saturated) :: size 3 * K
86 // input: WebRtc_Word32 (normalized, not saturated) :: size 4 * K
195 // input: WebRtc_Word32 (normalized, not saturated) :: size 11 * K
  /libcore/luni/src/main/java/java/lang/
HexStringParser.java 277 * Returns the normalized significand after removing the leading zeros.
289 * Calculates the offset between the normalized number and unnormalized
290 * number. In a normalized representation, significand is represented by the
  /cts/suite/audio_quality/test_description/
dut_playback_spectrum.xml 30 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
dut_recording_spectrum.xml 34 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/experimental/
dut_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
ref_playback_spectrum_chirp.xml 29 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated amplitude ratio in mannitude only between low f to high f -->
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 33 <!-- input: host record, device record, samping rate, low frequency in Hz, high frequency in Hz, allowed error for pass in smaller side, allowed error in bigger side%, output: min value in lower side calculated normalized to 1.0, max value in higher side, calculated TF in mannitude only between low f to high f -->

Completed in 420 milliseconds

1 2 3 45 6 7 8 91011>>