HomeSort by relevance Sort by last modified time
    Searched refs:Dependent (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/jmonkeyengine/engine/src/core/checkers/quals/
Dependent.java 19 * private @Nullable @Dependent(result=NonNull.class, when=ThreadSafe.class)
26 public @interface Dependent {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8AudioContextCustom.cpp 74 V8DOMWrapper::associateObjectWithWrapper<V8AudioContext>(audioContext.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8MessageChannelCustom.cpp 61 V8DOMWrapper::associateObjectWithWrapper<V8MessageChannel>(obj.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8MutationObserverCustom.cpp 62 V8DOMWrapper::associateObjectWithWrapper<V8MutationObserver>(observer.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8WebKitPointCustom.cpp 60 V8DOMWrapper::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8FormDataCustom.cpp 50 V8DOMWrapper::associateObjectWithWrapper<V8FormData>(domFormData.release(), &info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8HTMLImageElementConstructor.cpp 85 V8DOMWrapper::associateObjectWithWrapper<V8HTMLImageElement>(image.release(), &V8HTMLImageElementConstructor::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8ArrayBufferCustom.cpp 96 V8DOMWrapper::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &info, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 118 New Implementation Dependent State
MESA_resize_buffers.spec 75 New Implementation Dependent State
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
  /external/mesa3d/docs/
MESA_window_pos.spec 118 New Implementation Dependent State
MESA_resize_buffers.spec 75 New Implementation Dependent State
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestOverloadedConstructors.cpp 75 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
86 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
97 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
108 V8DOMWrapper::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
V8TestNamedConstructor.cpp 102 V8DOMWrapper::associateObjectWithWrapper<V8TestNamedConstructor>(impl.release(), &V8TestNamedConstructorConstructor::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
192 V8DOMWrapper::associateObjectWithWrapper<V8TestNamedConstructor>(impl, &info, wrapper, isolate, WrapperConfiguration::Dependent);
V8TestNode.cpp 71 V8DOMWrapper::associateObjectWithWrapper<V8TestNode>(impl.release(), &V8TestNode::info, wrapper, args.GetIsolate(), WrapperConfiguration::Dependent);
159 V8DOMWrapper::associateObjectWithWrapper<V8TestNode>(impl, &info, wrapper, isolate, WrapperConfiguration::Dependent);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
CustomElementWrapper.cpp 112 V8DOMWrapper::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent);
WrapperTypeInfo.h 181 Dependent, Independent
  /external/clang/include/clang/AST/
DeclContextInternals.h 218 static void DestroyAll(StoredDeclsMap *Map, bool Dependent);
TemplateBase.h 63 /// The template argument is a value- or type-dependent expression
143 /// parameters. However, the template name could be a dependent template
157 /// parameters. However, the template name could be a dependent template
178 /// lists used for dependent types and for expression; it will not
179 /// occur in a non-dependent, canonical template argument list.
209 /// \brief Whether this template argument is dependent on a template
214 /// \brief Whether this template argument is dependent on a template
579 bool &Dependent, bool &InstantiationDependent,
614 bool &Dependent, bool &InstantiationDependent,
  /external/clang/lib/AST/
DeclBase.cpp 781 // Friend function declarations are dependent if their *lexical*
782 // context is dependent.
    [all...]
ItaniumMangle.cpp 667 DependentTemplateName *Dependent = Template.getAsDependentTemplateName();
668 assert(Dependent && "Not a dependent template name?");
669 if (const IdentifierInfo *Id = Dependent->getIdentifier())
672 mangleOperatorName(Dependent->getOperator(), UnknownArity);
767 // the template in question is a dependent template name. Should we
780 // the template in question is a dependent template name. Should we
    [all...]

Completed in 331 milliseconds

1 2 3