HomeSort by relevance Sort by last modified time
    Searched defs:Wrap (Results 1 - 15 of 15) 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/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/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) {
183 // Wrap the parameters into an array of VARIANT structures.
185 hr = disp_args[1 - 1].Wrap(p1);
237 // Wrap the parameters into an array of VARIANT structures.
239 hr = disp_args[2 - 1].Wrap(p1);
242 hr = disp_args[2 - 2].Wrap(p2);
296 // Wrap the parameters into an array of VARIANT structures.
298 hr = disp_args[3 - 1].Wrap(p1)
    [all...]
  /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/mojo/nacl/generator/
generate_nacl_bindings.py 82 def Wrap(pre, items, post):
108 for line in Wrap('%s %s(' % (f.return_type, f.name), f.ParamList(), ') {'):
  /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/chromium_org/tools/usb_gadget/
hid_descriptors.py 109 Wrap = (3, True)
  /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/mojo/public/python/mojo/
system.pyx 129 cdef Wrap(self,
471 view_buffer.Wrap(out_buffer, out_size, read_only=False)
544 view_buffer.Wrap(out_buffer, out_size, read_only=True)
591 view_buffer.Wrap(buffer, num_bytes, read_only=False)
  /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 {
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 1897 milliseconds