HomeSort by relevance Sort by last modified time
    Searched refs:actor (Results 1 - 12 of 12) sorted by null

  /external/syslinux/gpxe/src/core/
proto_eth_slow.c 40 uint8_t tlv_type_actor_info; /* = actor information(type/length/value) */
46 struct lacp_info actor; member in struct:slow_lacp
150 printf(" sys_pri: %hx", ntohs(pkt->actor.system_priority));
151 printf(" mac: %!", pkt->actor.system);
152 printf(" key: %hx", ntohs(pkt->actor.key));
153 printf(" port_pri: %hx", ntohs(pkt->actor.port_priority));
154 printf(" port: %hx\n", ntohs(pkt->actor.port));
156 print_lacp_state(pkt->actor.state);
159 pkt->actor.reserved[0], pkt->actor.reserved[1], pkt->actor.reserved[2])
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeRewriter.h 36 id actor; variable
45 @property (retain) id actor; variable
ANTLRTreeWizard.h 49 id actor; variable
53 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
54 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
60 @property (retain) id actor; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeRewriter.h 36 id actor; variable
ANTLRTreeWizard.h 48 id actor; variable
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
  /external/trappy/trappy/
thermal.py 210 tuple is the name of the actor, the second is the weight. The
291 """Make multiple plots showing input and output power for each actor
305 for actor in actors:
306 cols = ["P" + actor + "_in", "P" + actor + "_out"]
307 this_title = normalize_title(actor, title)
ftrace.py 45 for ax, actor in zip(axis, allfreqs):
46 this_title = "freq {} {}".format(what, actor)
48 xlim = (0, allfreqs[actor].max())
50 trappy.plot_utils.plot_hist(allfreqs[actor], ax, this_title, "KHz", 20,
473 """Plot histograms for each actor input and output frequency
  /external/libvorbis/doc/
05-comment.tex 117 The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is omitted.

Completed in 247 milliseconds