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

  /art/runtime/lambda/
art_lambda_method.cc 62 const char* long_type = captured_variables_type_descriptor; local
64 while ((long_type = ShortyFieldType::ParseFromFieldTypeDescriptor(long_type, &out))
  /external/pdfium/third_party/agg23/
agg_color_gray.h 36 typedef int32 long_type; typedef in struct:agg::gray8
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
compat.py 62 long_type = int variable
66 long_type = long variable
requestlog.py 7 from boto.compat import long_type namespace
25 duration = (td.microseconds + long_type(td.seconds + td.days * 24 * 3600) * 1e6) / 1e6
  /external/ltrace/
zero.c 48 struct arg_type_info *long_type = type_get_simple(ARGTYPE_LONG); local
49 value_init_detached(ret_value, NULL, long_type, 0);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
types.py 32 from boto.compat import filter, map, six, long_type namespace
57 types = (int, long_type, float, Decimal, bool)
59 types = (int, long_type, float, Decimal)
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation_test.py 160 long_type = 'function():?|{handleEvent:function(?=):?,sample:?}|?='
161 record = self._ParseType(long_type)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer2.py 36 from boto.compat import six, long_type namespace
166 if isinstance(val, (int, long_type, float, six.string_types)):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
sdbmanager.py 31 from boto.compat import map, six, long_type namespace
198 value = long_type(value)
203 value = long_type(value)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
property.py 30 from boto.compat import six, long_type namespace
339 data_type = long_type
347 value = long_type(value)
  /art/compiler/utils/mips/
assembler_mips.h 746 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
    [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 658 void InitShortOrLong(OffsetBits ofs_size, Type short_type, Type long_type);
assembler_mips64.cc     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/dynamodb2/
test_table.py 14 from boto.compat import six, long_type namespace
    [all...]

Completed in 430 milliseconds