/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 41 mod = Module(buf, filename) 43 mod.compile(display) 48 mod.dump(f) 910 mod = name.split(".")[0] 915 self.storeName(mod) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
pycodegen.py | 41 mod = Module(buf, filename) 43 mod.compile(display) 48 mod.dump(f) 910 mod = name.split(".")[0] 915 self.storeName(mod) [all...] |
/cts/apps/CtsVerifier/assets/scripts/ |
execute_power_tests.py | 64 mod = __import__(name) 67 mod = getattr(mod, comp) 68 return mod [all...] |
/external/deqp/framework/common/ |
tcuVectorUtil.hpp | 57 template<typename T> inline T mod (T a, T b) { return a % b; } function in namespace:tcu 58 template<> inline float mod (float x, float y) { return x - y * floor(x / y); } function in namespace:tcu 418 TCU_DECLARE_VECTOR_BINARY_FUNC(mod, mod)
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
IntMath.java | 214 * Returns {@code x mod m}, a non-negative value less than {@code m}. 219 * mod(7, 4) == 3 220 * mod(-7, 4) == 1 221 * mod(-1, 4) == 3 222 * mod(-8, 4) == 0 223 * mod(8, 4) == 0}</pre> 229 public static int mod(int x, int m) { method
|
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal.h | 542 size_t mod = ((((size-1) & delta_inverse_mask) >> lg_delta)) & local 545 size_t index = NTBINS + grp + mod; 586 size_t mod = reduced_index & ((ZU(1) << LG_SIZE_CLASS_GROUP) - local 595 size_t mod_size = (mod+1) << lg_delta;
|
/external/toybox/kconfig/ |
expr.h | 31 no, mod, yes enumerator in enum:tristate
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/ |
h264parse.h | 122 uint32_t ldiv_mod_u(uint32_t a, uint32_t b, uint32_t * mod);
|
/ndk/build/core/ |
build-binary.mk | 606 $(call -ndk-mod-debug,module $(LOCAL_MODULE) [$(LOCAL_BUILT_MODULE)]) 607 $(call -ndk-mod-debug,. all_libs='$(all_libs)') 608 $(call -ndk-mod-debug,. shared_libs='$(shared_libs)') 609 $(call -ndk-mod-debug,. static_libs='$(static_libs)') 610 $(call -ndk-mod-debug,. whole_static_libs='$(whole_static_libs)') 617 $(call -ndk-mod-debug,. built_shared_libs='$(shared_libs)') 618 $(call -ndk-mod-debug,. built_static_libs='$(static_libs)') 619 $(call -ndk-mod-debug,. built_whole_static_libs='$(whole_static_libs)')
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
double-int.h | 147 double_int mod (double_int, bool, unsigned) const;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None,
|
doctest.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
DocXMLRPCServer.py | 67 def docroutine(self, object, name, mod=None,
|
doctest.py | [all...] |
/external/libvncserver/x11vnc/ |
keyboard.c | 83 static void tweak_mod(signed char mod, rfbBool down); [all...] |
/external/llvm/lib/Target/X86/Disassembler/ |
X86DisassemblerDecoder.cpp | 1282 uint8_t mod, rm, reg; local [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
MapsTest.java | [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |
/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-trace/trace-viewer/tracing/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?)$';
|
/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...] |