HomeSort by relevance Sort by last modified time
    Searched full:int_types (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/markupsafe/
_compat.py 19 int_types = (int,) variable
24 int_types = (int, long) variable
__init__.py 12 from markupsafe._compat import text_type, string_types, int_types, \
89 if isinstance(num, int_types):
13 unichr, PY2 namespace
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 353 int_types = ['char', 'short', 'Py_UNICODE', 'int', 'long', 'longlong', 'Py_ssize_t', 'size_t'] variable
368 for name in int_types:
384 for t in int_types + float_types + complex_types + other_types:
  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
integers.h 72 # include <sys/int_types.h> /* this exists on Sun OS */
  /external/compiler-rt/lib/builtins/
int_lib.h 57 #include "int_types.h"
  /external/srtp/crypto/include/
integers.h 72 # include <sys/int_types.h> /* this exists on Sun OS */
config.h 76 /* Define to 1 if you have the <sys/int_types.h> header file. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 51 int_types = unsigned_int_types + signed_int_types variable
145 for c_typ in int_types:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_bitfields.py 51 int_types = unsigned_int_types + signed_int_types variable
145 for c_typ in int_types:
  /external/qemu/include/qemu/
osdep.h 23 /* [u]int_fast*_t not in <sys/int_types.h> */
  /external/srtp/
config.h_win32vc7 79 /* Define to 1 if you have the <sys/int_types.h> header file. */
config.hw 80 /* Define to 1 if you have the <sys/int_types.h> header file. */
config_in.h 75 /* Define to 1 if you have the <sys/int_types.h> header file. */
configure.in 96 AC_CHECK_HEADERS(sys/int_types.h)
config.log 414 configure:4226: checking sys/int_types.h usability
416 conftest.c:61:27: error: sys/int_types.h: No such file or directory
479 | #include <sys/int_types.h>
481 configure:4271: checking sys/int_types.h presence
483 conftest.c:27:27: error: sys/int_types.h: No such file or directory
512 | #include <sys/int_types.h>
514 configure:4342: checking for sys/int_types.h
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/lib/rs/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libcompiler_rt.a     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/lib/rs/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/mips/
libcompiler_rt.a 607 2  : ; fH? external/compiler-rt/libashldi3.cint_types.h
    [all...]
  /external/srec/portable/include/
ptypes.h 137 #include <sys/int_types.h>
  /external/qemu/target-mips/
cpu.h 21 // uint_fast8_t and uint_fast16_t not in <sys/int_types.h>
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/rs/
libcompiler_rt.a     [all...]
  /prebuilts/sdk/renderscript/lib/x86/
libcompiler_rt.a     [all...]
  /external/chromium_org/third_party/qcms/
google.patch 319 -/* int_types.h gets included somehow, so avoid redefining the types differently */
320 -#include <sys/int_types.h>
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 153 return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
165 INT_TYPES: {"i1":0,"i8":0,"i16":0,"i32":0,"i64":0},
    [all...]

Completed in 2370 milliseconds

1 2