HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 426 - 450 of 717) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 170 return [mod for mod in modList if mod]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtpd.py 530 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable
533 import __main__ as mod namespace
534 class_ = getattr(mod, classname)
warnings.py 236 action, msg, cat, mod, ln = item
239 (mod is None or mod.match(module)) and
  /prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py 530 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable
533 import __main__ as mod namespace
534 class_ = getattr(mod, classname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 170 return [mod for mod in modList if mod]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtpd.py 530 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable
533 import __main__ as mod namespace
534 class_ = getattr(mod, classname)
warnings.py 236 action, msg, cat, mod, ln = item
239 (mod is None or mod.match(module)) and
  /art/compiler/utils/mips/
assembler_mips.h 35 uint8_t mod() const {
76 void SetModRM(int mod, Register rm) {
77 CHECK_EQ(mod & ~3, 0);
78 encoding_[0] = (mod << 6) | rm;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSACoreEngine.java 180 // mP = ((input mod p) ^ dP)) mod p
183 // mQ = ((input mod q) ^ dQ)) mod q
186 // h = qInv * (mP - mQ) mod p
189 h = h.mod(p); // mod (in Java) returns the positive residual
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 668 LLVMModuleRef mod; local
711 mod = bld_base->base.gallivm->module;
713 LLVMDumpModule(mod);
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 668 LLVMModuleRef mod; local
711 mod = bld_base->base.gallivm->module;
713 LLVMDumpModule(mod);
715 radeon_llvm_compile(mod, &inst_bytes, &inst_byte_count, "SI", dump);
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
SDL_aaevents.c 193 keysym->mod = KMOD_NONE;
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsevents.c 102 keysym->mod = KMOD_NONE;
  /ndk/build/core/
build-binary.mk 485 $(call -ndk-mod-debug,module $(LOCAL_MODULE) [$(LOCAL_BUILT_MODULE)])
486 $(call -ndk-mod-debug,. all_libs='$(all_libs)')
487 $(call -ndk-mod-debug,. shared_libs='$(shared_libs)')
488 $(call -ndk-mod-debug,. static_libs='$(static_libs)')
489 $(call -ndk-mod-debug,. whole_static_libs='$(whole_static_libs)')
496 $(call -ndk-mod-debug,. built_shared_libs='$(shared_libs)')
497 $(call -ndk-mod-debug,. built_static_libs='$(static_libs)')
498 $(call -ndk-mod-debug,. built_whole_static_libs='$(whole_static_libs)')
  /sdk/emulator/opengl/tests/emulator_test_renderer/
main.cpp 144 ev.key.keysym.mod & KMOD_META) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 189 LLVMModuleRef mod; local
194 &mod, &error);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 314 LLVMModuleRef mod,
321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count,
  /external/chromium_org/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
  /external/elfutils/libdwfl/
core-file.c 193 core_file_read_eagerly (Dwfl_Module *mod,
243 if (mod->build_id_len > 0)
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 189 LLVMModuleRef mod; local
194 &mod, &error);
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 314 LLVMModuleRef mod,
321 return radeon_llvm_compile(mod, inst_bytes, inst_byte_count,
  /external/v8/test/mjsunit/
binary-op-newspace.js 30 // Check that a mod where the stub code hits a failure in heap number
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 163 int mod = 0; local
169 if (++mod % 16 == 0) {
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 230 grammar.defineRule($id.getToken(), $modifier.mod, opts, $start, $args, numAlts);
267 modifier returns [String mod]
270 $mod = $start.getToken().getText();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
lc3bid.re 374 mod = m; \
386 unsigned long mod = 0;
447 id_insn->mod_data = mod;

Completed in 1642 milliseconds

<<11121314151617181920>>