HomeSort by relevance Sort by last modified time
    Searched refs:Tags (Results 26 - 45 of 45) sorted by null

12

  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 207 s.start(Tags.SYNC_DELETE).data(Tags.SYNC_SERVER_ID, TEST_SERVER_ID).end().done();
214 mSyncParser.deleteParser(deleteList, Tags.SYNC_DELETE);
239 s.start(Tags.SYNC_CHANGE).data(Tags.SYNC_SERVER_ID, TEST_SERVER_ID);
240 s.start(Tags.SYNC_APPLICATION_DATA);
241 s.data(Tags.EMAIL_READ, "0");
242 s.data(Tags.EMAIL2_LAST_VERB_EXECUTED,
FolderSyncParserTests.java 236 for (String[] page: Tags.pages) {
242 int val = (pageNum << Tags.PAGE_SHIFT) + tagNum;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
EmailSyncAdapterTests.java 207 s.start(Tags.SYNC_DELETE).data(Tags.SYNC_SERVER_ID, TEST_SERVER_ID).end().done();
214 mSyncParser.deleteParser(deleteList, Tags.SYNC_DELETE);
239 s.start(Tags.SYNC_CHANGE).data(Tags.SYNC_SERVER_ID, TEST_SERVER_ID);
240 s.start(Tags.SYNC_APPLICATION_DATA);
241 s.data(Tags.EMAIL_READ, "0");
242 s.data(Tags.EMAIL2_LAST_VERB_EXECUTED,
FolderSyncParserTests.java 236 for (String[] page: Tags.pages) {
242 int val = (pageNum << Tags.PAGE_SHIFT) + tagNum;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AttachmentLoader.java 189 s.start(Tags.ITEMS_ITEMS).start(Tags.ITEMS_FETCH);
190 s.data(Tags.ITEMS_STORE, "Mailbox");
191 s.data(Tags.BASE_FILE_REFERENCE, mAttachment.mLocation);
Parser.java 57 // Where tags start in a page
75 static private String[][] tagTables = new String[Tags.pages.length + 1][];
77 // The stack of names of tags being processed; used when debug = true
80 // The stack of tags being processed
154 String[][] pages = Tags.pages;
291 * Return the next tag found in the stream; special tags END and END_DOCUMENT are used to
294 * shifted PAGE_SHIFT bits OR'd with the tag retrieved from the stream. Thus, all tags returned
303 endTag = endingTag &= Tags.PAGE_MASK;
400 page = id >> Tags.PAGE_SHIFT;
456 page = pg << Tags.PAGE_SHIFT
    [all...]
Serializer.java 93 throw new IOException("Done received with unclosed tags");
109 int page = mPendingTag >> Tags.PAGE_SHIFT;
110 int tag = mPendingTag & Tags.PAGE_MASK;
119 String name = Tags.pages[page][tag - 5];
Tags.java 21 * The wbxml tags for EAS are all defined here.
29 public class Tags {
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 54 import com.android.exchange.adapter.Tags;
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 43 // items having the local tags defined in the enum below. Items within a section
48 // have a tag that's equal to the parent + 1. Tags within the history menu have
109 // These tags are not global view tags and are local to the history menu. The
112 // to have the global IDC view tags.
113 enum Tags {
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasAccountService.java 51 import com.android.exchange.adapter.Tags;
324 s.start(Tags.FOLDER_FOLDER_SYNC).start(Tags.FOLDER_SYNC_KEY)
612 s.start(Tags.PING_PING)
613 .data(Tags.PING_HEARTBEAT_INTERVAL,
615 .start(Tags.PING_FOLDERS);
619 s.start(Tags.PING_FOLDER)
620 .data(Tags.PING_ID, c.getString(Mailbox.CONTENT_SERVER_ID_COLUMN))
621 .data(Tags.PING_CLASS, folderClass)
    [all...]
  /system/media/camera/docs/
html.mako 53 /* Entry tags flair */
108 <li><a href="#tag_index">Tags</a></li>
133 <th class="th_tags">Tags</th>
157 <th class="th_tags">Tags</th>
185 % for tag in prop.tags:
265 % if next(prop.tags, None):
267 % for tag in prop.tags:
290 <div class="tags" id="tag_index">
291 <h2>Tags</h2>
293 % for tag in metadata.tags
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
exif.js 14 EXIF.Tags = {
16 // version tags
20 // colorspace tags
85 // other tags
499 var oEXIFTags = readTags(oFile, iTIFFOffset, iTIFFOffset + oTags.ExifIFDPointer, EXIF.Tags, bBigEnd);
  /external/skia/src/sfnt/
SkOTTable_OS_2_V3.h 188 Tags,
SkOTTable_OS_2_V4.h 188 Tags,
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 38 import com.android.exchange.adapter.Tags;
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 38 import com.android.exchange.adapter.Tags;
    [all...]
  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
358 // XMP tags contain unescaped entities so require special handling.
433 /** split markup into chunks of html tags (style null) and
434 * plain text (style {@link #PR_PLAIN}), converting tags which are
438 * @return {Object} source code and extracted tags.
459 // <br> tags are lexically significant so convert them to text.
499 return { source: sourceBuf.join(''), tags: extractedTags };
617 // Tags whose content is not escaped, and which contain source code.
624 /** split markup on tags, comments, application directives, and other to
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /ndk/build/core/
definitions.mk     [all...]

Completed in 4116 milliseconds

12