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

1 2 3 4

  /toolchain/binutils/binutils-2.25/gprof/
call_graph.c 61 /* Keep arc if it is on INCL_ARCS table or if the INCL_ARCS table
69 printf (_("[cg_tally] arc from %s to %s traversed %lu times\n"),
75 /* Read a record from file IFP describing an arc in the function
76 call-graph and the count of how many times the arc has been
99 /* Add this arc: */
110 Arc *arc;
115 for (arc = sym->cg.children; arc; arc = arc->next_child
109 Arc *arc; local
    [all...]
cg_arcs.h 25 * Arc structure for call-graph.
28 * of how many times this arc was traversed, and pointers to the next
31 typedef struct arc
33 Sym *parent; /* source vertice of arc */
34 Sym *child; /* dest vertice of arc */
36 double time; /* time inherited along arc */
37 double child_time; /* child-time inherited along arc */
38 struct arc *next_parent; /* next parent of CHILD */
39 struct arc *next_child; /* next child of PARENT */
40 int has_been_placed; /* have this arc's functions been placed? *
30 typedef struct arc struct
    [all...]
cg_dfn.c 274 Arc *arc; local
298 for (arc = parent->cg.children; arc; arc = arc->next_child)
300 cg_dfn (arc->child);
cg_arcs.c 51 Arc **arcs;
55 * Return TRUE iff PARENT has an arc to covers the address
58 Arc *
61 Arc *arc; local
70 for (arc = parent->cg.children; arc; arc = arc->next_child)
73 arc->parent->name, arc->child->name))
91 Arc *arc, **newarcs; local
166 Arc *arc; local
275 Arc *arc; local
363 Arc *arc; local
598 Arc *arc; local
    [all...]
gmon_io.c 550 /* Add this arc. */
639 Arc *arc;
727 /* Dump the normalized raw arc information. */
730 for (arc = sym->cg.children; arc; arc = arc->next_child)
732 if (gmon_write_raw_arc (ofp, arc->parent->addr,
733 arc->child->addr, arc->count)
638 Arc *arc; local
    [all...]
cg_print.c 45 static int cmp_arc (Arc *, Arc *);
55 (Arc **, unsigned long, int, Arc **, unsigned long *);
218 - if one arc is a self arc, it's least.
219 - if one arc is within a cycle, it's less than.
220 - if both arcs are within a cycle, compare arc counts.
221 - if neither arc is within a cycle, compare with
223 arc count as minor key. *
313 Arc *arc, *detached, sorted, *prev; local
347 Arc *arc; local
400 Arc *arc, *detached, sorted, *prev; local
434 Arc *arc; local
867 Arc *arc; local
916 Arc *arc = scratch_arcs[arc_index]; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 45 AccessibilityRecordCompat arc = new AccessibilityRecordCompat(event); local
46 arc.setSource(view);
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 37 struct arc { struct
55 void arc_init(struct arc *arc,
62 void arc_add_to_polygon(struct arc *arc,
67 void arc_to_path(struct arc *arc,
71 void arc_stroke_cb(struct arc *arc,
75 void arc_stroker_emit(struct arc *arc
    [all...]
path.c 35 #include "arc.h"
579 struct arc arc; local
591 debug_printf("------- ARC (%f, %f), (%f, %f) %f, %f, %f\n",
594 arc_init(&arc, command, x0, y0, x1, y1,
596 arc_add_to_polygon(&arc, current,
791 debug_printf("------- ARC (%f, %f), (%f, %f) %f, %f, %f\n",
871 struct arc arc; local
874 arc_init(&arc, segment
1495 struct arc arc; local
1767 struct arc arc; local
1850 struct arc arc; local
1942 struct arc arc; local
2049 struct arc arc; local
    [all...]
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 72 const CArcInfo &arc = *g_Arcs[formatIndex]; local
75 *outObject = arc.CreateInArchive();
80 if (!arc.CreateOutArchive)
82 *outObject = arc.CreateOutArchive();
96 const CArcInfo &arc = *g_Arcs[formatIndex]; local
100 case NArchive::NHandlerPropID::kName: prop = arc.Name; break;
104 CLS_ARC_ID_ITEM(clsId) = arc.ClassId;
107 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break;
108 case NArchive::NHandlerPropID::kAddExtension: if (arc.AddExt) prop = arc.AddExt; break;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 167 final AudioManager.AudioRecordingCallback arc = local
169 arc.onRecordingConfigChanged(new ArrayList<AudioRecordingConfiguration>());
  /prebuilts/gdb/darwin-x86/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon43152
39 arc *s_arc; /* Array of arcs */
  /prebuilts/gdb/linux-x86/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon43274
39 arc *s_arc; /* Array of arcs */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon71390
39 arc *s_arc; /* Array of arcs */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
grammar.h 12 /* A label of an arc */
28 /* An arc from one state to another */
31 short a_lbl; /* Label of this arc */
32 short a_arrow; /* State where this arc goes to */
33 } arc; typedef in typeref:struct:__anon71513
39 arc *s_arc; /* Array of arcs */
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 34 const CArc &arc = arcLink.Arcs.Back(); local
36 IInArchive *archive = arc.Archive;
42 UString replaceName = arc.DefaultName;
85 RINOK(arc.GetItemPath(i, filePath));
141 &arc,
341 const CArc &arc = arcLink.Arcs[r]; local
342 const CArcErrorInfo &er = arc.ErrorInfo;
345 RINOK(extractCallback->SetError(r, arc.Path,
410 const CArc &arc = arcLink.Arcs[k]; local
411 const CArcErrorInfo &er = arc.ErrorInfo;
433 CArc &arc = arcLink.Arcs.Back(); local
    [all...]
LoadCodecs.h 291 const CArcInfoEx &arc = Formats[i]; local
292 if (!arc.UpdateEnabled)
294 if (arc.Name.IsEqualToNoCase(name))
LoadCodecs.cpp 559 const CArcInfo &arc = *g_Arcs[i]; local
562 item.Name.SetFromAscii(arc.Name);
563 item.CreateInArchive = arc.CreateInArchive;
564 item.IsArcFunc = arc.IsArc;
565 item.Flags = arc.Flags;
569 if (arc.Ext)
570 e.SetFromAscii(arc.Ext);
571 if (arc.AddExt)
572 ae.SetFromAscii(arc.AddExt);
578 item.CreateOutArchive = arc.CreateOutArchive;
619 const CArcInfoEx &arc = Formats[i]; local
    [all...]
Update.cpp 476 const CArc *arc,
488 if (arc)
490 formatIndex = arc->FormatIndex;
493 CMyComPtr<IInArchive> archive2 = arc->Archive;
569 with folder renaming like: rn arc dir1\ dir2\
587 RINOK(arc->IsItemAnti(i, up2.IsAnti));
615 if (arc)
618 updateCallbackSpec->Archive = arc->Archive;
619 updateCallbackSpec->GetRawProps = arc->GetRawProps;
620 updateCallbackSpec->GetRootProps = arc->GetRootProps;
1072 CArc &arc = arcLink.Arcs.Back(); local
1279 const CArc *arc = thereIsInArchive ? arcLink.GetArc() : 0; local
    [all...]
  /frameworks/base/libs/hwui/
PathCache.h 118 Arc,
152 struct Arc {
158 } arc; member in union:android::uirenderer::PathDescription::Shape
SkiaCanvas.cpp 606 SkRect arc = SkRect::MakeLTRB(left, top, right, bottom); local
607 mCanvas->drawArc(arc, startAngle, sweepAngle, useCenter, paint);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 18 class arc(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """arc - An arc """
22 """arc angle - the angle of the arc in degrees """
26 """bounds - the smallest rectangle that contains the entire arc """
30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
54 """start angle - the angle that defines the start of the arc, in degrees """
62 arcs = arc
229 arc._superclassnames = [
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
QuickDraw_Graphics_Suite.py 18 class arc(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """arc - An arc """
22 """arc angle - the angle of the arc in degrees """
26 """bounds - the smallest rectangle that contains the entire arc """
30 """definition rect - the rectangle that contains the circle or oval used to define the arc """
54 """start angle - the angle that defines the start of the arc, in degrees """
62 arcs = arc
229 arc._superclassnames = [
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 324 const CArc *Arc;
542 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType));
600 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop));
973 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo; local
974 if (!arc.WarningMessage.IsEmpty())
976 if (arc.AreThereWarnings())
978 if (arc.ErrorFormatIndex >= 0)
980 if (arc.AreThereErrors())
985 if (!arc.ErrorMessage.IsEmpty())
1012 const CArc &arc = arcLink.Arcs[r]; local
1080 const CArc &arc = arcLink.Arcs.Back(); local
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 43 SkDQuad arc = arcRef; local
45 arc[0] += offset;
46 arc[1] += offset;
47 arc[2] += offset;
49 i.intersect(arc, quad);
58 i.intersect(arc, quad);
62 i.intersect(arc, quad);
    [all...]

Completed in 1080 milliseconds

1 2 3 4