/external/chromium_org/tools/deep_memory_profiler/visualizer/ |
app.py | 30 def get(self): member in class:MainPage 34 # Get profiler id and template id from url query. 35 run_id = self.request.get('run_id') 36 tmpl_id = self.request.get('tmpl_id') 37 upload_msg = self.request.get('upload_msg')
|
/external/chromium_org/ui/views/widget/ |
native_widget_unittest.cc | 28 internal::NativeWidgetPrivate* get() const { return native_widget_; } function in class:views::ScopedTestWidget 70 EXPECT_EQ(widget.get(), 78 EXPECT_EQ(widget.get(), 95 EXPECT_EQ(toplevel_widget.get(),
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
OutputCollector.java | 116 finisher.add(suffix.get(i));
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
FieldIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection 63 IndexedItem result = fieldIds.get((CstFieldRef) cst); 105 FieldIdItem result = fieldIds.get(field); 129 FieldIdItem item = fieldIds.get(ref);
|
MethodIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection 63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst); 105 MethodIdItem result = methodIds.get(method); 129 MethodIdItem item = methodIds.get(ref);
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
InsnList.java | 43 public Insn get(int n) { method in class:InsnList 59 * {@code get(size() - 1)}. 64 return get(size() - 1); 76 get(i).accept(visitor); 96 if (!get(i).contentEquals(b.get(i))) {
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
StdConstantPool.java | 71 return get(n); 75 public Constant get(int n) { method in class:StdConstantPool
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
BasicRegisterMapper.java | 58 newReg = oldToNew.get(registerSpec.getReg()); 82 return oldToNew.get(oldReg); 95 sb.append(oldToNew.get(i));
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ClassMap.java | 44 public V get(Class<?> key) { method in class:ClassMap 45 return getMap(key).get(key); 68 Object map = ClassLoaderLocalMap.get(classLoader, this);
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
IConstantCollection.java | 44 * get(nextIndex()) and avoiding index bound violation exceptions. 91 CONSTANT_info get (int index); method in interface:IConstantCollection 168 * an invalid slot index [see {@link #get(int)}]
|
InterfaceCollection.java | 26 public int get (final int offset) method in class:InterfaceCollection 28 return m_interfaces.get (offset); 67 out.writeU2 (get (i)); method
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
DeclaredExceptionTable.java | 26 public int get (final int offset) method in class:DeclaredExceptionTable 28 return m_exceptions.get (offset); 72 out.writeU2 (get (i)); method
|
/external/guava/guava/src/com/google/common/base/ |
Optional.java | 111 public abstract T get(); method in class:Optional 116 * {@link #get()} instead. For a default value of {@code null}, use {@link #orNull}. 127 * Returns the contained instance if it is present; {@code supplier.get()} otherwise. If the 136 * instance is known to be present, use {@link #get()} instead. 186 return optional.get(); 209 @Override public T get() { 262 @Override public Object get() { 276 return checkNotNull(supplier.get(),
|
/external/guava/guava/src/com/google/common/cache/ |
Cache.java | 34 * {@link #get(K, Callable)} or {@link #put(K, V)}, and are stored in the cache until either 78 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; method in interface:Cache 92 * <p>Prefer {@link #get(Object, Callable)} when using the conventional "if cached, return; 153 @Deprecated V get(K key) throws ExecutionException; method in interface:Cache 158 * completes. Unlike {@link #get}, this method does not throw a checked exception, and thus should 176 * Discouraged. Provided to satisfy the {@code Function} interface; use {@link #get} or
|
ForwardingCache.java | 60 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { method in class:ForwardingCache 61 return delegate().get(key, valueLoader); 120 public V get(K key) throws ExecutionException { method in class:ForwardingCache 121 return delegate().get(key);
|
/external/guava/guava/src/com/google/common/collect/ |
HashBasedTable.java | 41 * column(columnKey).get(rowKey)} still runs quickly, since the row key is 62 public Map<C, V> get() { method in class:HashBasedTable.Factory 132 @Override public V get(@Nullable Object rowKey, @Nullable Object columnKey) { method in class:HashBasedTable 133 return super.get(rowKey, columnKey);
|
/external/guava/guava/src/com/google/common/hash/ |
BloomFilterStrategies.java | 53 if (!bits.get(nextHash % bits.size())) { 78 boolean get(int index) { method in class:BloomFilterStrategies.BitArray
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
ConcurrentHashMap.java | 60 return get(key); 65 if (containsKey(key) && get(key).equals(value)) { 76 } else if (containsKey(key) && get(key).equals(oldValue)) { 101 @Override public V get(Object key) { method in class:ConcurrentHashMap 105 return backingMap.get(key);
|
/external/javassist/src/main/javassist/compiler/ast/ |
DoubleConst.java | 30 public double get() { return value; } method in class:DoubleConst
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
DynamicArray.java | 107 public T get(int position) {
method in class:DynamicArray 118 public T get(int... position) {
method in class:DynamicArray
|
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/ |
GeometryList.java | 94 public Geometry get(int index){ method in class:GeometryList
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LRUCache.java | 76 public synchronized V get(K key) {
method in class:LRUCache 77 return this.map.get(key);
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
RegexCache.java | 36 Pattern pattern = cache.get(regex); 65 public synchronized V get(K key) { method in class:RegexCache.LRUCache 66 return map.get(key);
|
/external/llvm/include/llvm/Analysis/ |
InlineCost.h | 66 static InlineCost get(int Cost, int Threshold) { function in class:llvm::InlineCost 87 /// \brief Get the inline cost estimate. 94 /// \brief Get the cost delta from the threshold for inlining. 115 /// \brief Get an InlineCost object representing the cost of inlining this 127 /// \brief Get an InlineCost with the callee explicitly specified.
|
/external/llvm/include/llvm/Support/ |
ArrayRecycler.h | 77 /// Get the capacity of an array that can hold at least N elements. 78 static Capacity get(size_t N) { function in class:llvm::ArrayRecycler::Capacity 82 /// Get the number of elements in an array with this capacity. 85 /// Get the bucket number for this capacity. 88 /// Get the next larger capacity. Large capacities grow exponentially, so 128 // Nope, get more memory.
|