/external/iptables/iptables/ |
H A D | iptables-xml.c | 346 isTarget(char *arg) function 400 while (arg < argc && (argvattr[arg] || !isTarget(argv[arg]))) 413 if (i < argc && argv[i][0] == '-' && !isTarget(argv[i]) 421 if (part == -1 && !argvattr[arg] && (isTarget(argv[arg]))) { 429 } else if (!argvattr[arg] && isTarget(argv[arg]) 460 && (isTarget(argv[arg]) 476 && (isTarget(argv[arg + 1]) 545 if (isTarget(oldargv[old]) && isTarget(newargv[new])) { 582 if (combine && argc > 2 && !isTarget(arg [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 325 SDValue getConstant(uint64_t Val, EVT VT, bool isTarget = false); 326 SDValue getConstant(const APInt &Val, EVT VT, bool isTarget = false); 327 SDValue getConstant(const ConstantInt &Val, EVT VT, bool isTarget = false); 328 SDValue getIntPtrConstant(uint64_t Val, bool isTarget = false); 340 SDValue getConstantFP(double Val, EVT VT, bool isTarget = false); 341 SDValue getConstantFP(const APFloat& Val, EVT VT, bool isTarget = false); 342 SDValue getConstantFP(const ConstantFP &CF, EVT VT, bool isTarget = false); 360 SDValue getFrameIndex(int FI, EVT VT, bool isTarget = false); 364 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 397 bool isTarget [all...] |
H A D | SelectionDAGNodes.h | 1148 ConstantSDNode(bool isTarget, const ConstantInt *val, EVT VT) argument 1149 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 1173 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT) argument 1174 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 1288 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, argument 1290 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 1296 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, argument 1298 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 1479 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned char TF, EVT VT) argument 1480 : SDNode(isTarget [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
H A D | MapMaker.java | 318 if (isTarget(bb, blocks[i - 1])) { 336 private boolean isTarget(TypedBlock cur, TypedBlock prev) { method in class:MapMaker 480 if (effective[i] = isTarget(bb, blocks[i - 1])) {
|
H A D | BasicBlock.java | 189 boolean isBlockBegin, boolean isTarget) { 201 if (isTarget) 188 makeMark0(HashMap table, int pos, boolean isBlockBegin, boolean isTarget) argument
|
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 478 bool isTarget = false, bool isOpaque = false); 480 bool isTarget = false, bool isOpaque = false); 482 bool isTarget = false, bool isOpaque = false); 484 bool isTarget = false); 508 bool isTarget = false); 510 bool isTarget = false); 512 bool isTarget = false); 532 SDValue getFrameIndex(int FI, EVT VT, bool isTarget = false); 536 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 574 int64_t Offset = 0, bool isTarget [all...] |
H A D | SelectionDAGNodes.h | 1283 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val, argument 1285 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DL, 1312 ConstantFPSDNode(bool isTarget, const ConstantFP *val, const DebugLoc &DL, argument 1314 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0, DL, 1442 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, argument 1444 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1450 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, argument 1452 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1694 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned char TF, EVT VT) argument 1695 : SDNode(isTarget [all...] |
/external/llvm/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 437 bool isTarget = Defs[I]->getValueAsBit("isTarget"); local 438 if (isTarget == TargetOnly)
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
H A D | CodeGenTarget.cpp | 353 bool isTarget = I[i]->getValueAsBit("isTarget"); local 354 if (isTarget == TargetOnly)
|
/external/proguard/src/proguard/optimize/peephole/ |
H A D | InstructionSequenceReplacer.java | 157 branchTargetFinder.isTarget(offset)) ||
|
H A D | BranchTargetFinder.java | 106 public boolean isTarget(int offset) method in class:BranchTargetFinder
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1203 bool isTarget) { 1204 return getConstant(Val, DL, TLI->getPointerTy(getDataLayout()), isTarget); 1208 bool isTarget) { 1209 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); 1213 EVT VT, bool isTarget) { 1221 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; 1232 N = newSDNode<ConstantFPSDNode>(isTarget, &V, DL.getDebugLoc(), EltVT); 1244 bool isTarget) { 1247 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); 1249 return getConstantFP(APFloat(Val), DL, VT, isTarget); 1202 getIntPtrConstant(uint64_t Val, const SDLoc &DL, bool isTarget) argument 1207 getConstantFP(const APFloat &V, const SDLoc &DL, EVT VT, bool isTarget) argument 1212 getConstantFP(const ConstantFP &V, const SDLoc &DL, EVT VT, bool isTarget) argument 1243 getConstantFP(double Val, const SDLoc &DL, EVT VT, bool isTarget) argument 1295 getFrameIndex(int FI, EVT VT, bool isTarget) argument 1310 getJumpTable(int JTI, EVT VT, bool isTarget, unsigned char TargetFlags) argument 1329 getConstantPool(const Constant *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument 1356 getConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument 1724 getBlockAddress(const BlockAddress *BA, EVT VT, int64_t Offset, bool isTarget, unsigned char TargetFlags) argument [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 979 SDValue SelectionDAG::getIntPtrConstant(uint64_t Val, bool isTarget) { argument 980 return getConstant(Val, TLI.getPointerTy(), isTarget); 984 SDValue SelectionDAG::getConstantFP(const APFloat& V, EVT VT, bool isTarget) { argument 985 return getConstantFP(*ConstantFP::get(*getContext(), V), VT, isTarget); 988 SDValue SelectionDAG::getConstantFP(const ConstantFP& V, EVT VT, bool isTarget){ argument 996 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; 1007 N = new (NodeAllocator) ConstantFPSDNode(isTarget, &V, EltVT); 1022 SDValue SelectionDAG::getConstantFP(double Val, EVT VT, bool isTarget) { argument 1025 return getConstantFP(APFloat((float)Val), VT, isTarget); 1027 return getConstantFP(APFloat(Val), VT, isTarget); 1082 getFrameIndex(int FI, EVT VT, bool isTarget) argument 1097 getJumpTable(int JTI, EVT VT, bool isTarget, unsigned char TargetFlags) argument 1117 getConstantPool(const Constant *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument 1144 getConstantPool(MachineConstantPoolValue *C, EVT VT, unsigned Alignment, int Offset, bool isTarget, unsigned char TargetFlags) argument 1388 getBlockAddress(const BlockAddress *BA, EVT VT, bool isTarget, unsigned char TargetFlags) argument [all...] |
/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessQueriesTests.cpp | 508 while (isTarget(++invalid_target)) 1251 bool ErrorsTest::isTarget(glw::GLenum maybe_target) function in class:gl4cts::DirectStateAccess::Queries::ErrorsTest
|
H A D | gl4cDirectStateAccessTests.hpp | 945 bool isTarget(glw::GLenum maybe_target);
|
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/robolectric/v1/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |