Searched refs:known (Results 1 – 25 of 26) sorted by relevance
12
/frameworks/compile/libbcc/tests/libbcc/ |
D | test_slang_version_info.ll | 6 ; RUN: | llvm-as -o %t.known-version 13 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \ 15 ; RUN: -embedRSInfo %t.known-version 2>%t.stderr.known-version 25 ; RUN: FileCheck %s -check-prefix=CHECK_BCC_NOWARNING < %t.stderr.known-version 28 ; RUN: readelf --wide --string-dump=.rodata %T/test_slang_version_info-known-version.o \ 39 ; RUN: bcc -o test_slang_version_info-known-version -output_path %T \
|
/frameworks/multidex/ |
D | NOTICE | 28 License Agreement", informally known as the "Intel Harmony CLA".
|
/frameworks/wilhelm/tools/hashgen/ |
D | README.txt | 23 hashgen is known to work on Linux with GNU gperf 3.0.4 and GNU sed
|
/frameworks/av/media/libaaudio/src/core/ |
D | VersionExperiment.txt | 46 // Point to first vector past end of the known structure.
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 50 // known to the device. The BSSID itself is not stored in persistent storage. 73 MODE_UNKNOWN = 0; // not known
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 89 restricted to 11 bits (2048 possible values). The largest known current value is 483 109 All known pattern tables fit in 32 bits total. If this is exceeded, there is a fairly
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-testing.md | 7 …t’s not available for FlingAnimation since its end state is not initially known. A FlingAnimation’…
|
D | clock-plugins.md | 27 therefore, recommended to compare against an element on AOD that is known not
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | README.txt | 9 or are known to be non-blocking and fast. At this time only
|
/frameworks/hardware/interfaces/cameraservice/service/2.0/ |
D | ICameraService.hal | 49 * Also returns the set of currently-known camera IDs and state of each
|
/frameworks/native/opengl/libs/EGL/ |
D | GLES_layers.md | 27 …ibEGL’s function lists and call `AndroidGLESLayer_GetProcAddress` for all known functions. The l… 106 …fully initialize up front, or layers that needs to look up extensions not known to the EGL loader,…
|
/frameworks/base/config/ |
D | dirty-image-objects | 20 # Objects in this file are known dirty at runtime. Current this includes: 21 # - classes with known dirty static fields.
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderManager.cpp | 1541 bool known = false; in cameraDeviceStatusChange() local 1549 known = true; in cameraDeviceStatusChange() 1554 if (!known) { in cameraDeviceStatusChange() 1584 bool known = false; in torchModeStatusChange() local 1590 known = true; in torchModeStatusChange() 1597 if (!known) { in torchModeStatusChange()
|
/frameworks/base/core/proto/android/stats/dnsresolver/ |
D | dns_resolver.proto | 95 NS_T_WKS = 11; // Well known service.
|
/frameworks/base/ |
D | ApiDocs.bp | 134 ":known-oj-tags",
|
/frameworks/base/proto/src/ |
D | ipconnectivity.proto | 36 WIFI_NAN = 8; // Also known as WiFi Aware 361 // The total number of received RAs that matched a known RA.
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 64 * raw stats log events from the Android system, also known as "atoms." 1567 // Default: null or empty if the device identifier is not known 1594 // Default: null or empty if the device identifier is not known 1625 // Default: null or empty if the device identifier is not known 1721 // Default: null or empty if the device identifier is not known 1811 // Default: null or empty if the device identifier is not known 1843 // Default: null or empty if the device identifier is not known 1891 // Default: null or empty if the device identifier is not known 1941 // Default: null or empty if the device identifier is not known 1973 // Default: null or empty if the device identifier is not known [all …]
|
/frameworks/ml/nn/tools/test_generator/ |
D | README.md | 408 Negative test, also known as validation test, is a testing method that supplies invalid model or re…
|
/frameworks/base/tools/aapt2/ |
D | Resources.proto | 307 // allowed values is known.
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 699 Emits a list of extensions known to vulkan::driver.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 2542 final String[] known = mKernelMappingFilename.list(); in writeKernelMappingLPr() 2543 final ArraySet<String> knownSet = new ArraySet<>(known.length); in writeKernelMappingLPr() 2544 for (String name : known) { in writeKernelMappingLPr()
|
D | PackageManagerService.java | 11920 PackageSetting known = mSettings.getPackageLPr(pkg.packageName); 11921 if (known != null) { 11924 + " and requiring known paths " + known.codePathString 11925 + " & " + known.resourcePathString); 11927 if (!pkg.applicationInfo.getCodePath().equals(known.codePathString) 11929 known.resourcePathString)) { 11933 + " but expected at " + known.codePathString
|
/frameworks/ml/nn/tools/api/ |
D | NeuralNetworks.t | 592 * known at model construction time), a tensor operand type should be 1044 * and will be null-terminated. It will be recognizable as a known device name
|
D | types.spec | 6372 * The rank of a tensor is the number of dimensions in it. Also known as
|
/frameworks/ml/nn/runtime/ |
D | NOTICE | 604 the extent required to remedy known factual inaccuracies.
|
12