Home
last modified time | relevance | path

Searched refs:getSource (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPpScanner.cpp139 if (ch == '#' && (ifdepth > 0 || parseContext.intermediate.getSource() == EShSourceHlsl)) { in lFloatConst()
254 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()
258 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst()
268 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
273 if (ifdepth == 0 && parseContext.intermediate.getSource() == EShSourceGlsl) in lFloatConst()
277 if (parseContext.intermediate.getSource() == EShSourceGlsl) { in lFloatConst()
287 } else if (parseContext.intermediate.getSource() == EShSourceHlsl) { in lFloatConst()
370 if (parseContext.intermediate.getSource() != EShSourceHlsl) { in characterLiteral()
578 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan()
591 pp->parseContext.intermediate.getSource() == EShSourceGlsl) { in scan()
[all …]
/external/guice/core/src/com/google/inject/internal/
DUntargettedBindingImpl.java54 return new UntargettedBindingImpl<T>(getSource(), getKey(), scoping); in withScoping()
59 return new UntargettedBindingImpl<T>(getSource(), key, getScoping()); in withKey()
64 getScoping().applyTo(binder.withSource(getSource()).bind(getKey())); in applyTo()
71 .add("source", getSource()) in toString()
DLinkedBindingImpl.java68 return new LinkedBindingImpl<T>(getSource(), getKey(), scoping, targetKey); in withScoping()
73 return new LinkedBindingImpl<T>(getSource(), key, getScoping(), targetKey); in withKey()
78 getScoping().applyTo(binder.withSource(getSource()).bind(getKey()).to(getLinkedKey())); in applyTo()
85 .add("source", getSource()) in toString()
DInstanceBindingImpl.java79 return new InstanceBindingImpl<T>(getSource(), getKey(), scoping, injectionPoints, instance); in withScoping()
84 return new InstanceBindingImpl<T>(getSource(), key, getScoping(), injectionPoints, instance); in withKey()
90 binder.withSource(getSource()).bind(getKey()).toInstance(instance); in applyTo()
97 .add("source", getSource()) in toString()
DBindingBuilder.java77 new LinkedBindingImpl<T>(base.getSource(), base.getKey(), base.getScoping(), linkedKey)); in to()
102 base.getSource(), base.getKey(), Scoping.EAGER_SINGLETON, injectionPoints, instance)); in toInstance()
127 base.getSource(), base.getKey(), base.getScoping(), injectionPoints, provider)); in toProvider()
152 base.getSource(), base.getKey(), base.getScoping(), providerKey)); in toProvider()
183 base.getSource(), in toConstructor()
DInternalProviderInstanceBindingImpl.java59 originalFactory.source = getSource(); in initialize()
88 final Object getSource() { in getSource() method in InternalProviderInstanceBindingImpl.Factory
189 throw ipe.addSource(getSource());
191 throw InternalProvisionException.errorInProvider(t).addSource(getSource());
DProviderInstanceBindingImpl.java98 getSource(), getKey(), scoping, injectionPoints, providerInstance); in withScoping()
104 getSource(), key, getScoping(), injectionPoints, providerInstance); in withKey()
111 binder.withSource(getSource()).bind(getKey()).toProvider(getUserSuppliedProvider())); in applyTo()
118 .add("source", getSource()) in toString()
DLinkedProviderBindingImpl.java105 return new LinkedProviderBindingImpl<T>(getSource(), getKey(), scoping, providerKey); in withScoping()
110 return new LinkedProviderBindingImpl<T>(getSource(), key, getScoping(), providerKey); in withKey()
116 .applyTo(binder.withSource(getSource()).bind(getKey()).toProvider(getProviderKey())); in applyTo()
123 .add("source", getSource()) in toString()
DAbstractBindingProcessor.java84 errors.bindingAlreadySet(key, original.getSource()); in putBinding()
88 errors.errorCheckingDuplicateBinding(key, original.getSource(), t); in putBinding()
100 injector.state.parent().blacklist(key, injector.state, binding.getSource()); in putBinding()
144 source = binding.getSource(); in Processor()
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
DPropertyChangeEventTest.java42 assertSame(src, event.getSource()); in testConstructor_Normal()
56 assertSame(src, event.getSource()); in testConstructor_Null()
73 assertSame(src, event.getSource()); in testConstructor_NullProperty()
107 assertSame(src, event.getSource()); in testSetPropagationId_Normal()
133 assertSame(src, event.getSource()); in testSetPropagationId_Null()
/external/desugar/java/com/google/devtools/common/options/
DOptionValueDescription.java170 return effectiveOptionInstance.getSource(); in getSourceString()
282 .map(ParsedOptionDescription::getSource) in getSourceString()
373 (parsedOption.getSource() == null) in addOptionInstance()
376 "expanded from %s (source %s)", optionDefinition, parsedOption.getSource())); in addOptionInstance()
424 (parsedOption.getSource() == null) in addOptionInstance()
428 optionDefinition, parsedOption.getSource())); in addOptionInstance()
DParsedOptionDescription.java151 public String getSource() { in getSource() method in ParsedOptionDescription
152 return origin.getSource(); in getSource()
184 String source = origin.getSource(); in toString()
/external/autotest/frontend/client/src/autotest/common/ui/
DTableSelectionPanel.java46 if (event.getSource() == selectAll) { in onClick()
48 } else if (event.getSource() == selectVisible) { in onClick()
51 assert event.getSource() == selectNone; in onClick()
/external/guice/core/test/com/google/inject/
DReflectionTest.java46 ElementSource source = (ElementSource) fooBinding.getSource(); in testNormalBinding()
63 ElementSource source = (ElementSource) i.getSource(); in testConstantBinding()
83 ElementSource source = (ElementSource) fooBinding.getSource(); in testLinkedBinding()
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DConnectionEventTest.java40 assertSame(ipc, ce.getSource()); in testConstructorConnection()
53 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
58 assertSame(ipc, ce.getSource()); in testConstructorConnectionSQLException()
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DInterfaceNode.java33 return new InterfaceNode(id, getSource()); in copy()
43 return "InterfaceNode{id=" + getId() + " source=" + getSource() + "}"; in toString()
DDefaultNodeCreator.java57 return new InterfaceNode(NodeId.newTypeId(binding.getKey()), binding.getSource()); in newInterfaceNode()
70 NodeId.newTypeId(binding.getKey()), binding.getSource(), members); in newImplementationNode()
91 NodeId.newInstanceId(binding.getKey()), binding.getSource(), instance, members); in newInstanceNode()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp395 os << "[" << edge.getSource()->getName() << " -> " in operator <<()
484 BallLarusNode* sourceNode = getSource(); in getSuccessorNumber()
612 nextNode = forward? (*edge)->getTarget(): (*edge)->getSource(); in calculateSpanningTree()
684 std::string sourceName = (*edge)->getSource()->getName(); in generateDotGraph()
785 edge->getSource()->removeSuccEdge(edge); in unlinkEdge()
827 source = edge->getSource(); in pushCountersFromEdge()
862 f->getWeight(), f->getSource(), f); in calculateChordIncrementsDfs()
864 if(e != f && v == f->getSource()) { in calculateChordIncrementsDfs()
874 if(v == f->getSource() || v == f->getTarget()) { in calculateChordIncrementsDfs()
886 else if(e->getSource() == f->getTarget() in calculateChordIncrementsDir()
[all …]
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
DManagedBinding.java30 public String getSource() { in getSource() method in ManagedBinding
31 return binding.getSource().toString(); in getSource()
/external/guice/core/src/com/google/inject/spi/
DDisableCircularProxiesOption.java37 public Object getSource() { in getSource() method in DisableCircularProxiesOption
43 binder.withSource(getSource()).disableCircularProxies(); in applyTo()
DRequireExplicitBindingsOption.java37 public Object getSource() { in getSource() method in RequireExplicitBindingsOption
43 binder.withSource(getSource()).requireExplicitBindings(); in applyTo()
DRequireExactBindingAnnotationsOption.java37 public Object getSource() { in getSource() method in RequireExactBindingAnnotationsOption
43 binder.withSource(getSource()).requireExactBindingAnnotations(); in applyTo()
DRequireAtInjectOnConstructorsOption.java38 public Object getSource() { in getSource() method in RequireAtInjectOnConstructorsOption
44 binder.withSource(getSource()).requireAtInjectOnConstructors(); in applyTo()
DStaticInjectionRequest.java46 public Object getSource() { in getSource() method in StaticInjectionRequest
72 binder.withSource(getSource()).requestStaticInjection(type); in applyTo()
DModuleAnnotatedMethodScannerBinding.java40 public Object getSource() { in getSource() method in ModuleAnnotatedMethodScannerBinding
55 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner); in applyTo()

1234567891011