/external/chromium/net/url_request/ |
url_request_context.h | 46 // Get the proxy service for this context. 51 // Get the ssl config service for this context. 68 net::CookieStore* cookie_store() { return cookie_store_.get(); } 97 // GURL()) to get the default UA string. Subclasses should override this
|
/external/easymock/src/org/easymock/internal/ |
MethodSerializationWrapper.java | 68 Class<?> primitiveType = primitiveTypes.get(parameterTypeNames[i]);
|
UnorderedBehavior.java | 107 ExpectedInvocation lastMethodCall = results.get(results.size() - 1)
|
/external/emma/core/java12/com/vladium/util/ |
IntVector.java | 32 public int get (final int index) method in class:IntVector 35 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size); 115 throw new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
|
/external/guava/src/com/google/common/collect/ |
CustomConcurrentHashMap.java | 47 * Map#get} atomically computes values on demand (see {@link 57 * <p>Retrieval operations (including {@link Map#get}) generally do not 216 * supports atomic, on-demand computation of values. {@link Map#get} 223 * besides {@link java.util.Map#get} return immediately as if an entry 227 * <p>{@link Map#get} in the returned map implementation throws: 235 * <p><b>Note:</b> Callers of {@code get()} <i>must</i> ensure that the key 236 * argument is of type {@code K}. {@code Map.get()} takes {@code Object}, 350 * @param entry to get the value from 387 * @param entry to get key from 487 * Called as a result of {@link Map#get}. If this method throws a 813 V get(Object key, int hash) { method in class:CustomConcurrentHashMap.Impl.Segment 1326 @Override public V get(Object key) { method in class:CustomConcurrentHashMap.Impl 1995 @Override public V get(Object k) { method in class:CustomConcurrentHashMap.ComputingImpl [all...] |
EmptyImmutableList.java | 71 public Object get(int index) { method in class:EmptyImmutableList 72 // guaranteed to fail, but at least we get a consistent message
|
ImmutableClassToInstanceMap.java | 131 @SuppressWarnings("unchecked") // value could not get in if not a T 133 return (T) delegate.get(type);
|
/external/jdiff/src/jdiff/ |
XMLToAPI.java | 107 ClassAPI parent = (ClassAPI)api_.classes_.get(cls.extends_); 115 ClassAPI parent = (ClassAPI)api_.classes_.get(implName); 177 ClassAPI parent2 = (ClassAPI)api_.classes_.get(parent.extends_); 185 ClassAPI parent2 = (ClassAPI)api_.classes_.get(implName);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderList.java | 207 * Get the first element of this list. 215 return hlist.get(0); 219 * Get the last element of this list. 226 return hlist.get(hlist.size() - 1); 230 * Get the class for the headers of this list. 248 * Get an initialized iterator for my imbedded list 258 * Get the imbedded linked list. 267 * Get the list iterator for a given position. 473 * Get the number of headers in the list. 545 * Get the object at the specified location 551 public HDR get(int index) { method in class:SIPHeaderList [all...] |
/external/nist-sip/java/javax/sip/ |
SipFactory.java | 46 SipStack sipStack = mNameSipStackMap.get(name);
|
/external/proguard/src/proguard/classfile/util/ |
MethodLinker.java | 71 // Get the class member's name and descriptor. 86 Member otherMember = (Member)memberMap.get(key); 90 // Get the last method in the chain. 111 // Get the last methods in the both chains.
|
/external/proguard/src/proguard/gui/ |
ClassPathPanel.java | 215 listModel.addElement(classPath.get(index)); 239 classPath.add((ClassPathEntry)listModel.get(index)); 267 ClassPathEntry firstEntry = (ClassPathEntry)listModel.get(index); 285 ClassPathEntry entry = (ClassPathEntry)listModel.get(indices[index]);
|
/external/proguard/src/proguard/obfuscate/ |
MemberNameConflictFixer.java | 32 * delegating to the given obfuscator in order to get a new name if necessary. 108 // Get the member's name and descriptor. 120 // Get the name map. 123 // Get the member's new name. 126 // Get the expected old name for this new name. 127 String previousName = (String)nameMap.get(newName);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_plugin_unittest.cc | 77 io::Printer printer(output.get(), '$');
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_field.cc | 99 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::java::FieldGeneratorMap
|
java_plugin_unittest.cc | 74 io::Printer printer(output.get(), '$');
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
javamicro_field.cc | 89 const FieldGenerator& FieldGeneratorMap::get( function in class:google::protobuf::compiler::javamicro::FieldGeneratorMap
|
javamicro_message.cc | 84 // Get an identifier that uniquely identifies this type within the file. 215 field_generators_.get(descriptor_->field(i)).GenerateMembers(printer); 268 field_generators_.get(sorted_fields[i]).GenerateSerializedSizeCode(printer); 327 field_generators_.get(field).GenerateParsingCode(printer); 371 field_generators_.get(field).GenerateSerializationCode(printer); 424 "if (!get$name$().isInitialized()) return false;\n", 431 " if (!get$name$().isInitialized()) return false;\n" 439 "for (int i = 0; i < get$name$List().size(); i++) {\n" 440 " if (get$name$(i).isInitialized()) return false;\n" 446 "for ($type$ element : get$name$List()) {\n [all...] |
/external/srec/portable/include/ |
ArrayList.h | 120 ESR_ReturnCode(*get)(struct ArrayList_t* self, size_t index, void** element); member in struct:ArrayList_t
|
/external/srec/portable/src/ |
ArrayList.c | 104 return self->get(self, index, element);
|
/external/srec/shared/include/ |
Int8ArrayList.h | 89 ESR_ReturnCode(*get)(struct Int8ArrayList_t* self, size_t index, asr_int8_t* element); member in struct:Int8ArrayList_t
|
/external/srec/shared/src/ |
HashMap.c | 85 return self->get(self, key, value);
|
Int8ArrayList.c | 83 return self->get(self, index, element);
|
/external/srec/srec/AcousticState/src/ |
AcousticStateImpl.c | 49 impl->Interface.get = &SR_AcousticStateGetImpl;
|
/external/srec/srec/Nametag/include/ |
SR_Nametags.h | 93 ESR_ReturnCode(*get)(struct SR_Nametags_t* self, const LCHAR* id, SR_Nametag** nametag); member in struct:SR_Nametags_t
|