OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Key
(Results
276 - 300
of
1431
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
LatinKeyboardView.java
21
import android.inputmethodservice.Keyboard.
Key
;
41
protected boolean onLongPress(
Key
key
) {
42
if (
key
.codes[0] == Keyboard.KEYCODE_CANCEL) {
46
return super.onLongPress(
key
);
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyMacSpi.java
26
import java.security.
Key
;
46
protected void engineInit(
Key
key
, AlgorithmParameterSpec params)
49
if (!(
key
instanceof SecretKeySpec)) {
50
throw new IllegalArgumentException("params is null and
key
is SecretKeySpec");
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudfront/
object.py
22
from boto.s3.
key
import
Key
24
class Object(
Key
):
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKeyFactory.java
4
import com.bumptech.glide.load.
Key
;
13
public EngineKey buildKey(String id,
Key
signature, int width, int height, ResourceDecoder cacheDecoder,
/external/glide/library/src/main/java/com/bumptech/glide/signature/
StringSignature.java
3
import com.bumptech.glide.load.
Key
;
11
public class StringSignature implements
Key
{
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryModuleBuilder.java
20
import com.google.inject.
Key
;
234
return implement(
Key
.get(source), target);
266
return implement(
Key
.get(source, annotation), target);
298
return implement(
Key
.get(source, annotationType), target);
304
public <T> FactoryModuleBuilder implement(
Key
<T> source, Class<? extends T> target) {
311
public <T> FactoryModuleBuilder implement(
Key
<T> source, TypeLiteral<? extends T> target) {
327
return build(
Key
.get(factoryInterface));
331
public <F> Module build(final
Key
<F> factoryInterface) {
/external/guice/extensions/servlet/test/com/google/inject/servlet/
InjectedFilterPipelineTest.java
14
import com.google.inject.
Key
;
48
filter("/*").through(
Key
.get(TestFilter.class));
49
filter("*.jsp").through(
Key
.get(TestFilter.class));
52
filter("/index/*").through(
Key
.get(NeverFilter.class));
53
filter("/public/login/*").through(
Key
.get(NeverFilter.class));
64
filter("/non-jsp/*").through(
Key
.get(NeverFilter.class));
67
filter("/index/*").through(
Key
.get(TestFilter.class));
68
filter("/public/login/*").through(
Key
.get(TestFilter.class));
VarargsFilterDispatchIntegrationTest.java
10
import com.google.inject.
Key
;
53
filter("/*", "*.html", "/*").through(
Key
.get(TestFilter.class));
56
filter("/index/*").through(
Key
.get(TestFilter.class));
57
filter("*.jsp").through(
Key
.get(TestFilter.class));
92
filter("/public/*", "*.html", "*.xml").through(
Key
.get(TestFilter.class));
95
filter("/index/*").through(
Key
.get(TestFilter.class));
96
filter("*.jsp").through(
Key
.get(TestFilter.class));
136
filterRegex("\\w").through(
Key
.get(TestFilter.class));
/external/llvm/lib/IR/
MetadataImpl.h
24
const typename InfoT::KeyTy &
Key
) {
25
auto I = Store.find_as(
Key
);
/frameworks/base/wifi/java/android/net/wifi/
WifiConnectionStatistics.java
39
*
Key
= SSID
90
for (String
Key
: untrustedNetworkHistory.keySet()) {
91
WifiNetworkConnectionStatistics stats = untrustedNetworkHistory.get(
Key
);
93
sbuf.append(
Key
).append(" ").append(stats.toString()).append("\n");
122
for (String
Key
: untrustedNetworkHistory.keySet()) {
123
WifiNetworkConnectionStatistics num = untrustedNetworkHistory.get(
Key
);
124
dest.writeString(
Key
);
143
String
Key
= in.readString();
148
stats.untrustedNetworkHistory.put(
Key
, st);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyMacSpi.java
27
import java.security.
Key
;
47
protected void engineInit(
Key
key
, AlgorithmParameterSpec params)
50
if (!(
key
instanceof SecretKeySpec)) {
51
throw new IllegalArgumentException("params is null and
key
is SecretKeySpec");
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
AndroidCaptureResultProxy.java
40
public <T> T get(CaptureResult.
Key
<T>
key
) {
41
return mCaptureResult.get(
key
);
45
public List<CaptureResult.
Key
<?>> getKeys() {
CaptureRequestBuilderProxy.java
50
public <T> T get(CaptureRequest.
Key
<T>
key
) throws IllegalArgumentException {
51
return mBuilder.get(
key
);
64
public <T> void set(CaptureRequest.
Key
<T>
key
, T value) {
65
mBuilder.set(
key
, value);
CaptureRequestProxy.java
38
public <T> T get(@Nonnull CaptureRequest.
Key
<T>
key
) {
39
return mRequest.get(
key
);
43
public List<CaptureRequest.
Key
<?>> getKeys() {
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
MetadataResponseListener.java
26
* A {@link ResponseListener} which listens for a particular metadata
key
.
30
private final CaptureResult.
Key
<V> mKey;
33
* @param
key
The
key
associated with the value for which to listen to
36
public MetadataResponseListener(CaptureResult.
Key
<V>
key
, Updatable<V> updatable) {
37
mKey =
key
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp
53
template<typename
Key
,
62
struct trie_traits<
Key
, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66
typedef types_traits<
Key
, Mapped, _Alloc, false> type_traits;
69
typedef typename trie_node_metadata_dispatch<
Key
, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type;
101
template<typename
Key
,
109
struct trie_traits<
Key
, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113
typedef types_traits<
Key
, null_type, _Alloc, false> type_traits;
116
typedef typename trie_node_metadata_dispatch<
Key
, null_type, _ATraits, Node_Update, _Alloc>::type metadata_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
traits.hpp
53
template<typename
Key
,
62
struct trie_traits<
Key
, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66
typedef types_traits<
Key
, Mapped, _Alloc, false> type_traits;
69
typedef typename trie_node_metadata_dispatch<
Key
, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type;
101
template<typename
Key
,
109
struct trie_traits<
Key
, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113
typedef types_traits<
Key
, null_type, _Alloc, false> type_traits;
116
typedef typename trie_node_metadata_dispatch<
Key
, null_type, _ATraits, Node_Update, _Alloc>::type metadata_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
traits.hpp
53
template<typename
Key
,
62
struct trie_traits<
Key
, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66
typedef types_traits<
Key
, Mapped, _Alloc, false> type_traits;
69
typedef typename trie_node_metadata_dispatch<
Key
, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type;
101
template<typename
Key
,
109
struct trie_traits<
Key
, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113
typedef types_traits<
Key
, null_type, _Alloc, false> type_traits;
116
typedef typename trie_node_metadata_dispatch<
Key
, null_type, _ATraits, Node_Update, _Alloc>::type metadata_type;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp
75
template<typename
Key
,
87
typedef dumnode_const_iterator<
Key
, Data, _Alloc> __it_type;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
traits.hpp
53
template<typename
Key
,
62
struct trie_traits<
Key
, Mapped, _ATraits, Node_Update, pat_trie_tag, _Alloc>
66
typedef types_traits<
Key
, Mapped, _Alloc, false> type_traits;
69
typedef typename trie_node_metadata_dispatch<
Key
, Mapped, _ATraits, Node_Update, _Alloc>::type metadata_type;
101
template<typename
Key
,
109
struct trie_traits<
Key
, null_type, _ATraits, Node_Update, pat_trie_tag, _Alloc>
113
typedef types_traits<
Key
, null_type, _Alloc, false> type_traits;
116
typedef typename trie_node_metadata_dispatch<
Key
, null_type, _ATraits, Node_Update, _Alloc>::type metadata_type;
Completed in 519 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>