Searched refs:frame (Results 1 - 25 of 5378) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as190 * more information such as the stack frame with
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs60 public static string getMethodName(StackFrame frame) { argument
61 return frame.GetMethod().Name;
65 public static string getClassName(StackFrame frame) { argument
66 return frame.GetMethod().DeclaringType.Name;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs242 * more information such as the stack frame with
766 StackFrame frame = stack[i];
767 MethodBase method = frame.GetMethod();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DExceptionExtensions.cs65 public static string getMethodName( this StackFrame frame )
67 return frame.GetMethod().Name;
71 public static string getClassName( this StackFrame frame )
73 return frame.GetMethod().DeclaringType.Name;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs265 * more information such as the stack frame with
862 StackFrame frame = stack[i];
863 MethodBase method = frame.GetMethod();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas775 /// such as the stack frame with GetRuleInvocationStack(e, this.GetType().Fullname)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm456 my @frame = caller $i;
457 last if !@frame;
459 my ($package, $filename, $line, $subroutine) = @frame;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py313 more information such as the stack frame with
858 for frame in reversed(inspect.stack()):
859 code = frame[0].f_code
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dtestbase.py132 for frame in inspect.stack():
133 code = frame[0].f_code
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg2671 void (ANTLR3_CDECL *free) (struct <scopeStruct(sname=scope.name,...)>_struct * frame);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java33 * This class provides description of frame.
62 * frame id
64 * frame location
95 * Gets frame id.
104 * Sets new frame id.
107 * new frame id
114 * Gets frame location.
123 * Sets new frame location.
126 * new frame location
133 * Gets frame variable
[all...]
H A DVmMirror.java2098 Frame frame = new Frame();
2099 frame.setThreadID(threadID);
2100 frame.setID(reply.getNextValueAsFrameID());
2101 frame.setLocation(reply.getNextValueAsLocation());
2102 frames.add(frame);
2114 * The index of the first frame to retrieve.
2125 command.setNextValueAsInt(startIndex); // start frame's index
2177 * Returns values of local variables in a given frame
2179 * @param frame
2183 public final Value[] getFrameValues(Frame frame) { argument
2635 getLocalVars(Frame frame) argument
2669 setLocalVars(Frame frame, Variable[] vars, Value[] values) argument
2797 popFrame(Frame frame) argument
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
H A DFramesTest.java88 FrameStruct frame = (FrameStruct )e.nextElement();
89 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
90 classSignature = getClassSignature(frame.loc.classID);
91 logWriter.println("\t" + i + ". frameID=" + frame.frameID
94 + "(" + frame.loc.index + ")");
142 FrameStruct frame = (FrameStruct )e.nextElement();
143 methodName = getMethodName(frame.loc.classID, frame.loc.methodID);
144 classSignature = getClassSignature(frame
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DElemContext.java24 * This class is a stack frame that consists of
36 * A stack frame will be pushed for "A" at depth 1,
38 * Then "B1" stackframe is popped. When the stack frame for "B2" is
94 /** The next element "stack frame". This value will only be
99 * because very few stack frame objects are ever created, they are
103 * as they are re-used. Only the reference to the current stack frame, which
108 /** The previous element "stack frame". */
130 * Constructor to create the "stack frame" for a given element depth.
136 * @param previous The "stack frame" corresponding to the new
146 * Pop the current "stack frame"
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/
H A DVariableStack.java83 * The stack frame where all variables and params will be kept.
89 * The top of the stack frame (<code>_stackFrames</code>).
95 * The bottom index of the current frame (relative to <code>_stackFrames</code>).
101 * The stack of frame positions. I call 'em links because of distant
164 // Adding one here to the stack of frame positions will allow us always
174 * Set the current stack frame.
176 * @param sf The new stack frame position.
188 * @return The current stack frame position.
203 * @param size The size of the stack frame allocation. This ammount should
205 * at one time in the new stack frame
336 getLocalVariable(int index, int frame) argument
[all...]
/external/blktrace/btt/
H A Dbtt_plot.py303 frame = leg.get_frame()
304 frame.set_facecolor('0.80')
/external/blktrace/btt/doc/
H A Dbtt.tex779 in that time frame, then:
/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_codec_sbc.h150 OI_UINT8 cachedInfo; /**< Information about the previous frame */
269 * used each time a frame is decoded.
299 * Decode one SBC frame. The frame has no header bytes. The context must have been previously
305 * @param bitpool The actual bitpool size for this frame. Must be <= the maxbitpool specified
309 * value will be updated to point to the next frame after
313 * bytes of frame data. This value will be updated to reflect
334 * Decode one SBC frame.
340 * value will be updated to point to the next frame after
344 * bytes of frame dat
[all...]
H A Doi_codec_sbc_private.h153 PRIVATE OI_UINT32 internal_CalculateBitrate(OI_CODEC_SBC_FRAME_INFO *frame);
155 PRIVATE OI_UINT16 internal_CalculateFramelen(OI_CODEC_SBC_FRAME_INFO *frame);
175 INLINE OI_UINT16 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerLen_);
177 PRIVATE OI_UINT32 OI_SBC_MaxBitpool(OI_CODEC_SBC_FRAME_INFO *frame);
179 PRIVATE void OI_SBC_ComputeBitAllocation(OI_CODEC_SBC_COMMON_CONTEXT *frame);
180 PRIVATE OI_UINT8 OI_SBC_CalculateChecksum(OI_CODEC_SBC_FRAME_INFO *frame, OI_BYTE const *data);
218 PRIVATE void OI_SBC_ExpandFrameFields(OI_CODEC_SBC_FRAME_INFO *frame);
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dbitalloc-sbc.c111 OI_UINT32 OI_CODEC_SBC_CalculateBitrate(OI_CODEC_SBC_FRAME_INFO *frame) argument
113 return internal_CalculateBitrate(frame);
128 * Calculates the bitpool size for a given frame length
130 OI_UINT16 OI_CODEC_SBC_CalculateBitpool(OI_CODEC_SBC_FRAME_INFO *frame, argument
133 OI_UINT16 nrof_subbands = frame->nrof_subbands;
134 OI_UINT16 nrof_blocks = frame->nrof_blocks;
138 if (frame->mode == SBC_JOINT_STEREO) {
141 if (frame->mode == SBC_MONO) {
146 if (frame->mode == SBC_DUAL_CHANNEL) {
160 OI_UINT16 OI_CODEC_SBC_CalculateFramelen(OI_CODEC_SBC_FRAME_INFO *frame) argument
[all...]
H A Dbitalloc.c28 subbands within the SBC/eSBC frame, along with support functions for computing
29 frame length and bitrate.
42 OI_UINT32 OI_SBC_MaxBitpool(OI_CODEC_SBC_FRAME_INFO *frame) argument
44 switch (frame->mode) {
47 return 16 * frame->nrof_subbands;
50 return 32 * frame->nrof_subbands;
53 ERROR(("Invalid frame mode %d", frame->mode));
59 PRIVATE OI_UINT16 internal_CalculateFramelen(OI_CODEC_SBC_FRAME_INFO *frame) argument
61 OI_UINT16 nbits = frame
75 internal_CalculateBitrate(OI_CODEC_SBC_FRAME_INFO *frame) argument
84 OI_SBC_CalculateFrameAndHeaderlen(OI_CODEC_SBC_FRAME_INFO *frame, OI_UINT *headerLen_) argument
[all...]
H A Ddecoder-private.c90 OI_CODEC_SBC_FRAME_INFO *frame = &common->frameInfo; local
102 if (d1 != frame->cachedInfo) {
104 frame->freqIndex = (d1 & (BIT7 | BIT6)) >> 6;
105 frame->frequency = freq_values[frame->freqIndex];
107 frame->blocks = (d1 & (BIT5 | BIT4)) >> 4;
108 frame->nrof_blocks = block_values[frame->blocks];
110 frame->mode = (d1 & (BIT3 | BIT2)) >> 2;
111 frame
[all...]
H A Dframing.c168 PRIVATE OI_UINT8 OI_SBC_CalculateChecksum(OI_CODEC_SBC_FRAME_INFO *frame, OI_BYTE const *data) argument
177 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4;
179 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 8) {
189 if (frame->mode == SBC_JOINT_STEREO && frame->nrof_subbands == 4) {
196 void OI_SBC_ExpandFrameFields(OI_CODEC_SBC_FRAME_INFO *frame) argument
198 frame->nrof_blocks = block_values[frame
[all...]

Completed in 3788 milliseconds

1234567891011>>