HomeSort by relevance Sort by last modified time
    Searched refs:added (Results 51 - 75 of 317) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeparentnodenull.js 79 just been created and not yet added to the tree is null.
83 Since this new node has not yet been added to the tree,
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeparentnodenull.js 79 just been created and not yet added to the tree is null.
83 Since this new node has not yet been added to the tree,
  /frameworks/base/core/java/com/android/internal/os/
ProcessStats.java 203 public boolean added; field in class:ProcessStats.Stats
242 if (sta.added != stb.added) {
243 return sta.added ? -1 : 1;
246 return sta.added ? -1 : 1;
355 st.added = false;
471 if (DEBUG) Slog.v("Load", "Stats added " + st.name + " pid=" + st.pid
479 st.added = true;
722 printProcessCPU(pw, st.added ? " +" : (st.removed ? " -": " "),
730 tst.added ? " +" : (tst.removed ? " -": " ")
    [all...]
  /external/chromium/chrome/browser/chromeos/extensions/
file_browser_event_router.cc 22 const char kDiskAddedEventType[] = "added";
115 const chromeos::MountLibrary::Disk* disk, bool added) {
125 added ? kDiskAddedEventType : kDiskRemovedEventType);
138 VLOG(1) << "Disk added: " << disk->device_path();
195 VLOG(1) << "Device added : " << device_path;
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 14 # .res file must be added to this list, AND to the file res-file-list.txt
  /external/mesa3d/docs/OLD/
MESA_trace.spec 45 can be added.
89 additional information added to the trace (statistics, profiling/timing,
222 be added to the trace as a comment. The error returns are cached and
358 * Revision 0.7 - Added MESA postfix (bk010126)
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 112 // reference counting of item added to the array is managed by the CFArray value callbacks
343 bool added; local
344 addItem(item.get(), true, &added); // ref is added inside addItem
345 if (added)
642 HRESULT WebHistory::addItem(IWebHistoryItem* entry, bool discardDuplicate, bool* added)
662 if (added)
663 *added = false;
689 if (added)
690 *added = true
    [all...]
WebHistory.h 147 HRESULT addItem(IWebHistoryItem* entry, bool discardDuplicate, bool* added);
  /ndk/sources/host-tools/nawk-20071023/
FIXES 73 added -version and --version options.
97 smaller size, and i think that's right. added some assertions to b.c
172 added some parens to isblank, in another attempt to make things
217 added some tests for null pointers to debugging printf's, which
242 added a makefile.win to make it easier to build on windows.
246 added support for posix character class names like [:digit:],
272 arnold robbins for pointing this out. new regressions added.
304 been there since functions were added ~1983. thanks to
307 added test in envinit to catch environment "variables" with
311 added test in defn() to catch function foo(foo), whic
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 402 // upgrade 1,2 -> 3 added appWidgetId column
448 // We added the fast track.
    [all...]
LauncherModel.java 231 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1524 final ArrayList<ApplicationInfo> added = mAllAppsList.added; local
1625 ArrayList<ApplicationInfo> added = null; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 235 public boolean added = false; field in class:ProjectState.LibraryDifference
238 return removed || added;
248 * Removed libraries are removed from the state list, and added to the {@link LibraryDifference}
250 * Added libraries are added to the state (as new {@link LibraryState} objects), but their
262 // if the order change it won't impact the java part, so instead try to detect removed/added
298 diff.added = true;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/v8/test/mjsunit/
debug-script-breakpoints.js 64 // Remove script break points (in another order than they where added).
105 // Remove script break points (in another order than they where added).
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 109 handler: The handler added to the logger.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 352 // and stores the list of added node such that they can be selected afterwards.
353 final List<UiElementNode> added = new ArrayList<UiElementNode>(); local
360 added.add(child);
385 // Make sure we aren't removing the same nodes that are being added
386 assert !added.contains(child);
415 for (UiElementNode uiNode : added) {
425 // Find out which nodes were added, and look up their corresponding
    [all...]
  /build/core/tasks/
apicheck.mk 17 # api compatibility or added apis illegally.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 448 int added = mesh.collideWith(other, cachedWorldMat, worldBound, results); local
453 return added;
  /external/v8/test/mjsunit/regress/
regress-760-1.js 29 // the result used when that object is added with a string.
regress-760-2.js 29 // the result used when that object is added with a string.
regress-842.js 29 // changed (a property is added) after which freeze and seal would fail
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodegettextcontent19.js 80 Checks that element content whitespace is not added to textContent. Determination
  /external/opencv/cvaux/src/
cvclique.cpp 402 float added = 0;
405 added += finder->edge_weights[ Compsub[ind] * finder->N + sel ];
407 finder->cur_weight[k] += added;
  /frameworks/base/core/java/android/widget/
ActivityChooserModel.java 247 * Monitor for added and removed packages.
736 * @return True if the record was added.
739 final boolean added = mHistoricalRecords.add(historicalRecord);
740 if (added) {
747 return added;
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
util.js 172 * @returns {!TablePrinterCell} the cell that was added.
189 * @returns {!TablePrinterCell} the cell that was added.
299 // Remove spacer row under the header row, if one was added.

Completed in 4002 milliseconds

1 23 4 5 6 7 8 91011>>