Searched refs:pstatus (Results 1 – 7 of 7) sorted by relevance
/external/selinux/libsemanage/src/ |
D | database_file.c | 47 int pstatus = STATUS_SUCCESS; in dbase_file_cache() local 77 pstatus = rftable->parse(handle, parse_info, process_record); in dbase_file_cache() 80 if (pstatus < 0) in dbase_file_cache() 84 else if (pstatus == STATUS_NODATA) in dbase_file_cache() 95 } while (pstatus != STATUS_NODATA); in dbase_file_cache()
|
/external/llvm/utils/ |
D | makellvm | 3 set pstatus = 0 134 set pstatus = $? 145 exit($pstatus)
|
/external/oj-libjdwp/src/share/back/ |
D | threadControl.h | 61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *s…
|
D | threadControl.c | 2184 jdwpThreadStatus *pstatus, jint *statusFlags) in threadControl_applicationThreadStatus() argument 2195 *pstatus = map2jdwpThreadStatus(state); in threadControl_applicationThreadStatus() 2209 *pstatus = JDWP_THREAD_STATUS(RUNNING); in threadControl_applicationThreadStatus()
|
/external/libcups/cups/ |
D | http-support.c | 2025 int pstatus; /* Poll status */ in _httpResolveURI() local 2027 pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000); in _httpResolveURI() 2029 if (pstatus == 0 && !resolved_uri[0] && domain && in _httpResolveURI() 2043 while (!pstatus && !resolved_uri[0] && time(NULL) < end_time) in _httpResolveURI() 2045 if ((pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000)) != 0) in _httpResolveURI()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | note-core.test | 30 …delf --notes %t6.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_PSTATUS (pstatus structure)" 31 …dobj --notes %t6.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_PSTATUS (pstatus structure)"
|
/external/libcups/scheduler/ |
D | printers.c | 4955 ppd_status_t pstatus; /* PPD load status */ in load_ppd() local 4958 pstatus = ppdLastError(&pline); in load_ppd() 4962 if (pstatus <= PPD_ALLOC_ERROR) in load_ppd() 4965 …cupsdLogMessage(CUPSD_LOG_ERROR, "%s on line %d of %s.", ppdErrorString(pstatus), pline, ppd_name); in load_ppd()
|