HomeSort by relevance Sort by last modified time
    Searched defs:Elements (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRewriteRuleElementStream.h 33 } Elements;
38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
40 Elements elements; variable
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements; variable
60 elements:(NSArray *)theElements;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 33 } Elements;
38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
40 Elements elements; variable
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements; variable
60 elements:(NSArray *)theElements;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 33 } Elements;
38 BOOL dirty; ///< indicates whether the stream should return copies of its elements, set to true after a call to -reset
40 Elements elements; variable
49 @property (assign, getter=GetElement, setter=SetElement:) Elements elements; variable
60 elements:(NSArray *)theElements;
64 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
  /external/guice/core/test/com/google/inject/spi/
ElementApplyToTest.java 28 // convert from module to elements and back
29 super.checkModule(Elements.getModule(Elements.getElements(module)), visitors);
ElementsTest.java 153 return binding.acceptTargetVisitor(Elements.<T>getInstanceVisitor());
1282 List<Element> elements = Elements.getElements(module); local
    [all...]
  /external/mesa3d/src/egl/main/
eglarray.h 48 void **Elements;
  /external/guice/core/src/com/google/inject/internal/
InjectorShell.java 36 import com.google.inject.spi.Elements;
54 private final List<Element> elements; field in class:InjectorShell
57 private InjectorShell(Builder builder, List<Element> elements, InjectorImpl injector) {
58 this.elements = elements;
67 return elements;
71 private final List<Element> elements = Lists.newArrayList(); field in class:InjectorShell.Builder
99 this.elements.addAll(privateElements.getElements());
138 elements.addAll(Elements.getElements(stage, modules))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 116 Elements(1, BucketElement(I)) {}
119 SmallVector<BucketElement, 16> Elements;
228 B.Elements.push_back(BucketElement(CDiff, MemI));
274 for (int j = 0, je = Buckets[i].Elements.size(); j != je; ++j) {
275 if (auto *II = dyn_cast<IntrinsicInst>(Buckets[i].Elements[j].Instr))
285 if (!Buckets[i].Elements[j].Offset ||
286 Buckets[i].Elements[j].Offset->isZero())
289 const SCEV *Offset = Buckets[i].Elements[j].Offset;
291 for (auto &E : Buckets[i].Elements) {
298 std::swap(Buckets[i].Elements[j], Buckets[i].Elements[0])
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVValue.h 275 Elements = getIds(TheElements);
281 return getValues(Elements);
284 std::vector<SPIRVValue*> Elements = getElements();
285 return std::vector<SPIRVEntry*>(Elements.begin(), Elements.end());
290 for (auto &I:Elements)
294 Elements.resize(WordCount - 3);
296 _SPIRV_DEF_ENCDEC3(Type, Id, Elements)
298 std::vector<SPIRVId> Elements;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 482 std::vector<Constant*> Elements;
483 Elements.reserve(CP->getNumOperands());
485 Elements.push_back(CP->getOperand(i));
486 return Elements;
502 std::vector<Constant*> Elements;
503 Elements.reserve(CA->getNumOperands());
505 Elements.push_back(cast<Constant>(CA->getOperand(i)));
506 return Elements;
514 std::vector<Constant*> Elements;
515 Elements.reserve(CS->getNumOperands())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9effect.h 52 UINT Elements;
d3d10shader.h 153 UINT Elements;
d3d11shader.h 97 UINT Elements;
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 173 SmallVector<Type*, 16> Elements;
189 Elements.resize(SrcSTy->getNumElements());
190 for (unsigned i = 0, e = Elements.size(); i != e; ++i)
191 Elements[i] = getImpl(SrcSTy->getElementType(i));
193 DstSTy->setBody(Elements, SrcSTy->isPacked());
227 // If this is not a named struct type, then just map all of the elements and
235 // Remap all of the elements, keeping track of whether any of them change.
761 SmallVector<Constant*, 16> Elements;
764 Elements.push_back(I->getOperand(i));
769 Elements.append(DstAT->getNumElements(), Constant::getNullValue(EltTy))
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Elements.java 64 * Exposes elements of a module so they can be inspected, validated or {@link
70 public final class Elements {
84 * Records the elements executed by {@code modules}.
91 * Records the elements executed by {@code modules}.
98 * Records the elements executed by {@code modules}.
105 * Records the elements executed by {@code modules}.
116 // Free the memory consumed by the stack trace elements cache
118 return Collections.unmodifiableList(binder.elements);
122 private final Iterable<? extends Element> elements; field in class:Elements.ElementsAsModule
124 ElementsAsModule(Iterable<? extends Element> elements) {
163 private final List<Element> elements; field in class:Elements.RecordingBinder
    [all...]
  /external/guice/core/test/com/google/inject/
DuplicateBindingsTest.java 26 import com.google.inject.spi.Elements;
74 List<Element> elements = Elements.getElements( local
78 assertEquals(14, elements.size());
79 assertEquals(7, new LinkedHashSet<Element>(elements).size());
226 List<Element> elements = Elements.getElements( local
230 // Make sure every combination of the elements with another element fails.
232 for(Element e1 : elements) {
233 for(Element e2: elements) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 277 const SetTheory::RecVec *Elements = RegBank.getSets().expand(R);
282 for (unsigned i = 0, e = Elements->size(); i != e; ++i) {
283 Orders[0].push_back((*Elements)[i]);
284 Members.insert(RegBank.getReg((*Elements)[i]));
  /frameworks/compile/slang/
slang_rs_export_type.cpp 553 // Check all elements
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 44 SmallVector<llvm::Constant *, 32> Elements;
145 Elements.push_back(InitCst);
190 assert(!Elements.empty() && "Elements can't be empty!");
226 llvm::Value *LastElt = Elements.back();
247 Elements.pop_back();
252 assert(isa<llvm::UndefValue>(Elements.back()) &&
253 Elements.back()->getType()->isIntegerTy(CharWidth) &&
258 Elements.back() = llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp);
278 Elements.push_back(llvm::ConstantInt::get(CGM.getLLVMContext(), Tmp))
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 66 import com.google.inject.spi.Elements;
94 /** The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both. */
105 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
262 Set<Element> elements = ImmutableSet.copyOf(Elements.getElements(modules)); local
266 for(Element element : elements) {
304 for(Element element : elements) {
403 Guice.createInjector(Elements.getModule(otherElements));
413 * @param visitType The kind of test we should perform. A live Injector, a raw Elements (Module) test, or both.
451 List<Binding<?>> elements = Lists.newArrayList(multibinder.getElements()) local
533 List<Element> elements = Elements.getElements(modules); local
821 Set<Element> elements = ImmutableSet.copyOf(Elements.getElements(modules)); local
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 636 unsigned Elements =
641 // We've run out of elements.
642 if (Position == Elements) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 859 auto Elements = cast<DISubroutineType>(CTy)->getTypeArray();
860 if (Elements.size())
861 if (auto RTy = resolve(Elements[0]))
865 if (Elements.size() == 2 && !Elements[1])
868 constructSubprogramArguments(Buffer, Elements);
    [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 195 SmallVector<Type *, 16> Elements;
201 Elements.resize(SrcSTy->getNumElements());
202 for (unsigned I = 0, E = Elements.size(); I != E; ++I)
203 Elements[I] = get(SrcSTy->getElementType(I));
205 DstSTy->setBody(Elements, SrcSTy->isPacked());
254 // If this is not a recursive type, then just map all of the elements and
263 // Remap all of the elements, keeping track of whether any of them change.
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 520 std::vector<Init*> Elements;
522 // Verify that all of the elements of the list are subclasses of the
526 Elements.push_back(CI);
531 return ListInit::get(Elements, Ty);
538 ListInit::convertInitListSlice(const std::vector<unsigned> &Elements) const {
540 for (unsigned i = 0, e = Elements.size(); i != e; ++i) {
541 if (Elements[i] >= size())
543 Vals.push_back(getElement(Elements[i]));
    [all...]
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 941 SmallVector<Constant *, 16> Elements;
946 Elements.push_back(InitPrefix->getAggregateElement(I));
    [all...]

Completed in 941 milliseconds

1 2 3 4