HomeSort by relevance Sort by last modified time
    Searched defs:Use (Results 1 - 8 of 8) sorted by null

  /external/chromium/net/proxy/
proxy_info.cc 2 // Use of this source code is governed by a BSD-style license that can be
12 void ProxyInfo::Use(const ProxyInfo& other) {
  /external/chromium/base/
linked_ptr_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
23 virtual void Use() { history += StringPrintf("A%d use\n", mynum); }
31 virtual void Use() { history += StringPrintf("B%d use\n", mynum); }
68 a3->Use();
69 a4->Use();
70 a5->Use();
71 a6->Use();
72 b0->Use();
    [all...]
  /external/v8/src/
register-allocator-inl.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
83 CodeGeneratorScope::Current()->allocator()->Use(reg());
98 void RegisterAllocator::Use(Register reg) {
99 registers_.Use(ToNumber(reg));
register-allocator.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
179 // Record a use of a register by incrementing its reference count.
180 void Use(int num) {
249 void Use(int num) { registers_.Use(num); }
250 inline void Use(Register reg);
  /external/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/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/v8/src/ia32/
codegen-ia32.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
205 void Use(bool where) {
    [all...]
  /external/v8/src/x64/
codegen-x64.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
205 void Use(bool where) {

Completed in 103 milliseconds