HomeSort by relevance Sort by last modified time
    Searched refs:working (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebKit/android/jni/
PictureSet.cpp 87 for (Pictures* working = mPictures.begin(); working != last; working++)
88 diff.op(working->mArea, SkRegion::kDifference_Op);
108 Pictures* working; local
110 for (working = last; working != first; ) {
111 --working;
112 SkRegion& area = working->mArea;
122 this, working - first
225 Pictures* working; local
503 Pictures* working = mPictures.begin(); local
542 const Pictures* working; local
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
parsePatch.pl 46 +++ Makefile (working copy)
52 +++ Makefile_new (working copy)
63 +++ Makefile (working copy)
76 +++ Makefile_new (working copy)
parseDiff.pl 49 +++ Makefile (working copy)
61 +++ Makefile (working copy)
85 +++ Makefile (working copy)
100 +++ Makefile (working copy)
121 +++ Makefile_new (working copy)
130 +++ Makefile_new (working copy)
148 +++ Makefile (working copy)
160 +++ Makefile (working copy)
178 +++ Makefile (working copy)
192 +++ Makefile (working copy
    [all...]
parseDiffHeader.pl 55 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
64 +++ WebKitTools/Scripts/VCSUtils.pm (working copy)
105 +++ index_path.py (working copy)
114 +++ index_path.py (working copy)
130 +++ index_path.py (working copy)\r
139 +++ index_path.py (working copy)\r
155 +++ bad_path (working copy)
164 +++ index_path.py (working copy)
  /external/skia/src/animator/
SkAnimatorScript2.h 20 SkAnimatorScript2(SkAnimateMaker& , SkDisplayable* working, SkDisplayTypes type);
SkAnimatorScript2.cpp 160 SkDisplayable* working = fEngine->getWorking(); local
161 if (displayable->canContainDependents() && working && working->isAnimate()) {
162 SkAnimateBase* animator = (SkAnimateBase*) working;
165 depend->addDependent(working);
359 SkAnimatorScript2::SkAnimatorScript2(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type) :
360 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
SkAnimatorScript.cpp 55 SkAnimatorScript::SkAnimatorScript(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type)
56 : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working)
189 SkDisplayable* working = engine->fWorking; local
192 if (displayable->canContainDependents() && working && working->isAnimate()) {
193 SkAnimateBase* animator = (SkAnimateBase*) working;
196 depend->addDependent(working);
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 790 const char * working; member in class:Scanner
795 working--; // return the peeked character
803 working = src;
804 history = working;
819 history = working; // for debug
821 char c = *working++;
844 case 0 : tokenType = STREAM_END; working-- /*avoid buffer overflow*/; break;
929 working--;
    [all...]
  /external/protobuf/
configure.ac 106 AC_MSG_FAILURE([--with-zlib was given, but no working zlib library was found])
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 29 "check whether JavaScript object wrappers are working (bug 16837, bug 16011).</p>" +
  /frameworks/base/services/java/com/android/server/
ProcessStats.java 202 public boolean working; field in class:ProcessStats.Stats
356 st.working = false;
415 st.working = true;
481 st.working = true;
492 st.working = true;
512 st.working = true;
632 if (stats.working) {
639 if (tstats.working) {
  /external/clearsilver/ports/rpm/
clearsilver.spec 81 working with your project easier.
  /external/v8/test/mjsunit/
delete.js 49 * working yet.
  /frameworks/base/core/java/android/app/
SearchDialog.java 340 * Sets the search dialog to the 'working' state, which shows a working spinner in the
343 * @param working true to show spinner, false to hide spinner
345 public void setWorking(boolean working) {
346 mWorkingSpinner.setAlpha(working ? 255 : 0);
347 mWorkingSpinner.setVisible(working, false);
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 849 qFatal("Couldn't get current working directory");
  /external/bison/build-aux/
Makefile 44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/data/
Makefile 44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/src/
Makefile 46 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/tests/
Makefile 43 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/jpeg/
configure     [all...]
  /external/bison/
Makefile 46 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/doc/
Makefile 44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/examples/
Makefile 44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
  /external/bison/lib/
Makefile 51 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \

Completed in 409 milliseconds

1 2