HomeSort by relevance Sort by last modified time
    Searched full:existed (Results 76 - 100 of 401) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/jni/android/graphics/
Shader.cpp 64 // the proxy existed and it's matrix equals the desired matrix then just return
  /libcore/luni/src/test/java/libcore/java/util/
LinkedHashMapTest.java 66 // for existed key
  /prebuilts/tools/linux-x86_64/kythe/proto/
storage.proto 114 // Edges. Having records of when something existed may be important, but time
  /system/connectivity/apmanager/
device_info.cc 162 // Return if interface already existed. Could receive multiple add link event
  /system/connectivity/shill/
profile.h 109 // false if the |service| already existed.
  /external/dbus/dbus/
dbus-hash.c     [all...]
  /external/opencv/ml/src/
mlsvm.cpp 478 bool existed = row->data != 0;
481 if( existed || cache_size <= 0 )
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
504 if( !existed )
510 *_existed = existed;
516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed )
518 if( !existed )
569 bool existed = false; local
570 float* row = get_row_base( i, &existed );
571 return (this->*get_row_func)( i, row, dst, existed );
    [all...]
  /external/opencv3/modules/ml/src/
svm.cpp 446 typedef Qfloat* (Solver::*GetRow)( int i, Qfloat* row, Qfloat* dst, bool existed );
577 Qfloat* get_row_svc( int i, Qfloat* row, Qfloat*, bool existed )
579 if( !existed )
622 bool existed = false; local
623 float* row = get_row_base( i, &existed );
624 return (this->*get_row_func)( i, row, dst, existed );
    [all...]
  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 91 logging.warning('At least one test interface already existed.'
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_addrhashmap.h 41 // if !h.exists() then the element never existed
  /external/e2fsprogs/misc/
ext4.5.in 201 @QUOTA_MAN_COMMENT@group.quota which existed
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 232 // --gtest_internal_run_death_test flag, as it existed when
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 232 // --gtest_internal_run_death_test flag, as it existed when
  /external/kernel-headers/original/uapi/mtd/
mtd-abi.h 151 * Note, the following ioctl existed in the past and was removed:
  /external/libunwind_llvm/include/
unwind.h 316 // __register_frame() has existed in all versions of Mac OS X, but in 10.4 and
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 219 // --gtest_internal_run_death_test flag, as it existed when
  /external/ltrace/testsuite/
README 201 (1) Add new test case in an existed testcase directory.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 221 // --gtest_internal_run_death_test flag, as it existed when
  /external/mesa3d/src/mesa/main/
texparam.c 64 /* GL_CLAMP was removed in the core profile, and it has never existed in
414 * existed in OpenGL ES.
592 * It was removed in core-profile, and it has never existed in OpenGL
    [all...]
  /external/opencv/ml/include/
ml.h 392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed );
467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed );
468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );
    [all...]
  /external/opencv3/cmake/
OpenCVGenConfig.cmake 91 set(INSTALL_PATH_RELATIVE_IPPICV "non-existed-path")
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 188 // --gtest_internal_run_death_test flag, as it existed when
  /external/strace/linux/
mtd-abi.h 150 * Note, the following ioctl existed in the past and was removed:
  /external/v8/src/
key-accumulator.cc 123 // already existed before, hence we cannot add it to the properties
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 232 // --gtest_internal_run_death_test flag, as it existed when

Completed in 673 milliseconds

1 2 34 5 6 7 8 91011>>