HomeSort by relevance Sort by last modified time
    Searched full:that (Results 426 - 450 of 189771) sorted by null

<<11121314151617181920>>

  /external/owasp/sanitizer/lib/guava-libraries/
VERSION 5 Release 11 is the latest version that works with JDK1.5
  /external/pdfium/core/fxcrt/
maybe_owned.h 2 // Use of this source code is governed by a BSD-style license that can be
17 // A template that can hold either owned or unowned references, and cleans up
29 MaybeOwned(const MaybeOwned& that) = delete; member in class:fxcrt::MaybeOwned
30 MaybeOwned(MaybeOwned&& that) noexcept
31 : m_pOwnedObj(that.m_pOwnedObj.release()), m_pObj(that.m_pObj) {
32 that.m_pObj = nullptr;
51 MaybeOwned& operator=(const MaybeOwned& that) = delete; member in class:fxcrt::MaybeOwned
52 MaybeOwned& operator=(MaybeOwned&& that) {
53 m_pOwnedObj = std::move(that.m_pOwnedObj)
    [all...]
shared_copy_on_write.h 2 // Use of this source code is governed by a BSD-style license that can be
15 // A shared object with Copy on Write semantics that makes it appear as
31 SharedCopyOnWrite& operator=(const SharedCopyOnWrite& that) {
32 if (*this != that)
33 m_pObject = that.m_pObject;
49 bool operator==(const SharedCopyOnWrite& that) const {
50 return m_pObject == that.m_pObject;
52 bool operator!=(const SharedCopyOnWrite& that) const {
53 return !(*this == that);
  /external/perfetto/tools/
test_data.txt 1 # List of test deps that should be pushed on the device. Paths are relative
  /external/protobuf/util/python/
BUILD 4 # //external:python_headers dependency that in turn provides Python.h.
6 # Projects that include protobuf using a Bazel external repository will need to
8 # that includes the Python headers. For example, the protobuf WORKSPACE file
9 # includes the following local_repository rule that points to this directory:
  /external/python/cpython2/Lib/site-packages/
README 1 This directory exists so that 3rd party packages can be installed
  /external/python/cpython3/Lib/site-packages/
README.txt 1 This directory exists so that 3rd party packages can be installed
  /external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
NamedStream.java 4 * Marker interface for {@link java.io.InputStream} that need special handling.
  /external/selinux/python/sepolicy/sepolicy/help/
files_apps.txt 1 This screen shows application types that are defined for process running with the '%(APP)s' type.
4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
6 It is recommended that you use one of the types defined on this page.
8 Note if the label of the content that is being denied is owned by another domain, you might have to write policy or use 'audit2allow -M mypol' to allow access.
  /external/skia/tools/skpbench/
__init__.py 3 # Use of this source code is governed by a BSD-style license that can be
  /external/skqp/tools/skpbench/
__init__.py 3 # Use of this source code is governed by a BSD-style license that can be
  /external/smali/baksmali/src/test/resources/DuplicateTest/src/
README 2 an old version of smali that doesn't check for field/method
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
bindings.c 3 /* putchard - putchar that takes a double and returns 0. */
  /external/swiftshader/third_party/LLVM/test/Assembler/
2003-05-21-ConstantShiftExpr.ll 2 ; Test that shift instructions can be used in constant expressions.
  /external/swiftshader/third_party/LLVM/test/TableGen/
CStyleComment.td 1 // Test that multiline, nested, comments work correctly.
  /external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
README 1 This package contains a Python wrapper around an pre-built C++ binary that is
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_QuantizedRelu.pbtxt 6 The float value that the lowest quantized value represents.
12 The float value that the highest quantized value represents.
24 The float value that the lowest quantized value represents.
30 The float value that the highest quantized value represents.
api_def_QuantizedRelu6.pbtxt 6 The float value that the lowest quantized value represents.
12 The float value that the highest quantized value represents.
24 The float value that the lowest quantized value represents.
30 The float value that the highest quantized value represents.
api_def_QuantizedReluX.pbtxt 6 The float value that the lowest quantized value represents.
12 The float value that the highest quantized value represents.
24 The float value that the lowest quantized value represents.
30 The float value that the highest quantized value represents.
  /external/testng/src/main/java/org/testng/
ITestNGListener.java 4 * This is a marker interface for all objects that can be passed
  /external/testng/src/test/java/test/sample/
README.txt 1 This directory contains "samples": TestNG tests that are not invoked directly but invoked
  /external/toolchain-utils/crosperf/
config_unittest.py 17 # Verify that config exists, that it's a dictionary, and that it's
22 # Verify that attempting to get a non-existant key out of the
31 # Verify that after 3 calls to AddConfig we have 3 values in the
35 # Verify that GetConfig works and gets the expected values.
43 # Verify that config exists, that it's a dictionary, and that it's
  /external/valgrind/massif/tests/
null.c 1 // This test does no allocations, to make sure that case is handled ok (eg.
  /external/valgrind/memcheck/tests/solaris/
strlcpy.vgtest 3 # The next line causes that all stack traces are completely removed.

Completed in 1940 milliseconds

<<11121314151617181920>>