/packages/apps/Gallery2/jni/ |
Android.mk | 35 filters/highlight.c \
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionFormatter.java | 22 * Suggestion formatter interface. This is used to bold (or otherwise highlight) portions of a
|
/external/clang/include/clang/Rewrite/Core/ |
HTMLRewrite.h | 29 /// HighlightRange - Highlight a range in the source code with the specified 36 /// HighlightRange - Highlight a range in the source code with the specified
|
/external/grub/stage2/ |
term.h | 45 - Some fancy features (nocursor, setcolor, and highlight) can be set to 77 /* Set the normal color and the highlight color. The format of each
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
TODO | 42 to highlight code of any language in a similar manner [DONE] 61 - "Intelligent" highlighting inside comments, and ability to highlight
|
README | 11 input the source code you wish to highlight with the language you
|
/external/webkit/Source/WebCore/rendering/style/ |
StyleRareInheritedData.h | 66 AtomicString highlight; // Apple-specific extension for custom highlight rendering. member in class:WebCore::StyleRareInheritedData
|
/bootable/recovery/ |
default_device.cpp | 23 static const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List17.java | 28 * the "activated" state, causing its background to highlight.
|
/device/asus/deb/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/asus/flo/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/asus/grouper/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/asus/tilapia/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/lge/mako/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/samsung/manta/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/device/samsung/tuna/recovery/ |
recovery_ui.cpp | 26 const char* HEADERS[] = { "Volume up/down to move highlight;",
|
/external/chromium/chrome/browser/autocomplete/ |
history_quick_provider.h | 66 // matches (|matches|) to highlight where terms were found.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_button.h | 18 // allow for setting the cell's highlight property. When in a drag cycle,
|
/external/chromium/chrome/browser/ui/gtk/status_icons/ |
status_icon_gtk.cc | 38 // Ignore pressed images, since the standard on Linux is to not highlight
|
/external/llvm/utils/vim/ |
vimrc | 19 " Highlight trailing whitespace and lines longer than 80 columns. 20 highlight LongLine ctermbg=DarkYellow guibg=DarkYellow 21 highlight WhitespaceEOL ctermbg=DarkYellow guibg=DarkYellow 56 " Highlight syntax in programming languages
|
/external/webkit/Source/WebCore/inspector/ |
InspectorClient.h | 47 virtual void highlight(Node*) = 0;
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
InspectorClientAndroid.h | 43 virtual void highlight(Node*) {} function in class:android::InspectorClientAndroid
|
/external/webkit/Source/WebKit/chromium/src/ |
InspectorClientImpl.h | 53 virtual void highlight(WebCore::Node*);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
InspectorClientEfl.h | 48 virtual void highlight(Node*);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
InspectorClientHaiku.cpp | 50 void InspectorClientHaiku::highlight(Node* node) function in class:WebCore::InspectorClientHaiku
|