HomeSort by relevance Sort by last modified time
    Searched refs:Elem (Results 26 - 50 of 367) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/lib/AST/
StmtObjC.cpp 21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
25 SubExprs[ELEM] = Elem;
  /external/skia/src/xml/
SkXMLWriter.cpp 56 void SkXMLWriter::doEnd(Elem* elem) {
57 delete elem;
66 Elem** elem = fElems.push(); local
67 *elem = new Elem(name, length);
71 SkXMLWriter::Elem* SkXMLWriter::getEnd() {
72 Elem* elem; local
152 const char* elem = dom.getName(node); local
214 Elem* elem = fElems.top(); local
227 Elem* elem = getEnd(); local
283 Elem* elem = this->getEnd(); local
    [all...]
  /external/skqp/src/xml/
SkXMLWriter.cpp 56 void SkXMLWriter::doEnd(Elem* elem) {
57 delete elem;
66 Elem** elem = fElems.push(); local
67 *elem = new Elem(name, length);
71 SkXMLWriter::Elem* SkXMLWriter::getEnd() {
72 Elem* elem; local
152 const char* elem = dom.getName(node); local
214 Elem* elem = fElems.top(); local
227 Elem* elem = getEnd(); local
283 Elem* elem = this->getEnd(); local
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/depBase/
dep.go 26 reflect.TypeOf(os.Stdout).Elem()
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue22605.go 19 a := reflect.New(t).Elem()
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/depBase/
dep.go 26 reflect.TypeOf(os.Stdout).Elem()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue22605.go 19 a := reflect.New(t).Elem()
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 110 FoldingSetIterator<AttributeImpl> Elem = I++;
111 delete &*Elem;
117 FoldingSetIterator<AttributeSetImpl> Elem = I++;
118 delete &*Elem;
124 FoldingSetIterator<AttributeSetNode> Elem = I++;
125 delete &*Elem;
  /art/test/913-heaps/
heaps.cc 255 for (const std::unique_ptr<Elem>& e : lines_) {
263 class Elem {
265 Elem(const std::string& referrer, const std::string& referree, jlong size, jint length)
267 virtual ~Elem() {}
288 class JNILocalElement : public Elem {
295 : Elem(referrer, referree, size, length) {
329 class StackLocalElement : public Elem {
336 : Elem(referrer, referree, size, length) {
378 class StringElement : public Elem {
385 : Elem(referrer, referree, size, length), string_(string) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h 125 tree_.ForEachElement([&fn](const ShapeIndex& index, const Elem& elem) {
126 fn(index, elem.buffers);
131 tree_.ForEachMutableElement([&fn](const ShapeIndex& index, Elem* elem) {
132 fn(index, &elem->buffers);
138 [&fn](const ShapeIndex& index, const Elem& elem) {
139 return fn(index, elem.buffers);
144 struct Elem {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 229 // [Len]Elem
233 Elem Expr
237 // []Elem
239 Elem Expr
243 // ...Elem
245 Elem Expr
283 // chan Elem
284 // <-chan Elem
285 // chan<- Elem
288 Elem Exp
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 229 // [Len]Elem
233 Elem Expr
237 // []Elem
239 Elem Expr
243 // ...Elem
245 Elem Expr
283 // chan Elem
284 // <-chan Elem
285 // chan<- Elem
288 Elem Exp
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 255 checkwidth(t.Elem())
259 checkwidth(t.Elem())
272 checkwidth(t.Elem())
282 if t1.Elem().Width >= 1<<16 {
311 if t.Elem() == nil {
322 dowidth(t.Elem())
323 if t.Elem().Width != 0 {
324 cap := (uint64(thearch.MAXWIDTH) - 1) / uint64(t.Elem().Width)
329 w = t.NumElem() * t.Elem().Width
330 t.Align = t.Elem().Alig
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 255 checkwidth(t.Elem())
259 checkwidth(t.Elem())
272 checkwidth(t.Elem())
282 if t1.Elem().Width >= 1<<16 {
311 if t.Elem() == nil {
322 dowidth(t.Elem())
323 if t.Elem().Width != 0 {
324 cap := (uint64(thearch.MAXWIDTH) - 1) / uint64(t.Elem().Width)
329 w = t.NumElem() * t.Elem().Width
330 t.Align = t.Elem().Alig
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 116 Value *Elem = Init->getOperand(0);
117 ASSERT_TRUE(isa<BlockAddress>(Elem));
118 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
120 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
123 Elem = Init->getOperand(1);
124 ASSERT_TRUE(isa<BlockAddress>(Elem));
125 EXPECT_EQ(cast<BlockAddress>(Elem)->getFunction(),
127 EXPECT_EQ(cast<BlockAddress>(Elem)->getBasicBlock()->getParent(),
  /frameworks/base/cmds/incidentd/src/
Section.cpp 734 android_log_list_element elem; local
749 elem = android_log_read_next(context);
751 switch (elem.type) {
753 proto.write(BinaryLogEntry::Elem::TYPE,
754 BinaryLogEntry::Elem::EVENT_TYPE_INT);
755 proto.write(BinaryLogEntry::Elem::VAL_INT32, (int)elem.data.int32);
758 proto.write(BinaryLogEntry::Elem::TYPE,
759 BinaryLogEntry::Elem::EVENT_TYPE_LONG);
760 proto.write(BinaryLogEntry::Elem::VAL_INT64, (long long)elem.data.int64)
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7560.go 37 rt := reflect.TypeOf(&v).Elem()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 189 Val *Type // Val (elem) type
270 Elem *Type // element type
290 Elem *Type // element type
308 Elem *Type // element type
314 Elem *Type // element type
443 func NewArray(elem *Type, bound int64) *Type {
448 t.Extra = &Array{Elem: elem, Bound: bound}
449 t.SetNotInHeap(elem.NotInHeap())
453 // NewSlice returns the slice Type with element type elem
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/test/
issue7560.go 37 rt := reflect.TypeOf(&v).Elem()
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 189 Val *Type // Val (elem) type
270 Elem *Type // element type
290 Elem *Type // element type
308 Elem *Type // element type
314 Elem *Type // element type
443 func NewArray(elem *Type, bound int64) *Type {
448 t.Extra = &Array{Elem: elem, Bound: bound}
449 t.SetNotInHeap(elem.NotInHeap())
453 // NewSlice returns the slice Type with element type elem
    [all...]
  /external/golang-protobuf/proto/
text_parser.go 426 if typ.Elem().Kind() == reflect.String {
431 if typ.Elem().Kind() != reflect.Ptr {
506 v := reflect.New(mt.Elem())
507 if pe := p.readStruct(v.Elem(), terminator); pe != nil {
554 ext = reflect.New(typ).Elem()
556 ext = reflect.New(typ.Elem()).Elem()
593 nv := reflect.New(oop.Type.Elem())
594 dst = nv.Elem().Field(0)
615 key := reflect.New(dst.Type().Key()).Elem()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 52 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \
53 REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, llvm::ImmutableSet<Elem>)
66 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \
67 REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, llvm::ImmutableList<Elem>)
  /external/skia/include/effects/
SkColorMatrix.h 20 enum Elem {
  /external/skqp/include/effects/
SkColorMatrix.h 20 enum Elem {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 52 #define REGISTER_SET_WITH_PROGRAMSTATE(Name, Elem) \
53 REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, llvm::ImmutableSet<Elem>)
66 #define REGISTER_LIST_WITH_PROGRAMSTATE(Name, Elem) \
67 REGISTER_TRAIT_WITH_PROGRAMSTATE(Name, llvm::ImmutableList<Elem>)

Completed in 1537 milliseconds

12 3 4 5 6 7 8 91011>>