HomeSort by relevance Sort by last modified time
    Searched refs:Wrap (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
validating_util_test.cc 141 TEST(ValidatingUtilTest, Wrap) {
142 EXPECT_EQ(kWrappedData, ValidatingUtil::Wrap(kUnwrappedData, kTimestamp));
146 std::string data = ValidatingUtil::Wrap(kUnwrappedData, kTimestamp);
  /external/chromium_org/third_party/WebKit/Source/bindings/
IDLExtendedAttributes.txt 47 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.idl 22 Custom=Wrap,
  /external/chromium_org/components/policy/core/common/
schema.h 47 static Schema Wrap(const internal::SchemaData* data);
generate_policy_source_unittest.cc 21 Schema schema = Schema::Wrap(GetChromeSchemaData());
schema.cc 81 // Contains the internal data representation of a Schema. This can either wrap
82 // a SchemaData owned elsewhere (currently used to wrap the Chrome schema, which
87 static scoped_refptr<const InternalStorage> Wrap(const SchemaData* data);
176 scoped_refptr<const Schema::InternalStorage> Schema::InternalStorage::Wrap(
468 Schema Schema::Wrap(const SchemaData* data) {
469 scoped_refptr<const InternalStorage> storage = InternalStorage::Wrap(data);
schema_unittest.cc 317 TEST(SchemaTest, Wrap) {
348 Schema schema = Schema::Wrap(&kData);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
validating_storage.cc 80 wrapped_storage_->Put(key, ValidatingUtil::Wrap(data, time(NULL)));
validating_util.cc 89 std::string ValidatingUtil::Wrap(const std::string& data, time_t timestamp) {
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 23 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DataView.idl 27 Custom=Wrap,
  /external/llvm/include/llvm/ADT/
ValueMap.h 135 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
160 return Map.FindAndConstruct(Wrap(Key));
164 return Map[Wrap(Key)];
185 ValueMapCVH Wrap(KeyT key) const {
  /external/v8/test/mjsunit/harmony/
module-parsing.js 113 module Wrap {
145 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
AES.java 115 static public class Wrap
118 public Wrap()
404 provider.addAlgorithm("Cipher.AESWRAP", PREFIX + "$Wrap");
DESede.java 130 public static class Wrap
133 public Wrap()
387 provider.addAlgorithm("Cipher.DESEDEWRAP", PREFIX + "$Wrap");
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui_browsertest.cc 178 policy::Schema::Wrap(policy::GetChromeSchemaData());
245 policy::Schema::Wrap(policy::GetChromeSchemaData());
  /external/webrtc/src/modules/audio_processing/utility/
ring_buffer.c 20 enum Wrap {
30 enum Wrap rw_wrap;
53 // Write data in two blocks that wrap the buffer.
156 // We have a wrap around when reading the buffer. Copy the buffer data to
193 // Buffer wrap around when writing.
233 // Buffer wrap around. Restart read position and wrap indicator.
238 // Buffer wrap around. Restart read position and wrap indicator.
  /external/chromium_org/v8/test/mjsunit/harmony/
module-parsing.js 113 module Wrap {
150 export A, A1, A2, A3, B, I, C1, D1, D2, D3, E1, E2, E3, X, Y, Z, Wrap, x, y, UU
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.idl 22 Custom=Wrap,
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 223 Schema chrome_schema = Schema::Wrap(GetChromeSchemaData());
338 Schema chrome_schema = Schema::Wrap(GetChromeSchemaData());
438 Schema chrome_schema = Schema::Wrap(GetChromeSchemaData());
browser_policy_connector.cc 217 chrome_schema_ = Schema::Wrap(GetChromeSchemaData());
  /external/bison/etc/
bench.pl.in 72 use Text::Wrap;
73 print $out wrap ("| ", " ",
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fifo_test.cc 82 TEST(FIFOChar, Wrap) {
97 // Wrap read and write differently, and verify copy is correct
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 256 TEST(ThreadTest, Wrap) {
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 278 struct Wrap {

Completed in 1028 milliseconds

12 3