/external/chromium_org/ui/app_list/ |
search_result_observer.h | 14 // Invoked when the SearchResult's icon has changed. 17 // Invoked when the SearchResult's actions have changed. 20 // Invoked when the SearchResult's is_installing flag has changed. 23 // Invoked when the download percentage has changed. 26 // Invoked when the item represented by the SearchResult is installed. 29 // Invoked when the item represented by the SearchResult is uninstalled.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/power/_locales/en/ |
messages.json | 12 "description": "Browser action title when disabled." 16 "description": "Browser action title when preventing screen-off." 20 "description": "Browser action title when preventing system sleep."
|
/external/chromium_org/ui/message_center/ |
message_center_types.h | 11 // When nothing or just toast popups are being displayed. 13 // When the message center view is being displayed. 15 // When the settings view is being displayed.
|
/external/jsr305/ri/src/main/java/javax/annotation/ |
Signed.java | 8 import javax.annotation.meta.When; 14 @Nonnegative(when = When.UNKNOWN)
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/ |
DottedClassName.java | 8 import javax.annotation.meta.When; 11 @SlashedClassName(when=When.NEVER)
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
TestDefaults.java | 3 import javax.annotation.meta.When; 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) {
|
/art/test/021-string2/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/art/test/065-mismatched-implements/ |
info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/art/test/066-mismatched-super/ |
info.txt | 1 This tests what happens when class A extends abstract class B, but somebody
|
/art/test/082-inline-execute/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/dalvik/dx/tests/100-local-mismatch/ |
info.txt | 1 This is a smoke test that makes sure that dx complains when a local
|
/dalvik/tests/021-string2/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/dalvik/tests/065-mismatched-implements/ |
info.txt | 1 This tests what happens when class A implements interface B, but somebody
|
/dalvik/tests/066-mismatched-super/ |
info.txt | 1 This tests what happens when class A extends abstract class B, but somebody
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
AssertionFailedError.java | 4 * Thrown when an assertion failed.
|
/external/chromium_org/chrome/browser/sessions/ |
tab_restore_service_observer.h | 10 // Observer is notified when the set of entries managed by TabRestoreService 14 // Sent when the set of entries changes in some way. 17 // Sent to all remaining Observers when TabRestoreService's 21 // Sent when TabRestoreService finishes loading.
|
/external/chromium_org/third_party/WebKit/public/platform/android/ |
DEPS | 1 # FIXME: crbug.com/327471. Remove this file when android/WebThemeEngine.h is removed.
|
/external/clang/test/PCH/ |
pth.h | 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
|
/external/llvm/test/Assembler/ |
2004-03-30-UnclosedFunctionCrash.ll | 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
|
/external/valgrind/main/none/tests/ |
pth_empty.c | 2 // that should be suppressed when it is run.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
subwrite.inp | 3 Who you are, and when you lose,
|
subwrt1.good | 3 Who YoU are, and when you lose,
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardUpdateMonitorCallback.java | 37 * Called when the battery status changes, e.g. when plugged in or unplugged, charge 45 * Called once per minute or when the time changes. 50 * Called when the carrier PLMN or SPN changes. 59 * Called when the ringer mode changes. 66 * Called when the phone state changes. String will be one of: 74 * Called when the visibility of the keyguard changes. 89 * Called when visibility of lockscreen clock changes, such as when 95 * Called when the device becomes provisione [all...] |
/external/chromium_org/chrome/browser/resources/help/ |
channel_change_page.css | 20 .show-when-selected-channel-requires-powerwash, 21 .show-when-selected-channel-requires-delayed-update, 22 .show-when-selected-channel-good, 23 .show-when-selected-channel-unstable { 28 .show-when-selected-channel-requires-powerwash, 30 .show-when-selected-channel-requires-delayed-update, 31 .selected-channel-good .show-when-selected-channel-good, 32 .selected-channel-unstable .show-when-selected-channel-unstable {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/ |
manifest.json | 2 "name": "A browser action which changes its icon when clicked", 3 "description": "Change browser action color when its icon is clicked",
|