HomeSort by relevance Sort by last modified time
    Searched defs:arc (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /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:__anon990
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:__anon1113
39 arc *s_arc; /* Array of arcs */
  /toolchain/binutils/binutils-2.27/gprof/
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...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 209 final AudioManager.AudioRecordingCallback arc = local
211 arc.onRecordingConfigChanged(new ArrayList<AudioRecordingConfiguration>());
  /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;
89 RINOK(arc.GetItem(i, item));
95 if (!options.NtOptions.AltStreams.Val && arc.Ask_AltStream)
97 RINOK(Archive_IsItem_AltStream(arc.Archive, i, item.IsAltStream));
178 &arc,
430 CArc &arc = arcLink.Arcs.Back(); local
431 arc.MTimeDefined = (!options.StdInMode && !fi.IsDevice);
432 arc.MTime = fi.MTime;
    [all...]
LoadCodecs.h 398 const CArcInfoEx &arc = Formats[i]; local
399 if (!arc.UpdateEnabled)
401 if (arc.Name.IsEqualTo_NoCase(name))
LoadCodecs.cpp 595 const CArcInfo &arc = *g_Arcs[i]; local
598 item.Name.SetFromAscii(arc.Name);
599 item.CreateInArchive = arc.CreateInArchive;
600 item.IsArcFunc = arc.IsArc;
601 item.Flags = arc.Flags;
605 if (arc.Ext)
606 e.SetFromAscii(arc.Ext);
607 if (arc.AddExt)
608 ae.SetFromAscii(arc.AddExt);
614 item.CreateOutArchive = arc.CreateOutArchive;
689 const CArcInfoEx &arc = Formats[i]; local
    [all...]
Update.cpp 493 const CArc *arc,
507 if (arc)
509 formatIndex = arc->FormatIndex;
512 CMyComPtr<IInArchive> archive2 = arc->Archive;
593 with folder renaming like: rn arc dir1\ dir2\
613 RINOK(arc->IsItemAnti(i, up2.IsAnti));
643 if (arc)
646 updateCallbackSpec->Archive = arc->Archive;
656 updateCallbackSpec->Arc = arc;
1129 CArc &arc = arcLink.Arcs.Back(); local
1349 const CArc *arc = thereIsInArchive ? arcLink.GetArc() : NULL; local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 46 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc);
56 const CArc &arc = arcLink.Arcs[level]; local
57 const CArcErrorInfo &er = arc.ErrorInfo;
67 *_se << arc.Path << endl;
97 *_so << arc.Path << endl;
125 Print_ErrorFormatIndex_Warning(_so, codecs, arc);
ExtractCallbackConsole.cpp 533 void Print_ErrorFormatIndex_Warning(CStdOutStream *_so, const CCodecs *codecs, const CArc &arc)
535 const CArcErrorInfo &er = arc.ErrorInfo;
538 s += arc.Path;
539 if (arc.FormatIndex == er.ErrorFormatIndex)
547 Add_Messsage_Pre_ArcType(s, "The file is open", codecs->GetFormatNamePtr(arc.FormatIndex));
572 const CArc &arc = arcLink.Arcs[level]; local
573 const CArcErrorInfo &er = arc.ErrorInfo;
583 *_se << arc.Path << endl;
617 *_so << arc.Path << endl;
649 Print_ErrorFormatIndex_Warning(_so, codecs, arc);
    [all...]
List.cpp 364 const CArc *Arc;
582 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType));
640 RINOK(Arc->Archive->GetProperty(index, f.PropID, &prop));
880 const CArc &arc = arcLink.Arcs[r]; local
881 const CArcErrorInfo &er = arc.ErrorInfo;
884 PrintPropPair(so, "Path", arc.Path);
887 if (er.ErrorFormatIndex == arc.FormatIndex)
892 PrintPropPair(so, "Type", codecs->GetFormatNamePtr(arc.FormatIndex));
896 Int64 offset = arc.GetGlobalOffset();
899 IInArchive *archive = arc.Archive;
1100 const CArcErrorInfo &arc = arcLink.Arcs[r].ErrorInfo; local
1150 const CArc &arc = arcLink.Arcs.Back(); local
    [all...]
  /external/v4l2_codec2/
C2VDAAdaptorProxy.cpp 13 #include <arc/MojoProcessSupport.h>
14 #include <arc/MojoThread.h>
23 struct TypeConverter<::arc::VideoFramePlane, android::VideoFramePlane> {
24 static ::arc::VideoFramePlane Convert(const android::VideoFramePlane& plane) {
25 return ::arc::VideoFramePlane{static_cast<int32_t>(plane.mOffset),
32 namespace arc { namespace in namespace:android
41 : C2VDAAdaptorProxy(::arc::MojoProcessSupport::getLeakyInstance()) {}
43 C2VDAAdaptorProxy::C2VDAAdaptorProxy(::arc::MojoProcessSupport* mojoProcessSupport)
47 mRelay(new ::arc::CancellationRelay()) {}
54 NotifyError(::arc::mojom::VideoDecodeAccelerator::Result::PLATFORM_FAILURE)
    [all...]
  /frameworks/base/libs/hwui/
PathCache.h 108 enum class ShapeType { None, Rect, RoundRect, Circle, Oval, Arc, Path };
140 struct Arc {
146 } arc; member in union:android::uirenderer::PathDescription::Shape
  /hardware/libhardware/modules/camera/3_4/arc/
exif_utils.cpp 7 #include "arc/exif_utils.h"
14 #include "arc/common.h"
25 namespace arc { namespace
513 } // namespace arc
  /external/python/cpython2/Lib/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/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/FileManager/
ExtractCallback.cpp 532 const CArc &arc = arcLink.Arcs[level]; local
533 const CArcErrorInfo &er = arc.ErrorInfo;
546 AddNewLineString(s, arc.Path);
554 if (arc.FormatIndex == er.ErrorFormatIndex)
561 AddNewLineString(s, MyFormatNew(IDS_IS_OPEN_AS_TYPE, GetBracedType(codecs->GetFormatNamePtr(arc.FormatIndex))));
  /external/python/cpython3/Modules/
parsermodule.c 681 int pos, arc; local
697 for (arc = 0; arc < dfa_state->s_narcs; ++arc) {
698 short a_label = dfa_state->s_arc[arc].a_lbl;
706 dfa_state = &nt_dfa->d_state[dfa_state->s_arc[arc].a_arrow];
731 for (arc = 0; arc < dfa_state->s_narcs; ++arc) {
732 if (!dfa_state->s_arc[arc].a_lbl)
    [all...]
  /external/wayland-protocols/flinger_headers/
ArcInputBridgeProtocol.h 33 namespace arc { namespace
303 } // namespace arc
  /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...]
  /external/skqp/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...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 784 * Append the specified arc to the path as a new contour. If the start of
787 * start of the arc. However, if the path is empty, then we call moveTo()
788 * with the first point of the arc. The sweep angle is tread mod 360.
790 * @param left The left of oval defining shape and size of the arc
791 * @param top The top of oval defining shape and size of the arc
792 * @param right The right of oval defining shape and size of the arc
793 * @param bottom The bottom of oval defining shape and size of the arc
794 * @param startAngle Starting angle (in degrees) where the arc begins
797 * @param forceMoveTo If true, always begin a new contour with the arc
802 Arc2D arc = new Arc2D.Float(left, top, right - left, bottom - top, -startAngle local
    [all...]

Completed in 486 milliseconds

12 3 4 5