HomeSort by relevance Sort by last modified time
    Searched refs:existed (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileUtilities.h 54 bool existed; local
55 sys::fs::remove(Filename.str(), existed);
65 bool existed; local
66 sys::fs::remove(Filename.str(), existed);
FileSystem.h 136 /// @param existed Set to true if \a path already existed, false otherwise.
137 /// @returns errc::success if is_directory(path) and existed have been set,
139 error_code create_directories(const Twine &path, bool &existed);
144 /// @param existed Set to true if \a path already existed, false otherwise.
145 /// @returns errc::success if is_directory(path) and existed have been set,
147 error_code create_directory(const Twine &path, bool &existed);
175 /// @param existed Set to true if \a path existed, false if it did not
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneTracker.java 58 boolean existed = mActivePanes.remove(pane);
59 if (!existed) return;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
req.s 31 # already existed.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ConfigParser.py 418 existed = option in sectdict
419 if existed:
421 return existed
425 existed = section in self._sections
426 if existed:
428 return existed
  /external/python/cpython2/Lib/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 426 existed = option in sectdict
427 if existed:
429 return existed
433 existed = section in self._sections
434 if existed:
436 return existed
  /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/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/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 649 error_code create_directories(const Twine &path, bool &existed) {
659 if (error_code ec = create_directories(parent, existed)) return ec;
661 return create_directory(p, existed);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableNotificationRow.java 835 boolean existed = mMenuRow.getMenuView() != null;
836 if (existed) {
846 if (existed) {
853 boolean existed = mMenuRow.getMenuView() != null;
855 if (existed) {
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
key.go 136 // whether the key already existed.
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
key.go 136 // whether the key already existed.
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 151 /// <exception cref="DescriptorValidationException">The symbol already existed
  /external/iproute2/doc/
api-ip6-flowlabels.tex 101 one justification existed, IPv6 address alignment left 4 byte
  /prebuilts/go/darwin-x86/src/encoding/xml/
xml.go 435 // the stack to restore the name translations that existed
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
xml.go 435 // the stack to restore the name translations that existed
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 

Completed in 2335 milliseconds

1 2 3 4