Searched refs:op_name (Results 1 - 23 of 23) sorted by relevance

/external/openfst/src/script/
H A Dscript-impl.cc28 const string &op_name) {
30 LOG(ERROR) << "FSTs with non-matching arc types passed to " << op_name
27 ArcTypesMatch(const FstClass &a, const FstClass &b, const string &op_name) argument
/external/openfst/src/include/fst/script/
H A Dscript-impl.h182 void Apply(const string &op_name, const string &arc_type, argument
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);
/external/boringssl/src/crypto/
H A Dconstant_time_test.c59 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);
58 test_binary_op(unsigned int (*op)(unsigned int a, unsigned int b), const char* op_name, unsigned int a, unsigned int b, int is_true) argument
76 test_binary_op_8(uint8_t (op)unsigned int a, unsigned int b), const char* op_name, unsigned int a, unsigned int b, int is_true) argument
/external/elfutils/src/tests/
H A Daddrcfi.c33 op_name (unsigned int code) function
62 printf (" %s", op_name(ops[i].atom));
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py564 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)
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1436 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1438 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1449 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1430 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1432 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1443 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1426 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1428 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1439 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/mesa3d/src/mesa/main/
H A Datifragshader.c156 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/
H A Dgtest.h1359 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1361 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1373 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/elfutils/src/src/
H A Dreadelf.c3965 const char *op_name = dwarf_locexpr_opcode_string (op); local
3966 if (unlikely (op_name == NULL))
3973 op_name = buf;
3993 indent, "", (uintmax_t) offset, op_name, a);
4013 op_name, (uintmax_t) addr);
4025 op_name, *((uint8_t *) data));
4036 op_name, read_2ubyte_unaligned (dbg, data));
4047 op_name, read_4ubyte_unaligned (dbg, data));
4058 op_name, (uint64_t) read_8ubyte_unaligned (dbg, data));
4069 op_name, *((int8_
4333 indent, "", (uintmax_t) offset, op_name); local
[all...]
/external/libdrm/intel/
H A Dintel_decode.c853 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);
852 i915_decode_alu1(struct drm_intel_decode *ctx, int i, char *instr_prefix, const char *op_name) argument
867 i915_decode_alu2(struct drm_intel_decode *ctx, int i, char *instr_prefix, const char *op_name) argument
883 i915_decode_alu3(struct drm_intel_decode *ctx, int i, char *instr_prefix, const char *op_name) argument
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c2172 const char *op_name; local
2233 op_name = xml_node_get_localname(ctx->xml, node);
2234 if (op_name == NULL) {
2235 debug_print(ctx, 1, "Could not get op_name");
2239 if (strcmp(op_name, "sppPostDevData") == 0) {
2245 } else if (strcmp(op_name, "sppUpdateResponse") == 0) {
2255 debug_print(ctx, 1, "Unsupported operation '%s'", op_name);
/external/gtest/include/gtest/
H A Dgtest.h1558 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1560 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
1571 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1130 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1131 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/gtest/src/
H A Dgtest.cc1132 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1133 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1129 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1130 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1129 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1130 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/protobuf/gtest/src/
H A Dgtest.cc1147 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
1148 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2616 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
2617 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2487 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
2488 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
H A Dgtest.h16947 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
16949 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
16961 GTEST_API_ AssertionResult CmpHelper##op_name(\
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18971 #define GTEST_IMPL_CMP_HELPER_(op_name, op)\
18973 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
18984 GTEST_API_ AssertionResult CmpHelper##op_name(\

Completed in 2278 milliseconds