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

  /external/deqp/modules/gles31/scripts/
gen-implicit-conversions.py 340 def __init__(self, name, op, in_type, out_type, reverse=False):
349 self.in_type = in_type
393 in_values = IN_VALUES[self.in_type]
399 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values))
406 def __init__(self, name, op, in_type, out_type, reverse=False):
407 super(ComparisonsCase, self).__init__(name, op, in_type, out_type, reverse)
430 in_values = IN_VALUES[self.in_type]
436 out.append(valuesToStr("input %s in0" % (self.in_type), self.in_type, in_values)
    [all...]
  /system/update_engine/
omaha_request_action.h 82 explicit OmahaEvent(Type in_type)
83 : type(in_type),
86 OmahaEvent(Type in_type, Result in_result, ErrorCode in_error_code)
87 : type(in_type),
  /external/vboot_reference/futility/
traversal.h 64 enum futil_file_type in_type; member in struct:futil_traverse_state_s
traversal.c 213 state->in_type = type;
cmd_sign.c 371 if (state->in_type == FILE_TYPE_UNKNOWN) {
505 switch (state->in_type) {
cmd_show.c 523 switch (state->in_type) {
  /external/openssh/
moduli.c 583 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; local
641 in_type = strtoul(cp, &cp, 10);
664 switch (in_type) {
666 debug2("%10u: (%u) Sophie-Germain", count_in, in_type);
683 debug2("%10u: (%u)", count_in, in_type);
  /external/libchrome/base/posix/
file_descriptor_shuffle_unittest.cc 24 Action(Type in_type, int in_fd1, int in_fd2 = -1)
25 : type(in_type),
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 463 cmsUInt32Number in_type; local
482 in_type = TYPE_RGB_8;
485 in_type = TYPE_RGB_16;
492 in_type = TYPE_GRAY_8;
495 in_type = TYPE_GRAY_16;
501 in_type = TYPE_YCbCr_16;
509 cmsCreateTransform(in_prof, in_type, out_prof, out_type, intent, 0);
  /system/update_engine/payload_generator/
payload_file.cc 39 DeltaObject(const string& in_name, const int in_type, const off_t in_size)
41 type(in_type),
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 215 int in_type; member in struct:request_collection
2199 int in_type = FT_OTHER; local
6281 int in_type = FT_OTHER; local
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
multiplex_router.cc 281 explicit Task(Type in_type) : type(in_type) {}
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c 4194 enum CCVALTYPE val_type, in_type; local
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc     [all...]
code_generator_arm64.cc 3158 Primitive::Type in_type = compare->InputAt(0)->GetType(); local
3187 Primitive::Type in_type = compare->InputAt(0)->GetType(); local
    [all...]
code_generator_mips.cc     [all...]

Completed in 1055 milliseconds