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

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 44 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
359 #define LOG_GLEM(sev, mod) \
360 LOG_E(sev, HRESULT, GetLastError(), mod)
  /external/chromium/third_party/libjingle/source/talk/base/
logging.h 44 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
355 #define LOG_GLEM(sev, mod) \
356 LOG_E(sev, HRESULT, GetLastError(), mod)
  /external/chromium_org/sandbox/win/src/
handle_closer.cc 19 if (size_t mod = v % sizeof(size_t))
20 v += sizeof(size_t) - mod;
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 46 // LOG_GLE(M)(sev [, mod]) attempt to add a string description of the
371 #define LOG_GLEM(sev, mod) \
372 LOG_E(sev, HRESULT, GetLastError(), mod)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 119 create_dst_mod_str(GLuint mod)
124 if (mod & GL_2X_BIT_ATI)
127 if (mod & GL_4X_BIT_ATI)
130 if (mod & GL_8X_BIT_ATI)
132 if (mod & GL_HALF_BIT_ATI)
134 if (mod & GL_QUARTER_BIT_ATI)
136 if (mod & GL_EIGHTH_BIT_ATI)
139 if (mod & GL_SATURATE_BIT_ATI)
  /external/kernel-headers/original/linux/
moduleparam.h 169 extern int module_param_sysfs_setup(struct module *mod,
173 extern void module_param_sysfs_remove(struct module *mod);
  /external/mesa3d/src/mesa/main/
atifragshader.c 119 create_dst_mod_str(GLuint mod)
124 if (mod & GL_2X_BIT_ATI)
127 if (mod & GL_4X_BIT_ATI)
130 if (mod & GL_8X_BIT_ATI)
132 if (mod & GL_HALF_BIT_ATI)
134 if (mod & GL_QUARTER_BIT_ATI)
136 if (mod & GL_EIGHTH_BIT_ATI)
139 if (mod & GL_SATURATE_BIT_ATI)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pydoc.py 583 def docmodule(self, object, name=None, mod=None, *ignored):
707 def docclass(self, object, name=None, mod=None, funcs={}, classes={},
748 push(self._docdescriptor(name, value, mod))
750 push(self.document(value, name, mod,
761 push(self._docdescriptor(name, value, mod))
770 base = self.docother(getattr(object, name), name, mod)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pydoc.py 583 def docmodule(self, object, name=None, mod=None, *ignored):
707 def docclass(self, object, name=None, mod=None, funcs={}, classes={},
748 push(self._docdescriptor(name, value, mod))
750 push(self.document(value, name, mod,
761 push(self._docdescriptor(name, value, mod))
770 base = self.docother(getattr(object, name), name, mod)
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 206 schema.forEach(function(mod) {
207 if (mod.namespace == pageBase) {
209 if (mod.nodoc) {
213 module = mod;
218 if (mod.types) {
219 mod.types.forEach(function(type) {
220 typeModule[type.id] = mod;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 216 mod = operator.mod
218 self.assertEqualAndEqualSign(mod(-1.0, 1.0), 0.0)
219 self.assertEqualAndEqualSign(mod(-1e-100, 1.0), 1.0)
220 self.assertEqualAndEqualSign(mod(-0.0, 1.0), 0.0)
221 self.assertEqualAndEqualSign(mod(0.0, 1.0), 0.0)
222 self.assertEqualAndEqualSign(mod(1e-100, 1.0), 1e-100)
223 self.assertEqualAndEqualSign(mod(1.0, 1.0), 0.0)
225 self.assertEqualAndEqualSign(mod(-1.0, -1.0), -0.0)
226 self.assertEqualAndEqualSign(mod(-1e-100, -1.0), -1e-100
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 216 mod = operator.mod
218 self.assertEqualAndEqualSign(mod(-1.0, 1.0), 0.0)
219 self.assertEqualAndEqualSign(mod(-1e-100, 1.0), 1.0)
220 self.assertEqualAndEqualSign(mod(-0.0, 1.0), 0.0)
221 self.assertEqualAndEqualSign(mod(0.0, 1.0), 0.0)
222 self.assertEqualAndEqualSign(mod(1e-100, 1.0), 1e-100)
223 self.assertEqualAndEqualSign(mod(1.0, 1.0), 0.0)
225 self.assertEqualAndEqualSign(mod(-1.0, -1.0), -0.0)
226 self.assertEqualAndEqualSign(mod(-1e-100, -1.0), -1e-100
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 405 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const
420 if (insn->src(s ? 0 : 1).mod.neg())
425 return insn->src(1).mod.neg() ? false : true;
437 return (mod & Modifier(opInfo[insn->op].srcMods[s])) == mod;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 405 TargetNV50::isModSupported(const Instruction *insn, int s, Modifier mod) const
420 if (insn->src(s ? 0 : 1).mod.neg())
425 return insn->src(1).mod.neg() ? false : true;
437 return (mod & Modifier(opInfo[insn->op].srcMods[s])) == mod;
  /external/qemu/tcg/x86_64/
tcg-target.c 324 int mod; local
328 mod = 0;
330 mod = 0x40;
332 mod = 0x80;
339 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
342 tcg_out8(s, mod | ((r & 7) << 3) | (rm & 7));
346 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
349 if (mod == 0x40) {
351 } else if (mod == 0x80) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 247 # 86:1: group_name[ namespace ] returns [ group ] : 'group' (mod= CONSTANT '::' )* name= CONSTANT ( ';' )? ;
253 mod = nil
257 # at line 87:5: 'group' (mod= CONSTANT '::' )* name= CONSTANT ( ';' )?
259 # at line 88:5: (mod= CONSTANT '::' )*
275 # at line 89:7: mod= CONSTANT '::'
276 mod = match( CONSTANT, TOKENS_FOLLOWING_CONSTANT_IN_group_name_144 )
279 namespace = namespace.const_get( mod.text )
  /external/chromium_org/tools/traceline/traceline/
assembler.h 278 void set_modrm(int mod, Register rm) { // reg == 0
279 ASSERT((mod & -4) == 0);
280 buf_[0] = mod << 6 | rm;
  /external/guava/guava/src/com/google/common/math/
LongMath.java 350 * Returns {@code x mod m}. This differs from {@code x % m} in that it always returns a
357 * mod(7, 4) == 3
358 * mod(-7, 4) == 1
359 * mod(-1, 4) == 3
360 * mod(-8, 4) == 0
361 * mod(8, 4) == 0}</pre>
365 public static int mod(long x, int m) { method
367 return (int) mod(x, (long) m);
371 * Returns {@code x mod m}. This differs from {@code x % m} in that it always returns a
378 * mod(7, 4) ==
386 public static long mod(long x, long m) { method
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 137 int mod = clazz.getModifiers(); local
138 boolean isIntf = Modifier.isInterface(mod);
153 if (isIntf || Modifier.isAbstract(mod))
  /external/llvm/tools/lto/
LTOCodeGenerator.cpp 124 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) {
125 bool ret = _linker.linkInModule(mod->getLLVVMModule(), &errMsg);
127 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs();
  /external/qemu/android/
qemulator.c 235 bindings[nn].mod ) );
519 ev.key.keysym.mod & KMOD_ALT) {
526 ev.key.keysym.mod & KMOD_META) {
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocevents.cpp 559 keysym->mod = KMOD_NONE;
563 keysym->mod = SDL_GetModState();
566 if (keysym->mod & KMOD_META) {
617 //sprintf(debug, "SDL: TranslateKey: keysym->scancode=%d, keysym->sym=%d, keysym->mod=%d",
618 // keysym->scancode, keysym->sym, keysym->mod);
  /external/skia/bench/
MathBench.cpp 567 T div = 0, mod = 0; local
570 SkTDivMod((T)(i+1), (T)i, &div, &mod);
572 b ^= mod;
  /external/v8/src/ia32/
assembler-ia32-inl.h 422 void Operand::set_modrm(int mod, Register rm) {
423 ASSERT((mod & -4) == 0);
424 buf_[0] = mod << 6 | rm.code();
  /prebuilts/python/darwin-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)

Completed in 781 milliseconds

<<11121314151617181920>>