Searched defs:CUTOFF (Results 1 - 9 of 9) sorted by relevance

/external/bison/lib/
H A Dobstack_printf.c60 enum { CUTOFF = 1024 }; enumerator in enum:__anon338
61 char buf[CUTOFF];
66 if (len < CUTOFF)
69 len = CUTOFF;
/external/chromium_org/tools/valgrind/
H A Dscan-build.py26 # If we don't find anything after searching |CUTOFF| logs, we're probably done.
27 CUTOFF = 100 variable
114 while build != 0 and no_results < CUTOFF:
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSet.java214 static final int CUTOFF = 1 << 29; field in class:ImmutableSet
223 if (setSize < CUTOFF) {
/external/opencv/cv/src/
H A Dcvstereogc.cpp51 #define CUTOFF 1000 macro
78 int dataCostFuncTab[CUTOFF+1];
79 int smoothnessR[CUTOFF*2+1];
88 // cutoffSqrTab[x] = MIN(x*x, CUTOFF)
100 icvCutoffSqrTab[i] = MIN(i*i, CUTOFF);
109 for( i = 0; i <= CUTOFF; i++ )
112 for( i = 0; i < CUTOFF*2 + 1; i++ )
113 state2->smoothnessR[i] = MIN(abs(i-CUTOFF), state2->interactionRadius);
409 // min(CUTOFF,
417 // min(CUTOFF,
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 229 milliseconds