/external/guava/guava/src/com/google/common/base/ |
Present.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkNotNull;
|
Throwables.java | 17 package com.google.common.base; 19 import static com.google.common.base.Preconditions.checkNotNull;
|
Utf8.java | 15 package com.google.common.base; 17 import static com.google.common.base.Preconditions.checkPositionIndexes;
|
/external/guava/guava-gwt/src/com/google/common/base/ |
GwtSerializationDependencies.java | 17 package com.google.common.base;
|
/external/guava/guava-gwt/test/com/google/common/base/ |
ObjectsTest_gwt.java | 16 package com.google.common.base; 19 return "com.google.common.base.testModule"; 22 com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest(); 27 com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest(); 32 com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest(); 37 com.google.common.base.ObjectsTest testCase = new com.google.common.base.ObjectsTest() [all...] |
/external/guava/guava-tests/test/com/google/common/base/ |
StandardSystemPropertyTest.java | 17 package com.google.common.base;
|
/external/guice/core/src/com/google/inject/internal/ |
BindingBuilder.java | 19 import static com.google.common.base.Preconditions.checkNotNull; 71 BindingImpl<T> base = getBinding(); local 73 base.getSource(), base.getKey(), base.getScoping(), linkedKey)); 94 BindingImpl<T> base = getBinding(); local 96 base.getSource(), base.getKey(), Scoping.EAGER_SINGLETON, injectionPoints, instance)); 116 BindingImpl<T> base = getBinding(); local 118 base.getSource(), base.getKey(), base.getScoping(), injectionPoints, provider)) 137 BindingImpl<T> base = getBinding(); local 153 BindingImpl<T> base = getBinding(); local [all...] |
ConstantBindingBuilderImpl.java | 110 BindingImpl<T> base = getBinding(); local 112 if (base.getKey().getAnnotation() != null) { 113 key = Key.get(typeAsClassT, base.getKey().getAnnotation()); 114 } else if (base.getKey().getAnnotationType() != null) { 115 key = Key.get(typeAsClassT, base.getKey().getAnnotationType()); 125 base.getSource(), key, base.getScoping(), ImmutableSet.<InjectionPoint>of(), instanceAsT));
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
MethodCoverageImpl.java | 61 final ICounter base = this.instructionCounter.getCoveredCount() == 0 ? CounterImpl.COUNTER_1_0 local 63 this.methodCounter = this.methodCounter.increment(base); 64 this.complexityCounter = this.complexityCounter.increment(base);
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/resources/ |
ResourcesTest.java | 44 ReportOutputFolder base = root.subFolder("f1").subFolder("f2"); local 46 resources.getLink(base, "test.png"));
|
/external/libchrome/base/ |
atomicops_internals_portable.h | 7 // This implementation uses C++11 atomics' member functions. The code base is 39 namespace base { namespace 227 } // namespace base
|
atomicops_internals_x86_msvc.h | 5 // This file is an internal atomic implementation, use base/atomicops.h instead. 14 #include "base/macros.h" 26 namespace base { namespace 194 } // namespace base
|
md5_unittest.cc | 8 #include "base/memory/scoped_ptr.h" 9 #include "base/md5.h" 12 namespace base { namespace 251 } // namespace base
|
native_library.h | 13 #include "base/base_export.h" 14 #include "base/compiler_specific.h" 15 #include "base/strings/string16.h" 24 namespace base { namespace 98 } // namespace base
|
/external/libchrome/base/containers/ |
linked_list.h | 8 #include "base/macros.h" 55 // Q. Should I use std::list or base::LinkedList? 57 // A. The main reason to use base::LinkedList over std::list is 61 // Comparing the performance of base::LinkedList<T> to std::list<T*>: 63 // * Erasing an element of type T* from base::LinkedList<T> is 68 // * Insertion operations with base::LinkedList<T> never require 71 // Q. How does base::LinkedList implementation differ from std::list? 76 // With base::LinkedList<T>, the type being inserted already reserves 77 // space for the "next" and "previous" pointers (base::LinkNode<T>*). 82 namespace base { namespace [all...] |
/external/libchrome/base/files/ |
file_enumerator_posix.cc | 5 #include "base/files/file_enumerator.h" 12 #include "base/logging.h" 13 #include "base/threading/thread_restrictions.h" 16 namespace base { namespace 36 base::Time FileEnumerator::FileInfo::GetLastModifiedTime() const { 37 return base::Time::FromTimeT(stat_.st_mtime); 123 base::ThreadRestrictions::AssertIOAllowed(); 162 } // namespace base
|
file_path_watcher_kqueue.h | 11 #include "base/files/file_path.h" 12 #include "base/files/file_path_watcher.h" 13 #include "base/macros.h" 14 #include "base/message_loop/message_loop.h" 15 #include "base/single_thread_task_runner.h" 17 namespace base { namespace 122 scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_; 131 } // namespace base
|
important_file_writer_unittest.cc | 5 #include "base/files/important_file_writer.h" 7 #include "base/bind.h" 8 #include "base/compiler_specific.h" 9 #include "base/files/file_path.h" 10 #include "base/files/file_util.h" 11 #include "base/files/scoped_temp_dir.h" 12 #include "base/location.h" 13 #include "base/logging.h" 14 #include "base/macros.h" 15 #include "base/run_loop.h 22 namespace base { namespace [all...] |
/external/libchrome/base/json/ |
json_parser_unittest.cc | 5 #include "base/json/json_parser.h" 9 #include "base/json/json_reader.h" 10 #include "base/memory/scoped_ptr.h" 11 #include "base/values.h" 14 namespace base { namespace 69 base::ListValue* list; 83 base::DictionaryValue* dict; 326 } // namespace base
|
string_escape_unittest.cc | 5 #include "base/json/string_escape.h" 9 #include "base/macros.h" 10 #include "base/strings/string_util.h" 11 #include "base/strings/utf_string_conversions.h" 14 namespace base { namespace 189 } // namespace base
|
/external/libchrome/base/memory/ |
ref_counted_memory.cc | 5 #include "base/memory/ref_counted_memory.h" 7 #include "base/logging.h" 9 namespace base { namespace 81 } // namespace base
|
singleton.h | 22 #include "base/at_exit.h" 23 #include "base/atomicops.h" 24 #include "base/base_export.h" 25 #include "base/macros.h" 26 #include "base/memory/aligned_memory.h" 27 #include "base/threading/thread_restrictions.h" 29 namespace base { namespace 168 // #include "base/memory/singleton.h" 282 } // namespace base
|
weak_ptr.cc | 5 #include "base/memory/weak_ptr.h" 7 namespace base { namespace 77 } // namespace base
|
/external/libchrome/base/message_loop/ |
incoming_task_queue.cc | 5 #include "base/message_loop/incoming_task_queue.h" 9 #include "base/location.h" 10 #include "base/message_loop/message_loop.h" 11 #include "base/metrics/histogram.h" 12 #include "base/synchronization/waitable_event.h" 13 #include "base/time/time.h" 16 namespace base { namespace 184 } // namespace base
|
/external/libchrome/base/metrics/ |
bucket_ranges.cc | 5 #include "base/metrics/bucket_ranges.h" 9 #include "base/logging.h" 11 namespace base { namespace 147 } // namespace base
|