HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 376 - 400 of 4302) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/upstream/parameter/
LogarithmicParameterAdaptation.cpp 34 #include <algorithm>
MappingContext.cpp 32 #include <algorithm>
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemString.cpp 32 #include <algorithm>
  /external/pdfium/core/fxcrt/
xml_int.h 10 #include <algorithm>
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.cpp 9 #include <algorithm>
  /external/pdfium/fxjs/
cfxjse_isolatetracker.cpp 9 #include <algorithm>
  /external/skia/src/core/
SkMaskBlurFilter.h 11 #include <algorithm>
  /external/swiftshader/third_party/LLVM/lib/Analysis/
Interval.cpp 19 #include <algorithm>
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
Unix.h 29 #include <algorithm>
  /external/vboot_reference/host/lib/
host_common.c 28 uint64_t block_size = signed_size + siglen_map[signing_key->algorithm];
62 siglen_map[signing_key->algorithm], signed_size);
88 uint64_t block_size = signed_size + siglen_map[signing_key->algorithm];
124 siglen_map[signing_key->algorithm], signed_size);
  /external/webrtc/talk/media/base/
videoframefactory.cc 30 #include <algorithm>
  /external/webrtc/webrtc/base/
common.cc 25 #include <algorithm>
scopedptrcollection.h 17 #include <algorithm>
  /external/webrtc/webrtc/libjingle/xmpp/
plainsaslhandler.h 14 #include <algorithm>
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.h 14 #include <algorithm>
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.cc 13 #include <algorithm>
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
RsaEncryptionTest.java 61 * Tries decrypting random messages with a given algorithm. Counts the number of distinct error
99 public void testExceptions(String algorithm) throws Exception {
104 Cipher c = Cipher.getInstance(algorithm);
131 System.out.println("Exceptions for " + algorithm);
135 fail("Exceptions leak information about the padding for " + algorithm);
  /external/xmlrpcpp/test/
TestBase64Server.cpp 10 #include <algorithm>
  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 41 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
47 new TextDirectionHeuristicInternal(null /* no algorithm */, true);
52 * of the Unicode Bidirectional Algorithm.
60 * behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.
131 * Computes the text direction based on an algorithm. Subclasses implement
132 * {@link #defaultIsRtl} to handle cases where the algorithm cannot determine the
138 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) {
139 mAlgorithm = algorithm;
178 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm,
180 super(algorithm);
    [all...]
  /frameworks/ml/nn/common/operations/
SVDF.h 22 #include <algorithm>
  /frameworks/native/libs/math/include/math/
scalar.h 19 #include <algorithm>
  /frameworks/native/libs/vr/libdvr/
dvr_api.cpp 6 #include <algorithm>
  /frameworks/support/compat/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 34 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
40 new TextDirectionHeuristicInternal(null /* no algorithm */, true);
45 * of the Unicode Bidirectional Algorithm.
53 * behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.
107 * Computes the text direction based on an algorithm. Subclasses implement
108 * {@link #defaultIsRtl} to handle cases where the algorithm cannot determine the
114 public TextDirectionHeuristicImpl(TextDirectionAlgorithm algorithm) {
115 mAlgorithm = algorithm;
154 TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm,
156 super(algorithm);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/utils/
utils.cpp 35 #include <algorithm>
  /hardware/qcom/display/sdm845/sdm/libs/utils/
utils.cpp 35 #include <algorithm>

Completed in 1348 milliseconds

<<11121314151617181920>>