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

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/symmetric/
AES.java 84 static public class Wrap
87 public Wrap()
244 put("Cipher.AESWRAP", "org.bouncycastle.jce.provider.symmetric.AES$Wrap");
DESede.java 116 public static class Wrap
119 public Wrap()
279 put("Cipher.DESEDEWRAP", "org.bouncycastle.jce.provider.symmetric.DESede$Wrap");
  /external/chromium/testing/
generate_gmock_mutant.py 307 def Wrap(s, width, subsequent_offset=4):
371 # Wrap sometimes very long 1st and 3rd line at 80th column.
372 lines[0] = Wrap(lines[0], 80, 10)
373 lines[2] = Wrap(lines[2], 80, 4)
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 60 inline void Wrap (v8::Handle<v8::Object> handle)
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 75 // Wrap up multiple types of instructions
76 Wrap,
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 25 static ConstantRange Wrap;
32 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa));
74 EXPECT_FALSE(Wrap.isFullSet());
75 EXPECT_FALSE(Wrap.isEmptySet());
76 EXPECT_TRUE(Wrap.isWrappedSet());
77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0)));
78 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9)));
79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa)));
80 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9)));
81 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa)))
    [all...]
  /external/llvm/include/llvm/ADT/
ValueMap.h 116 return Map.count(Wrap(Val));
120 return iterator(Map.find(Wrap(Val)));
123 return const_iterator(Map.find(Wrap(Val)));
129 return Map.lookup(Wrap(Val));
137 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
150 return Map.erase(Wrap(Val));
157 return Map.FindAndConstruct(Wrap(Key));
161 return Map[Wrap(Key)];
182 ValueMapCVH Wrap(KeyT key) const {
  /external/v8/src/
api.cc     [all...]

Completed in 160 milliseconds