HomeSort by relevance Sort by last modified time
    Searched refs:conv (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
SendersFormattingTests.java 40 ConversationInfo conv = createConversationInfo(1); local
43 conv.addMessage(info);
46 SendersView.format(getContext(), conv, "", 100, strings, emailDisplays, emailDisplays, local
55 SendersView.format(getContext(), conv, "", 100, strings, emailDisplays, emailDisplays, local
66 SendersView.format(getContext(), conv, "", 100, strings, emailDisplays, emailDisplays, local
76 ConversationInfo conv = createConversationInfo(2); local
80 conv.addMessage(info);
82 conv.addMessage(info2);
83 SendersView.format(getContext(), conv, "", 100, strings, emailDisplays, emailDisplays, local
98 final ConversationInfo conv = createConversationInfo(1) local
114 final ConversationInfo conv = new ConversationInfo(42, 49, firstSnippet, local
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 204 UConverter *conv; local
209 conv = ucnv_open("koi8-r", &status);
214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
218 ucnv_close(conv);
300 UConverter *conv; local
312 conv = ucnv_open("utf-8", &status);
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
334 ucnv_toUnicode(conv, &target, targetLimit,
368 ucnv_close(conv);
396 UConverter *conv; local
529 UConverter *conv; local
569 UConverter *conv = NULL; local
616 UConverter *conv = NULL; local
710 UConverter *conv = NULL, *cloneCnv = NULL; local
880 UConverter *conv = NULL; local
986 UConverter *conv = NULL; local
1081 UConverter *conv = NULL; local
    [all...]
  /external/sfntly/cpp/src/test/
test_utils_test.cc 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local
33 EXPECT_TRUE(conv != NULL);
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
48 ucnv_close(conv);
53 ucnv_close(conv);
test_utils.cc 76 UConverter* conv = ucnv_open(charset_name, &status); local
79 return conv; // returns NULL @ error anyway
  /external/chromium_org/third_party/icu/source/i18n/
csmatch.cpp 51 UConverter *conv = ucnv_open(getName(), status); local
52 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
54 ucnv_close(conv);
  /external/icu4c/i18n/
csmatch.cpp 61 UConverter *conv = ucnv_open(getName(), status); local
62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status);
64 ucnv_close(conv);
  /dalvik/vm/mterp/c/
header.cpp 151 union { s8 ll; u4 parts[2]; } conv; local
154 conv.parts[0] = ptr[0];
155 conv.parts[1] = ptr[1];
156 return conv.ll;
168 union { s8 ll; u4 parts[2]; } conv; local
171 conv.ll = val;
172 ptr[0] = conv.parts[0];
173 ptr[1] = conv.parts[1];
183 union { double d; u4 parts[2]; } conv; local
186 conv.parts[0] = ptr[0]
200 union { double d; u4 parts[2]; } conv; local
    [all...]
  /dalvik/vm/
Misc.h 49 union { u4 in; float out; } conv; local
50 conv.in = val;
51 return conv.out;
54 union { float in; u4 out; } conv; local
55 conv.in = val;
56 return conv.out;
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 295 final Conversation conv,
297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv);
300 if (conv.getThreadId() <= 0) {
315 String draftText = msg.readDraftSmsMessage(conv);
321 Uri uri = readDraftMmsMessage(msg.mActivity, conv, sb);
1189 final Conversation conv = mConversation; local
    [all...]
Conversation.java 46 private static final String TAG = "Mms/conv";
146 Conversation conv = Cache.get(threadId); local
147 if (conv != null)
148 return conv;
150 conv = new Conversation(context, threadId, allowQuery);
152 Cache.put(conv);
154 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
155 if (!Cache.replace(conv)) {
156 LogTag.error("get by threadId cache.replace failed on " + conv);
159 return conv;
175 Conversation conv = Cache.get(recipients); local
278 Conversation conv = Cache.get(threadId); local
284 Conversation conv = new Conversation(context, cursor, false); local
1232 Conversation conv; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvolutionEffect.cpp 113 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
114 GrTexture& texture = *conv.texture(0);
116 GrAssert(conv.radius() == fRadius);
119 switch (conv.direction()) {
130 if (conv.useBounds()) {
131 const float* bounds = conv.bounds();
132 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
139 uman.set1fv(fKernelUni, 0, this->width(), conv.kernel());
140 fEffectMatrix.setData(uman, conv.getMatrix(), drawEffect, conv.texture(0))
145 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.cpp 113 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
114 GrTexture& texture = *conv.texture(0);
116 GrAssert(conv.radius() == fRadius);
119 switch (conv.direction()) {
130 if (conv.useBounds()) {
131 const float* bounds = conv.bounds();
132 if (Gr1DKernelEffect::kY_Direction == conv.direction() &&
139 uman.set1fv(fKernelUni, 0, this->width(), conv.kernel());
140 fEffectMatrix.setData(uman, conv.getMatrix(), drawEffect, conv.texture(0))
145 const GrConvolutionEffect& conv = drawEffect.castEffect<GrConvolutionEffect>(); local
    [all...]
  /external/elfutils/tests/
run-ranlib-test2.sh 40 dd of=$original seek=24 bs=1 count=12 conv=notrunc 2>/dev/null
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListAdapter.java 56 Conversation conv = Conversation.from(context, cursor); local
57 headerView.bind(context, conv);
92 Conversation conv = Conversation.from(mContext, cursor); local
93 conv.setIsChecked(false);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
hal_outputs.c 371 float conv = 1.f / (1L<<30); local
375 r[0][0] = rot[0]*conv;
376 r[0][1] = rot[1]*conv;
377 r[0][2] = rot[2]*conv;
378 r[1][0] = rot[3]*conv;
379 r[1][1] = rot[4]*conv;
380 r[1][2] = rot[5]*conv;
381 r[2][0] = rot[6]*conv;
382 r[2][1] = rot[7]*conv;
383 r[2][2] = rot[8]*conv;
400 float conv = 1.f \/ (1L<<30); local
432 float conv = 1.f \/ (1L<<30); local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 46 UConverter* conv; member in struct:UCHARBUF
52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
72 *conv =NULL;
77 *conv = ucnv_open(*cp,error);
82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
136 if(conv==NULL || cp==NULL || fileName==NULL){
148 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
151 ucnv_close(*conv);
152 *conv=NULL
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 47 UConverter* conv; member in struct:UCHARBUF
53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){
73 *conv =NULL;
78 *conv = ucnv_open(*cp,error);
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){
137 if(conv==NULL || cp==NULL || fileName==NULL){
149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
152 ucnv_close(*conv);
153 *conv=NULL
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 375 Conversation conv) {
379 view.bind(conv, mActivity, mConversationListListener, mBatchConversations, mFolder,
493 final Conversation conv = cursor.getConversation(); local
498 if (isPositionUndoing(conv.id)) {
499 return getUndoingView(position - getPositionOffset(position), conv, parent,
501 } if (isPositionUndoingSwipe(conv.id)) {
502 return getUndoingView(position - getPositionOffset(position), conv, parent,
504 } else if (isPositionDeleting(conv.id)) {
505 return getDeletingView(position - getPositionOffset(position), conv, parent, false);
506 } else if (isPositionSwipeDeleting(conv.id))
599 Conversation conv = item.getData(); local
619 Conversation conv = item.getData(); local
712 final Conversation conv = cursor.getCachedConversation(); local
    [all...]
FolderDisplayer.java 56 * @param conv {@link Conversation} containing the folders to display.
60 public void loadConversationFolders(Conversation conv, final FolderUri ignoreFolderUri,
63 for (Folder folder : conv.getRawFolders()) {
LeaveBehindData.java 29 public LeaveBehindData(Conversation conv, ToastBarOperation undoOp, int height) {
30 data = conv;
SwipeableListView.java 233 Conversation conv = target.getConversation(); local
234 target.getConversation().position = findConversation(target, conv);
239 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight());
241 Collection<Conversation> convList = Conversation.listOf(conv);
250 .hashMapForFolders(conv.getRawFolders());
253 conv.setRawFolders(folders);
261 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values);
272 && mConvSelectionSet.contains(conv)) {
273 mConvSelectionSet.toggle(conv);
    [all...]
  /build/target/product/
runtime_common.mk 32 hprof-conv \
  /development/build/
product_sdk.mk 42 hprof-conv \
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
hal_outputs.c 258 float conv = 1.f / (1L<<30); local
261 r[0][0] = rot[0]*conv;
262 r[0][1] = rot[1]*conv;
263 r[0][2] = rot[2]*conv;
264 r[1][0] = rot[3]*conv;
265 r[1][1] = rot[4]*conv;
266 r[1][2] = rot[5]*conv;
267 r[2][0] = rot[6]*conv;
268 r[2][1] = rot[7]*conv;
269 r[2][2] = rot[8]*conv;
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 71 UConverter* conv = NULL; local
80 conv = u_getDefaultConverter(pErrorCode);
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
216 u_releaseDefaultConverter(conv);
282 UConverter* conv = NULL; local
428 conv= u_getDefaultConverter(pErrorCode);
430 if(U_FAILURE(*pErrorCode)|| conv==NULL){
439 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
470 u_releaseDefaultConverter(conv);

Completed in 1103 milliseconds

1 2 3 4 5 6 7 8 9