/cts/suite/audio_quality/test_description/processing/ |
check_spectrum_playback.py | 118 mod = __import__("gen_random") variable 124 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
|
/external/fsck_msdos/ |
fat.c | 664 int mod = FSOK; local 678 mod |= ret = reconnect(dosfs, boot, fat, head); 679 if (mod & FSFATAL) { 682 mod &= ~FSFATAL; 684 mod |= FSFATMOD; 689 mod |= FSFATMOD; 738 mod |= writefsinfo(dosfs, boot); 741 return mod;
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFilePrinter.java | 45 int mod local 50 out.println(Modifier.toString(mod) + " class "
|
/external/selinux/sepolgen/src/sepolgen/ |
output.py | 114 for mod in node.module_declarations(): 115 c.append(mod)
|
/external/skia/bench/ |
SortBench.cpp | 24 int mod = N / 10; local 26 array[i] = rand.nextU() % mod;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 244 mod = imp.new_module('module_to_skip') variable 245 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__ 255 ... mod.foo_pony(callback) 268 -> mod.foo_pony(callback) 283 -> mod.foo_pony(callback)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
output.py | 114 for mod in node.module_declarations(): 115 c.append(mod)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/ |
output.py | 114 for mod in node.module_declarations(): 115 c.append(mod)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 244 mod = imp.new_module('module_to_skip') variable 245 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__ 255 ... mod.foo_pony(callback) 268 -> mod.foo_pony(callback) 283 -> mod.foo_pony(callback)
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
IntMathTest.java | 168 assertEquals(valueOf(x).mod(valueOf(m)).intValue(), IntMath.mod(x, m)); 177 IntMath.mod(x, m); 187 IntMath.mod(x, 0);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
PluralRules.java | 68 * "zero: n is 0; one: n is 1; zero: n mod 100 in 1..19" 77 * "one: n is 1; few: n mod 10 in 2..4 and n mod 100 not in 12..14" 81 * "n mod 10 in 2..4" and "n mod 100 not in 12..14". The first part applies a modulus to n before the test as in the 95 * expr = ('n' | 'i' | 'f' | 'v' | 't') (mod value)? 98 * mod = 'mod' | '%' 1182 int mod = 0; local 1441 private final int mod; field in class:PluralRules.RangeConstraint [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | 64 * "zero: n is 0; one: n is 1; zero: n mod 100 in 1..19" 73 * "one: n is 1; few: n mod 10 in 2..4 and n mod 100 not in 12..14" 77 * "n mod 10 in 2..4" and "n mod 100 not in 12..14". The first part applies a modulus to n before the test as in the 91 * expr = ('n' | 'i' | 'f' | 'v' | 't') (mod value)? 94 * mod = 'mod' | '%' 1172 int mod = 0; local 1431 private final int mod; field in class:PluralRules.RangeConstraint [all...] |
/external/selinux/libsepol/include/sepol/ |
module.h | 64 extern int sepol_module_package_read(sepol_module_package_t * mod,
|
/frameworks/base/rs/java/android/renderscript/ |
Int3.java | 270 public void mod(Int3 a) { method in class:Int3 283 public static Int3 mod(Int3 a, Int3 b) { method in class:Int3 297 public void mod(int value) { method in class:Int3 310 public static Int3 mod(Int3 a, int b) { method in class:Int3
|
Int4.java | 289 public void mod(Int4 a) { method in class:Int4 303 public static Int4 mod(Int4 a, Int4 b) { method in class:Int4 318 public void mod(int value) { method in class:Int4 332 public static Int4 mod(Int4 a, int b) { method in class:Int4
|
Long3.java | 270 public void mod(Long3 a) { method in class:Long3 283 public static Long3 mod(Long3 a, Long3 b) { method in class:Long3 297 public void mod(long value) { method in class:Long3 310 public static Long3 mod(Long3 a, long b) { method in class:Long3
|
Long4.java | 289 public void mod(Long4 a) { method in class:Long4 303 public static Long4 mod(Long4 a, Long4 b) { method in class:Long4 318 public void mod(long value) { method in class:Long4 332 public static Long4 mod(Long4 a, long b) { method in class:Long4
|
Short3.java | 270 public void mod(Short3 a) { method in class:Short3 283 public static Short3 mod(Short3 a, Short3 b) { method in class:Short3 297 public void mod(short value) { method in class:Short3 310 public static Short3 mod(Short3 a, short b) { method in class:Short3
|
Short4.java | 289 public void mod(Short4 a) { method in class:Short4 303 public static Short4 mod(Short4 a, Short4 b) { method in class:Short4 318 public void mod(short value) { method in class:Short4 332 public static Short4 mod(Short4 a, short b) { method in class:Short4
|
/art/disassembler/ |
disassembler_x86.cc | 160 std::string DisassemblerX86::DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, 166 if (mod == 0 && rm == 5) { 174 } else if (rm == 4 && mod != 3) { // SIB 187 // Mod = 0 && base = 5 (ebp): no base (ignores REX.b). 189 if (base != 5 || mod != 0) { 205 if (mod == 0) { 216 } else if (mod == 1) { 219 } else if (mod == 2) { 225 if (mod == 3) { 233 if (mod == 1) 1277 uint8_t mod = modrm >> 6; local [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
commands.py | 225 pkg, mod = None, tup[0] 227 pkg, mod = '.'.join(tup[:-1]), tup[-1] 231 ext.define_macros.append(('EXT_MODULE', mod))
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
commands.py | 224 pkg, mod = None, tup[0] 226 pkg, mod = '.'.join(tup[:-1]), tup[-1] 230 ext.define_macros.append(('EXT_MODULE', mod))
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
commands.py | 225 pkg, mod = None, tup[0] 227 pkg, mod = '.'.join(tup[:-1]), tup[-1] 231 ext.define_macros.append(('EXT_MODULE', mod))
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
commands.py | 224 pkg, mod = None, tup[0] 226 pkg, mod = '.'.join(tup[:-1]), tup[-1] 230 ext.define_macros.append(('EXT_MODULE', mod))
|
/external/elfutils/src/libdwfl/ |
dwfl_report_elf.c | 310 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, local 312 if (mod == NULL) 319 return mod;
|