/external/blktrace/ |
blktrace_api.h | 37 __BLK_TA_BACKMERGE, /* back merged to existing rq */ 38 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
|
/external/chromium/chrome/browser/password_manager/ |
encryptor_password_mac_unittest.cc | 11 // Test that if we have an existing password in the Keychain and we are 22 // Test that if we do not have an existing password in the Keychain then it
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
autocomplete_text_field_cell.h | 30 // Add a new left-side decoration to the right of the existing 34 // Add a new right-side decoration to the left of the existing
|
/external/iptables/extensions/ |
libxt_connlimit.man | 5 Match if the number of existing connections is below or equal \fIn\fP. 8 Match if the number of existing connections is above \fIn\fP.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementgetattributenodenull.js | 83 to retrieve a non-existing attribute. The method should 84 return "null". The non-existing attribute to be used
|
hc_elementreplaceexistingattribute.js | 81 existing one. 87 method should replace the existing Attr node with the
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement20.js | 79 an existing one. 84 existing THEAD element is returned.
|
HTMLTableElement23.js | 79 an existing one. 84 existing TFOOT element is returned.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementgetattributenodenull.js | 83 to retrieve a non-existing attribute. The method should 84 return "null". The non-existing attribute to be used
|
hc_elementreplaceexistingattribute.js | 81 existing one. 87 method should replace the existing Attr node with the
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement20.js | 79 an existing one. 84 existing THEAD element is returned.
|
HTMLTableElement23.js | 79 an existing one. 84 existing TFOOT element is returned.
|
/frameworks/base/core/java/android/os/ |
IServiceManager.java | 32 * Retrieve an existing service called @a name from the 39 * Retrieve an existing service called @a name from the
|
Bundle.java | 382 * any existing value for the given key. Either key or value may be null. 394 * any existing value for the given key. 406 * any existing value for the given key. 418 * any existing value for the given key. 430 * any existing value for the given key. 442 * any existing value for the given key. 454 * any existing value for the given key. 466 * any existing value for the given key. 478 * any existing value for the given key. Either key or value may be null. 490 * any existing value for the given key. Either key or value may be null [all...] |
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 241 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 264 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 276 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 294 waitForResultOrThrow(5 * 1000, "existing connection to lose service"); 306 waitForResultOrThrow(5 * 1000, "existing connection to receive service"); 324 waitForResultOrThrow(5 * 1000, "existing connection to unbind service"); 329 waitForResultOrThrow(5 * 1000, "existing connection to rebind service"); 334 waitForResultOrThrow(5 * 1000, "existing connection to lose service");
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
elementreplaceexistingattribute.java | 34 * existing one. 40 * method should replace the existing Attr node with the
|
hc_elementreplaceexistingattribute.java | 34 * existing one. 40 * method should replace the existing Attr node with the
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastListAdapter.java | 56 * Bind an existing view to the data pointed to by cursor 57 * @param view Existing view, returned earlier by newView
|
/packages/apps/Email/emailcommon/src/org/apache/commons/io/filefilter/ |
DelegateFileFilter.java | 40 * Constructs a delegate file filter around an existing FilenameFilter.
53 * Constructs a delegate file filter around an existing FileFilter.
|
/sdk/common/src/com/android/io/ |
IAbstractFolder.java | 63 * Returns a list of all existing file and directory members in this folder. 69 * Returns a list of all existing file and directory members in this folder
|
/cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/ |
AndroidManifest.xml | 20 A simple second app to test that apps cannot be installed over existing app
|
/cts/tools/dasm/src/java_cup/ |
action_production.java | 4 /** A specialized version of a production used when we split an existing
|
/cts/tools/tradefed-host/res/config/ |
cts.xml | 17 description="Runs a CTS plan from a pre-existing CTS installation">
|
/dalvik/dx/src/com/android/dx/ssa/ |
InterferenceRegisterMapper.java | 88 IntSet existing = newRegInterference.get(newReg); local 90 if (existing == null) { 93 return existing.has(oldReg); 95 return existing.has(oldReg)
|
/development/pdk/pndk/samples/samplejni/ |
README | 21 Choose "Create project from existing source"
|