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

<<212223242526272829

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 853 const HeaderModificationTest_Modification& mod = test.modification[i]; local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 1036 debug("Cannot have Mod = 0b11 and a SIB byte");
1101 uint8_t mod, rm, reg; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 805 BiMap<Integer, String> mod = HashBiMap.create();
806 mod.put(1, "one");
807 mod.put(2, "two");
808 mod.put(3, "three");
810 BiMap<Number, String> unmod = Maps.<Number, String>unmodifiableBiMap(mod);
817 mod.put(4, "four");
    [all...]
  /external/linux-tools-perf/util/
probe-finder.c 143 Dwfl_Module *mod; local
153 mod = dwfl_report_offline(*dwflp, "", "", fd);
154 if (!mod)
157 dbg = dwfl_module_getdwarf(mod, bias);
168 static int __linux_kernel_find_elf(Dwfl_Module *mod,
186 return dwfl_linux_kernel_find_elf(mod, userdata, module_name, base,
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 504 // (public) this mod a
515 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
531 // xy == 1 (mod m)
535 // x[y(2-xy)] == 1 (mod m^2)
536 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
544 var y = x&3; // y == 1/x mod 2^2
545 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
546 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
547 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
construction.rb 186 r34a[mod]
190 -> ^('class' ID {$mod} ^('extends' $sup)? ^('implements' $i+)? statement* )
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 51 import org.apache.xpath.operations.Mod;
150 expr = mod(opPos); break;
411 * Compile a 'mod' operation.
415 * @return reference to {@link org.apache.xpath.operations.Mod} instance.
419 protected Expression mod(int opPos) throws TransformerException method in class:Compiler
421 return compileOperation(new Mod(), opPos);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 496 // (public) this mod a
507 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
523 // xy == 1 (mod m)
527 // x[y(2-xy)] == 1 (mod m^2)
528 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
536 var y = x&3; // y == 1/x mod 2^2
537 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
538 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
539 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 496 // (public) this mod a
507 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
523 // xy == 1 (mod m)
527 // x[y(2-xy)] == 1 (mod m^2)
528 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
536 var y = x&3; // y == 1/x mod 2^2
537 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
538 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
539 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 496 // (public) this mod a
507 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
523 // xy == 1 (mod m)
527 // x[y(2-xy)] == 1 (mod m^2)
528 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
536 var y = x&3; // y == 1/x mod 2^2
537 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
538 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
539 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 321 mod = sys.modules[pkg]
328 pkg_file = mod.__file__
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 167 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
licensecheck.pl 170 my $default_check_regex = '\.(c(c|pp|xx)?|h(h|pp|xx)?|f(77|90)?|p(l|m)|xs|sh|php|py(|x)|rb|java|vala|el|sc(i|e)|cs|pas|inc|dtd|xsl|mod|m|tex|mli?)$';
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c 145 shader->mod = llvm_parse_bitcode(code, header->num_bytes);
147 r600_compute_shader_create(ctx_, shader->mod, &shader->bc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 43 ((operator.__mod__, operator.mod, '%'), YASM_EXPR_SIGNMOD),
  /external/chromium_org/v8/benchmarks/
crypto.js 504 // (public) this mod a
515 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
531 // xy == 1 (mod m)
535 // x[y(2-xy)] == 1 (mod m^2)
536 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
544 var y = x&3; // y == 1/x mod 2^2
545 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
546 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
547 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 145 shader->mod = llvm_parse_bitcode(code, header->num_bytes);
147 r600_compute_shader_create(ctx_, shader->mod, &shader->bc);
  /external/v8/benchmarks/
crypto.js 504 // (public) this mod a
515 if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m);
531 // xy == 1 (mod m)
535 // x[y(2-xy)] == 1 (mod m^2)
536 // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2
544 var y = x&3; // y == 1/x mod 2^2
545 y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4
546 y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8
547 y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^1
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 846 Bool mod; local
858 supply_register_from_string (regno, regbytes, &mod);
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 5 WriteModifiers(FILE* to, int mod, int mask)
7 int m = mod & mask;
  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 280 unsigned char mod:2; member in struct:ModRM

Completed in 435 milliseconds

<<212223242526272829