HomeSort by relevance Sort by last modified time
    Searched refs:Bootstrap (Results 1 - 17 of 17) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtTreeFactory.hpp 340 static SYNCML_DM_RET_STATUS_T Bootstrap(const DmtPrincipal& principal,
  /external/chromium_org/sync/util/
cryptographer.h 56 // |restored_bootstrap_token| can be provided via this method to bootstrap
64 // never call Bootstrap at all.
65 void Bootstrap(const std::string& restored_bootstrap_token);
114 // bootstrap token. This can be useful when consuming a bootstrap token
169 // Cryptographer instance to bootstrap itself. Returns false if such a token
199 // Helper to unencrypt a bootstrap token into a serialized sync_pb::NigoriKey.
cryptographer_unittest.cc 186 TEST_F(CryptographerTest, Bootstrap) {
195 other_cryptographer.Bootstrap(token);
cryptographer.cc 33 void Cryptographer::Bootstrap(const std::string& restored_bootstrap_token) {
282 DLOG(WARNING) << "Decryption of bootstrap token failed.";
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 20 import io.netty.bootstrap.Bootstrap;
62 private Bootstrap bootstrap; field in class:NettyHttpClient
85 bootstrap = new Bootstrap();
86 bootstrap.group(new NioEventLoopGroup(concurrencyLevel))
105 Channel channel = bootstrap.connect(url.getHost(), Util.getEffectivePort(url))
  /external/javassist/src/main/javassist/util/
HotSwapper.java 121 List connectors = Bootstrap.virtualMachineManager().allConnectors();
  /packages/apps/OMA-DM/engine/jni/
DMServiceMain.cc 396 dm_ret_status = DmtTreeFactory::Bootstrap(principal, (const UINT8*)jBuf, jBufSize, isWbxml,
419 dm_ret_status = DmtTreeFactory::Bootstrap(
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmt.cc 254 SYNCML_DM_RET_STATUS_T DmtTreeFactory::Bootstrap(const DmtPrincipal& principal,
  /external/chromium_org/sync/internal_api/
sync_manager_impl_unittest.cc 829 std::string(), // bootstrap tokens
    [all...]
sync_encryption_handler_impl.cc 131 // Keystore Bootstrap Token helper methods.
132 // The bootstrap is a base64 encoded, encrypted, ListValue of keystore key
146 // Update the bootstrap token.
147 // The bootstrap is a base64 encoded, encrypted, ListValue of keystore key
221 vault_unsafe_.cryptographer.Bootstrap(restored_key_for_bootstrapping);
385 // Furthermore, we enforce the fact that the bootstrap encryption token will
389 // bootstrap token will be derived from the most recently provided explicit
440 // bootstrap token to preserve it. We build a temporary cryptographer
445 << "bootstrap token.";
583 // - This is a restart for a client that lost their bootstrap token
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/src/
dmtAsyncAPI.cc 277 scriptStruct.nStatusCode = DmtTreeFactory::Bootstrap(pMessage->pMsg->principal,
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 16 * @fileoverview Bootstrap for the Google JS Library (Closure).
418 // for example). See bootstrap/ for more information.
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 322 milliseconds