| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| D | assertions.xml | 3 mmap( ) function shall establish a mapping between the address space of 11 flag, the memory object to be mapped shall be that portion of the typed memory object allocated. 15 mapping established by mmap( ) shall replace any previous mappings for 20 TYM The mmap( ) function shall be supported for regular files, shared memory objects, and typed 25 The prot shall be either PROT_NONE or the bitwise- 35 Memory Protection option is supported, the implementation shall not permit a write to succeed 36 where PROT_WRITE has not been set or shall not permit any access where PROT_NONE alone 37 has been set. The implementation shall support at least the following values of prot: 40 conflicts with the specified protection is undefined. The file descriptor fildes shall have been 42 specified, the application shall ensure that it has opened the file descriptor fildes with write [all …]
|
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | 2drvb10.txt | 478 1:2. But his will is in the law of the Lord, and on his law he shall 481 1:3. And he shall be like a tree which is planted near the running 482 waters, which shall bring forth its fruit, in due season. And his leaf 483 shall not fall off: and all whatsoever he shall do shall prosper. 488 1:5. Therefore the wicked shall not rise again in judgment: nor sinners 492 wicked shall perish. 511 2:4. He that dwelleth in heaven shall laugh at them: and the Lord shall 514 2:5. Then shall he speak to them in his anger, and trouble them in his 537 2:13. When his wrath shall be kindled in a short time, blessed are all 601 Lord will hear me when I shall cry unto him. [all …]
|
| /external/one-true-awk/testdir/ |
| D | bib | 29 …th, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat. 54 And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, beca… 55 Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they sha… 57 …the LORD God had made. And he said unto the woman, Yea, hath God said, Ye shall not eat of every t… 59 …ree which is in the midst of the garden, God hath said, Ye shall not eat of it, neither shall ye t… 60 And the serpent said unto the woman, Ye shall not surely die: 61 For God doth know that in the day ye eat thereof, then your eyes shall be opened, and ye shall be a… 71 And I will put enmity between thee and the woman, and between thy seed and her seed; it shall bruis… 72 …in sorrow thou shalt bring forth children; and thy desire shall be to thy husband, and he shall ru… 74 Thorns also and thistles shall it bring forth to thee; and thou shalt eat the herb of the field; [all …]
|
| /external/autotest/client/cros/cellular/mbim_compliance/ |
| D | mbim_errors.py | 68 'shall provide two alternate settings for the ' 72 'functional and endpoint descriptors shall be ' 77 'functional and endpoint descriptors shall be ' 82 'the function shall operator according to the ' 86 'the function shall operator according to the ' 91 'codes shall match those given in alternate ' 94 'MBIM (an "NCM/MBIM function") shall provide ' 116 'specified for the MBIM function shall group ' 121 'shall match those given in the Communication ' 125 'shall have bInterfaceClass == 02h, ' [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
| D | assertions.xml | 4 mask, independent of the number of threads the process contains. The function shall be 17 …The resulting set shall be the union of the current set and the signal set pointed to by set, if t… 21 …The resulting set shall be the signal set pointed to by set, if the value of the argument how is S… 24 The resulting set shall be the intersection of the current set and the complement of the signal set 28 …The previous mask shall be stored in the location pointed to by oset, if the argument oset is not … 32 …The value of the argument how is not significant and the process's signal mask shall be unchanged,… 38 signals shall be delivered before the call to sigprocmask() returns. 41 The system shall not allow the blocking of signals which cannot be ignored, and shall not cause an … 49 The thread's signal mask shall not be changed, if sigprocmask( ) fails. 55 pthread_sigmask( ) shall return 0, Upon successful completion; otherwise, it shall return the corre… [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
| D | assertions.xml | 4 mask, independent of the number of threads the process contains. The function shall be 17 …The resulting set shall be the union of the current set and the signal set pointed to by set, if t… 21 …The resulting set shall be the signal set pointed to by set, if the value of the argument how is S… 24 The resulting set shall be the intersection of the current set and the complement of the signal set 28 …The previous mask shall be stored in the location pointed to by oset, if the argument oset is not … 32 …The value of the argument how is not significant and the process's signal mask shall be unchanged,… 38 signals shall be delivered before the call to sigprocmask() returns. 41 The system shall not allow the blocking of signals which cannot be ignored, and shall not cause an … 49 The thread's signal mask shall not be changed, if sigprocmask( ) fails. 55 pthread_sigmask( ) shall return 0, Upon successful completion; otherwise, it shall return the corre… [all …]
|
| /external/openthread/ |
| D | STYLE_GUIDE.md | 23 …specific (e.g GCC/GNU) extensions or the use of later standards shall be avoided or shall be lever… 39 …- Macros shall not be defined within a function or a block and should be defined at the top of a f… 40 …- All `#else`, `#elif`, and `#endif` preprocessor directives shall reside in the same file as the … 41 …lines away from the `#if` or `#ifdef` directive to which they are related shall be decorated by la… 42 …- Preprocessor `#include` directives in a file shall only be preceded by other preprocessor direct… 43 …- Preprocessor `#include` directives shall use brace (“<”) and (“>”) style for all public headers,… 56 - The preprocessor shall not be used to redefine reserved language keywords. 57 …- Unused code shall not be disabled by commenting it out with C- or C++-style comments or with pre… 59 …- The `undef` preprocessor directive should be avoided and shall never be used to undefine a symbo… 61 - Data objects shall be declared at the smallest possible level of scope. [all …]
|
| /external/ot-br-posix/ |
| D | STYLE_GUIDE.md | 23 …specific (e.g GCC/GNU) extensions or the use of later standards shall be avoided or shall be lever… 39 …- Macros shall not be defined within a function or a block and should be defined at the top of a f… 40 …- All `#else`, `#elif`, and `#endif` preprocessor directives shall reside in the same file as the … 41 …lines away from the `#if` or `#ifdef` directive to which they are related shall be decorated by la… 42 …- Preprocessor `#include` directives in a file shall only be preceded by other preprocessor direct… 43 …- Preprocessor `#include` directives shall use brace (“<”) and (“>”) style for all public headers,… 53 - The preprocessor shall not be used to redefine reserved language keywords. 54 …- Unused code shall not be disabled by commenting it out with C- or C++-style comments or with pre… 56 …- The `undef` preprocessor directive should be avoided and shall never be used to undefine a symbo… 58 - Data objects shall be declared at the smallest possible level of scope. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/ |
| D | assertions.xml | 3 The aio_write() function shall write aio_nbytes to the files associated 11 aio_lio_opcode shall be ignored. 14 For regular files, no data transfer shall occur past the offset 19 The aio_write() function shall return the value zero if operation is 23 The aio_write() function shall return the value -1 and set errno to 27 aio_write() shall fail with [EAGAIN] if: 32 aio_write() shall fail or the error status of the operation shall be [EBADF] if: 36 aio_write() shall fail or the error status of the operation shall be [EINVAL] if: 41 The error status of a succesfully queued operation shall be: 46 The error status of a succesfully queued operation shall be: [all …]
|
| /external/icu/icu4j/perf-tests/data/udhr/ |
| D | udhr_eng.txt | 10 …he conscience of mankind, and the advent of a world in which human beings shall enjoy freedom of s… 18 … and every organ of society, keeping this Declaration constantly in mind, shall strive by teaching… 25 …Furthermore, no distinction shall be made on the basis of the political, jurisdictional or interna… 31 …No one shall be held in slavery or servitude; slavery and the slave trade shall be prohibited in a… 34 … No one shall be subjected to torture or to cruel, inhuman or degrading treatment or punishment. 46 No one shall be subjected to arbitrary arrest, detention or exile. 57 …shall be held guilty of any penal offence on account of any act or omission which did not constitu… 62 …No one shall be subjected to arbitrary interference with his privacy, family, home or corresponden… 90 …No one shall be arbitrarily deprived of his nationality nor denied the right to change his nationa… 100 … Marriage shall be entered into only with the free and full consent of the intending spouses. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
| D | assertions.xml | 3 If mode is LIO_WAIT, lio_listio() shall wait until all I/O is 4 complete and the sig argument shall be ignored. 7 If mode is LIO_NOWAIT, lio_listio() shall return immediately. 11 shall occurs when all I/O operations complete. 14 The list array may contain NULL elements which shall be ignored. 17 supported operation for aio_lio_opcode shall be one of LIO_READ, 34 if mode is LIO_NOWAIT, lio_listio() shall return the value zero if 38 if mode is LIO_NOWAIT, lio_listio() shall return the value -1 and set 42 if mode is LIO_WAIT, lio_listio() shall return the value zero when 46 if mode is LIO_WAIT, lio_listio() shall return the value -1 and set [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/ |
| D | assertions.xml | 3 aio_read() shall read aio_nbytes from the files aio_fildes into the 7 If prioritized I/O is supported asynchronous operation shall be 18 aio_lio_opcode shall be ignored. 21 For regular files, no data transfer shall occur past the offset 26 The aio_read() function shall return the value zero if operation is 30 The aio_read() function shall return the value -1 and set errno to 34 aio_read() shall fail with [EAGAIN] if: 39 aio_read() shall fail with [EBADF] or the error status of the operation 40 shall be [EBADF] if aio_fildes argument is not a valid file descriptor open for 44 aio_read() shall fail with [EINVAL] or the error status of the operation [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/access/ |
| D | assertions.xml | 3 …The access() function shall check the file named by the pathname pointed to by the path argument a… 9 …If any access permissions are checked, each shall be checked individually, as described in XBD Fil… 12 Upon successful completion, access() shall return 0. 15 Upon unsuccessful completion, access() shall return -1. 24 …access() shall set EACCES if the permission bits of the file mode do not permit the requested acce… 27 access() shall set EACCES if the search permission is denied on a component of the path prefix. 30 …access() shall set ELOOP if a loop exists in symbolic links encountered during resolution of the p… 33 …access() shall set ENAMETOOLONG if the length of a component of a pathname is longer than {NAME_MA… 36 access() shall set ENOENT if a component of path does not name an existing file. 39 access() shall set ENOENT if path is an empty string. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/ |
| D | assertions.xml | 12 permission, the scheduling policy and scheduling parameters shall be set for 16 If pid is zero, the scheduling policy and scheduling parameters shall be set 34 The sched_setscheduler() function shall be considered successful if it 41 argument shall represent the time parameters used by the sporadic server 45 The sched_ss_max_repl member of the param argument shall represent the 52 sched_ss_init_budget members of the param argument shall have no effect on 56 For threads with system scheduling contention scope, this function shall 61 scheduling policy and associated parameters shall not be affected 65 threads shall not be affected by this function 69 threads shall have their scheduling policy and associated scheduling [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/ |
| D | assertions.xml | 3 The pthread_barrier_wait( ) function shall synchronize participating threads at the barrier 4 referenced by barrier. The calling thread shall block until the required number of threads have 10 the constant PTHREAD_BARRIER_SERIAL_THREAD shall be returned to one unspecified 11 thread and zero shall be returned to each of the remaining threads. At this point, the 12 barrier shall be reset to the state it had as a result of the most recent 18 handler the thread shall resume waiting at the barrier if the barrier wait has not completed 20 execution of the signal handler); otherwise, the thread shall continue as normal from the 26 A thread that has blocked on a barrier shall not prevent any unblocked thread that is eligible 28 Eligibility for processing resources shall be determined by the scheduling policy. 32 Upon successful completion, the pthread_barrier_wait( ) function shall return [all …]
|
| /external/licenseclassifier/v2/assets/License/Sflow/ |
| D | license.txt | 72 clauses (i)-(v) above, InMon shall notify Licensee of such non-compliance, and if Licensee 87 4. Support. Inmon shall have no obligation under this Agreement to (a) supply 98 6. Limitation of Liability. IN NO EVENT SHALL INMON OR ITS SUPPLIERS OR LICENSORS BE 108 which shall be deemed to be the date of delivery of the Software and/or Documentation and/or 109 Specifications to Licensee, and shall continue indefinitely unless and until terminated by 112 Agreement, Licensee shall cease exercising its license rights under this Agreement, 115 3, 5, 6, 7, and 8 shall survive any termination of this Agreement. 119 8.1 Assignment. This Agreement shall be binding upon and inure to the benefit of the 126 8.2 Notices. All notices permitted or required under this Agreement shall be in 127 writing and shall be delivered in person or mailed by first class, registered or certified [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| D | assertions.xml | 15 The SIGKILL and SIGSTOP signals shall not be added to the signal mask 31 field indentifies a set of signals that shall be added to the signal mask 36 field indentifies a set of signals that shall be added to the process' 46 implementation supports the SIGCHLD signal, then a SIGCHLD signal shall be 57 been declared with sigaltstack(), the signal shall be delivered to the calling 58 process on the stack. Otherwise, the signal shall be delivered on the current 62 If the SA_ONSTACK flag is not set in sa_flags, the signal shall be delivered 67 shall be reset to SIG_DFL and the SA_SIGINFO flag shall be cleared on entry 72 shall not be modified on entry to the signal handler. 76 when interrupted by a signal) shall restart and shall not fail with [EINTR] [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/ |
| D | assertions.xml | 3 pthread_rwlock_timedwrlock( ) function shall apply a write lock to the 6 unlock the lock, this wait shall be terminate when the specified timeout expires. 10 The timeout shall expire when the absolute time specified by abs_timeout passes, 17 If the Timers option is supported, the timeout shall be based on the 22 If the Timers option is not supported, the timeout shall be based on the 24 shall be the resolution of the clock on which it is based. The timespec data type 29 Under no circumstances shall the function fail with a timeout if the lock can be 37 upon return from the signal handler the thread shall resume waiting for the lock 42 Shall return zero if the lock for writing on the read-write lock object 43 referenced by rwlock is acquired. Otherwise, an error number shall be returned [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/ |
| D | assertions.xml | 3 The function shall apply a read lock to the read-write lock referenced by 6 shall be terminated when the specified timeout expires. 10 The timeout shall expire when the absolute time specified by abs_timeout passes, 17 If the Timers option is supported, the timeout shall be based on the 22 If the Timers option is not supported, the timeout shall be based on the 24 shall be the resolution of the clock on which it is based. The timespec data type 29 Under no circumstances shall the function fail with a timeout if the lock can be 37 upon return from the signal handler the thread shall resume waiting for the lock 42 Shall return zero if the lock for writing on the read-write lock object 43 referenced by rwlock is acquired. Otherwise, an error number shall be returned [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
| D | assertions.xml | 3 The munmap( ) function shall remove any mappings for those entire pages containing any part of 5 references to these pages shall result in the generation of a SIGSEGV signal to the process. 13 The implementation shall require that addr be a multiple of the page size {PAGESIZE}. 17 If a mapping to be removed was private, any modifications made in this address range shall be 23 shall be removed, as if by an appropriate call to munlock( ). 30 POSIX_TYPED_MEM_MAP_ALLOCATABLE flag), then that range of the memory pool shall 34 POSIX_TYPED_MEM_MAP_ALLOCATABLE flag shall not affect in any way the availability of 39 Upon successful completion, munmap( ) shall return 0; otherwise, it shall return .1 and set 44 The munmap( ) function shall fail if: 50 The munmap( ) function shall fail if: [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/ |
| D | assertions.xml | 6 pthread.h header shall define the following symbols 34 Type 'pthread_attr_t' shall be defined as described in sys/types.h 35 Type 'pthread_barrier_t' shall be defined as described in sys/types.h 36 Type 'pthread_barrierattr_t' shall be defined as described in sys/types.h 37 Type 'pthread_cond_t' shall be defined as described in sys/types.h 38 Type 'pthread_condattr_t' shall be defined as described in sys/types.h 39 Type 'pthread_key_t' shall be defined as described in sys/types.h 40 Type 'pthread_mutex_t' shall be defined as described in sys/types.h 41 Type 'pthread_mutexattr_t' shall be defined as described in sys/types.h 42 Type 'pthread_once_t' shall be defined as described in sys/types.h [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/ |
| D | assertions.xml | 3 The fsync( ) function shall request that all data for the open file descriptor named by 9 The fsync( ) function shall not return until the system has 14 SIO If _POSIX_SYNCHRONIZED_IO is defined, the fsync( ) function shall force all currently 16 synchronized I/O completion state. All I/O operations shall be completed as defined for 21 Upon successful completion, fsync( ) shall return 0. Otherwise, .1 shall be returned and 27 The fsync( ) function shall fail if: 32 The fsync( ) function shall fail if: 37 The fsync( ) function shall fail if: 42 The fsync( ) function shall fail if: 47 In the event that any of the queued I/O operations fail, fsync( ) shall return the error
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
| D | assertions.xml | 4 The pthread_getschedparam( ) function shall retrieve the scheduling 6 given by thread and shall store those values in 8 pthread_getschedparam( ) shall be 11 target thread. It shall not reflect any temporary adjustments to 24 sched_ss_repl_period shall be greater than or equal to the specified 26 shall fail. The value of sched_ss_max_repl shall be within the inclusive 28 shall fail. 33 functions shall return zero; otherwise, an error number shall be returned
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_unlock/ |
| D | assertions.xml | 3 pthread_rwlock_unlock( ) function shall release a lock held on the 9 the read-write lock object shall be put in the unlocked state with no owners. 14 lock object, the read-write lock object shall be put in the unlocked state. 19 the scheduling policy shall determine which thread(s) shall acquire the lock. 22 on the lock, they shall acquire the lock in priority order when the lock 23 becomes available. For equal priority threads, write locks shall take precedence 28 If successful, the pthread_rwlock_unlock( ) function shall return zero; 29 otherwise, an error number shall be returned to indicate the error. 34 The pthread_rwlock_unlock( ) function shall not return an error code of [EINTR].
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
| D | assertions.xml | 14 permission, the scheduling parameters shall be set for the process whose 18 If pid is zero, the scheduling parameters shall be set for the calling 30 The target process, whether it is running or not running, shall be moved to 36 process is ready to run, the process specified by the pid argument shall 42 the head of the highest priority list shall preempt the calling process 51 argument shall represent the time parameters to be used by the sporadic 55 The sched_ss_max_repl member of the param argument shall represent the 62 sched_ss_init_budget members of the param argument shall have no effect on 77 …For threads with system scheduling contention scope, this function shall have no effect on their s… 80 …ng contention scope, the threads' scheduling policy and associated parameters shall not be affected [all …]
|