HomeSort by relevance Sort by last modified time
    Searched refs:condition (Results 151 - 175 of 1126) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/build/wchar_t-size/jni/
test_8bit_cplusplus.cpp 17 #define STATIC_ASSERT(condition) \
18 static char CONCAT(dummy_,__LINE__)[1 - 2*(!(condition))];
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
SizeFileFilter.java 99 String condition = acceptLarger ? ">=" : "<";
100 return super.toString() + "(" + condition + size + ")";
  /external/chromium/googleurl/base/
logging.h 108 // values, and there is a race condition that may leak a critical section
193 #define LOG_IF(severity, condition) \
194 !(condition) ? (void) 0 : logging::LogMessageVoidify() & LOG(severity)
195 #define SYSLOG_IF(severity, condition) LOG_IF(severity, condition)
197 #define LOG_ASSERT(condition) \
198 LOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ". "
199 #define SYSLOG_ASSERT(condition) \
200 SYSLOG_IF(FATAL, !(condition)) << "Assert failed: " #condition ".
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Fence.h 30 void setFence(GLenum condition);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Fence11.h 25 void setFence(GLenum condition);
Fence9.h 25 void setFence(GLenum condition);
  /external/chromium_org/third_party/icu/source/test/cintltst/
capitst.h 32 static void doAssert(int condition, const char *message);
  /external/icu4c/test/cintltst/
capitst.h 32 static void doAssert(int condition, const char *message);
  /external/llvm/lib/Support/
system_error.cpp 35 error_category::equivalent(int code, const error_condition& condition) const {
36 return default_error_condition(code) == condition;
40 error_category::equivalent(const error_code& code, int condition) const {
41 return *this == code.category() && code.value() == condition;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h 34 #define SET_ERROR_IF(condition,err) if((condition)) { \
41 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
add-include 74 my $condition = $1;
80 $currentCondition = $condition;
111 for my $condition (sort keys %includes) {
112 $contents .= "#if $condition\n" unless $condition eq "";
113 $contents .= includesParagraph($includes{$condition});
114 $contents .= "#endif\n" unless $condition eq "";
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_constant_folding.cpp 97 if (ir->condition) {
98 ir->condition->accept(this);
99 handle_rvalue(&ir->condition);
101 ir_constant *const_val = ir->condition->as_constant();
102 /* If the condition is constant, either remove the condition or
107 ir->condition = NULL;
  /external/mesa3d/src/glsl/
opt_constant_folding.cpp 97 if (ir->condition) {
98 ir->condition->accept(this);
99 handle_rvalue(&ir->condition);
101 ir_constant *const_val = ir->condition->as_constant();
102 /* If the condition is constant, either remove the condition or
107 ir->condition = NULL;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-single.h 170 /* Backend condition mutex functions */
172 /* Allocate a condition. */
174 __gthread_objc_condition_allocate (objc_condition_t condition _GLIBCXX_UNUSED)
179 /* Deallocate a condition. */
181 __gthread_objc_condition_deallocate (objc_condition_t condition _GLIBCXX_UNUSED)
186 /* Wait on the condition */
188 __gthread_objc_condition_wait (objc_condition_t condition _GLIBCXX_UNUSED,
194 /* Wake up all threads waiting on this condition. */
196 __gthread_objc_condition_broadcast (objc_condition_t condition _GLIBCXX_UNUSED)
201 /* Wake up one thread waiting on this condition. *
    [all...]

Completed in 2014 milliseconds

1 2 3 4 5 67 8 91011>>