HomeSort by relevance Sort by last modified time
    Searched full:currentframe (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 15 fr = inspect.currentframe()
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 15 fr = inspect.currentframe()
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /external/replicaisland/src/com/replica/replicaisland/
SpriteComponent.java 101 AnimationFrame currentFrame = currentAnimation.getFrame(mAnimationTime);
102 if (currentFrame != null) {
107 if (mVisible && currentFrame.texture != null && factory != null) {
116 bitmap.setTexture(currentFrame.texture);
124 mCollisionComponent.setCollisionVolumes(currentFrame.attackVolumes,
125 currentFrame.vulnerabilityVolumes);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 371 GIFFrameContext* currentFrame = m_frames[frameIndex].get();
373 return currentFrame->decode(data(0), m_data->size(), m_client, &frameDecoded)
543 GIFFrameContext* currentFrame = m_frames.last().get();
545 currentFrame->setTransparentPixel(currentComponent[3]);
553 currentFrame->setDisposalMethod(static_cast<WebCore::ImageFrame::DisposalMethod>(disposalMethod));
557 currentFrame->setDisposalMethod(WebCore::ImageFrame::DisposeOverwritePrevious);
559 currentFrame->setDelayTime(GETINT16(currentComponent + 1) * 10);
668 GIFFrameContext* currentFrame = m_frames.last().get();
670 currentFrame->setHeaderDefined();
671 currentFrame->setRect(xOffset, yOffset, width, height)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameOverview.js 158 for (var barNumber = 0, currentFrame = 0; currentFrame < frames.length; ++barNumber) {
159 var barStartTime = frames[currentFrame].startTime;
164 currentFrame < lastFrame; ++currentFrame) {
165 var duration = this._frameDuration(frames[currentFrame]);
167 longestFrame = frames[currentFrame];
171 var barEndTime = frames[currentFrame - 1].endTime;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
XUnresolvedVariable.java 116 int currentFrame = vars.getStackFrame();
133 // vars.setStackFrame(currentFrame);
136 vars.unlink(currentFrame);
  /external/eigen/demos/opengl/
quaternion_demo.cpp 277 Frame currentFrame;
282 currentFrame = lo->second;
288 currentFrame = hi->second;
294 currentFrame = ::lerpFrame<EulerAngles<float> >(s, lo->second, hi->second);
296 currentFrame = ::lerpFrame<Eigen::Quaternionf>(s, lo->second, hi->second);
302 currentFrame.orientation.coeffs().normalize();
305 currentFrame.orientation = currentFrame.orientation.inverse();
306 currentFrame.position = - (currentFrame.orientation * currentFrame.position)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp 54 PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* currentFrame)
56 bool isNodeBeingNavigated = targetFrame == currentFrame;
61 for (Frame* child = currentFrame->tree().firstChild(); child; child = child->tree().nextSibling()) {
HistoryController.h 99 PassOwnPtr<HistoryNode> cloneAndReplace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* currentFrame);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryViewPage.java 236 final int currentFrame;
238 currentFrame = mCurrentFrame;
242 updateImageCanvas(currentFrame);
243 updateFrameStats(currentFrame);
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 252 * @param currentFrame The current frame to set to
255 public void unlink(int currentFrame)
258 _currentFrameBottom = currentFrame;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_main_container.mm 290 NSRect currentFrame = [legalDocumentsView_ frame];
300 [legalDocumentsView_ setFrame:currentFrame];
  /external/llvm/utils/lit/lit/
LitConfig.py 116 f = inspect.currentframe()
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_window_controller_cocoa.mm 496 NSRect currentFrame = [[self window] frame];
501 double distanceX = std::max(abs(NSMinX(currentFrame) - NSMinX(frame)),
502 abs(NSMaxX(currentFrame) - NSMaxX(frame)));
503 double distanceY = std::max(abs(NSMinY(currentFrame) - NSMinY(frame)),
504 abs(NSMaxY(currentFrame) - NSMaxY(frame)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 347 static Element* focusedFrameOwnerElement(Frame* focusedFrame, Frame* currentFrame)
350 if (focusedFrame->tree().parent() == currentFrame)
  /external/chromium_org/v8/src/
d8.js 118 currentFrame: kNoFrame,
189 Debug.State.currentFrame = 0;
210 Debug.State.currentFrame = 0;
216 Debug.State.currentFrame = kNoFrame;
396 (Debug.State.currentFrame + 1));
403 (Debug.State.currentFrame - 1));
570 if (Debug.State.currentFrame == kNoFrame) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h 105 size_t currentFrame() const { return m_currentFrame; }
BitmapImage.cpp 355 return frameAtIndex(currentFrame());
371 return !frameHasAlphaAtIndex(currentFrame());
376 return frameOrientationAtIndex(currentFrame());
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 141 // BitmapImage where currentFrame() starts at 0 and only increases when animation is
  /external/llvm/utils/Misc/
zkill 11 f = inspect.currentframe()
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 474 WebFrameImpl* currentFrame = m_frames[i];
476 Document* currentDoc = currentFrame->frame()->document();
  /external/v8/src/
d8.js 118 currentFrame: kNoFrame,
193 Debug.State.currentFrame = 0;
214 Debug.State.currentFrame = 0;
220 Debug.State.currentFrame = kNoFrame;
400 (Debug.State.currentFrame + 1));
407 (Debug.State.currentFrame - 1));
624 if (Debug.State.currentFrame == kNoFrame) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
1048 currentframe = sys._getframe variable
    [all...]

Completed in 357 milliseconds

1 2