HomeSort by relevance Sort by last modified time
    Searched defs:rep (Results 1 - 25 of 278) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/Ia32/
IoFifo.S 31 rep insb label
51 rep insw label
71 rep insl label
91 rep outsb label
111 rep outsw label
131 rep outsl label
IoFifo.asm 34 rep insb label
54 rep insw label
74 rep insd label
94 rep outsb label
114 rep outsw label
134 rep outsd label
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/X64/
IoFifo.S 29 rep insb label
47 rep insw label
65 rep insl label
83 rep outsb label
101 rep outsw label
119 rep outsl label
IoFifo.asm 30 rep insb label
48 rep insw label
66 rep insd label
84 rep outsb label
102 rep outsw label
120 rep outsd label
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/Ia32/
IoFifo.S 31 rep insb label
51 rep insw label
71 rep insl label
91 rep outsb label
111 rep outsw label
131 rep outsl label
IoFifo.asm 34 rep insb label
54 rep insw label
74 rep insd label
94 rep outsb label
114 rep outsw label
134 rep outsd label
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/X64/
IoFifo.S 29 rep insb label
47 rep insw label
65 rep insl label
83 rep outsb label
101 rep outsw label
119 rep outsl label
IoFifo.asm 30 rep insb label
48 rep insw label
66 rep insd label
84 rep outsb label
102 rep outsw label
120 rep outsd label
  /external/dhcpcd-6.8.2/compat/
strtoi.c 41 int rep; local
46 rstatus = &rep;
81 int rep; local
86 rstatus = &rep;
  /external/libcxx/test/std/utilities/time/
clock.h 18 typedef duration::rep rep; typedef in class:Clock
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
clock.h 18 typedef duration::rep rep; typedef in class:Clock
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/
clock.h 18 typedef duration::rep rep; typedef in class:Clock
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
eqfix.py 39 rep = sys.stdout.write variable
129 rep(filename + ':\n')
131 rep(repr(lineno) + '\n')
132 rep('< ' + line)
133 rep('> ' + newline)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pathfix.py 30 rep = sys.stdout.write variable
98 rep(filename+': no change\n')
109 rep(filename + ': updating\n')
classfix.py 39 rep = sys.stdout.write variable
115 rep(filename + ':\n')
117 rep(repr(lineno) + '\n')
118 rep('< ' + line)
119 rep('> ' + newline)
methfix.py 36 rep = sys.stdout.write variable
126 rep(filename + ':\n')
128 rep(repr(lineno) + '\n')
129 rep('< ' + line)
130 rep('> ' + newline)
  /external/eigen/bench/
quatmul.cpp 23 int rep = 1000000; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
33 std::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
36 std::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
  /frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java 74 final Report rep = reports.get(i); local
76 if (rep.mType == REPORT_TYPE_STATUS) {
77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher
78 + ": " + rep.mName.flattenToShortString()
79 + " code=" + rep.mResultCode + " result=" + rep.mResults);
80 rep.mWatcher.instrumentationStatus(rep.mName, rep.mResultCode,
81 rep.mResults)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ReplaceableContextIterator.java 35 * @param rep Replaceable to iterate over.
38 this.rep=null;
46 * @param rep Iteration text.
48 public void setText(Replaceable rep) {
49 this.rep=rep;
50 limit=contextLimit=rep.length();
83 if(0<=lim && lim<=rep.length()) {
86 limit=rep.length();
99 } else if(contextStart<=rep.length())
195 protected Replaceable rep; field in class:ReplaceableContextIterator
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ReplaceableContextIterator.java 34 * @param rep Replaceable to iterate over.
37 this.rep=null;
45 * @param rep Iteration text.
47 public void setText(Replaceable rep) {
48 this.rep=rep;
49 limit=contextLimit=rep.length();
82 if(0<=lim && lim<=rep.length()) {
85 limit=rep.length();
98 } else if(contextStart<=rep.length())
194 protected Replaceable rep; field in class:ReplaceableContextIterator
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
CertPathCertPathRepTest.java 30 MyCertPathRep rep = cp.new MyCertPathRep("MyEncoding", testEncoding); local
31 assertEquals(testEncoding, rep.getData());
32 assertEquals("MyEncoding", rep.getType());
44 MyCertPathRep rep = cp.new MyCertPathRep("MyEncoding", testEncoding); local
47 Object obj = rep.readResolve();
53 rep = cp.new MyCertPathRep("MyEncoding", new byte[] {(byte) 1, (byte) 2, (byte) 3 });
55 rep.readResolve();
CertificateCertificateRepTest.java 33 MyCertificateRep rep = c1.new MyCertificateRep("TEST_TYPE", new byte[] { local
37 rep.getData()));
38 assertEquals("TEST_TYPE", rep.getType());
61 MyCertificateRep rep = c1.new MyCertificateRep("TEST_TYPE", new byte[] { local
65 rep.readResolve();
  /external/compiler-rt/lib/builtins/
fp_extend.h 79 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
80 return rep.i;
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
85 return rep.f;
fp_trunc.h 67 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
68 return rep.i;
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
73 return rep.f;
  /external/eigen/bench/perf_monitoring/gemm/
gemm.cpp 44 long rep = std::max(1., std::min(100., up/flops) ); local
47 BENCH(t, tries, rep, gemm(A,B,C));
49 return 1e-9 * rep * flops / t.best();

Completed in 1676 milliseconds

1 2 3 4 5 6 7 8 91011>>