HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 351 - 375 of 3728) sorted by null

<<11121314151617181920>>

  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.cc 17 #include <algorithm>
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
SealedObjectTest.java 104 assertEquals("The algorithm which was used to seal the object "
105 + "should be the same as the algorithm used to seal the "
115 String algorithm = "DES"; local
116 KeyGenerator kg = KeyGenerator.getInstance(algorithm);
119 Cipher cipher = Cipher.getInstance(algorithm);
123 assertEquals("The algorithm name should be the same as used "
124 + "in cipher.", algorithm, so.getAlgorithm());
129 * encryption algorithm and specified parameters can be retrieved by
149 + "should contain the encoded algorithm parameters.", Arrays
156 * with encryption algorithm and specified parameters can be retrieved b
    [all...]
  /external/ceres-solver/internal/ceres/
cgnr_linear_operator.h 34 #include <algorithm>
summary_utils.cc 31 #include <algorithm>
  /external/chromium_org/base/mac/
scoped_launch_data.h 10 #include <algorithm>
scoped_mach_vm.h 10 #include <algorithm>
  /external/chromium_org/base/
scoped_observer.h 8 #include <algorithm>
  /external/chromium_org/build/
precompile.h 86 #include <algorithm>
  /external/chromium_org/cc/layers/
picture_image_layer_impl.cc 7 #include <algorithm>
  /external/chromium_org/cc/output/
overlay_candidate.cc 7 #include <algorithm>
  /external/chromium_org/chrome/browser/android/banners/
app_banner_utilities.cc 7 #include <algorithm>
  /external/chromium_org/chrome/browser/
browser_util_win.cc 9 #include <algorithm>
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.cc 7 #include <algorithm>
  /external/chromium_org/chrome/browser/chromeos/extensions/
input_method_event_router.cc 7 #include <algorithm>
  /external/chromium_org/chrome/browser/extensions/activity_log/
hashed_ad_network_database.cc 7 #include <algorithm> // std::binary_search
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot_unittest.cc 9 #include <algorithm>
  /external/chromium_org/content/browser/geolocation/
wifi_data.cc 7 #include <algorithm>
  /external/chromium_org/content/browser/vibration/
vibration_message_filter.cc 7 #include <algorithm>
  /external/chromium_org/content/renderer/
sad_plugin.cc 7 #include <algorithm>
  /external/chromium_org/content/shell/renderer/test_runner/
mock_grammar_check.cc 7 #include <algorithm>
  /external/chromium_org/crypto/
hmac.cc 7 #include <algorithm>
  /external/chromium_org/media/cast/test/utility/
generate_timecode_audio.cc 5 #include <algorithm>
  /external/chromium_org/mojo/public/cpp/bindings/lib/
filter_chain.cc 7 #include <algorithm>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
fifo_packet.cc 10 #include <algorithm>
  /external/chromium_org/net/quic/congestion_control/
send_algorithm_interface.h 5 // The pure virtual class for send side congestion control algorithm.
10 #include <algorithm>
88 // Get the send algorithm specific retransmission delay, called RTO in TCP,
98 // Whether the send algorithm is currently in slow start. When true, the
102 // Whether the send algorithm is currently in recovery.

Completed in 2036 milliseconds

<<11121314151617181920>>