| /prebuilts/jdk/jdk9/darwin-x86/include/ |
| classfile_constants.h | 452 1, /* isub */ \
|
| /prebuilts/jdk/jdk9/linux-x86/include/ |
| classfile_constants.h | 452 1, /* isub */ \
|
| /system/sepolicy/prebuilts/api/26.0/private/ |
| service_contexts | 73 isub u:object_r:radio_service:s0
|
| /system/sepolicy/prebuilts/api/27.0/private/ |
| service_contexts | 74 isub u:object_r:radio_service:s0
|
| /system/sepolicy/prebuilts/api/28.0/private/ |
| service_contexts | 78 isub u:object_r:radio_service:s0
|
| /system/sepolicy/private/ |
| service_contexts | 78 isub u:object_r:radio_service:s0
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| ByteOps.java | 127 public static final int ISUB = 0x64; 455 "64 - isub;" +
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
| operator.c | 407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
| operator.c | 281 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
|
| /external/clang/test/Driver/ |
| cl-pch.cpp | 121 // /Yudir.h /Isub => dir.pch 122 // RUN: %clang_cl -Werror /Yupchfile.h /FIpchfile.h /Isub /c -### -- %s 2>&1 \
|
| /external/python/cpython2/Modules/ |
| operator.c | 407 spam2(isub,__isub__, "a = isub(a, b) -- Same as a -= b.")
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SubscriptionController.java | 86 public class SubscriptionController extends ISub.Stub { 210 if(ServiceManager.getService("isub") == null) { 211 ServiceManager.addService("isub", this); 227 if(ServiceManager.getService("isub") == null) { 228 ServiceManager.addService("isub", this); [all...] |
| /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
| PhoneNumberUtilTest.java | [all...] |
| /toolchain/binutils/binutils-2.27/opcodes/ |
| epiphany-opc.c | [all...] |
| /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
| DcTrackerTest.java | 77 import com.android.internal.telephony.ISub; 132 ISub mIsub; 465 mServiceManagerMockedServices.put("isub", mBinder); [all...] |
| /art/tools/titrace/ |
| instruction_decoder.cc | 354 case kIsub: return "isub";
|
| /dalvik/dx/tests/032-bb-live-code/ |
| expected.txt | 372 0076: isub
|
| /external/annotation-tools/asmx/src/org/objectweb/asm/ |
| Opcodes.java | 259 int ISUB = 100; // -
|
| /external/annotation-tools/asmx/src/org/objectweb/asm/commons/ |
| AdviceAdapter.java | 181 case ISUB:
|
| /external/proguard/src/proguard/classfile/instruction/ |
| InstructionConstants.java | 336 "isub",
|
| /external/spirv-llvm/lib/SPIRV/ |
| OCLUtil.h | 497 _SPIRV_OP(sub, ISub)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
| operator.so | |
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/pj/ |
| ops.d | 172 8a: 64 isub
|
| /external/python/cpython3/Modules/ |
| _operator.c | 364 spam2(isub, "a = isub(a, b) -- Same as a -= b.") [all...] |
| /external/annotation-tools/asmx/src/org/objectweb/asm/xml/ |
| ASMContentHandler.java | 215 OPCODES.put("ISUB", new Opcode(ISUB, OpcodeGroup.INSN)); [all...] |