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

1 2

  /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) {
  /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 181 std::string op_name(message_data.AsString());
186 op_name.c_str());
189 if (op_name == kMsgHandlers[ix].request) {
  /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_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/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 2145 const char *op_name; local
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 256 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode),
262 op_name.c_str(), op_operands.c_str(),
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc     [all...]

Completed in 931 milliseconds

1 2