/external/guava/src/com/google/common/collect/ |
ListMultimap.java | 31 * <p>The {@link #get}, {@link #removeAll}, and {@link #replaceValues} methods 47 List<V> get(@Nullable K key); method in interface:ListMultimap
|
SetMultimap.java | 31 * <p>The {@link #get}, {@link #removeAll}, and {@link #replaceValues} methods 48 Set<V> get(@Nullable K key); method in interface:SetMultimap
|
SortedSetMultimap.java | 36 * <p>The {@link #get}, {@link #removeAll}, and {@link #replaceValues} methods 59 SortedSet<V> get(@Nullable K key); method in interface:SortedSetMultimap 88 * <p>The collections returned by {@code asMap().get(Object)} have the same 89 * behavior as those returned by {@link #get}.
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
ListMap.java | 143 return headerListTable.get(headerClass) != null; 153 return headerListTable.get(sipHdrClass) != null; 157 * Get the associated list class. 162 return (Class<?>) headerListTable.get(sipHdrClass); 174 Class<?> listClass = headerListTable.get(headerClass);
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthConsumer.java | 51 return properties.get(name);
|
/external/protobuf/gtest/test/ |
gtest-param-test_test.cc | 65 using ::std::tr1::get; 405 stream << "(" << get<0>(value) << ", " << get<1>(value) << ")"; 412 stream << "(" << get<0>(value) << ", " << get<1>(value) 413 << ", "<< get<2>(value) << ")"; 422 stream << "(" << get<0>(value) << ", " << get<1>(value) 423 << ", "<< get<2>(value) << ", " << get<3>(value [all...] |
/external/skia/include/core/ |
SkRefCnt.h | 99 SkRefCnt* get() const { return fObj; } function in class:SkAutoUnref
|
/external/srec/srec/AcousticState/include/ |
SR_AcousticState.h | 80 ESR_ReturnCode(*get)(SR_Recognizer* recognizer, LCHAR *param_string, size_t* len ); member in struct:SR_AcousticState_t
|
/external/v8/src/ |
messages.cc | 134 if (global_listeners.get(i)->IsUndefined()) continue; 135 v8::NeanderObject listener(JSObject::cast(global_listeners.get(i))); 136 Handle<Proxy> callback_obj(Proxy::cast(listener.get(0))); 139 Handle<Object> callback_data(listener.get(1));
|
/external/webkit/JavaScriptCore/profiler/ |
Profile.h | 42 ProfileNode* head() const { return m_head.get(); }
|
ProfilerServer.mm | 95 JSStartProfiling(0, profileName.get()); 103 JSEndProfiling(0, profileName.get());
|
/external/webkit/JavaScriptCore/runtime/ |
GetterSetter.h | 39 : JSCell(exec->globalData().getterSetterStructure.get())
|
JSVariableObject.cpp | 50 propertyNames.add(Identifier(exec, it->first.get()));
|
RegExpPrototype.cpp | 112 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().global).toBoolean(exec)) 114 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().ignoreCase).toBoolean(exec)) 116 if (asRegExpObject(thisValue)->get(exec, exec->propertyNames().multiline).toBoolean(exec)) 118 UString source = asRegExpObject(thisValue)->get(exec, exec->propertyNames().source).toString(exec);
|
/external/webkit/JavaScriptGlue/ |
JSRun.h | 40 Structure* userObjectStructure() const { return d()->userObjectStructure.get(); }
|
/external/webkit/WebCore/bindings/js/ |
JSAbstractWorkerCustom.cpp | 63 impl()->removeEventListener(args.at(0).toString(exec), JSEventListener::create(asObject(listener), this, false, currentWorld(exec)).get(), args.at(2).toBoolean(exec));
|
JSCallbackData.cpp | 50 JSValue function = callback()->get(exec, Identifier(exec, "handleEvent"));
|
JSDataGridDataSource.h | 52 JSC::JSValue jsDataSource() const { return m_dataSource.get(); }
|
JSWorkerContextBase.h | 50 WorkerContext* impl() const { return m_impl.get(); }
|
JSXMLHttpRequestConstructor.cpp | 50 return CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XMLHttpRequest, xmlHttpRequest.get());
|
JSXSLTProcessorConstructor.cpp | 53 return CREATE_DOM_OBJECT_WRAPPER(exec, jsConstructor->globalObject(), XSLTProcessor, XSLTProcessor::create().get());
|
WorkerScriptController.h | 66 JSC::JSGlobalData* globalData() { return m_globalData.get(); }
|
/external/webkit/WebCore/bindings/v8/ |
OwnHandle.h | 45 v8::Handle<T> get() const { return m_handle; } function in class:WebCore::OwnHandle 59 // Make the underlying handle weak. The client doesn't get a callback,
|
ScriptObject.h | 75 static bool get(ScriptState*, const char* name, ScriptObject&);
|
ScriptString.h | 48 bool isNull() const { return !m_impl.get() || m_impl->isNull(); }
|