OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:robustness
(Results
1 - 25
of
103
) sorted by null
1
2
3
4
5
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_mutexattr_getrobust.c
70
* The
robustness
of mutex is contained in the
robustness
attribute
71
* of the mutex attributes. Valid mutex
robustness
values are:
108
*robust = (*attr)->
robustness
;
pthread_mutexattr_setrobust.c
70
* The
robustness
of mutex is contained in the
robustness
attribute
71
* of the mutex attributes. Valid mutex
robustness
values are:
112
(*attr)->
robustness
= robust;
pthread_mutex_consistent.c
40
*
robustness
defines the behavior when the owner of the mutex terminates without unlocking the
41
* mutex, usually because its process terminated abnormally. The value of
robustness
that is
pthread_mutex_init.c
94
if ((*attr)->
robustness
== PTHREAD_MUTEX_ROBUST)
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc
158
// A test with a "[
ROBUSTNESS
]" mark shows it is a
robustness
test and it uses
217
// [
ROBUSTNESS
] A valid English word with a preceding Korean word
221
// [
ROBUSTNESS
] A valid English word with a preceding Hindi word
223
// [
ROBUSTNESS
] A valid English word with two preceding Greek words
226
// [
ROBUSTNESS
] A valid English word with a preceding Russian word
238
// [
ROBUSTNESS
] A valid English word with a following Korean word
242
// [
ROBUSTNESS
] A valid English word with a following Hindi word
244
// [
ROBUSTNESS
] A valid English word with two following Greek words
247
// [
ROBUSTNESS
] A valid English word with a following Russian wor
[
all
...]
/external/libvorbis/
CHANGES
42
* Improved
robustness
with corrupt streams.
58
* improve
robustness
to corrupt input streams
/external/chromium_org/content/test/gpu/gpu_tests/
webgl_robustness.py
52
'description': 'Test cases for WebGL
robustness
',
/docs/source.android.com/src/devices/tech/security/
enhancements43.jd
14
reinforcement is invisible to users and developers, and adds
robustness
/external/chromium_org/ui/gl/
gl_context_egl.cc
59
// At some point we should require the presence of the
robustness
/external/protobuf/gtest/
CHANGES
63
* Improved the
robustness
of death tests.
/external/chromium_org/third_party/skia/include/core/
SkGeometry.h
25
coordinate is preferred for
robustness
.
174
for
robustness
.
189
coordinate is preferred for
robustness
.
/external/skia/include/core/
SkGeometry.h
25
coordinate is preferred for
robustness
.
174
for
robustness
.
189
coordinate is preferred for
robustness
.
/external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl
150
"Extra-
Robustness
" {
162
"Extra-
Robustness
" test
/external/bzip2/
unzcrash.c
2
/* A test program written to test
robustness
to decompression of
/external/chromium/net/base/
gzip_filter.h
137
// For
robustness
, when we see the solo sdch filter, we chain in a gzip filter
/external/chromium/testing/gtest/
CHANGES
114
* Improved the
robustness
of death tests.
/external/chromium_org/content/browser/speech/endpointer/
energy_endpointer.h
25
//
robustness
in noisy conditions. The first frames are assumed to be background
/external/chromium_org/media/mp2t/
ts_packet.cc
21
// this should improve synchronization
robustness
.
/external/chromium_org/net/base/
gzip_filter.h
137
// For
robustness
, when we see the solo sdch filter, we chain in a gzip filter
/external/chromium_org/testing/gtest/
CHANGES
117
* Improved the
robustness
of death tests.
/external/chromium_org/third_party/angle/extensions/
EGL_EXT_create_context_robustness.txt
134
robustness
extension and robust access as described therein can be
EXT_robustness.txt
43
systems have created new requirements for
robustness
and security
75
The intent of this extension is to address some specific
robustness
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
egl_dri2.h
102
__DRIrobustnessExtension *
robustness
;
member in struct:dri2_egl_display
/external/gtest/
CHANGES
117
* Improved the
robustness
of death tests.
/external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h
102
__DRIrobustnessExtension *
robustness
;
member in struct:dri2_egl_display
Completed in 412 milliseconds
1
2
3
4
5