/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11events.c | 571 keysym.mod = KMOD_NONE; 669 keysym.mod = KMOD_NONE; 679 keysym.mod = KMOD_NONE; 699 keysym.mod = KMOD_NONE; 732 keysym.mod = KMOD_NONE; 771 keysym.mod = KMOD_NONE; [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 242 mod = None 246 mod = name[:-n] 248 if mod and mod != "__init__": 249 modules[mod] = mod
|
trace.py | 121 --ignore-module=<mod> Ignore the given module(s) and its submodules 149 for mod in self._mods: 150 if mod == modulename: # Identical names, so ignore 155 n = len(mod) 158 # of "name" is greater than that of "mod") 159 if mod == modulename[:n] and modulename[n] == '.': 747 for mod in val.split(","): 748 ignore_modules.append(mod.strip())
|
pickle.py | 743 mod = sys.modules[module] 744 klass = getattr(mod, name) 808 mod = getattr(func, "__module__", None) 809 if mod is not None: 810 return mod [all...] |
rexec.py | 54 return getattr(self.mod, self.name).%s(*args) 59 def __init__(self, mod, name): 60 self.mod = mod
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
modulefinder.py | 242 mod = None 246 mod = name[:-n] 248 if mod and mod != "__init__": 249 modules[mod] = mod
|
trace.py | 121 --ignore-module=<mod> Ignore the given module(s) and its submodules 149 for mod in self._mods: 150 if mod == modulename: # Identical names, so ignore 155 n = len(mod) 158 # of "name" is greater than that of "mod") 159 if mod == modulename[:n] and modulename[n] == '.': 747 for mod in val.split(","): 748 ignore_modules.append(mod.strip())
|
pickle.py | 743 mod = sys.modules[module] 744 klass = getattr(mod, name) 808 mod = getattr(func, "__module__", None) 809 if mod is not None: 810 return mod [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.h | [all...] |
/external/oprofile/libpp/ |
xml_utils.cpp | 635 module_info & mod = my_modules[m-1]; local 636 mod.set_end(it); 650 module_info & mod = my_modules[m-1]; local 651 mod.set_end(it); 652 add_to_summary(mod.get_summary());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
Tnaf.java | 344 u[i] = (byte) ECConstants.TWO.subtract((r0.subtract(r1.shiftLeft(1))).mod(ECConstants.FOUR)).intValue(); 527 tw = ECConstants.TWO.multiply(us[0]).multiply(u1invert).mod(twoToW); 756 // uUnMod = r0 + r1*tw mod 2^width 758 = r0.add(r1.multiply(tw)).mod(pow2w);
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 501 mod = modname.replace(self.info.executable, self.info.name) 503 mod = modname 504 self.fp.write('\n.P\n.I %s\n' % mod)
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api.cc | 1586 const CookieType& mod = *i->get(); local [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 641 const hw_module_t *mod; local 644 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &mod); 646 const gralloc_module_t *gr = (gralloc_module_t *) mod;
|
/external/chromium_org/third_party/python_gflags/ |
gflags2man.py | 501 mod = modname.replace(self.info.executable, self.info.name) 503 mod = modname 504 self.fp.write('\n.P\n.I %s\n' % mod)
|
/external/chromium_org/tools/valgrind/ |
suppressions.py | 419 (mod, func) = line.split('!') 420 if func == ELLIPSIS: # mod!ellipsis frame 421 regex += '(%s\!.*\n)+' % GlobToRegex(mod, ignore_case=True) 422 else: # mod!func frame 424 regex += '%s\!%s\n' % (GlobToRegex(mod, ignore_case=True), 462 re.compile(r"^.*\!.*$"), # mod!func 463 re.compile(r"^.*!\.\.\.$"), # mod!ellipsis 464 re.compile(r"^\<.*\+0x.*\>$"), # <mod+0xoffs> 895 # Test mod!... frames. [all...] |
/external/chromium_org/v8/src/ia32/ |
assembler-ia32-inl.h | 488 void Operand::set_modrm(int mod, Register rm) { 489 ASSERT((mod & -4) == 0); 490 buf_[0] = mod << 6 | rm.code();
|
/external/chromium_org/v8/src/x64/ |
assembler-x64-inl.h | 523 void Operand::set_modrm(int mod, Register rm_reg) { 524 ASSERT(is_uint2(mod)); 525 buf_[0] = mod << 6 | rm_reg.low_bits();
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 641 const hw_module_t *mod; local 644 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &mod); 646 const gralloc_module_t *gr = (gralloc_module_t *) mod;
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testgl.c | 97 (event->key.keysym.mod & KMOD_CTRL) ) { 101 (event->key.keysym.mod & KMOD_CTRL) ) { 105 (event->key.keysym.mod & KMOD_ALT) ) {
|
/external/stlport/src/ |
time_facets.cpp | 154 char mod = 0; variable 157 mod = *cp; ++cp; 159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);
|
/external/v8/src/x64/ |
assembler-x64-inl.h | 453 void Operand::set_modrm(int mod, Register rm_reg) { 454 ASSERT(is_uint2(mod)); 455 buf_[0] = mod << 6 | rm_reg.low_bits();
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerDivideTest.java | 28 * Methods: divide, remainder, mod, and divideAndRemainder 611 * mod when modulus is negative 621 aNumber.mod(bNumber); 628 * mod when a divisor is positive 638 BigInteger result = aNumber.mod(bNumber); 648 * mod when a divisor is negative 658 BigInteger result = aNumber.mod(bNumber);
|
/ndk/sources/cxx-stl/stlport/src/ |
time_facets.cpp | 154 char mod = 0; variable 157 mod = *cp; ++cp; 159 __write_formatted_timeT(buf, ct, *cp++, mod, table, t);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 396 mod = __import__(path_mod) 397 reset_module_registry(mod) 399 mod.walk("crashers", dumbo, None)
|