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

1 23 4 5 6 7 8 910

  /external/pcre/
RunTest.bat 2 @rem Daniel Richard G. Tests 10-12 added by Philip H.
  /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 375 // upgrade 1,2 -> 3 added appWidgetId column
421 // We added the fast track.
725 boolean added = false;
755 added = id >= 0;
757 added = addSearchWidget(db, values);
759 added = addClockWidget(db, values);
761 added = addAppWidget(db, values, a, packageManager)
    [all...]
LauncherModel.java 230 // Items are added/removed from the corresponding FolderInfo elsewhere, such
1439 final ArrayList<ApplicationInfo> added = mAllAppsList.added; local
1540 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/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.
  /external/wpa_supplicant_8/src/common/
wpa_common.c 855 int added = 0; local
905 added += 2 + PMKID_LEN;
918 added += PMKID_LEN;
925 return added;
  /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
359 added.add(child);
383 // Make sure we aren't removing the same nodes that are being added
384 assert !added.contains(child);
412 for (UiElementNode uiNode : added) {
422 // 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/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 250 * Monitor for added and removed packages.
687 * @return True if the record was added.
691 final boolean added = mHistoricalRecords.add(historicalRecord);
692 if (added) {
698 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.
  /build/core/
cleanspec.mk 28 # Do not touch INTERNAL_CLEAN_BUILD_VERSION if you've added a clean step!
  /dalvik/vm/analysis/
VfyBasicBlock.cpp 128 bool added = dvmPointerSetAddEntry(preds, curBlock); local
129 if (!added) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatedocumentfragment.js 79 Once the element is added, its attribute should be available as an attribute associated
hc_elementreplaceexistingattribute.js 85 Attr)" method. The new attribute node to be added is
hc_elementsetattributenodenull.js 83 new attribute to it. The new attribute node added is
hc_namednodemapsetnameditemthatexists.js 78 If the node to be added by the "setNamedItem(arg)" method

Completed in 2086 milliseconds

1 23 4 5 6 7 8 910