/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
xed_test.go | 51 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "GENERAL_ERROR", "INSTR_TOO_LONG", "BAD_LOCK_PREFIX") { 68 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, unsupported...) { 77 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "shl ") && (inst.Opcode>>16)&0xEC38 == 0xC030 { 84 if (contains(text, "error:") || isPrefix(text) && size == 1) && hasByte(dec.enc[:dec.nenc], 0x82, 0xC0, 0xC1, 0xD0, 0xD1, 0xD2, 0xD3, 0xF6, 0xF7) { 121 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "nop ") && (inst.Opcode>>8)&0xFFFF38 != 0x0F1F00 { 145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) { 150 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcom ") && hasByte(dec.enc[:dec.nenc], 0xD8, 0xDC) { 155 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcomp ") && hasByte(dec.enc[:dec.nenc], 0xDC, 0xDE) { 160 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fstp ") && hasByte(dec.enc[:dec.nenc], 0xDF) {
|
objdump_test.go | 57 if i := strings.LastIndex(dec.text, " "); isPrefix(dec.text[i+1:]) && size == 1 && isPrefix(text) { 96 if (text == "BAD" || size == 1 && isPrefix(text)) && hasPrefix(dec.text, unsupported...) { 101 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && hasPrefix(text, libopcodesUnsupported...) { 106 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && inst.Opcode>>24 == 0x90 && countPrefix(inst, 0xF2) > 0 { 113 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && contains(text, "%cr", "%db", "%tr") { 180 if (text == "BAD" || size == 1 && isPrefix(text)) && contains(dec.text, "swapgs", "syscall", "sysret", "rdfsbase", "rdgsbase", "wrfsbase", "wrgsbase") {
|
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/ |
xed_test.go | 51 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "GENERAL_ERROR", "INSTR_TOO_LONG", "BAD_LOCK_PREFIX") { 68 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, unsupported...) { 77 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "shl ") && (inst.Opcode>>16)&0xEC38 == 0xC030 { 84 if (contains(text, "error:") || isPrefix(text) && size == 1) && hasByte(dec.enc[:dec.nenc], 0x82, 0xC0, 0xC1, 0xD0, 0xD1, 0xD2, 0xD3, 0xF6, 0xF7) { 121 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "nop ") && (inst.Opcode>>8)&0xFFFF38 != 0x0F1F00 { 145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) { 150 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcom ") && hasByte(dec.enc[:dec.nenc], 0xD8, 0xDC) { 155 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcomp ") && hasByte(dec.enc[:dec.nenc], 0xDC, 0xDE) { 160 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fstp ") && hasByte(dec.enc[:dec.nenc], 0xDF) {
|
objdump_test.go | 57 if i := strings.LastIndex(dec.text, " "); isPrefix(dec.text[i+1:]) && size == 1 && isPrefix(text) { 96 if (text == "BAD" || size == 1 && isPrefix(text)) && hasPrefix(dec.text, unsupported...) { 101 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && hasPrefix(text, libopcodesUnsupported...) { 106 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && inst.Opcode>>24 == 0x90 && countPrefix(inst, 0xF2) > 0 { 113 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && contains(text, "%cr", "%db", "%tr") { 180 if (text == "BAD" || size == 1 && isPrefix(text)) && contains(dec.text, "swapgs", "syscall", "sysret", "rdfsbase", "rdgsbase", "wrfsbase", "wrgsbase") {
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
PrefixResolverDefault.java | 105 boolean isPrefix = aname.startsWith("xmlns:"); 107 if (isPrefix || aname.equals("xmlns")) 110 String p = isPrefix ? aname.substring(index + 1) : "";
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPPrefixResolver.java | 106 boolean isPrefix = aname.startsWith("xmlns:"); 108 if (isPrefix || aname.equals("xmlns")) { 110 String p =isPrefix ?aname.substring(index + 1) :"";
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/ |
IMSIParameter.java | 57 public boolean isPrefix() {
|
/frameworks/compile/mclinker/include/mcld/Script/ |
WildcardPattern.h | 45 bool isPrefix() const { return m_bIsPrefix; }
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
IMSIParameter.java | 61 public boolean isPrefix() {
|
/prebuilts/go/darwin-x86/src/bufio/ |
bufio_test.go | 768 line, isPrefix, err := l.ReadLine() 772 if isPrefix { 804 line, isPrefix, err := l.ReadLine() 805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil { 809 line, isPrefix, err = l.ReadLine() 810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil { 814 line, isPrefix, err = l.ReadLine() 815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil { 818 line, isPrefix, err = l.ReadLine() 819 if isPrefix || err == nil [all...] |
bufio.go | 344 // If the line was too long for the buffer then isPrefix is set and the 346 // from future calls. isPrefix will be false when returning the last fragment 356 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
|
/prebuilts/go/linux-x86/src/bufio/ |
bufio_test.go | 768 line, isPrefix, err := l.ReadLine() 772 if isPrefix { 804 line, isPrefix, err := l.ReadLine() 805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil { 809 line, isPrefix, err = l.ReadLine() 810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil { 814 line, isPrefix, err = l.ReadLine() 815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil { 818 line, isPrefix, err = l.ReadLine() 819 if isPrefix || err == nil [all...] |
bufio.go | 344 // If the line was too long for the buffer then isPrefix is set and the 346 // from future calls. isPrefix will be false when returning the last fragment 356 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
RegisteredAidCache.java | 161 boolean isPrefix = isPrefix(entry.getKey()); 162 String entryAid = isPrefix ? entry.getKey().substring(0, 164 if (entryAid.equalsIgnoreCase(aid) || (isPrefix && aid.startsWith(entryAid))) { 371 } else if (supportsAidPrefixRegistration() && prefixAids.size() > 0 && !isPrefix(aid)) { 406 static boolean isPrefix(String aid) { 456 if (isPrefix(aidToResolve)) {
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
bucket_listing_ref.py | 58 def IsPrefix(self):
|
ls_helper.py | 177 elif blr.IsPrefix(): 222 elif blr.IsPrefix():
|
/frameworks/compile/mclinker/lib/Script/ |
WildcardPattern.cpp | 42 if (isPrefix())
|
/external/smali/dexlib2/src/main/ragel/ |
SyntheticAccessorFSM.rl | 212 boolean isPrefix = putRegister == returnRegister; 255 if (isPrefix) {
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_wildcard_iterator.py | 126 if blr.IsPrefix(): 142 if blr.IsPrefix(): 157 if blr.IsPrefix():
|
/toolchain/binutils/binutils-2.25/opcodes/ |
i386-opc.tbl | [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
SyntheticAccessorFSM.java | 515 boolean isPrefix = putRegister == returnRegister; 558 if (isPrefix) {
|
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host.go | 235 line, isPrefix, err := linebody.ReadLine() 236 if isPrefix {
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host.go | 235 line, isPrefix, err := linebody.ReadLine() 236 if isPrefix {
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
BufferUtil.java | 342 public static boolean isPrefix(Buffer prefix,Buffer buffer)
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
HexagonMCInstrInfo.h | 253 bool isPrefix(MCInstrInfo const &MCII, MCInst const &MCI);
|