HomeSort by relevance Sort by last modified time
    Searched refs:snippet (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c 202 /* TODO(shess) The snippet-generation code should be using the
1004 typedef struct Snippet {
1016 char *zSnippet; /* Snippet text */
1018 } Snippet;
1111 Snippet snippet; \/* Cached snippet for the current row *\/ member in struct:fulltext_cursor
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adml_writer.py 35 ADML snippet contains an example:
124 The following ADML snippet shows an example:
  /external/bison/lib/
gnulib.mk     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 28 // Get the current CSS snippet from the form.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditsPanel.js 419 * @param {string} snippet
421 addSnippet: function(snippet)
423 this.addChild(snippet, false, "source-code");
  /external/chromium_org/third_party/brotli/src/brotli/enc/
hash.h 344 std::string snippet((const char *)&data[cur_ix_masked], len);
347 if (static_dict_->Get(snippet, &copy_len_code, &word_id)) {
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 55 Threads.SNIPPET, Threads.SNIPPET_CHARSET, Threads.READ, Threads.ERROR,
74 private static final int SNIPPET = 4;
561 * Returns a snippet of text from the most recent message in the conversation.
723 // mmssms.db|2.253 ms|SELECT _id, date, message_count, recipient_ids, snippet, snippet_cs,
743 // mmssms.db|2.253 ms|SELECT _id, date, message_count, recipient_ids, snippet, snippet_cs,
913 String snippet = MessageUtils.cleanseMmsSubject(context, local
1315 String snippet = MessageUtils.extractEncStrFromCursor(c, SNIPPET, SNIPPET_CS); local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 267 const base::string16& snippet, bool blocked_visit,
276 this->snippet = snippet;
341 // and snippet, browse results need day and time information).
343 result->SetString("snippet", snippet);
776 page.snippet().text(),
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 405 * Manually set the social snippet text to display in the header. This doesn't change the
408 public void setSocialSnippet(CharSequence snippet) {
409 if (snippet == null) {
413 mStatusView.setText(snippet);
  /packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java 55 * snippet of what matches, below. The snippet is taken from the most recent part of
57 * snippet is highlighted.
70 * Subclass of TextView which displays a snippet of text which matches the full text and
71 * highlights the matches within the snippet.
95 * We have to know our width before we can compute the snippet string. Do that
316 final TextViewSnippet snippet = (TextViewSnippet)(view.findViewById(R.id.subtitle));
324 snippet.setText(cursor.getString(bodyPos), searchString);
  /external/chromium_org/components/enhanced_bookmarks/
metadata_accessor.cc 108 // If none are present, return the snippet.
197 return data.snippet();
  /libcore/luni/src/test/java/libcore/xml/
PullParserTest.java 547 String snippet = "<dagny dad=\"bob\">hello</dagny>"; local
550 parser.setInput(new StringReader(snippet));
555 String snippet = "<dagny dad=\"bob\">hello</dagny>"; local
558 parser.setInput(new ByteArrayInputStream(snippet.getBytes()), "UTF-8");
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
Utilities.java 126 localMessage.mSnippet = data.snippet;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 88 static void fillWithSnippet(const StringImpl* string, Vector<char>& snippet)
91 snippet.clear();
97 snippet.reserveCapacity(expectedLength);
103 snippet.append(c);
105 snippet.append('?');
108 snippet.append('.');
109 snippet.append('.');
110 snippet.append('.');
112 snippet.append('\0');
    [all...]
  /external/chromium_org/base/test/launcher/
test_launcher.cc 79 // Limit of output snippet lines when printing to stdout.
954 // Only clip the snippet to the "OK" message if the test really
968 std::string snippet(full_output.substr(run_pos));
970 snippet = full_output.substr(run_pos, end_pos - run_pos);
972 return snippet;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java     [all...]
  /external/chromium_org/chrome/browser/history/
history_types.h 23 #include "components/query_parser/snippet.h"
291 const query_parser::Snippet::MatchPositions& title_matches);
298 const query_parser::Snippet& snippet() const { return snippet_; } function in class:history::URLResult
308 const query_parser::Snippet::MatchPositions& title_match_positions() const {
323 query_parser::Snippet snippet_;
324 query_parser::Snippet::MatchPositions title_match_positions_;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 220 // closing punctuation. Since the snippet has not been parsed, the vector
665 // for an input of |name="value"|, the snippet is |name=|.
674 // for an input of |name="value"|, the snippet is |name="value|. For an
675 // unquoted input of |name=value |, the snippet is |name=value|.
682 String XSSAuditor::canonicalize(String snippet, TruncationKind treatment)
684 String decodedSnippet = fullyDecodeString(snippet, m_encoding);
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 684 # Normally the manifest snippet's bundle name matches our bundle name.
686 # snippet.
720 """Downloads the manifest "snippet" for an archive, and reads it as a
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 185 maps Option instances to the snippet of help text explaining
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 185 maps Option instances to the snippet of help text explaining
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 366 /* TODO(shess) The snippet-generation code should be using the
2069 Snippet snippet; \/* Cached snippet for the current row *\/ member in struct:fulltext_cursor
    [all...]
  /external/blktrace/btt/doc/
btt.tex 491 (low) and on (high). For example, here is a snippet of a file showing
602 \texttt{-I} option can be seen from the following output snippet --
637 spaces). As an example, here is a snippet of 4 IOs that were merged
722 sectors from the previous IO in column 2 (Y values). Here is a snippet
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java 445 msg.mSnippet = data.snippet;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 518 mSnippet = (ViewGroup)view.findViewById(R.id.snippet);

Completed in 1588 milliseconds

12 3 4