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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/
clock.h 9 typedef duration::rep rep; typedef in class:Clock
  /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";
product_threshold.cpp 53 int rep = 100000./n; local
54 rep /= 2;
55 if(rep<1) rep = 1;
57 rep *= 2;
59 BENCH(t,1,rep,prod<CoeffBasedProductMode>(a,b,c));
63 BENCH(t,5,rep,prod<Mode>(a,b,c));
66 std::cout << int(1e-6*n*rep/t.best()) << "\t";
  /external/oprofile/libregex/tests/
regex_test.cpp 32 regular_expression_replace rep; local
34 setup_regex(rep, "../stl.pat");
50 rep.execute(str);
  /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();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterCurvesRepresentation.java 32 FilterCurvesRepresentation rep = new FilterCurvesRepresentation(); local
33 rep.useParametersFrom(this);
34 return rep;
  /external/icu4c/i18n/
casetrn.cpp 38 Replaceable *rep=(Replaceable *)csc->p; local
58 c=rep->char32At(csc->index-1);
69 c=rep->char32At(csc->index);
utrans.cpp 17 #include "unicode/rep.h"
40 UReplaceable *rep; member in class:ReplaceableGlue
91 this->rep = replaceable;
98 return (*func->length)(rep);
102 return (*func->charAt)(rep, offset);
106 return (*func->char32At)(rep, offset);
112 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
118 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
123 (*func->copy)(rep, start, limit, dest);
397 UReplaceable* rep,
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 56 String rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); local
57 assertEquals("full", "20041202093934.187Z", rep);
63 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8");
64 assertEquals("2 fraction", "20041202093934.18Z", rep);
70 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8");
71 assertEquals("1 fraction", "20041202093934.1Z", rep);
77 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8");
78 assertEquals("no fraction", "20041202093934Z", rep);
87 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8");
88 assertEquals("midnight", "20040606000000Z", rep);
    [all...]
DerUTCTimeEDTest.java 58 String rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8"); local
59 assertEquals("no fraction", "041202093934Z", rep);
68 rep = new String(encoded, 2, encoded[1] & 0xff, "UTF-8");
69 assertEquals("midnight", "040606000000Z", rep);
  /external/webkit/Source/JavaScriptCore/runtime/
SmallStrings.cpp 46 StringImpl* rep(unsigned char character) function in class:JSC::SmallStringsStorage
136 m_singleCharacterStrings[character] = new (globalData) JSString(globalData, PassRefPtr<StringImpl>(m_storage->rep(character)), JSString::HasOtherOwner);
143 return m_storage->rep(character);
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 28 typedef duration::rep rep; typedef in struct:Clock
wait_until_pred.pass.cpp 29 typedef duration::rep rep; typedef in struct:Clock
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 27 typedef duration::rep rep; typedef in struct:Clock
wait_until_pred.pass.cpp 29 typedef duration::rep rep; typedef in struct:Clock
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorCurves.java 46 FilterRepresentation rep = getLocalRepresentation(); local
47 if (rep != null && getLocalRepresentation() instanceof FilterCurvesRepresentation) {
48 FilterCurvesRepresentation drawRep = (FilterCurvesRepresentation) rep;
EditorRedEye.java 53 FilterRepresentation rep = getLocalRepresentation(); local
54 if (rep != null && getLocalRepresentation() instanceof FilterRedEyeRepresentation) {
55 FilterRedEyeRepresentation redEyeRep = (FilterRedEyeRepresentation) rep;
EditorVignette.java 47 FilterRepresentation rep = getLocalRepresentation(); local
48 if (rep != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
49 FilterVignetteRepresentation drawRep = (FilterVignetteRepresentation) rep;
EditorTinyPlanet.java 46 FilterRepresentation rep = getLocalRepresentation(); local
47 if (rep != null && rep instanceof FilterTinyPlanetRepresentation) {
48 FilterTinyPlanetRepresentation drawRep = (FilterTinyPlanetRepresentation) rep;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXBuilderParameters_ImplTest.java 230 String rep = p.toString(); local
232 assertNotNull(rep);
  /external/hyphenation/
example.c 29 void single_hyphenations(char * word, char * hyphen, char ** rep, int * pos, int * cut, int utf8) {
35 if (rep && rep[j]) {
39 printf(" - %s%s", word, rep[j]);
73 char ** rep; local
144 rep = NULL;
150 (optd && hnj_hyphen_hyphenate2(dict, lcword, n-1, hyphens, hword, &rep, &pos, &cut))) {
182 if (optdd) single_hyphenations(lcword, hyphens, rep, pos, cut, dict->utf8);
183 if (rep) {
185 if (rep[i]) free(rep[i])
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
Xinerama.c 108 xPanoramiXQueryVersionReply rep; local
119 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
124 *major_versionp = rep.majorVersion;
125 *minor_versionp = rep.minorVersion;
143 xPanoramiXGetStateReply rep; local
153 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
160 panoramiX_info->window = rep.window;
161 panoramiX_info->State = rep.state;
172 xPanoramiXGetScreenCountReply rep; local
182 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue))
202 xPanoramiXGetScreenSizeReply rep; local
253 xXineramaIsActiveReply rep; local
283 xXineramaQueryScreensReply rep; local
    [all...]
  /external/compiler-rt/lib/
extendsfdf2.c 58 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
59 return rep.i;
63 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
64 return rep.f;
fp_lib.h 107 const union { fp_t f; rep_t i; } rep = {.f = x}; local
108 return rep.i;
112 const union { fp_t f; rep_t i; } rep = {.i = x}; local
113 return rep.f;

Completed in 353 milliseconds

1 2 3 4