HomeSort by relevance Sort by last modified time
    Searched refs:WITH_PATTERN (Results 1 - 4 of 4) sorted by null

  /external/libxml2/os400/
initscript.sh 70 setenv WITH_PATTERN 1 # Compile pattern node selection interface.
264 -e "s#@WITH_PATTERN@#${WITH_PATTERN}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 150 #if @WITH_PATTERN@
  /external/v8/tools/
js2c.py 71 WITH_PATTERN = re.compile(r'\bwith\s*\(')
78 if WITH_PATTERN.search(lines):
  /external/libxml2/win32/
configure.js 255 vf.WriteLine("WITH_PATTERN=" + (withPattern? "1" : "0"));
362 } else if (s.search(/\@WITH_PATTERN\@/) != -1) {
363 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));

Completed in 123 milliseconds