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

  /external/quake/quake/src/QW/server/
sys_unix.c 91 static int secbase; local
95 if (!secbase)
97 secbase = tp.tv_sec;
101 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
  /external/quake/quake/src/QW/client/
sys_android.c 292 static int secbase; local
296 if (!secbase)
298 secbase = tp.tv_sec;
302 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
sys_linux.c 287 static int secbase; local
291 if (!secbase)
293 secbase = tp.tv_sec;
297 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
  /external/quake/quake/src/WinQuake/
sys_sun.cpp 253 static int secbase; local
257 if (!secbase)
259 secbase = tp.tv_sec;
263 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
sys_android.cpp 326 static int secbase; local
330 if (!secbase)
332 secbase = tp.tv_sec;
336 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
sys_linux.cpp 285 static int secbase; local
289 if (!secbase)
291 secbase = tp.tv_sec;
295 return (tp.tv_sec - secbase) + tp.tv_usec/1000000.0;
  /external/webkit/Source/WebCore/platform/network/
Credential.h 33 #include <Security/SecBase.h>
  /external/chromium/crypto/
cssm_init.cc 7 #include <Security/SecBase.h>
  /external/chromium/net/base/
test_root_certs_mac.cc 19 // Declared in <Security/SecBase.h> of the 10.6 SDK.
x509_certificate.h 26 #include <Security/SecBase.h>
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.cc 101 #include <Security/SecBase.h>
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]

Completed in 1321 milliseconds