/cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/ |
Snippet.java | 3 public class Snippet {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/ |
Snippet.java | 3 public class Snippet {
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
SearchIndexManagerTest.java | 95 assertStoredValue(buildSearchUri("\u695A\u8FAD"), SearchSnippetColumns.SNIPPET, null); 96 assertStoredValue(buildSearchUri("\u8FAD"), SearchSnippetColumns.SNIPPET, null); 97 assertStoredValue(buildSearchUri("CI"), SearchSnippetColumns.SNIPPET, null); 98 assertStoredValue(buildSearchUri("CHUCI"), SearchSnippetColumns.SNIPPET, null); 99 assertStoredValue(buildSearchUri("CC"), SearchSnippetColumns.SNIPPET, null); 100 assertStoredValue(buildSearchUri("C"), SearchSnippetColumns.SNIPPET, null); 131 assertStoredValue(buildSearchUri("\uC774\uC0C1\uC77C"), SearchSnippetColumns.SNIPPET, null); 134 assertStoredValue(buildSearchUri("\uC0C1\uC77C"), SearchSnippetColumns.SNIPPET, null); 137 assertStoredValue(buildSearchUri("\u1109\u110B"), SearchSnippetColumns.SNIPPET, null); 140 assertStoredValue(buildSearchUri("\u110B\u1109\u110B"), SearchSnippetColumns.SNIPPET, null) [all...] |
/external/chromium/chrome/browser/history/ |
snippet.cc | 5 #include "chrome/browser/history/snippet.h" 20 bool PairFirstLessThan(const Snippet::MatchPosition& a, 21 const Snippet::MatchPosition& b) { 28 Snippet::MatchPositions* match_positions) { 30 Snippet::MatchPosition& pair((*match_positions)[offset]); 44 Snippet::MatchPositions* match_positions) { 47 Snippet::MatchPosition pair(start, end); 54 Snippet::MatchPositions::iterator i = 128 // snippet generation. If not, revisit the way we scan in ComputeSnippet. 138 // Returns true if next match falls within a snippet windo 230 string16 snippet; local [all...] |
snippet.h | 16 class Snippet { 44 Snippet::MatchPositions* match_positions); 46 Snippet(); 47 ~Snippet(); 49 // Given |matches|, the match positions within |document|, compute the snippet 59 // Efficiently swaps the contents of this snippet with the other. 60 void Swap(Snippet* other); 63 // The text of the snippet.
|
query_parser.cc | 21 int CompareMatchPosition(const Snippet::MatchPosition& mp1, 22 const Snippet::MatchPosition& mp2) { 29 bool SnippetIntersects(const Snippet::MatchPosition& mp1, 30 const Snippet::MatchPosition& mp2) { 37 Snippet::MatchPositions* matches) { 38 Snippet::MatchPosition& mp = (*matches)[index]; 39 for (Snippet::MatchPositions::iterator i = matches->begin() + index + 1; 52 void CoalseAndSortMatchPositions(Snippet::MatchPositions* matches) { 80 Snippet::MatchPositions* match_positions) const; 91 Snippet::MatchPositions* match_positions) const [all...] |
snippet_unittest.cc | 5 #include "chrome/browser/history/snippet.h" 82 bool ComparePair1st(const Snippet::MatchPosition& a, 83 const Snippet::MatchPosition& b) { 88 // sqlite's FTS matching. BuildSnippet returns the snippet for matching 104 Snippet::MatchPositions match_positions; 118 // Compute the snippet. 119 Snippet snippet; local 120 snippet.ComputeSnippet(match_positions, document); 122 // Now "highlight" all matches in the snippet with ** [all...] |
text_database.h | 46 // included in the snippet. 47 Snippet::MatchPositions title_match_positions; 49 // Snippet of the match we generated from the body. 50 Snippet snippet; member in struct:history::TextDatabase::Match
|
query_parser.h | 15 #include "chrome/browser/history/snippet.h" 51 Snippet::MatchPositions* match_positions) const = 0; 95 Snippet::MatchPositions* match_positions);
|
/external/chromium/chrome/browser/userfeedback/proto/ |
annotations.proto | 23 // A snippet of text displayed inside annotated portion of a web page. 24 optional string snippet = 2;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
localcharset.m4 | 13 dnl Prerequisites of the lib/Makefile.am snippet.
|
/external/chromium/chrome/common/extensions/docs/examples/tutorials/analytics/ |
analytics.js | 7 * code snippet. It has been modified to pull the HTTPS version of ga.js 9 * snippet instead of the standard tracking snippet provided when setting up
|
/development/samples/MailSync/res/values/ |
ids.xml | 19 <item type="id" name="snippet" />
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
popup.html | 40 .snippet { color: #7f7f7f } 103 template.getElementsByClassName('snippet')[0].textContent += 104 digest.snippet; 126 <span class="snippet">– </span>
|
/external/webkit/Source/WebKit/qt/docs/ |
qtwebkit-bridge.qdoc | 71 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 0 107 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 7 117 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 8 126 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 9 133 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 10 148 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 11 154 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 12 158 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 14 169 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 15 174 \snippet webkitsnippets/qtwebkit_bridge_snippets.cpp 1 [all...] |
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageUtil.java | 88 * Utility method to display a snippet of an installed application. 95 * @param snippetView the snippet view 107 * Utility method to display application snippet of a new package. 114 * @param snippetId view id of app snippet view 150 * @param snippetId view id of app snippet view
|
/external/javassist/src/main/javassist/ |
ClassClassPath.java | 34 * This code snippet permanently adds a <code>ClassClassPath</code> 38 * the class including the code snippet above.
|
/packages/apps/Mms/src/com/android/mms/ |
SuggestionsProvider.java | 120 public Row(int row, String snippet) { 121 mSnippet = snippet.trim(); 132 * FTS3 snippet function does not work so we do it here in the code. 135 int snippetColumn = mDatabaseCursor.getColumnIndex("snippet"); 142 String snippet = mDatabaseCursor.getString(snippetColumn); local 143 if (!TextUtils.equals(previousSnippet, snippet)) { 144 mRows.add(new Row(i, snippet)); 145 previousSnippet = snippet;
|
/packages/apps/PackageInstaller/res/layout/ |
app_details.xml | 18 Defines the layout of the application snippet that appears on top of the 21 <!-- The snippet about the application - title, icon, description. -->
|
/packages/apps/Settings/res/layout/ |
running_service_details.xml | 32 android:id="@+id/snippet"/>
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
GlobalSearchSupport.java | 316 sb.append(", " + SearchSnippetColumns.SNIPPET); 355 private String shortenSnippet(final String snippet) { 356 if (snippet == null) { 361 int to = snippet.length(); 362 int start = snippet.indexOf(SNIPPET_START_MATCH); 367 int firstNl = snippet.lastIndexOf('\n', start); 371 int end = snippet.lastIndexOf(SNIPPET_END_MATCH); 373 int lastNl = snippet.indexOf('\n', end); 381 char c = snippet.charAt(i);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPISchema.json | 299 "description": "A value returned from one of the formatters (an URL, code snippet etc), to be passed to createResult or addChild" 343 "description": "Either string or formatted values returned by one of AuditResult formatters (url, snippet etc)" 366 "name": "snippet", 368 "description": "Render passed text as a code snippet in the Audits panel", 370 { "name": "text", "type": "string", "description": "Snippet text" } 412 "description": "Either string or formatted values returned by one of AuditResult formatters (url, snippet etc)"
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactListItemView.java | 1184 String snippet; local [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
experimental.webInspector.audits.html | 39 <code>auditResults.snippet()</code> or <code>auditResults.url()</code>. 59 <p>The audit result tree produced by the snippet above will look like this:
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SearchActivity.java | 58 * snippet of what matches, below. The snippet is taken from the most recent part of 60 * snippet is highlighted. 73 * Subclass of TextView which displays a snippet of text which matches the full text and 74 * highlights the matches within the snippet. 98 * We have to know our width before we can compute the snippet string. Do that 313 final TextViewSnippet snippet = (TextViewSnippet)(view.findViewById(R.id.subtitle)); 321 snippet.setText(cursor.getString(bodyPos), searchString);
|