/dalvik/dx/tests/094-scala-locals/ |
info.txt | 4 mark-local, with the second assignment eaten by copy-propogation.
|
/external/syslinux/core/lwip/src/core/ |
raw.c | 68 * @return - 1 if the packet has been eaten by a RAW PCB receive 71 * @return - 0 if packet is not eaten (pbuf is still referenced by the 81 u8_t eaten = 0; local 90 /* loop through all raw pcbs until the packet is eaten by one */ 92 while ((eaten == 0) && (pcb != NULL)) { 107 eaten = 1; 124 return eaten;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_pep292.py | 54 s = Template('tim has eaten $count bags of ham today')
56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today')
58 s = Template('tim has eaten ${count} bags of ham today')
59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
test_runpy.py | 102 self.expect_import_error("..eaten")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pep292.py | 54 s = Template('tim has eaten $count bags of ham today') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 58 s = Template('tim has eaten ${count} bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pep292.py | 54 s = Template('tim has eaten $count bags of ham today') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 58 s = Template('tim has eaten ${count} bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 54 s = Template('tim has eaten $count bags of ham today') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 58 s = Template('tim has eaten ${count} bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 54 s = Template('tim has eaten $count bags of ham today') 56 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 57 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 58 s = Template('tim has eaten ${count} bags of ham today') 59 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
/external/libvterm/src/ |
parser.c | 135 size_t eaten; local 140 if((eaten = (*vt->parser_callbacks->text)(str_frag, len, vt->cbdata))) 141 return eaten;
|
state.c | 210 size_t eaten = 0; local 214 !(bytes[eaten] & 0x80) ? &state->encoding[state->gl_set] : 220 bytes, &eaten, len); 346 return eaten; [all...] |
/external/syslinux/core/lwip/src/include/lwip/ |
raw.h | 55 * @return 1 if the packet was 'eaten' (aka. deleted),
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputLogicTestsLanguageWithoutSpaces.java | 71 final int typedLength = WORD_TO_TYPE.length() - 1; // -1 because space gets eaten
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
test_hyperparser.py | 224 # keywords which should be "eaten" 229 # keywords which should not be "eaten"
|
/external/python/cpython2/Lib/test/ |
test_string.py | 271 s = Template('tim has eaten $count bags of ham today') 273 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 274 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 275 s = Template('tim has eaten ${count} bags of ham today') 276 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
test_runpy.py | 102 self.expect_import_error("..eaten")
|
/external/python/cpython3/Lib/test/ |
test_string.py | 240 s = Template('tim has eaten $count bags of ham today') 242 eq(s.substitute(d), 'tim has eaten 7 bags of ham today') 243 eq(s.safe_substitute(d), 'tim has eaten 7 bags of ham today') 244 s = Template('tim has eaten ${count} bags of ham today') 245 eq(s.substitute(d), 'tim has eaten 7 bags of ham today')
|
/external/webrtc/talk/media/base/ |
rtpdump_unittest.cc | 185 // RTCP packets should be eaten. 213 // Write some RTP and RTCP packets. RTP packets should be eaten.
|
/cts/tests/tests/preference2/res/values/ |
arrays.xml | 143 <item>Oh... The cat\'s eaten it.</item>
|
/external/libchrome/base/strings/ |
pattern.cc | 94 // the current string or the string with one character eaten.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
m68k-dis.c | 626 /* Returns number of bytes "eaten" by the operand, or 1418 int eaten = print_insn_arg (d, buffer, p, memaddr + (p - buffer), info); local [all...] |
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/ |
DownloadManagerTest.java | 112 // Wrap InterruptedException since otherwise it gets eaten by AndroidTest
|
/external/honggfuzz/examples/linux_kernel_ip/ |
linux-kernel-4.10.0.patch | 82 if (!eaten) {
|
/development/samples/ApiDemos/res/values/ |
arrays.xml | 152 <item>Oh... The cat\'s eaten it.</item>
|
/external/llvm/lib/Target/AMDGPU/Disassembler/ |
AMDGPUDisassembler.cpp | 139 // Reinitialize Bytes as DPP64 could have eaten too much
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
LLParser.h | 339 // normal result, an error result, or return having eaten an extra comma.
|