/prebuilts/go/linux-x86/src/crypto/x509/ |
pem_decrypt.go | 108 // encrypt it and returns a slice of decrypted DER encoded bytes. It inspects
|
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/ |
README.md | 49 layers/core\_validation.cpp (name=`VK_LAYER_LUNARG_core_validation`) - The core\_validation layer does the bulk of the API validation that requires storing state. Some of the state it tracks includes the Descriptor Set, Pipeline State, Shaders, and dynamic state, and memory objects and bindings. It performs some point validation as states are created and used, and further validation Draw call and QueueSubmit time. Of primary interest is making sure that the resources bound to Descriptor Sets correctly align with the layout specified for the Set. Also, all of the image and buffer layouts are validated to make sure explicit layout transitions are properly managed. Related to memory, core\_validation includes tracking object bindings, memory hazards, and memory object lifetimes. It also validates several other hazard-related issues related to command buffers, fences, and memory mapping. Additionally core\_validation include shader validation (formerly separate shader\_checker layer) that inspects the SPIR-V shader images and fixed function pipeline stages at PSO creation time. It flags errors when inconsistencies are found across interfaces between shader stages. The exact behavior of the checks depends on the pair of pipeline stages involved. If a Dbg callback function is registered, this layer will use callback function(s) for reporting, otherwise uses stdout.
|
/external/autotest/client/site_tests/security_SandboxedServices/ |
security_SandboxedServices.py | 219 """Inspects the process list, looking for root and sandboxed processes
|
/external/clang/docs/analyzer/ |
DebugChecks.rst | 71 inspects expressions.)
|
/external/python/cpython2/Doc/library/ |
site.rst | 32 also inspects the newly added path for configuration files.
|
/external/vogar/src/vogar/target/ |
ClassPathScanner.java | 34 * Inspects the classpath to return the classes in a requested package. This
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
driver.go | 124 // An ObjTool inspects shared libraries and executable files.
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/driver/ |
driver.go | 124 // An ObjTool inspects shared libraries and executable files.
|
/external/tensorflow/tensorflow/core/framework/ |
function.h | 350 // Given a node def 'ndef', inspects attributes of the callee 357 // Given a node, inspects attributes of the callee function to derive the
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cKHRDebugTests.cpp | [all...] |
/external/oj-libjdwp/src/share/back/ |
commonRef.c | 259 * is garbage collected by the time the caller inspects node->ref.
|
/external/python/cpython3/Doc/library/ |
site.rst | 37 directory, and if so, adds it to ``sys.path`` and also inspects the newly
|
/frameworks/base/core/java/android/nfc/ |
Tag.java | 75 * If the tag contains NDEF data the system inspects the first {@link NdefRecord} in the first
|
/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
ContactPhotoManager.java | 130 * Inspects a photo URI to determine if the photo URI represents a business.
|
/prebuilts/go/darwin-x86/src/cmd/go/internal/get/ |
vcs_test.go | 195 // Test that vcsFromDir correctly inspects a given directory and returns the right VCS and root.
|
/prebuilts/go/linux-x86/src/cmd/go/internal/get/ |
vcs_test.go | 195 // Test that vcsFromDir correctly inspects a given directory and returns the right VCS and root.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
multibyte_Utf8.c | 520 If S is not a null pointer, the mbrtowc function inspects at most n bytes beginning with
567 If S is not a null pointer, the mbtowc function inspects at most N bytes
[all...] |
/tools/apksig/src/main/java/com/android/apksig/ |
DefaultApkSignerEngine.java | 63 // 2. If JAR signing (v1 signing) is enabled, the engine inspects the output JAR entries to 64 // compute their digests, to be placed into output META-INF/MANIFEST.MF. It also inspects [all...] |
/development/tools/bugreport/src/com/android/bugreport/inspector/ |
Inspector.java | 45 * Inspects a raw parsed bugreport. Makes connections between the different sections,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
refactor.py | 230 """Inspects the options to load the requested patterns and handlers.
|
/external/autotest/client/tests/npb/ |
enable-all-tests.patch | 100 +# DC inspects the following flags (preceded by "-D"):
|
/external/python/cpython2/Lib/lib2to3/ |
refactor.py | 235 """Inspects the options to load the requested patterns and handlers.
|
/external/python/cpython3/Lib/lib2to3/ |
refactor.py | 232 """Inspects the options to load the requested patterns and handlers.
|
/external/skia/src/core/ |
SkScan_Path.cpp | 595 * inspects the returned int-rect, and may disable clipping (for speed) if it thinks all of the
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
low_level_intro.md | 334 The layer inspects its input to determine sizes for its internal variables. So
|