/external/v8/tools/vim/ |
ninja-build.vim | 38 fingerprints = ['.git', 'build', 'include', 'samples', 'src', 'testing', 41 [os.path.isdir(os.path.join(candidate, fp)) for fp in fingerprints]):
|
/frameworks/base/keystore/java/android/security/keystore/ |
KeymasterUtils.java | 125 // enrolled fingerprints, invalidating the key. 129 // enrolled fingerprints, allowing the key to remain valid.
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/ |
Utils.java | 30 * Utility library for computing certificate fingerprints. Also includes fields name used by 96 * Returns the normalized sha-256 fingerprints of a given package according to the Android
|
AndroidPackageInfoFetcher.java | 53 * Returns the Sha-256 fingerprints of all certificates from the specified package as a list of
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
zfm20-register.js | 43 // 3. store the image, assuming the two fingerprints match 109 console.log("Fingerprints did not match.");
|
zfm20.js | 38 // how many valid stored templates (fingerprints) do we have?
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
zfm20-register.py | 58 # 3. store the image, assuming the two fingerprints match 119 print "Fingerprints did not match."
|
zfm20.py | 52 # how many valid stored templates (fingerprints) do we have?
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
GenerateResults.java | 133 * Tells whether only fingerprints has to be generated. 134 * This field is set to <code>true</code> if <b>-fingerprints</b> argument is specified. 145 * Tells whether only fingerprints has to be generated. 148 * Default is <code>false</code> which means that fingerprints 157 * Tells whether only fingerprints has to be generated. 159 * if <b>-fingerprints</b> or <b>-data</b> argument is specified. 189 public GenerateResults(PerformanceResults results, String current, String baseline, boolean fingerprints, File data, File output) { 192 this.genFingerPrints = fingerprints; 193 this.genAll = !fingerprints; 418 if (arg.equals("-fingerprints")) { [all...] |
/external/iptables/utils/ |
nfnl_osf.c | 429 char *fingerprints = NULL; local 434 fingerprints = optarg; 441 "Usage: %s -f fingerprints -d <del rules> -h\n", 447 if (!fingerprints) { 470 err = osf_load_entries(fingerprints, del);
|
/developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/ |
MainActivity.java | 139 // This happens when no fingerprints are registered. 236 // enrolled fingerprints has changed. 323 // and ask the user if they want to authenticate with fingerprints in the
|
/developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/ |
MainActivity.java | 139 // This happens when no fingerprints are registered. 236 // enrolled fingerprints has changed. 323 // and ask the user if they want to authenticate with fingerprints in the
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
MainActivity.java | 139 // This happens when no fingerprints are registered. 236 // enrolled fingerprints has changed. 323 // and ask the user if they want to authenticate with fingerprints in the
|
/frameworks/base/core/res/res/layout/ |
ssl_certificate.xml | 238 <!-- Fingerprints: --> 240 android:id="@+id/fingerprints" 243 android:text="@string/fingerprints"
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
android-6.0-samples.jd | 58 This sample demonstrates how to recognize registered fingerprints to
|
/frameworks/base/docs/html/samples/new/ |
index.jd | 85 This sample demonstrates how to recognize registered fingerprints to
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
zfm20.cxx | 63 // how many valid stored templates (fingerprints) do we have?
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
ZFM20Sample.java | 61 // how many valid stored templates (fingerprints) do we have?
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
BuildsView.java | 111 // Ask for fingerprints 112 final boolean fingerprints = MessageDialog.openQuestion(BuildsView.this.shell, getTitleToolTip(), "Generate only fingerprints?"); 117 generate(i, baselineName, fingerprints); 124 private void generate(int i, final String baselineName, final boolean fingerprints) { 142 fingerprints,
|
ComponentResultsView.java | 71 * <li>Filter non-fingerprints: hide the scenarios which are not in the fingerprints</li> 257 // Filter non-fingerprints action 294 // Filter non-fingerprints change 387 // Filter non fingerprints action state
|
/packages/apps/Settings/src/com/android/settings/ |
ChooseLockGeneric.java | [all...] |
/external/libweave/src/privet/ |
privet_handler.cc | 441 // State updates also change the component tree, so update both fingerprints. [all...] |
/hardware/bsp/intel/peripheral/libupm/src/zfm20/ |
zfm20.h | 79 * Module. It can store up to 163 fingerprints. 268 * (fingerprints).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 264 // show certificate fingerprints 269 sb.append("<p>Certificate fingerprints:</p>");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/ |
IPerformancesConstants.java | 40 public static final String PRE_FILTER_ADVANCED_SCENARIOS = PREFIX + "filter.non.fingerprints.scenarios"; //$NON-NLS-1$
|