HomeSort by relevance Sort by last modified time
    Searched defs:rep (Results 126 - 150 of 156) sorted by null

1 2 3 4 56 7

  /frameworks/base/services/java/com/android/server/
AppOpsService.java 468 Pair<String, Integer> rep = reports.get(i); local
470 cb.mCallback.opChanged(rep.second, rep.first);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 444 FilterMirrorRepresentation rep = local
454 if (rep.isHorizontal() && !rep.isVertical()) {
456 } else if (rep.isVertical() && !rep.isHorizontal()) {
458 } else if (rep.isHorizontal() && rep.isVertical()) {
464 if (rep.isHorizontal() && !rep.isVertical()) {
466 } else if (rep.isVertical() && !rep.isHorizontal())
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.cc 105 LLabel* rep = replacement(); local
106 if (rep != NULL) {
107 stream->Add(" Dead block replaced with B%d", rep->block_id());
1004 Representation rep = value->representation(); local
1007 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 102 Representation rep = use->observed_input_representation(it.index()); local
103 if (rep.IsNone()) continue;
106 id(), Mnemonic(), use->id(), use->Mnemonic(), rep.Mnemonic(),
109 use_count[rep.kind()] += use->LoopWeight();
2209 Representation rep = value->observed_input_representation(it.index()); local
2589 Representation rep = representation(); local
2614 Representation rep = representation(); local
2830 Representation rep = Representation::None(); local
3190 Representation rep = representation(); local
3951 Representation rep = Representation::None(); local
    [all...]
hydrogen-instructions.h 3526 Representation rep = !FLAG_smi_binop && new_rep.IsSmi() local
    [all...]
hydrogen.cc 7469 Representation rep = Representation::FromType(info); local
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.cc 135 LLabel* rep = replacement(); local
136 if (rep != NULL) {
137 stream->Add(" Dead block replaced with B%d", rep->block_id());
1062 Representation rep = value->representation(); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.cc 105 LLabel* rep = replacement(); local
106 if (rep != NULL) {
107 stream->Add(" Dead block replaced with B%d", rep->block_id());
1009 Representation rep = value->representation(); local
1012 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.cc 108 LLabel* rep = replacement(); local
109 if (rep != NULL) {
110 stream->Add(" Dead block replaced with B%d", rep->block_id());
1011 Representation rep = value->representation(); local
1013 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean() &&
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 209 int rep; member in struct:instruction
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 129 LLabel* rep = replacement(); local
130 if (rep != NULL) {
131 stream->Add(" Dead block replaced with B%d", rep->block_id());
1057 Representation rep = value->representation(); local
1059 if (!rep.IsTagged() || type.IsSmi() || type.IsBoolean()) {
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 132 LLabel* rep = replacement(); local
133 if (rep != NULL) {
134 stream->Add(" Dead block replaced with B%d", rep->block_id());
1055 Representation rep = value->representation(); local
1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 134 LLabel* rep = replacement(); local
135 if (rep != NULL) {
136 stream->Add(" Dead block replaced with B%d", rep->block_id());
1052 Representation rep = value->representation(); local
1054 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) {
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c 2508 xmlChar *rep = NULL; local
3669 xmlChar *rep = NULL; local
    [all...]
xmlregexp.c 8058 char rep[40]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 401 inline Value *rep() const;
437 inline Value *rep() const;
471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
  /external/libxml2/
parser.c 2629 xmlChar *rep = NULL; local
3766 xmlChar *rep = NULL; local
    [all...]
xmlregexp.c 8058 char rep[40]; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 387 mDNSlocal void append_reply(request_state *req, reply_state *rep)
392 *ptr = rep;
393 rep->next = NULL;
398 // On successful completion rep is set to point to a malloc'd reply_state struct
400 request_state *const request, reply_state **const rep, reply_op_t op, DNSServiceFlags flags, mStatus err)
404 *rep = NULL;
428 *rep = create_reply(op, len, request);
429 (*rep)->rhdr->flags = dnssd_htonl(flags);
430 (*rep)->rhdr->ifi = dnssd_htonl(mDNSPlatformInterfaceIndexfromInterfaceID(&mDNSStorage, id, mDNSfalse));
431 (*rep)->rhdr->error = dnssd_htonl(err)
747 reply_state *rep; local
761 reply_state *rep; local
1738 reply_state *rep; local
2230 reply_state *rep; local
2637 reply_state *rep; local
3254 reply_state *rep; local
4589 reply_state *rep; local
4639 reply_state *const rep = req->replies; \/\/ Send the first waiting reply local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 401 inline Value *rep() const;
437 inline Value *rep() const;
471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
  /external/kernel-headers/original/linux/
input.h 1288 int rep[REP_CNT]; member in struct:input_dev
    [all...]
  /external/v8/src/
hydrogen.cc 1821 Representation rep = use->RequiredInputRepresentation(it.index()); local
6217 Representation rep = ToRepresentation(info); local
6285 Representation rep = ToRepresentation(info); local
6545 Representation rep = ToRepresentation(info); local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 584 } BWL_POST_PACKED_STRUCT rep; member in struct:dot11_meas_rep
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 817 wl_rm_rep_elt_t rep[1]; /* variable length block of reports */ member in struct:wl_rm_rep
    [all...]

Completed in 3435 milliseconds

1 2 3 4 56 7