HomeSort by relevance Sort by last modified time
    Searched refs:op_name (Results 1 - 25 of 38) 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);
  /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/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
fault_pm_nameservice_test.cc 215 std::string op_name(message_data.AsString());
220 op_name.c_str());
223 if (op_name == kMsgHandlers[ix].request) {
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/nameservice/
pm_nameservice_test.cc 215 std::string op_name(message_data.AsString());
220 op_name.c_str());
223 if (op_name == kMsgHandlers[ix].request) {
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc 143 char const *op_name; member in struct:Worker::DispatchTable
385 // scan dispatch table for op_name
387 for (size_t ix = 0; kDispatch[ix].op_name != NULL; ++ix) {
389 "RunToCompletion: comparing against %s\n", kDispatch[ix].op_name);
390 if (req->msg == kDispatch[ix].op_name) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.h 715 #define GTEST_IMPL_CMP_HELPER(op_name, op)\
717 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
729 AssertionResult CmpHelper##op_name(const char* expr1, const char* expr2, \
    [all...]
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/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...]
  /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 139 ((TextView)view.findViewById(R.id.op_name)).setText(
AppOpsCategory.java 295 ((TextView)view.findViewById(R.id.op_name)).setText(item.getSummaryText(mState));
  /external/chromium/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/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/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/open-vcdiff/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /art/compiler/dex/quick/
codegen_util.cc 181 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode),
187 op_name.c_str(), op_operands.c_str(),
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 906 const char* op_name = Token::Name(op_); local
913 op_name,
981 const char* op_name = Token::Name(op_); local
    [all...]

Completed in 899 milliseconds

1 2