HomeSort by relevance Sort by last modified time
    Searched full:with_threads (Results 1 - 20 of 20) sorted by null

  /external/libxml2/win32/
Makefile.bcb 47 !if "$(WITH_THREADS)" != "no"
55 !if "$(WITH_THREADS)" != "no"
61 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls"
63 !else if "$(WITH_THREADS)" == "native"
65 !else if "$(WITH_THREADS)" == "posix"
80 !if "$(WITH_THREADS)" != "no" && "$(DYNRUNTIME)" == "1"
82 !elif "$(WITH_THREADS)" != "no"
101 !if "$(WITH_THREADS)" == "posix"
234 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native
    [all...]
Makefile.mingw 37 ifeq ($(WITH_THREADS),1)
45 ifneq ($(WITH_THREADS),no)
48 ifeq ($(WITH_THREADS),yes)
51 ifeq ($(WITH_THREADS),ctls)
54 ifeq ($(WITH_THREADS),native)
57 ifeq ($(WITH_THREADS),posix)
92 ifeq ($(WITH_THREADS),posix)
231 ifeq ($(WITH_THREADS),yes)
234 ifeq ($(WITH_THREADS),ctls)
237 ifeq ($(WITH_THREADS),native
    [all...]
Makefile.msvc 40 !if "$(WITH_THREADS)" != "no"
48 !if "$(WITH_THREADS)" != "no"
51 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls"
53 !else if "$(WITH_THREADS)" == "native"
55 !else if "$(WITH_THREADS)" == "posix"
88 !if "$(WITH_THREADS)" == "posix"
269 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native
    [all...]
configure.js 229 vf.WriteLine("WITH_THREADS=" + withThreads);
306 } else if (s.search(/\@WITH_THREADS\@/) != -1) {
307 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
397 } else if (s.search(/\@WITH_THREADS\@/) != -1) {
398 of.WriteLine(s.replace(/\@WITH_THREADS\@/, withThreads == "no"? "0" : "1"));
  /external/libxml2/
libxml2-config.cmake.in 28 if(@WITH_THREADS@)
configure.ac 344 if test "$with_threads" = ""
346 with_threads=no
1045 WITH_THREADS=0
1051 if test "$with_threads" = "no" ; then
1058 *mingw32*) if test "$with_threads" != "pthread" && test "$with_threads" != "no"; then
1059 WITH_THREADS="1"
1068 if test "$with_threads" = "pthread" || test "$with_threads" = "" || test "$with_threads" = "yes" ; the
    [all...]
  /external/libxml2/bakefile/
libxml2.bkl 193 <set var="WITH_THREADS">native</set>
196 <option name="WITH_THREADS">
389 <if cond="HAS_DEFINE_ARG=='1' and WITH_THREADS=='native'">
392 <if cond="HAS_DEFINE_ARG=='1' and WITH_THREADS=='ctls'">
395 <if cond="HAS_DEFINE_ARG=='1' and WITH_THREADS=='posix'">
401 <if cond="WITH_THREADS=='native'">$(THREADS_DEF) $(__DEFINE_ARG)__MT__</if>
402 <if cond="WITH_THREADS=='ctls'">$(THREADS_DEF) $(__DEFINE_ARG)__MT__</if>
403 <if cond="WITH_THREADS=='posix'">$(THREADS_DEF) $(__DEFINE_ARG)__MT__</if>
420 <set var="WSOCK32_LIB"><if cond="WITH_THREADS=='native'">wsock32</if></set>
422 <set var="POSIX_LIB"><if cond="WITH_THREADS=='posix'">pthreadVC</if></set>
    [all...]
  /external/libxml2/python/
setup.py.in 14 with_threads = @WITH_THREADS@ variable
172 if with_threads:
setup.py 14 with_threads = 1 variable
172 if with_threads:
  /external/libmicrohttpd/
configure.ac 91 [], [with_threads='auto'])
92 test "x$with_threads" = "xwin32" && with_threads='w32'
93 test "x$with_threads" = "xpthreads" && with_threads='posix'
188 if test "x$with_threads" = "xposix"; then
199 elif test "x$with_threads" = "xw32"; then
configure 864 with_threads
    [all...]
  /external/libxml2/os400/
initscript.sh 64 setenv WITH_THREADS 1 # Configure thread support.
283 -e "s#@WITH_THREADS@#${WITH_THREADS}#g" \
  /external/libxml2/include/libxml/
xmlversion.h.in 93 #if @WITH_THREADS@
  /external/libxml2/os400/libxmlrpg/
xmlversion.rpgle.in 71 /if defined(DEFINED_@WITH_THREADS@)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sys.py 315 # Test sys._current_frames() in a WITH_THREADS build.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sys.py 315 # Test sys._current_frames() in a WITH_THREADS build.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 315 # Test sys._current_frames() in a WITH_THREADS build.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 315 # Test sys._current_frames() in a WITH_THREADS build.
  /external/ImageMagick/
configure.ac 479 [with_threads=$withval],
480 [with_threads='yes'])
484 if test "$with_threads" != 'no'; then
925 if test "$with_threads" = 'yes'; then
    [all...]
configure 1152 with_threads
    [all...]

Completed in 1212 milliseconds