HomeSort by relevance Sort by last modified time
    Searched refs:arc (Results 76 - 100 of 369) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/pdfium/fxjs/xfa/
cjx_barcode.h 16 explicit CJX_Barcode(CXFA_Barcode* arc);
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiPortInfo.java 24 * HDMI-CEC, MHL, ARC(Audio Return Channel), and physical address assigned to each port.
51 * @param arc {@code true} if audio return channel is supported on the port
53 public HdmiPortInfo(int id, int type, int address, boolean cec, boolean mhl, boolean arc) {
58 mArcSupported = arc;
137 boolean arc = (source.readInt() == 1);
139 return new HdmiPortInfo(id, type, address, cec, mhl, arc);
171 s.append("arc: ").append(mArcSupported).append(", ");
  /hardware/libhardware/modules/camera/3_4/arc/
common_types.h 13 namespace arc { namespace
53 } // namespace arc
  /external/freetype/src/smooth/
ftgrays.c 1002 FT_Vector* arc = bez_stack; local
1007 arc[0].x = UPSCALE( to->x );
1008 arc[0].y = UPSCALE( to->y );
1009 arc[1].x = UPSCALE( control->x );
1010 arc[1].y = UPSCALE( control->y );
1011 arc[2].x = ras.x;
1012 arc[2].y = ras.y;
1096 FT_Vector* arc = bez_stack; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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:__anon4336
39 arc *s_arc; /* Array of arcs */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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:__anon4643
39 arc *s_arc; /* Array of arcs */
  /external/python/cpython2/Include/
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:__anon32584
39 arc *s_arc; /* Array of arcs */
  /external/python/cpython3/Include/
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:__anon33148
39 arc *s_arc; /* Array of arcs */
  /frameworks/base/media/java/android/media/
AudioRecordingConfiguration.java 88 public static String toLogFriendlyString(AudioRecordingConfiguration arc) {
89 return new String("session:" + arc.mSessionId
90 + " -- source:" + MediaRecorder.toLogFriendlyAudioSource(arc.mClientSource)
91 + " -- uid:" + arc.mClientUid
92 + " -- patch:" + arc.mPatchHandle
93 + " -- pack:" + arc.mClientPackageName
94 + " -- format client=" + arc.mClientFormat.toLogFriendlyString()
95 + ", dev=" + arc.mDeviceFormat.toLogFriendlyString());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
AccessibilityUtils.java 45 AccessibilityRecordCompat arc = new AccessibilityRecordCompat(event); local
46 arc.setSource(view);
  /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:__anon66475
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:__anon66597
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:__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/gas/testsuite/gas/arc/
add_s-err.s 1 ;; Test ARC EM Code denisty ADD_S extensions. They are only valid for
4 ; { dg-do assemble { target arc*-*-* } }
ld.d 4 .*: +file format .*arc.*
ld2.d 4 .*: +file format .*arc.*
noargs_hs.d 4 .*: +file format .*arc.*
nps400-2.d 4 .*: +file format .*arc.*
pcl-relocs.d 4 .*: +file format .*arc.*
pcrel-relocs.d 4 .*: +file format .*arc.*
pic-relocs.d 4 .*: +file format .*arc.*
plt-relocs.d 4 .*: +file format .*arc.*
textcondcode.d 3 .*: +file format .*arc.*
tls-relocs.d 4 .*: +file format .*arc.*

Completed in 513 milliseconds

1 2 34 5 6 7 8 91011>>