/frameworks/av/media/libstagefright/webm/ |
EbmlUtil.cpp | 21 // Table for Seal's algorithm for Number of Trailing Zeros. Hacker's Delight
|
/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 "
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
progress_center.js | 34 Object.seal(this); 70 Object.seal(this);
|
device_handler.js | 33 Object.seal(this); 83 Object.seal(this);
|
file_operation_handler.js | 55 // Seal the object. 56 Object.seal(this);
|
background.js | 99 // Seal self. 100 Object.seal(this); 243 Object.seal(this);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
progress_center_panel.js | 222 this.itemQuery_ = Object.seal({ 232 this.timeoutId_ = Object.seal({ 243 Object.seal(this);
|
file_manager_ui.js | 113 Object.seal(this);
|
preview_panel.js | 334 Object.seal(this); 394 Object.seal(this);
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
async_util.js | 60 Object.seal(this); 293 Object.seal(this);
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Object-getOwnPropertyNames-expected.txt | 66 FAIL getSortedOwnPropertyNames(Object) should be create,defineProperties,defineProperty,freeze,getOwnPropertyDescriptor,getOwnPropertyNames,getPrototypeOf,isExtensible,isFrozen,isSealed,keys,length,name,preventExtensions,prototype,seal,setPrototypeOf. Was arguments,caller,create,defineProperties,defineProperty,deliverChangeRecords,freeze,getNotifier,getOwnPropertyDescriptor,getOwnPropertyNames,getPrototypeOf,is,isExtensible,isFrozen,isSealed,keys,length,name,observe,preventExtensions,prototype,seal,setPrototypeOf,unobserve.
|
Object-getOwnPropertyNames.js | 74 "Object": "['create', 'defineProperties', 'defineProperty', 'freeze', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getPrototypeOf', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf']",
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
SealedObjectTest.java | 145 assertEquals("The algorithm which was used to seal the object " 146 + "should be the same as the algorithm used to seal the "
|
/external/chromium_org/build/mac/ |
copy_framework_unversioned.sh | 17 # seal. In Chrome's case, the outer .app bundle contains a framework where
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp_aead.c | 148 r = ctx->aead->seal(ctx, out, max_out_len, nonce, nonce_len,
|
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/ |
sha1.c | 94 * this function is used in the SEAL 3.0 key setup routines 95 * (crypto/cipher/seal.c)
|
/external/srtp/crypto/hash/ |
sha1.c | 94 * this function is used in the SEAL 3.0 key setup routines 95 * (crypto/cipher/seal.c)
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
drag_selector.js | 59 Object.seal(this);
|
file_selection.js | 56 Object.seal(this);
|
/external/chromium_org/v8/src/ |
handles.h | 267 // Seal off the current HandleScope so that new handles can only be created
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
proxies.js | [all...] |
/external/chromium_org/third_party/libsrtp/srtp/ |
CHANGES | 115 Added index check to SEAL cipher (only values less than 2^32 are
|
/external/chromium_org/ui/file_manager/video_player/js/ |
video_player.js | 116 Object.seal(this);
|
/external/chromium_org/v8/test/mjsunit/ |
object-freeze.js | 321 // if frozen implies sealed, then the tests in object-seal.js are mostly
|
/external/srtp/ |
Changes | 115 Added index check to SEAL cipher (only values less than 2^32 are
|