HomeSort by relevance Sort by last modified time
    Searched defs:jit (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
autoportallocator.h 52 buzz::JingleInfoTask* jit = new buzz::JingleInfoTask(client); local
53 jit->SignalJingleInfo.connect(this, &AutoPortAllocator::OnJingleInfo);
54 jit->Start();
55 jit->RefreshJingleInfoNow();
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 784 def jit(self): pass member in class:TransUnit._psyco
  /external/pcre/dist/
RunTest.bat 18 @rem 12 requires presence of jit support
19 @rem 13 requires absence of jit support
20 @rem Sheri P also added override tests for study and jit testing
62 %pcretest% -C jit >NUL
63 set jit=%ERRORLEVEL% variable
312 if %jit% EQU 1 call :runsub 1 testoutjit "Test with JIT Override" -q -s+
318 if %jit% EQU 1 call :runsub 2 testoutjit "Test with JIT Override" -q -s+
324 if %jit% EQU 1 call :runsub 3 testoutjit "Test with JIT Override" -q -s
    [all...]
pcre_jit_test.c 11 This JIT compiler regression test program was written by Zoltan Herczeg
97 int jit = 0; local
99 pcre_config(PCRE_CONFIG_JIT, &jit);
101 pcre16_config(PCRE_CONFIG_JIT, &jit);
103 pcre32_config(PCRE_CONFIG_JIT, &jit);
105 if (!jit) {
106 printf("JIT must be enabled to run pcre_jit_test\n");
    [all...]
pcretest.c 491 pcre_config(), and the JIT stack functions, when it doesn't matter which
4383 int jit; local
    [all...]

Completed in 767 milliseconds