| /frameworks/compile/mclinker/include/mcld/LD/ |
| BranchIsland.h | 102 /** \class Key 103 * \brief Key to recognize a stub in the island. 106 class Key { 108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) 111 ~Key() {} 120 size_t operator()(const Key& KEY) const { 121 llvm::StringRef sym_name(KEY.symbol()->name()); 123 return (size_t((uintptr_t)KEY.prototype())) ^ str_hasher(sym_name) ^ 124 KEY.addend() [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/file/ |
| key.py | 23 # File representation of key, for use with "file://" URIs. 30 class Key(object): 61 Retrieves a file from a Key 89 Store an object in a file using the name of the Key object as the 90 key in file URI and the contents of the file pointed to by 'fp' as the 102 bucket with the same key. If it does, it won't 166 Retrieve file data from the Key, and return contents as a string.
|
| /external/clang/lib/AST/ |
| ItaniumCXXABI.cpp | 66 QualType Key = 69 Key = Context.getCanonicalType(Key); 70 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
|
| /external/clang/tools/diagtool/ |
| DiagnosticNames.cpp | 53 DiagnosticRecord Key = {nullptr, DiagID, 0}; 58 Key, orderByID);
|
| /external/eigen/demos/opengl/ |
| icosphere.cpp | 63 typedef unsigned long long Key; 64 std::map<Key,int> edgeMap; 81 Key edgeKey = Key(e0) | (Key(e1)<<32); 82 std::map<Key,int>::iterator it = edgeMap.find(edgeKey);
|
| /external/guice/extensions/servlet/src/com/google/inject/servlet/ |
| ServletsModuleBuilder.java | 20 import com.google.inject.Key; 66 with(Key.get(servletKey)); 69 public void with(Key<? extends HttpServlet> servletKey) { 79 with(Key.get(servletKey), initParams); 82 public void with(Key<? extends HttpServlet> servletKey, 87 private void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams, 94 binder.bind(Key.get(ServletDefinition.class, UniqueAnnotations.create())).toProvider( 103 Key<HttpServlet> servletKey = Key.get(HttpServlet.class, UniqueAnnotations.create());
|
| /frameworks/av/drm/mediadrm/plugins/clearkey/tests/ |
| AesCtrDecryptorUnittest.cpp | 31 typedef uint8_t Key[kBlockSize]; 33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, 37 keyVector.appendArray(key, kBlockSize); 45 void attemptDecryptExpectingSuccess(const Key& key, const Iv& iv, 52 ASSERT_EQ(android::OK, attemptDecrypt(key, iv, encrypted, outputBuffer, 65 Key key = { local 101 attemptDecryptExpectingSuccess<kTotalSize>(key, iv, encrypted, decrypted 110 Key key = { local 156 Key key = { local 202 Key key = { local 251 Key key = { local 305 Key key = { local 360 Key key = { local [all...] |
| /packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/ |
| capitalize.cpp | 34 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); }
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/ |
| simplereader.cpp | 20 bool Key(const char* str, SizeType length, bool copy) { 21 cout << "Key(" << str << ", " << length << ", " << boolalpha << copy << ")" << endl;
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
| test_multidelete.py | 31 from boto.s3.key import Key 46 for key in self.bucket: 47 key.delete() 63 Key(name="regular"), 64 Key(), 77 result = self.bucket.delete_keys([Key(name=">_<;")]) 82 no_ver = Key(name="no") 89 result = self.bucket.delete_keys([u"??", Key(name=u"???")]) 100 key = self.bucket.new_key(key_name [all...] |
| test_key.py | 25 Some unit tests for S3 Key 34 from boto.s3.key import Key 47 for key in self.bucket: 48 key.delete() 86 # set_contents should write full content to key. 95 # set "567890123456789" to the key 105 # write the value "56789" to the key. 120 # set_contents should write full content to key. 129 # write the value "56789" to the key [all...] |
| /external/guice/core/test/com/google/inject/ |
| ReflectionTest.java | 44 Binding<Foo> fooBinding = injector.getBinding(Key.get(Foo.class)); 48 assertEquals(Key.get(Foo.class), fooBinding.getKey()); 58 Binding<?> i = injector.getBinding(Key.get(int.class, I.class)); 62 assertEquals(Key.get(int.class, I.class), i.getKey()); 71 bind(Key.get(Foo.class)).to(Key.get(Bar.class)); 75 Binding<Foo> fooBinding = injector.getBinding(Key.get(Foo.class)); 79 assertEquals(Key.get(Foo.class), fooBinding.getKey());
|
| /external/guice/core/test/com/google/inject/spi/ |
| HasDependenciesTest.java | 25 import com.google.inject.Key; 48 assertEquals(ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class))), 61 assertEquals(Key.get(String.class), onlyDependency.getKey()); 73 assertEquals(Key.get(String.class), onlyDependency.getKey()); 90 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class))); 97 return ImmutableSet.<Dependency<?>>of(Dependency.get(Key.get(Integer.class)));
|
| /external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonShuffler.cpp | 84 bool Key = (1 << s) & getUnits(); 93 (Key << (SlotWeight * s)) * ((MaskWeight - countPopulation(getUnits()))
|
| /external/lzma/CPP/7zip/Crypto/ |
| 7zAes.h | 25 Byte Key[kKeySize];
46 bool Find(CKeyInfo &key);
47 // HRESULT Calculate(CKeyInfo &key);
48 void Add(CKeyInfo &key);
|
| /external/lzma/CPP/Common/ |
| CommandLineParser.h | 26 const char *Key;
|
| /external/skia/src/gpu/batches/ |
| GrAADistanceFieldPathRenderer.h | 36 class Key { 40 Key() 44 Key(uint32_t genID, uint32_t dim, const SkStrokeRec& stroke) 49 bool operator==(const Key& other) const { 61 Key fKey; 68 static inline const Key& GetKey(const PathData& data) { 72 static inline uint32_t Hash(Key key) { 73 return SkChecksum::Murmur3(reinterpret_cast<const uint32_t*>(&key), sizeof(key)); [all...] |
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
| TypeListPool.java | 37 import org.jf.dexlib2.writer.pool.TypeListPool.Key; 44 public class TypeListPool extends BaseNullableOffsetPool<Key<? extends Collection<? extends CharSequence>>> 45 implements TypeListSection<CharSequence, Key<? extends Collection<? extends CharSequence>>> { 54 Key<? extends Collection<? extends CharSequence>> key = new Key<Collection<? extends CharSequence>>(types); local 55 Integer prev = internedItems.put(key, 0); 65 public Collection<? extends CharSequence> getTypes(Key<? extends Collection<? extends CharSequence>> typesKey) { 72 @Override public int getNullableItemOffset(@Nullable Key<? extends Collection<? extends CharSequence>> key) { [all...] |
| /external/vixl/test/ |
| test-invalset.cc | 40 // We test with an object for which the key and the value are distinct. 44 Obj(KeyType key, ValType val) : key_(key), val_(val) {} 83 kReclaimFactor>::Key(const Obj& obj) { 92 kReclaimFactor>::SetKey(Obj* obj, KeyType key) { 93 obj->key_ = key;
|
| /frameworks/native/include/input/ |
| KeyLayoutMap.h | 59 * Describes a mapping from keyboard scan codes and joystick axes to Android key codes and axes. 79 struct Key { 89 KeyedVector<int32_t, Key> mKeysByScanCode; 90 KeyedVector<int32_t, Key> mKeysByUsageCode; 97 const Key* getKey(int32_t scanCode, int32_t usageCode) const;
|
| /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
| prettywriter.h | 91 bool Key(const Ch* str, SizeType length, bool copy = false) { return String(str, length, copy); }
142 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); }
|
| /art/compiler/utils/ |
| dedupe_set-inl.h | 63 for (const HashedKey<StoreKey>& key : keys_) { 64 DCHECK(key.Key() != nullptr); 65 alloc_.Destroy(key.Key()); 74 DCHECK(it->Key() != nullptr); 75 return it->Key(); 92 for (const HashedKey<StoreKey>& key : keys_) { 93 auto it = stats.find(key.Hash()); 95 stats.insert({key.Hash(), 1u}) [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/ |
| key.py | 29 from boto.s3.key import Key as S3Key 34 class Key(S3Key): 36 Represents a key (object) in a GS bucket. 39 :ivar name: The name of this Key object. 66 super(Key, self).__init__(bucket=bucket, name=name) 78 return '<Key: %s,%s%s>' % (self.bucket.name, self.name, ver_str) 80 return '<Key: None,%s%s>' % (self.name, ver_str) 83 if name == 'Key': 117 for key, value in headers [all...] |
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/s3/ |
| test_bucket.py | 12 from boto.s3.key import Key 41 key = bucket.new_key('mykey') 43 self.assertEqual(key.bucket, bucket) 44 self.assertEqual(key.key, 'mykey') 51 key = bucket.new_key('') 58 key = bucket.delete_key('') 147 ('Contents', Key), 157 ('Contents', Key), [all...] |
| test_key.py | 31 from boto.s3.key import Key 44 k = Key() 78 key = b.delete_key('fookey') 79 self.assertIsNotNone(key) 111 # Mock out Key.copy so we can record calls to it 135 # Mock out Key.copy so we can record calls to it 227 key = Key() 231 key.get_contents_to_file = mock.Mock [all...] |