HomeSort by relevance Sort by last modified time
    Searched refs:Use (Results 76 - 100 of 11230) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/googletest/googletest/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
    [all...]
  /external/libchrome/base/memory/
linked_ptr_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
21 virtual void Use() { history += base::StringPrintf("A%d use\n", mynum); }
29 void Use() override { history += base::StringPrintf("B%d use\n", mynum); }
66 a3->Use();
67 a4->Use();
68 a5->Use();
69 a6->Use();
70 b0->Use();
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
109 a3->Use();
110 a4->Use();
111 a5->Use();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
User.h 10 // This class defines the interface that one who 'use's a Value must implement.
28 /// for use of the User class
43 Use *OperandList;
50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps)
52 Use *allocHungoffUses(unsigned) const;
54 Use::zap(OperandList, OperandList + NumOperands, true);
61 Use::zap(OperandList, OperandList + NumOperands);
63 /// operator delete - free memory allocated for User and Use objects
74 template <int Idx, typename U> static Use &OpFrom(const U *that) {
79 template <int Idx> Use &Op()
    [all...]
  /external/v8/testing/gtest/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-linked_ptr_test.cc 4 // Redistribution and use in source and binary forms, with or without
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 virtual void Use() { *history << "A" << mynum << " use\n"; }
61 virtual void Use() { *history << "B" << mynum << " use\n"; }
80 // Use explicit function call notation here to suppress self-assign warning.
110 a3->Use();
111 a4->Use();
    [all...]
  /external/clang/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /external/curl/docs/cmdline-opts/
proxy-digest.d 2 Help: Use Digest authentication on the proxy
5 Tells curl to use HTTP Digest authentication when communicating with the given
6 proxy. Use --digest for enabling HTTP Digest with a remote host.
proxy-ntlm.d 2 Help: Use NTLM authentication on the proxy
5 Tells curl to use HTTP NTLM authentication when communicating with the given
6 proxy. Use --ntlm for enabling NTLM with a remote host.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
76 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
117 template <int Idx> Use &Op() {
120 template <int Idx> const Use &Op() const {
125 const Use *getHungOffOperands() const {
126 return *(reinterpret_cast<const Use *const *>(this) - 1);
129 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
User.h 24 #include "llvm/IR/Use.h"
74 User(Type *ty, unsigned vty, Use *, unsigned NumOps)
95 ~User() = default; // Use deleteValue() to delete a generic Instruction.
100 /// \brief Free memory allocated for User and Use objects.
112 template <int Idx, typename U> static Use &OpFrom(const U *that) {
118 template <int Idx> Use &Op() {
121 template <int Idx> const Use &Op() const {
126 const Use *getHungOffOperands() const {
127 return *(reinterpret_cast<const Use *const *>(this) - 1);
130 Use *&getHungOffOperands() { return *(reinterpret_cast<Use **>(this) - 1);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Lookup.h 33 /// \param Use The nested name to be replaced.
40 std::string replaceNestedName(const NestedNameSpecifier *Use,

Completed in 1067 milliseconds

1 2 34 5 6 7 8 91011>>