/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 59 #include <alsa/conv.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundlib.h | 59 #include <alsa/conv.h>
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvfbts.c | 135 UConverter *conv = 0; local 162 conv = my_ucnv_open(codepage, &status); 171 ucnv_setFallback (conv, fallback); 172 action = ucnv_usesFallback(conv); 208 ucnv_fromUnicode (conv, 249 ucnv_close(conv); 296 UConverter *conv = 0; local 326 conv = my_ucnv_open(codepage, &status); 343 ucnv_setFallback (conv, fallback); 344 action = ucnv_usesFallback(conv); [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_suppressions.cc | 78 SuppressionType conv(ReportType typ) { function in namespace:__tsan 100 SuppressionType stype = conv(typ); 122 SuppressionType stype = conv(typ);
|
/external/icu4c/test/cintltst/ |
ncnvfbts.c | 135 UConverter *conv = 0; local 162 conv = my_ucnv_open(codepage, &status); 171 ucnv_setFallback (conv, fallback); 172 action = ucnv_usesFallback(conv); 208 ucnv_fromUnicode (conv, 249 ucnv_close(conv); 296 UConverter *conv = 0; local 326 conv = my_ucnv_open(codepage, &status); 343 ucnv_setFallback (conv, fallback); 344 action = ucnv_usesFallback(conv); [all...] |
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
placement-tbaa.ll | 21 ; CHECK: NoAlias: store i64 %conv, i64* %i5, align 8, !tbaa !4 <-> store i8* null, i8** %p, align 8, !tbaa !3 77 %conv = sext i32 %13 to i64 80 store i64 %conv, i64* %i5, align 8, !tbaa !4
|
/external/llvm/test/CodeGen/X86/ |
2011-06-14-mmx-inlineasm.ll | 10 %conv = zext i32 %xor to i64 11 %shl = shl nuw i64 %conv, 32 12 %or = or i64 %shl, %conv
|
/external/llvm/test/Transforms/LoopVectorize/ |
bzip_reverse_loops.ll | 21 %conv = zext i16 %0 to i32 22 %cmp = icmp ult i32 %conv, %size 26 %sub = sub i32 %conv, %size
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientListActivity.java | 70 Conversation conv = Conversation.get(this, mThreadId, true); local 71 if (conv == null) { 76 final ContactList contacts = conv.getRecipients();
|
ConversationList.java | 592 Conversation conv = Conversation.from(this, cursor); local 593 long tid = conv.getThreadId(); 635 Conversation conv = Conversation.from(ConversationList.this, cursor); 636 ContactList recipients = conv.getRecipients(); 662 Conversation conv = Conversation.from(ConversationList.this, cursor); local 663 long threadId = conv.getThreadId(); 674 Contact contact = conv.getRecipients().get(0); 681 String address = conv.getRecipients().get(0).getNumber(); 954 Conversation conv = Conversation.get(ConversationList.this, threadId, false); local 1055 Conversation conv = Conversation.from(ConversationList.this, cursor); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 131 public void setInfoForConversation(Conversation conv) { 132 mConversationInfo = conv.conversationInfo != null ? conv.conversationInfo.toBlob() : null;
|
ConversationPositionTracker.java | 60 final Conversation conv = cursor.getConversation(); local 61 conv.position = position; 62 return conv;
|
/sdk/build/ |
tools.windows.atree | 69 rm tools/hprof-conv 70 bin/hprof-conv.exe strip tools/hprof-conv.exe
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationCursor.java | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.cpp | 105 UConverter* conv = ucnv_open("utf-8", &status); local 106 int dest_len = ucnv_toUChars(conv, 117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status); 124 ucnv_close(conv); 129 ucnv_close(conv);
|
/external/chromium_org/third_party/icu/source/tools/genbrk/ |
genbrk.cpp | 241 UConverter* conv; 242 conv = ucnv_open(encoding, &status); 252 uint32_t destCap = ucnv_toUChars(conv, 265 ucnv_toUChars(conv, 275 ucnv_close(conv);
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 105 UConverter* conv = ucnv_open("utf-8", &status); local 106 int dest_len = ucnv_toUChars(conv, 117 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status); 124 ucnv_close(conv); 129 ucnv_close(conv);
|
/external/icu4c/tools/genbrk/ |
genbrk.cpp | 241 UConverter* conv; 242 conv = ucnv_open(encoding, &status); 252 uint32_t destCap = ucnv_toUChars(conv, 265 ucnv_toUChars(conv, 275 ucnv_close(conv);
|
/external/chromium_org/third_party/skia/src/effects/ |
SkMatrixConvolutionImageFilter.cpp | 470 const GrMatrixConvolutionEffect& conv = drawEffect.castEffect<GrMatrixConvolutionEffect>(); local 471 GrTexture& texture = *conv.texture(0); 473 GrAssert(conv.kernelSize() == fKernelSize); 474 GrAssert(conv.tileMode() == fTileMode); 480 uman.set2fv(fTargetUni, 0, 1, conv.target()); 481 uman.set1fv(fKernelUni, 0, fKernelSize.width() * fKernelSize.height(), conv.kernel()); 482 uman.set1f(fGainUni, conv.gain()); 483 uman.set1f(fBiasUni, conv.bias()); 485 conv.getMatrix(), 487 conv.texture(0)) [all...] |
/external/skia/src/effects/ |
SkMatrixConvolutionImageFilter.cpp | 470 const GrMatrixConvolutionEffect& conv = drawEffect.castEffect<GrMatrixConvolutionEffect>(); local 471 GrTexture& texture = *conv.texture(0); 473 GrAssert(conv.kernelSize() == fKernelSize); 474 GrAssert(conv.tileMode() == fTileMode); 480 uman.set2fv(fTargetUni, 0, 1, conv.target()); 481 uman.set1fv(fKernelUni, 0, fKernelSize.width() * fKernelSize.height(), conv.kernel()); 482 uman.set1f(fGainUni, conv.gain()); 483 uman.set1f(fBiasUni, conv.bias()); 485 conv.getMatrix(), 487 conv.texture(0)) [all...] |
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
charset.py | 37 # input header enc body enc output conv 227 henc, benc, conv = CHARSETS.get(self.input_charset, 229 if not conv: 230 conv = self.input_charset 234 self.output_charset = ALIASES.get(conv, conv)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
charset.py | 37 # input header enc body enc output conv 227 henc, benc, conv = CHARSETS.get(self.input_charset, 229 if not conv: 230 conv = self.input_charset 234 self.output_charset = ALIASES.get(conv, conv)
|
/external/llvm/lib/Target/NVPTX/ |
NVVMReflect.cpp | 156 const Value *conv = Reflect->getArgOperand(0); local 157 assert(isa<CallInst>(conv) && "Expected a const-to-gen conversion"); 158 const CallInst *ConvCall = cast<CallInst>(conv);
|
/external/llvm/test/Transforms/GVN/ |
rle.ll | 144 %conv = bitcast i16* %A to i8* 145 tail call void @llvm.memset.p0i8.i64(i8* %conv, i8 1, i64 200, i32 1, i1 false) 157 %conv = bitcast float* %A to i8* ; <i8*> [#uses=1] 158 tail call void @llvm.memset.p0i8.i64(i8* %conv, i8 %Val, i64 400, i32 1, i1 false) 202 %conv = bitcast float* %A to i8* ; <i8*> [#uses=1] 203 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %conv, i8* bitcast ({i32, float, i32 }* @GCst to i8*), i64 12, i32 1, i1 false) 560 %conv = zext i8 %tmp5 to i32 561 %add = add nsw i32 %tmp2, %conv 609 %conv = zext i8 %tmp to i32 612 %add = add nsw i32 %conv, %conv [all...] |