Home
last modified time | relevance | path

Searched refs:grab (Results 1 – 25 of 131) sorted by relevance

123456

/external/eigen/Eigen/src/IterativeLinearSolvers/
DIterativeSolverBase.h78 void grab(const EigenBase<MatrixDerived> &mat) in grab() function
84 void grab(const Ref<const MatrixType> &mat) in grab() function
126 void grab(const MatrixType &mat) in grab() function
199 grab(A.derived()); in analyzePattern()
220 grab(A.derived()); in factorize()
240 grab(A.derived()); in compute()
375 void grab(const InputType &A) in grab() function
377 m_matrixWrapper.grab(A); in grab()
/external/mesa3d/src/gallium/state_trackers/va/
Dpostproc.c122 bool grab = false; in vlVaPostProcBlit() local
128 grab = true; in vlVaPostProcBlit()
130 if (src->interlaced != dst->interlaced && dst->interlaced && !grab) in vlVaPostProcBlit()
141 if (scale || (grab && dst->interlaced)) { in vlVaPostProcBlit()
168 if (grab) { in vlVaPostProcBlit()
/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h246 grab(matrix.derived()); in compute()
263 grab(matrix.derived()); in analyzePattern()
314 grab(matrix.derived()); in factorize()
394 void grab(const EigenBase<MatrixDerived> &A) in grab() function
400 void grab(const UmfpackMatrixRef &A) in grab() function
/external/wayland-protocols/freedesktop.org/
DMakefile.am16 unstable/xwayland-keyboard-grab/xwayland-keyboard-grab-unstable-v1.xml \
/external/okhttp/
DREADME.md9 Download [the latest JAR][3] or grab via Maven:
34 Download [the latest JAR][4] or grab via Maven:
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DCMakeLists.txt14 # Hack: we need to include 'main' target directory to grab private headers
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DCMakeLists.txt16 # Hack: we need to include 'main' target directory to grab private headers
/external/u-boot/lib/
Dvsprintf.c838 int grab = 3; in print_grouped_ull() local
842 for (s = str; *s; s += grab) { in print_grouped_ull()
845 printf("%.*s", grab, s); in print_grouped_ull()
846 grab = 3; in print_grouped_ull()
/external/conscrypt/benchmark-graphs/src/main/resources/json/templates/
DSslEngineBenchmark.json18 // grab the whole array element and
/external/guava/
DREADME.android11 Guava-libraries are a grab bag of utility libraries published by Google as
/external/fonttools/Doc/
Dmake.bat24 echo.If you don't have Sphinx installed, grab it from
/external/autotest/client/bin/
DTODO12 Caching version of kernelexpand to grab new kernels
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dcontrol17 an AP. It will grab screenshots and print stack traces of the failure.
/external/autotest/server/tests/netperf2/
Dcontrol.srv32 # grab the pairs (and failures)
Dcontrol.stress.srv41 # grab the pairs (and failures)
/external/autotest/server/tests/netpipe/
Dcontrol.srv38 # grab the pairs (and failures)
/external/eigen/cmake/
DEigenConfigureTesting.cmake26 # try to grab the default flags
/external/autotest/server/tests/barriertest_2client/
Dcontrol.srv69 # grab the pairs (and failures)
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_Tagging22 official release will grab all files with the posixtestsuite__source
/external/python/cpython2/Doc/library/
Dmutex.rst53 "Atomic" test-and-set, grab the lock if it is not set, and return ``True``,
/external/bcc/tools/
Dcobjnew_example.txt73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second
Dtclobjnew_example.txt73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second
Djavaobjnew_example.txt73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second
/external/bcc/tools/lib/
Duobjnew_example.txt73 ./uobjnew -l c 2020 1 # grab malloc() sizes and print every second
/external/autotest/client/site_tests/video_GlitchDetection/
Dcontrol.collect_images_chameleon37 This will also grab the golden_checksum.txt file.

123456