/external/libyuv/files/unit_test/testdata/ |
arm_v7.txt | 4 CPU implementer : 0x56
|
tegra3.txt | 15 CPU implementer : 0?41
|
/system/bt/conf/ |
bt_did.conf | 14 # 0x0002 = USB Implementer?s Forum assigned Device ID Vendor ID value 43 # 0x0002 = USB Implementer?s Forum assigned Device ID Vendor ID value 72 # 0x0002 = USB Implementer?s Forum assigned Device ID Vendor ID value
|
/frameworks/base/docs/html/preview/features/ |
key-attestation.jd | 361 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_purpose"> 372 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_algorithm"> 390 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_key_size"> 400 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_digest"> 410 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_padding"> 437 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_rsa_public_exponent"> 448 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_active_datetime"> 459 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_origination_expire_datetime"> 470 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_usage_expire_datetime"> 482 "https://source.android.com/security/keystore/implementer-ref.html#km_tag_no_auth_required" [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/ |
FrameTargetFilter.java | 26 * Called each time this filter receives a new frame. The implementer of this method is
|
MffFilterTestCase.java | 37 * each test method, the implementer should supply one or more frames for all the filter inputs 43 * TODO: relax the requirement that all output ports should be pushed (the implementer should be
|
/external/v8/src/base/ |
cpu.cc | 426 // Extract implementor from the "CPU implementer" field. 427 char* implementer = cpu_info.ExtractField("CPU implementer"); local 428 if (implementer != NULL) { 430 implementer_ = strtol(implementer, &end, 0); 431 if (end == implementer) { 434 delete[] implementer; 597 // Extract implementor from the "CPU implementer" field. 598 char* implementer = cpu_info.ExtractField("CPU implementer"); local [all...] |
cpu.h | 44 // arm implementer/part information 45 int implementer() const { return implementer_; } function in class:v8::base::final
|
/cts/apps/CtsVerifier/assets/scripts/power_monitors/ |
__init__.py | 23 The implementer should establish communications with the power monitor
|
/external/libchrome/base/ |
cpu.cc | 113 unsigned implementer = 0, architecture = 0, variant = 0, part = 0, local 119 {"CPU implementer", &implementer}, 174 implementer == 0x51 &&
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
OnRebindCallback.java | 32 * OnRebindListener implementer to explicitly call {@link
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementationSource.java | 16 * This interface permits a DOM implementer to supply one or more
|
/docs/source.android.com/src/security/keystore/ |
index.jd | 39 href="implementer-ref.html">Implementer's Reference</a>.</p>
|
/docs/source.android.com/src/security/ |
security_toc.cs | 81 <li><a href="<?cs var:toroot ?>security/keystore/implementer-ref.html">Implementer's Reference</a></li>
|
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.h | 73 // and a hardware implementer is free to choose any reasonable
|
/external/libweave/include/weave/provider/ |
http_client.h | 33 // may be "http" or "https". In case of "https", it is implementer's
|
dns_service_discovery.h | 38 // In the list above, it is implementer's responsibility to choose
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
TrackDecoder.java | 61 * Called when decoded output is available. The implementer is responsible for releasing the
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 112 printf( " implementer: %02x\n", (cpu_id >> 24) & 0xff);
|
/docs/source.android.com/src/compatibility/2.1/ |
android-2.1-cdd.xhtml | 21 <p>As used in this document, a "device implementer" or "implementer" is a 36 the responsibility of the device implementer to ensure compatibility with 44 implementer's responsibility to ensure full behavioral compatibility with the 146 <td>A value chosen by the device implementer designating the specific build of 156 <td>A value chosen by the device implementer identifying the specific internal 164 <td>A value chosen by the device implementer identifying the name of the 173 <td>A value chosen by the device implementer identifying the specific 197 <td>An identifier chosen by the device implementer to refer to a specific 206 <td>A value chosen by the device implementer containing the name of the devic [all...] |
/docs/source.android.com/src/compatibility/2.2/ |
android-2.2-cdd.xhtml | 108 <p>As used in this document, a "device implementer" or "implementer" is a 123 the responsibility of the device implementer to ensure compatibility with 131 implementer's responsibility to ensure full behavioral compatibility with the 234 <td>A value chosen by the device implementer designating the specific build of 244 <td>A value chosen by the device implementer identifying the specific internal 252 <td>A value chosen by the device implementer identifying the name of the 261 <td>A value chosen by the device implementer identifying the specific 285 <td>An identifier chosen by the device implementer to refer to a specific 294 <td>A value chosen by the device implementer containing the name of the devic [all...] |
/external/llvm/lib/Support/ |
Host.cpp | 639 // Look for the CPU implementer line. 640 StringRef Implementer; 642 if (Lines[I].startswith("CPU implementer")) 643 Implementer = Lines[I].substr(15).ltrim("\t :"); 645 if (Implementer == "0x41") // ARM Ltd. 666 if (Implementer == "0x51") // Qualcomm Technologies, Inc.
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
event_container.py | 42 found. The relative calling order of the two is left up to the implementer
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
FieldsSet.java | 151 * If there is a special directive, the implementer can catch it here and
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
FieldsSet.java | 150 * If there is a special directive, the implementer can catch it here and
|