HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 101 - 125 of 238) sorted by null

1 2 3 45 6 7 8 910

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderDisplayer.java 84 * @param conv {@link Conversation} containing the folders to display.
88 public void loadConversationFolders(Conversation conv, final FolderUri ignoreFolderUri,
91 for (Folder folder : conv.getRawFolders()) {
SecureConversationViewFragment.java 211 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s",
250 LogUtils.i(LOG_TAG, "CONV RENDER: existing cursor is null, rendering from scratch");
266 public void onConversationUpdated(Conversation conv) {
269 headerView.onConversationUpdated(conv);
AbstractActivityController.java 159 private static final String SAVED_DETACHED_CONV_URI = "saved-detached-conv-uri";
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetConversationListItemViewBuilder.java 67 public void loadConversationFolders(Conversation conv, final FolderUri ignoreFolderUri,
69 super.loadConversationFolders(conv, ignoreFolderUri, ignoreFolderType);
  /external/chromium_org/third_party/boringssl/src/crypto/rc4/asm/
rc4-md5-x86_64.pl 615 my ($reg,$conv)=@_;
616 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
617 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
618 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
619 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
rc4-x86_64.pl 668 my ($reg,$conv)=@_;
669 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
670 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
671 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
672 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
  /external/fonttools/Lib/fontTools/
cffLib.py 625 for op, name, arg, default, conv in table:
631 for op, name, arg, default, conv in table:
641 for op, name, arg, default, conv in table:
647 for op, name, arg, default, conv in table:
654 for op, name, arg, default, conv in table:
655 d[name] = conv
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.pl 615 my ($reg,$conv)=@_;
616 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
617 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
618 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
619 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
rc4-x86_64.pl 664 my ($reg,$conv)=@_;
665 if ($reg =~ /%r[0-9]+/) { $reg .= $conv; }
666 elsif ($conv eq "b") { $reg =~ s/%[er]([^x]+)x?/%$1l/; }
667 elsif ($conv eq "w") { $reg =~ s/%[er](.+)/%$1/; }
668 elsif ($conv eq "d") { $reg =~ s/%[er](.+)/%e$1/; }
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 2626 UConverter *conv = 0; local
2822 UConverter *conv = 0; local
3017 UConverter *conv = 0; local
3195 UConverter *conv = 0; local
    [all...]
nucnvtst.c 114 const char* conv,
366 UConverter *conv = 0; local
391 conv = my_ucnv_open(codepage, &status);
399 ucnv_setFallback(conv,useFallback);
431 ucnv_fromUnicode (conv,
470 ucnv_close(conv);
523 UConverter *conv = 0; local
550 conv = my_ucnv_open(codepage, &status);
558 ucnv_setFallback(conv,useFallback);
589 ucnv_toUnicode (conv,
3792 UConverter* conv =ucnv_open("ISO_2022_JP",&err); local
5432 UConverter* conv=NULL; local
5474 UConverter* conv = ucnv_open("iscii-gur", &status); local
5527 UConverter* conv = ucnv_open("iscii", &status); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 2630 UConverter *conv = 0; local
2826 UConverter *conv = 0; local
3021 UConverter *conv = 0; local
3199 UConverter *conv = 0; local
    [all...]
nucnvtst.c 114 const char* conv,
365 UConverter *conv = 0; local
390 conv = my_ucnv_open(codepage, &status);
398 ucnv_setFallback(conv,useFallback);
430 ucnv_fromUnicode (conv,
469 ucnv_close(conv);
522 UConverter *conv = 0; local
549 conv = my_ucnv_open(codepage, &status);
557 ucnv_setFallback(conv,useFallback);
588 ucnv_toUnicode (conv,
3797 UConverter* conv =ucnv_open("ISO_2022_JP",&err); local
5443 UConverter* conv=NULL; local
5485 UConverter* conv = ucnv_open("iscii-gur", &status); local
5538 UConverter* conv = ucnv_open("iscii", &status); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 100 static UConverter* conv = NULL; variable
186 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status);
685 conv=ucnv_open(enc,status);
696 ucnv_close(conv);
  /external/chromium_org/third_party/libxml/src/
xmlsave.c 463 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
470 buf->conv = xmlBufferCreate();
471 if (buf->conv == NULL) {
479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL);
488 xmlBufferFree(buf->conv);
490 buf->conv = NULL;
710 (buf->encoder == NULL) && (buf->conv == NULL)) {
974 (buf->encoder == NULL) && (buf->conv == NULL)) {
997 (buf->encoder == NULL) && (buf->conv == NULL) &&
    [all...]
  /external/clang/test/SemaCXX/
conditional-expr.cpp 104 Convertible conv; local
107 Base &bar3 = i1 ? base : conv;
108 Base &bar4 = i1 ? conv : base;
  /external/icu/icu4c/source/tools/genrb/
wrtjava.c 100 static UConverter* conv = NULL; variable
186 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status);
685 conv=ucnv_open(enc,status);
696 ucnv_close(conv);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 121 private ConversationHeaderItem(Conversation conv) {
122 mConversation = conv;
641 public int addConversationHeader(Conversation conv) {
642 return addItem(new ConversationHeaderItem(conv));
744 // This should be a safe call since all containers should have at least a conv header and a
SelectedConversationsActionMenu.java 185 for (Conversation conv: mCheckedSet.values()) {
187 accountUri = conv.accountUri;
188 } else if (!accountUri.equals(conv.accountUri)) {
  /art/runtime/arch/
stub_test.cc 1285 } conv; local
1827 } conv; local
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uscanf_p.c 804 UConverter *conv; local
823 conv = u_getDefaultConverter(&status);
841 limit = alias + ucnv_getMaxCharSize(conv);
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
850 u_releaseDefaultConverter(conv);
871 u_releaseDefaultConverter(conv);
    [all...]
  /external/icu/icu4c/source/io/
uscanf_p.c 804 UConverter *conv; local
823 conv = u_getDefaultConverter(&status);
841 limit = alias + ucnv_getMaxCharSize(conv);
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
850 u_releaseDefaultConverter(conv);
871 u_releaseDefaultConverter(conv);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 223 PseudoTcp::PseudoTcp(IPseudoTcpNotify* notify, uint32 conv)
238 m_conv = conv;
555 LOG(LS_INFO) << "<-- <CONV=" << m_conv
588 seg.conv = bytes_to_long(buffer);
601 LOG(LS_INFO) << "--> <CONV=" << seg.conv
655 if (seg.conv != m_conv) {
    [all...]
  /dalvik/dexdump/
DexDump.cpp 983 } conv; local
984 conv.i = pDecInsn->vB;
986 pDecInsn->vA, conv.f, pDecInsn->vB);
1034 } conv; local
1035 conv.j = pDecInsn->vB_wide
    [all...]
  /development/build/tools/
windows_sdk.mk 39 hprof-conv \

Completed in 1851 milliseconds

1 2 3 45 6 7 8 910