Searched refs:escapes (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/
H A Dchar-escape.js28 // Check that character escapes are understood as one char
29 var escapes = ["\b", "\t", "\n", "\v", "\f", "\r", "\"", "\'", "\\", "\x4a", "\u005f"]; variable
30 for (var i = 0; i < escapes.length; i++) {
31 var str = escapes[i];
/external/libvpx/examples/includes/geshi/geshi/
H A Dd.php71 //Named entity escapes
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp3386 bool escapes = true; local
3388 // A value escapes in three possible cases (this may change):
3397 escapes = !regionLoc->getRegion()->hasStackStorage();
3399 if (!escapes) {
3401 // the same state, then it escapes (since the store cannot represent
3407 escapes = (state == (state->bindLoc(*regionLoc, val)));
3409 if (!escapes) {
3413 escapes = !isa<VarRegion>(regionLoc->getRegion());
3420 if (!escapes)
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php4156 * - ENT_COMPAT: escapes &, <, > and double quote (default)
4157 * - ENT_NOQUOTES: escapes only &, < and >
4158 * - ENT_QUOTES: escapes &, <, >, double and single quotes
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex1382 % @tex ... @end tex escapes into raw Tex temporarily.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/grub/docs/
H A Dtexinfo.tex4735 % @tex ... @end tex escapes into raw Tex temporarily.

Completed in 167 milliseconds