/external/guava/guava/src/com/google/common/collect/ |
MinMaxPriorityQueue.java | 393 MoveDesc<E> changes = fillHole(index, toTrickle); local 396 if (changes == null) { 402 return new MoveDesc<E>(actualLastElement, changes.replaced); 406 return changes;
|
/external/iptables/iptables/ |
iptables-apply | 45 by iptables-restore) to iptables, then prompt the user whether the changes
|
/external/skia/third_party/glu/libtess/ |
alg-outline | 214 by making *topological* changes when necessary (ie. relinking 223 changes to its vertex data because of further vertex merging.
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 180 Property changes on: test_file.swf
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidPackageRenameChange.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.cc | 402 std::vector<AutofillChange>* changes) { 403 return AddFormFieldValuesTime(elements, changes, Time::Now()); 407 std::vector<AutofillChange>* changes) { 408 return AddFormFieldValueTime(element, changes, base::Time::Now()); 463 std::vector<AutofillChange>* changes) { 464 DCHECK(changes); 505 changes->push_back(AutofillChange(change_type, 662 std::vector<AutofillChange>* changes, 677 result = result && AddFormFieldValueTime(*itr, changes, time); 845 std::vector<AutofillChange>* changes, [all...] |
/external/chromium/chrome/browser/resources/net_internals/ |
dnsview.js | 43 // Register to receive changes to the host resolver info.
|
proxyview.js | 42 // Register to receive proxy information as it changes.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 15 * changes the extensions badge to reflect the error state (yellow for
|
/external/icu4c/data/rbnf/ |
rbnffiles.mk | 11 # Then, you can have your local changes remain even if you upgrade or
|
/external/v8/test/mjsunit/regress/ |
regress-386.js | 36 // and changes i from a map transition to a real property. There was
|
/external/webkit/LayoutTests/storage/ |
hash-change-with-xhr.js | 84 // Location changes need to happen outside the onload handler to generate history entries.
|
/sdk/find_java/ |
find_java.bat | 17 rem to use. The script changes the "java_exe" env variable. The variable
|
/frameworks/base/services/input/ |
InputReader.cpp | 257 uint32_t changes = mConfigurationChangesToRefresh; local 258 if (changes) { 261 refreshConfigurationLocked(changes); 493 void InputReader::refreshConfigurationLocked(uint32_t changes) { 497 if (changes) { 498 ALOGI("Reconfiguring input devices. changes=0x%08x", changes); 501 if (changes & InputReaderConfiguration::CHANGE_MUST_REOPEN) { 506 device->configure(now, &mConfig, changes); 662 void InputReader::requestRefreshConfiguration(uint32_t changes) { [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowAnimator.java | 52 // Layout changes for individual Displays. Indexed by displayId. [all...] |
/libcore/luni/src/test/java/libcore/sqlite/ |
OldDatabaseTest.java | 283 assertTrue(db.changes() == 0); 286 int rows = (int) db.changes(); 287 assertEquals(1,db.changes()); 290 assertEquals(1,db.changes()); 292 assertEquals(0,db.changes()); 296 assertTrue(db.changes() > 2); [all...] |
/external/dbus/test/ |
decode-gcov.c | 1116 int passes, changes; local 1147 changes = 1; 1149 while (changes) 1152 changes = 0; 1166 changes = 1; 1176 changes = 1; 1203 changes = 1; 1227 changes = 1; [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 67 // We should support changes in oneliners.
|
debug-suspend.js | 91 // Stop debugger and check that suspend command changes running flag.
|
debug-version.js | 85 // Stop debugger and check that suspend command changes running flag.
|
string-fromcharcode.js | 86 // Test the custom IC works correctly when the map changes.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_characterdatadeletedatagetlengthanddata.js | 80 the changes.
|
hc_characterdatasetnodevalue.js | 78 The "setNodeValue()" method changes the character data
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_characterdatadeletedatagetlengthanddata.js | 80 the changes.
|
hc_characterdatasetnodevalue.js | 78 The "setNodeValue()" method changes the character data
|