Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 165) sorted by relevance

1234567

/frameworks/base/keystore/java/android/security/keystore/
DKeyProperties.java82 public static int toKeymaster(@PurposeEnum int purpose) { in toKeymaster() argument
83 switch (purpose) { in toKeymaster()
95 throw new IllegalArgumentException("Unknown purpose: " + purpose); in toKeymaster()
99 public static @PurposeEnum int fromKeymaster(int purpose) { in fromKeymaster() argument
100 switch (purpose) { in fromKeymaster()
112 throw new IllegalArgumentException("Unknown purpose: " + purpose); in fromKeymaster()
DAndroidKeyStoreCipherSpiBase.java241 int purpose; in ensureKeystoreOperationInitialized() local
243 purpose = mKeymasterPurposeOverride; in ensureKeystoreOperationInitialized()
245 purpose = mEncrypting in ensureKeystoreOperationInitialized()
250 purpose, in ensureKeystoreOperationInitialized()
/frameworks/base/libs/protoutil/tests/
Dtest.proto1 // This proto file is only used for testing purpose.
/frameworks/minikin/doc/
Dminikin_style.md7 In dir/foo.cc or dir/foo_test.cc, whose main purpose is to implement or test the stuff in
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/
DCONTRIBUTING.md21 use GitHub pull requests for this purpose. Consult
DLICENSE59 Licensor for the purpose of discussing and improving the Work, but
186 file or class name and description of purpose be included on the
/frameworks/base/core/proto/android/service/
Drestricted_image.proto26 // permission for the purpose of debugging photos.
/frameworks/av/drm/libmediadrm/protos/
Dmetrics.proto35 // A general purpose error code where 0 means OK.
/frameworks/base/keystore/java/android/security/
DKeyStore.java870 public OperationResult begin(String alias, int purpose, boolean pruneable, in begin() argument
877 int errorCode = mBinder.begin(promise, getToken(), alias, purpose, pruneable, args, in begin()
895 public OperationResult begin(String alias, int purpose, boolean pruneable, in begin() argument
899 return begin(alias, purpose, pruneable, args, entropy, UID_SELF); in begin()
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto35 // For this purpose, the network_config_id and network_agent_id may be useful
/frameworks/opt/gamesdk/third_party/cube/
DLICENSE.txt59 Licensor for the purpose of discussing and improving the Work, but
186 file or class name and description of purpose be included on the
DCOPYRIGHT.txt33 documentation for any purpose is hereby granted without fee, provided
/frameworks/opt/setupwizard/library/
DLICENSE59 Licensor for the purpose of discussing and improving the Work, but
186 file or class name and description of purpose be included on the
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt181 its purpose remains meaningful.
184 a purpose that is entirely well-defined independent of the
391 It is not the purpose of this section to induce you to infringe any
393 such claims; this section has the sole purpose of protecting the
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt206 purpose of display/composition were completed for this frame.
/frameworks/ml/nn/runtime/
DNOTICE70 Licensor for the purpose of discussing and improving the Work, but
252 Licensor for the purpose of discussing and improving the Work, but
379 file or class name and description of purpose be included on the
670 * particular purpose or non-infringing. The entire risk as to the *
972 Licensor for the purpose of discussing and improving the Work, but
1099 file or class name and description of purpose be included on the
/frameworks/native/cmds/service/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/id3/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/am/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/mediaserver/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/codecs/amrnb/common/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/packages/InputDevices/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/dpm/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/timedtext/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but

1234567