HomeSort by relevance Sort by last modified time
    Searched full:working (Results 276 - 300 of 2297) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Ruby/
README.txt 98 I am still working on documenting these details.
101 I'm currently working on verifying behavior on other systems and with
  /external/clang/docs/
JSONCompilationDatabase.rst 52 working directory of the compile run and the actual compile command.
67 - **directory:** The working directory of the compilation. All paths
  /external/clang/include/clang/Frontend/
LangStandards.def 111 "Working draft for ISO C++ 2014",
114 "Working draft for ISO C++ 2014 with GNU extensions",
  /external/clang/test/Analysis/
objc-arc.m 50 // Test the analyzer is working at all.
198 // CASE 4, verify analyzer still working.
  /external/dhcpcd/
README 22 from working.
31 linux-2.6.24 finally ships with a working 32-bit header.
  /external/eigen/Eigen/src/Householder/
Householder.h 101 * \param workspace a pointer to working space with at least
138 * \param workspace a pointer to working space with at least
  /external/icu4c/config/
mh-mingw 10 # icu-config working on Windows.
74 # Change the stubnames so that poorly working FAT disks and installation programs can work.
  /external/libvpx/libvpx/tools/
ftfy.sh 10 options are given, then the modified files are left in the working tree.
111 log "Working tree is dirty, commit your changes first"
  /external/llvm/docs/
Lexicon.rst 23 working definition of AST in the LLVM community is roughly "the
28 list node"). This working definition is closer to what some authors
  /external/qemu/distrib/sdl-1.2.15/
README.Watcom 9 2000 should also be working. I'm not so sure about ancient Windows NT,
45 4) All tests from the test directory are working and can be built by
  /external/skia/tools/
svn.py 46 """Check out a working copy from a repository.
49 @param url URL from which to check out the working copy
  /external/tremolo/Tremolo/
ivorbisfile.h 83 /* Decoding working state local storage */
94 vorbis_dsp_state *vd; /* central working state for the packet->PCM decoder */
  /external/valgrind/main/docs/internals/
arm_thumb_notes_gdbserver.txt 36 If the thumb bit is not properly set, these commands are not working.
63 The logic of gdb to guess the next PC in thumb code is not working
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 58 +++ index_path.py (working copy)
68 +++ index_path.py (working copy)
  /external/zlib/src/
README 12 the library is working correctly. Another example is given in the file
68 necessary to get gzprintf working correctly. This is done by configure.
  /frameworks/base/core/java/com/android/internal/os/
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;
635 if (stats.working) {
642 if (tstats.working) {
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 75 // and definitely needs these features working after the restore.
154 // TODO: The following is not working as intended because the network is forcing a locale
  /frameworks/support/v4/java/android/support/v4/app/
FragmentStatePagerAdapter.java 34 * of pages, working more like a list view. When pages are not visible to
45 * and {@link #getCount()} to have a working adapter.
  /packages/apps/Phone/src/com/android/phone/
ADNList.java 119 // As it it written, the positioning code below is NOT working.
120 // However, this current non-working state is in compliance with
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 92 // get the working copy so that we can make changes.
112 // couldn't get the working copy. we output the error in the console
  /system/extras/libpagemap/include/pagemap/
pagemap.h 121 /* Get the working set of a process (if ws_out != NULL), and reset it
168 /* Get the working set of this map alone. */
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 35 char *working; local
37 working = strtok(current, "_\0");
38 w = working;
39 r = working;
49 *generic_name = strdup(working);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 312 * Returns the working sets to which the new project should be added.
314 * @return the selected working sets to which the new project should be added
321 * Sets the working sets to which the new project should be added.
323 * @param workingSets the initial selected working sets
332 // Sync working set data to the value object, since the WorkingSetGroup
  /frameworks/base/docs/html/tools/help/
emulator.jd 162 <td>Use &lt;filepath&gt; as the working cache partition image. </td>
163 <td>An absolute or relative path to the current working directory.
169 <td>Use {@code &lt;filepath&gt;} as the working user-data disk image. </td>
170 <td>Optionally, you can specify a path relative to the current working directory.
178 <td><code>&lt;dir&gt;</code> is a path relative to the current working directory.
189 <td>Optionally, you can specify a path relative to the current working directory.
197 <td>Optionally, you can specify a path relative to the current working directory. See also <code>-wipe-data</code>.
209 <p>Optionally, you can specify a path relative to the current working directory.
217 <p>Optionally, you can specify a path relative to the current working directory. For more information on disk images, use <code>-help-disk-images</code>.</p>
225 working directory.</td
    [all...]
  /external/skia/legacy/src/animator/
SkAnimatorScript.cpp 47 SkAnimatorScript::SkAnimatorScript(SkAnimateMaker& maker, SkDisplayable* working, SkDisplayTypes type)
48 : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working)
181 SkDisplayable* working = engine->fWorking; local
184 if (displayable->canContainDependents() && working && working->isAnimate()) {
185 SkAnimateBase* animator = (SkAnimateBase*) working;
188 depend->addDependent(working);

Completed in 2646 milliseconds

<<11121314151617181920>>