Home
last modified time | relevance | path

Searched refs:new_ (Results 1 – 13 of 13) sorted by relevance

/external/opencv/cvaux/src/
Dcvclique.cpp348 int* new_ = All[k+1];
362 new_[newne] = old[i];
377 new_[newce] = old[i];
595 int* new_ = All[k+1];
609 new_[newne] = old[i];
621 new_[newce] = old[i];
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D02-dump5 set | sed -ne 's/^new_//p' | sort
D01-test6 set | grep "^\(new_\|old_\|ra_count=\|ra[0-9]*_\)" | sort
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h690 #define __sanitizer_syscall_pre_symlink(old, new_) \ argument
691 __sanitizer_syscall_pre_impl_symlink((long)(old), (long)(new_))
692 #define __sanitizer_syscall_post_symlink(res, old, new_) \ argument
693 __sanitizer_syscall_post_impl_symlink(res, (long)(old), (long)(new_))
2387 void __sanitizer_syscall_pre_impl_symlink(long old, long new_);
2388 void __sanitizer_syscall_post_impl_symlink(long res, long old, long new_);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1192 PRE_SYSCALL(symlink)(const void *old, const void *new_) {
1194 if (new_)
1195 PRE_READ(new_, __sanitizer::internal_strlen((const char *)new_) + 1);
1198 POST_SYSCALL(symlink)(long res, const void *old, const void *new_) {}
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3268 function _rename(old, new_) { argument
3272 var newObj = FS.analyzePath(Pointer_stringify(new_));