Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 160) 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/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.java859 public OperationResult begin(String alias, int purpose, boolean pruneable, in begin() argument
866 int errorCode = mBinder.begin(promise, getToken(), alias, purpose, pruneable, args, in begin()
884 public OperationResult begin(String alias, int purpose, boolean pruneable, in begin() argument
888 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/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/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayered_filter_fast_f32.rscript493 // This kernel extracts intermediate images for testing purpose.
515 // This kernel extracts intermediate images for testing purpose.
/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/av/media/extractors/mpeg2/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/requestsync/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/codec2/components/flac/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/packages/Keyguard/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/packages/PackageInstaller/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/codecs/aacdec/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/native/libs/ui/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/libs/hwui/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/services/mediaextractor/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/base/cmds/appwidget/
DNOTICE71 Licensor for the purpose of discussing and improving the Work, but
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
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

1234567