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

  /external/chromium_org/testing/
generate_gmock_mutant.py 308 def Wrap(s, width, subsequent_offset=4):
372 # Wrap sometimes very long 1st and 3rd line at 80th column.
373 lines[0] = Wrap(lines[0], 80, 10)
374 lines[2] = Wrap(lines[2], 80, 4)
  /external/chromium_org/remoting/base/
dispatch_win.h 52 // Wrap() routines pack the input parameters into VARIANTARG structures so
55 HRESULT Wrap(const VARIANT& param) {
60 HRESULT Wrap(VARIANT* const & param) {
181 // Wrap the parameters into an array of VARIANT structures.
183 hr = disp_args[1 - 1].Wrap(p1);
234 // Wrap the parameters into an array of VARIANT structures.
236 hr = disp_args[2 - 1].Wrap(p1);
239 hr = disp_args[2 - 2].Wrap(p2);
292 // Wrap the parameters into an array of VARIANT structures.
294 hr = disp_args[3 - 1].Wrap(p1)
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
validating_util.cc 84 void ValidatingUtil::Wrap(time_t timestamp, std::string* data) {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
shared_desktop_frame.cc 50 SharedDesktopFrame* SharedDesktopFrame::Wrap(
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 24 static ConstantRange Wrap;
31 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa));
73 EXPECT_FALSE(Wrap.isFullSet());
74 EXPECT_FALSE(Wrap.isEmptySet());
75 EXPECT_TRUE(Wrap.isWrappedSet());
76 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0)));
77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9)));
78 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa)));
79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9)));
80 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa)))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 130 public static class Wrap
133 public Wrap()
387 provider.addAlgorithm("Cipher.DESEDEWRAP", PREFIX + "$Wrap");
AES.java 152 static public class Wrap
155 public Wrap()
535 provider.addAlgorithm("Cipher.AESWRAP", PREFIX + "$Wrap");
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
retriever_test.cc 47 scoped_ptr<std::string> Wrap(const std::string& data,
202 Wrap(kEmptyData, kEmptyDataChecksum, TimeToString(time(NULL))));
210 storage_->Put(kKey, Wrap(kEmptyData, kEmptyDataChecksum, "0"));
221 Wrap(kEmptyData, kEmptyDataChecksum, TimeToString(time(NULL))));
266 storage_->Put(kKey, Wrap(kEmptyData, kEmptyDataChecksum, "0"));
277 Wrap(kNonEmptyData, kEmptyDataChecksum, TimeToString(time(NULL))));
  /external/chromium_org/third_party/webrtc/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.
142 // We have a wrap around when reading the buffer. Copy the buffer data to
148 // No wrap, but a memcpy was requested.
152 // |buf_ptr_1| == |data| in the case of a wrap.
181 // Buffer wrap around when writing.
218 // Buffer wrap around. Restart read position and wrap indicator.
223 // Buffer wrap around. Restart read position and wrap indicator
    [all...]
  /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/llvm/include/llvm/IR/
ValueMap.h 138 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
163 return Map.FindAndConstruct(Wrap(Key));
167 return Map[Wrap(Key)];
188 ValueMapCVH Wrap(KeyT key) const {
  /external/chromium_org/components/policy/core/common/
schema.cc 138 // Contains the internal data representation of a Schema. This can either wrap
139 // a SchemaData owned elsewhere (currently used to wrap the Chrome schema, which
144 static scoped_refptr<const InternalStorage> Wrap(const SchemaData* data);
271 scoped_refptr<const Schema::InternalStorage> Schema::InternalStorage::Wrap(
767 Schema Schema::Wrap(const SchemaData* data) {
768 scoped_refptr<const InternalStorage> storage = InternalStorage::Wrap(data);
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 268 struct Wrap {
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 297 milliseconds