HomeSort by relevance Sort by last modified time
    Searched full:condition (Results 676 - 700 of 7248) sorted by null

<<21222324252627282930>>

  /external/ceres-solver/internal/ceres/
line_search.cc 270 // point is not large enough to satisfy the sufficient decrease condition.
275 "satisfying the sufficient decrease condition within "
354 // 1. step_size_{k} violates the sufficient decrease (Armijo) condition.
368 // condition.
382 // condition (but not the Wolfe conditions).
405 // Armijo sufficient decrease condition*, the one which generated the
411 // first sample, and which does not satisfy the Armijo condition,
426 // satisfies the strong Wolfe curvature condition, that we return the point
428 // condition.
439 // A termination condition satisfying the (strong) Wolfe bracketing condition
    [all...]
  /external/clang/test/Parser/
cxx0x-condition.cpp 10 while (int x) ; // expected-error {{variable declaration in condition must have an initializer}}
24 if (S b(a)) {} // expected-error {{variable declaration in condition cannot have a parenthesized initializer}}
  /external/clang/test/SemaCXX/
warn-missing-noreturn.cpp 32 bool condition();
36 while (condition()) {}
  /external/compiler-rt/test/asan/TestCases/
initialization-nobug.cc 16 bool condition = true; variable
18 return condition ? 0x2a : 052;
  /external/dng_sdk/source/
dng_mutex.h 163 dng_condition (const dng_condition &condition);
165 dng_condition & operator= (const dng_condition &condition);
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 33 <td>Depends on condition number</td>
57 <td>Depends on condition number</td>
93 <td>Depends on condition number</td>
143 <td>Depends on condition number</td>
155 <td>Depends on condition number</td>
167 <td>Depends on condition number</td>
181 <td>Depends on condition number</td>
193 <td>Depends on condition number</td>
  /external/guava/guava-tests/test/com/google/common/io/
TestOutputStream.java 78 private static void throwIf(boolean condition) throws IOException {
79 if (condition) {
  /external/libbrillo/brillo/message_loops/
glib_message_loop.h 48 // ready to perform the operation given in |condition| without blocking.
50 GIOCondition condition,
  /external/libnfc-nci/halimpl/bcm2079x/include/
OverrideLog.h 57 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages
58 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages
  /external/libnfc-nci/src/include/
OverrideLog.h 57 ** BT_TRACE_LEVEL_ERROR 1 * Error condition trace messages
58 ** BT_TRACE_LEVEL_WARNING 2 * Warning condition trace messages
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
base-pointers-10.ll 20 %condition = call i1 @runtime_value()
24 br i1 %condition, label %true, label %false
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
base-pointers-10.ll 16 %condition = call i1 @runtime_value()
19 br i1 %condition, label %true, label %false
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
opencv.props 9 <DebugSuffix Condition="'$(Configuration)'=='Debug'">d</DebugSuffix>
10 <DebugSuffix Condition="'$(Configuration)'!='Debug'">
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
opencv.props 9 <DebugSuffix Condition="'$(Configuration)'=='Debug'">d</DebugSuffix>
10 <DebugSuffix Condition="'$(Configuration)'!='Debug'"></DebugSuffix>
  /external/regex-re2/util/
logging.h 14 #define DCHECK(condition) assert(condition)
  /external/v8/test/mjsunit/regress/
regress-350863.js 31 function __f_8(base, condition) {
34 if (condition) {
  /external/valgrind/drd/
drd_cond.c 94 "Destroying condition variable that is being"
183 "not a condition variable",
194 "destruction of condition variable being waited"
223 "not a condition variable",
240 "Inconsistent association of condition variable"
286 "condition variable has been destroyed while"
316 * This can indicate but is not necessarily a race condition.
344 "condition variable has not been initialized",
  /external/valgrind/drd/tests/
atomic_var.c 2 * This test program triggers a single race condition on variable s_y.
4 * condition must be reported on this variable since it is only accessed via
  /frameworks/av/include/media/stagefright/
MediaAdapter.h 62 Condition mBufferReadCond;
64 Condition mBufferReturnedCond;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CallbackProcessor.h 24 #include <utils/Condition.h>
64 Condition mCallbackAvailableSignal;
JpegProcessor.h 24 #include <utils/Condition.h>
71 Condition mCaptureDoneSignal;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
GLThreadManager.java 61 public final ConditionVariable condition; field in class:GLThreadManager.ConfigureHolder
65 public ConfigureHolder(ConditionVariable condition, Collection<Pair<Surface,
67 this.condition = condition;
91 configure.condition.open();
216 final ConditionVariable condition = new ConditionVariable(/*closed*/false); local
217 ConfigureHolder configure = new ConfigureHolder(condition, surfaces, collector);
223 condition.block();
  /frameworks/base/libs/hwui/renderthread/
DrawFrameTask.h 21 #include <utils/Condition.h>
80 Condition mSignal;
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Dependency.java 37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) {
40 mCondition = condition;
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiObject2Asserts.java 33 * @param searchCondition the condition to wait for.
44 * @param searchCondition the condition to wait for.

Completed in 1890 milliseconds

<<21222324252627282930>>