/external/srec/shared/src/ |
D | ESR_Locale.c | 45 int rtn = 0; in ESR_str2locale() local 46 if (!lstrcasecmp(str, L("EN-US"), &rtn) && !rtn) *locale = ESR_LOCALE_EN_US; in ESR_str2locale() 47 else if (!lstrcasecmp(str, L("FR-FR"), &rtn) && !rtn) *locale = ESR_LOCALE_FR_FR; in ESR_str2locale() 48 else if (!lstrcasecmp(str, L("DE-DE"), &rtn) && !rtn) *locale = ESR_LOCALE_DE_DE; in ESR_str2locale() 49 else if (!lstrcasecmp(str, L("EN-GB"), &rtn) && !rtn) *locale = ESR_LOCALE_EN_GB; in ESR_str2locale() 50 else if (!lstrcasecmp(str, L("IT-IT"), &rtn) && !rtn) *locale = ESR_LOCALE_IT_IT; in ESR_str2locale() 51 else if (!lstrcasecmp(str, L("NL-NL"), &rtn) && !rtn) *locale = ESR_LOCALE_NL_NL; in ESR_str2locale() 52 else if (!lstrcasecmp(str, L("PT-PT"), &rtn) && !rtn) *locale = ESR_LOCALE_PT_PT; in ESR_str2locale() 53 else if (!lstrcasecmp(str, L("ES-ES"), &rtn) && !rtn) *locale = ESR_LOCALE_ES_ES; in ESR_str2locale() 54 else if (!lstrcasecmp(str, L("JA-JP"), &rtn) && !rtn) *locale = ESR_LOCALE_JA_JP; in ESR_str2locale()
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 149 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSetup() local 150 checkEsrError(env, SR_RecognizerIsSetup((SR_Recognizer*)recognizer, &rtn)); in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSetup() 151 return rtn; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSetup() 199 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerHasSetupRules() local 200 checkEsrError(env, SR_RecognizerHasSetupRules((SR_Recognizer*)recognizer, &rtn)); in Java_android_speech_srec_Recognizer_SR_1RecognizerHasSetupRules() 201 return rtn; in Java_android_speech_srec_Recognizer_SR_1RecognizerHasSetupRules() 225 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsActiveRule() local 227 …rError(env, SR_RecognizerIsActiveRule((SR_Recognizer*)recognizer, (SR_Grammar*)grammar, rn, &rtn)); in Java_android_speech_srec_Recognizer_SR_1RecognizerIsActiveRule() 229 return rtn; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsActiveRule() 234 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerCheckGrammarConsistency() local [all …]
|
/external/valgrind/main/none/tests/ |
D | pth_once.c | 42 int rtn; in identify_yourself() local 44 if ((rtn = pthread_once(&welcome_once_block, in identify_yourself() 46 fprintf(stderr, "pthread_once failed with %d",rtn); in identify_yourself() 56 int *id_arg, thread_num, rtn; in main() local 65 if (( rtn = pthread_create(&threads[thread_num], in main() 70 fprintf(stderr, "pthread_create failed with %d",rtn); in main()
|
/external/ipsec-tools/src/racoon/ |
D | security.c | 217 int rtn = 1; in within_range() local 233 rtn = avc_context_to_sid(sl, &slsid); in within_range() 234 if (rtn != 0) { in within_range() 240 rtn = avc_context_to_sid(range, &rangesid); in within_range() 241 if (rtn != 0) { in within_range() 254 rtn = avc_has_perm(slsid, rangesid, tclass, av, NULL, &avd); in within_range() 255 if (rtn != 0) { in within_range()
|
D | isakmp_xauth.c | 798 int rtn = -1; local 1004 rtn = 0; 1024 return rtn; 1032 int rtn = -1; local 1145 rtn = 0; 1177 return rtn;
|
/external/javassist/src/main/javassist/scopedpool/ |
D | SoftValueHashMap.java | 204 Object rtn = hash.put(key, SoftValueRef.create(key, value, queue)); in put() local 205 if (rtn != null) in put() 206 rtn = ((SoftReference)rtn).get(); in put() 207 return rtn; in put()
|
/external/dhcpcd/ |
D | configure.c | 642 struct rt *rtp, *rtl, *rtn; in add_router_host_route() local 649 for (rtn = rt; rtn != rtp; rtn = rtn->next) { in add_router_host_route() 651 if (rtn->dest.s_addr == rtp->gate.s_addr) in add_router_host_route() 655 cp2 = (const char *)&rtn->dest.s_addr; in add_router_host_route() 656 cp3 = (const char *)&rtn->net.s_addr; in add_router_host_route() 657 cplim = cp3 + sizeof(rtn->net.s_addr); in add_router_host_route() 665 if (rtn != rtp) in add_router_host_route() 676 rtn = xmalloc(sizeof(*rtn)); in add_router_host_route() 677 rtn->dest.s_addr = rtp->gate.s_addr; in add_router_host_route() 678 rtn->net.s_addr = INADDR_BROADCAST; in add_router_host_route() [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFile.java | 503 String[] rtn = null; in getInterfaces() 505 rtn = new String[0]; in getInterfaces() 512 rtn = list; in getInterfaces() 515 cachedInterfaces = rtn; in getInterfaces() 516 return rtn; in getInterfaces()
|
/external/compiler-rt/lib/tsan/go/ |
D | test.c | 31 int __tsan_symbolize(void *pc, char **img, char **rtn, char **file, int *l) { in __tsan_symbolize() argument
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_view.mm | 212 BOOL rtn = NO; 220 rtn = [controller_ dragButton:button 225 return rtn;
|
/external/webkit/Source/WebCore/platform/wince/ |
D | FileSystemWinCE.cpp | 65 bool rtn = GetFileInformationByHandle(hFile, &fileInfo) ? true : false; in getFileInfo() local 68 return rtn; in getFileInfo()
|
/external/bluetooth/bluedroid/btif/co/ |
D | bta_hh_co.c | 45 int rtn = -errno; in uhid_write() local 47 return rtn; in uhid_write()
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_controller_unittest.mm | 27 - (void)setHitTestReturn:(id)rtn { 28 hitTestReturn_ = rtn;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 81 RotationTransform rtn; in operator -() local 82 rtn.m_cosA = m_cosA; in operator -() 83 rtn.m_sinA = -m_sinA; in operator -() 84 rtn.m_preShiftX = m_postShiftX; in operator -() 85 rtn.m_preShiftY = m_postShiftY; in operator -() 86 rtn.m_postShiftX = m_preShiftX; in operator -() 87 rtn.m_postShiftY = m_preShiftY; in operator -() 88 return rtn; in operator -()
|
/external/qemu/ |
D | i386-dis.c | 683 op_rtn rtn; member 3873 if (dp->op[i].rtn) in print_insn() 3874 (*dp->op[i].rtn) (dp->op[i].bytemode, sizeflag); in print_insn() 4310 if (dp->op[0].rtn) in dofloat() 4311 (*dp->op[0].rtn) (dp->op[0].bytemode, sizeflag); in dofloat() 4315 if (dp->op[1].rtn) in dofloat() 4316 (*dp->op[1].rtn) (dp->op[1].bytemode, sizeflag); in dofloat()
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
D | SDL_DirectFB_video.c | 944 int rtn = surface->hwdata->surface->Flip (surface->hwdata->surface, NULL, 0); in DirectFB_FlipHWSurface() local 951 return rtn; in DirectFB_FlipHWSurface()
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 6514 courtney k{rtn/ 18301 mccartney m6k)rtn/
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 66226 http://www.rabidtigers.com/rtn/newsletterv2n10.html
|