HomeSort by relevance Sort by last modified time
    Searched refs:op_name (Results 1 - 25 of 30) sorted by null

1 2

  /external/openfst/src/script/
script-impl.cc 28 const string &op_name) {
30 LOG(ERROR) << "FSTs with non-matching arc types passed to " << op_name
  /external/openfst/src/include/fst/script/
script-impl.h 182 void Apply(const string &op_name, const string &arc_type,
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
189 FSTERROR() << "No operation found for \"" << op_name << "\" on "
199 // The op_name is also printed.
201 const string &op_name);
  /art/test/701-easy-div-rem/
genMain.py 57 for op, op_name in (('/', 'Div'), ('%', 'Rem')):
59 local_vars['@OP_NAME@'] = op_name
61 public static void @INT@Check@OP_NAME@(String desc, @INT@ result, @INT@ dividend, @INT@ divisor) {
  /external/boringssl/src/crypto/
constant_time_test.c 59 const char* op_name, unsigned int a, unsigned int b,
65 op_name, a, b, CONSTTIME_TRUE, c);
70 op_name, a, b, CONSTTIME_FALSE, c);
77 const char* op_name, unsigned int a, unsigned int b,
83 op_name, a, b, CONSTTIME_TRUE_8, c);
88 op_name, a, b, CONSTTIME_FALSE_8, c);
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 68 static const char * const op_name[64] = { variable
359 db_printf("%s\t%s,", op_name[i.IType.op],
372 db_printf("%s\t%s,%s,", op_name[i.IType.op],
460 db_printf("%s\t", op_name[i.JType.op]);
467 db_printf("%s\tf%d,", op_name[i.IType.op],
482 db_printf("%s\t%s,", op_name[i.IType.op],
499 db_printf("%s\t%s,%s,0x%x", op_name[i.IType.op],
506 db_printf("%s\t%s,0x%x", op_name[i.IType.op],
513 op_name[i.IType.op],
531 db_printf("%s\t%s,%s,%d", op_name[i.IType.op]
    [all...]
  /external/elfutils/src/tests/
addrcfi.c 33 op_name (unsigned int code) function
62 printf (" %s", op_name(ops[i].atom));
  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_send.py 564 def large_emit_begin(self, f, op_name = None):
565 if not op_name:
566 op_name = f.opcode_real_name()
568 print 'const GLint op = %s;' % (op_name)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 128 ((TextView)view.findViewById(R.id.op_name)).setText(
AppOpsCategory.java 295 ((TextView)view.findViewById(R.id.op_name)).setText(item.getSummaryText(mState));
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 156 char *op_name; local
158 op_name = atifs_ops[(arg_count-1)+(optype?3:0)];
160 fprintf(stderr, "%s(%s, %s", op_name, _mesa_lookup_enum_by_nr(op),
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/elfutils/src/src/
readelf.c 3965 const char *op_name = dwarf_locexpr_opcode_string (op); local
4333 indent, "", (uintmax_t) offset, op_name); local
    [all...]
  /external/libdrm/intel/
intel_decode.c 853 int i, char *instr_prefix, const char *op_name)
861 op_name, dst, src0);
868 int i, char *instr_prefix, const char *op_name)
877 op_name, dst, src0, src1);
884 int i, char *instr_prefix, const char *op_name)
894 op_name, dst, src0, src1, src2);
    [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 2172 const char *op_name; local
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 271 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode),
278 op_name.c_str(), op_operands.c_str(),
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 1392 milliseconds

1 2