Searched defs:guards (Results 1 - 8 of 8) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1307 char *guards[2] = {block - MALLOC_GUARD_SIZE, local
1309 for (i = 0; i < ARRAY_LENGTH(guards); i++) {
1311 char * const guard = guards[i];
/external/chromium_org/v8/src/
H A Djsregexp.h610 // character and that has no guards on it.
1040 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
H A Djsregexp.cc2870 if (alternative.guards() != NULL && alternative.guards()->length() != 0) {
3905 ZoneList<Guard*>* guards = alternative.guards(); local
3906 int guard_count = (guards == NULL) ? 0 : guards->length();
3908 DCHECK(!trace->mentions_reg(guards->at(j)->reg()));
4058 if (alt1.guards() != NULL && alt1.guards()->length() != 0) {
4123 ZoneList<Guard*>* guards local
4206 ZoneList<Guard*>* guards = alternative.guards(); local
[all...]
/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/ ...
/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/ ...

Completed in 135 milliseconds