HomeSort by relevance Sort by last modified time
    Searched refs:rep (Results 26 - 50 of 379) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 161 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
162 if (rep->mops.Size())
163 return rep->mops[0]->stack;
164 if (rep->stacks.Size())
165 return rep->stacks[0];
166 if (rep->mutexes.Size())
167 return rep->mutexes[0]->stack;
168 if (rep->threads.Size())
169 return rep->threads[0]->stack;
179 void PrintReport(const ReportDesc *rep) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/
clock.h 9 typedef duration::rep rep; typedef in class:Clock
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 16 // Rep must be default initialized, not initialized with 0
21 #include "../../rep.h"
28 assert(d.count() == typename D::rep());
31 static_assert(d2.count() == typename D::rep(), "");
37 test<std::chrono::duration<Rep> >();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
BasicEditor.java 69 FilterBasicRepresentation rep = getBasicRepresentation(); local
70 if (rep == null) {
73 return rep.getMaximum();
78 FilterBasicRepresentation rep = getBasicRepresentation(); local
79 if (rep == null) {
82 return rep.getMinimum();
92 FilterBasicRepresentation rep = getBasicRepresentation(); local
93 if (rep == null) {
96 return rep.getValue();
106 FilterBasicRepresentation rep = getBasicRepresentation() local
116 FilterBasicRepresentation rep = getBasicRepresentation(); local
    [all...]
EditorGrad.java 84 FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep; local
85 boolean f = rep.showParameterValue();
87 mImageGrad.setRepresentation(rep);
91 public void updateSeekBar(FilterGradRepresentation rep) {
103 FilterGradRepresentation rep = (FilterGradRepresentation) tmpRep; local
104 int min = rep.getParameterMin(mSliderMode);
106 rep.setParameter(mSliderMode, value);
131 private void updateMenuItems(FilterGradRepresentation rep) {
132 int n = rep.getNumberOfBands();
179 FilterGradRepresentation rep = getGradRepresentation() local
197 FilterGradRepresentation rep = getGradRepresentation(); local
212 FilterGradRepresentation rep = getGradRepresentation(); local
265 FilterGradRepresentation rep = (FilterGradRepresentation) getLocalRepresentation(); local
309 FilterGradRepresentation rep = getGradRepresentation(); local
327 FilterGradRepresentation rep = getGradRepresentation(); local
336 FilterGradRepresentation rep = getGradRepresentation(); local
350 FilterGradRepresentation rep = getGradRepresentation(); local
364 FilterGradRepresentation rep = getGradRepresentation(); local
388 FilterGradRepresentation rep = getGradRepresentation(); local
407 FilterGradRepresentation rep = getGradRepresentation(); local
    [all...]
EditorVignette.java 87 FilterRepresentation rep = getLocalRepresentation(); local
88 if (rep != null && getLocalRepresentation() instanceof FilterVignetteRepresentation) {
89 FilterVignetteRepresentation drawRep = (FilterVignetteRepresentation) rep;
98 FilterVignetteRepresentation rep = local
123 BasicParameterInt p = (BasicParameterInt) rep.getFilterParameter(mode[i]);
130 mImageVignette.setRepresentation(rep);
131 String text = mContext.getString(rep.getTextId()).toUpperCase();
141 FilterRepresentation rep = getLocalRepresentation(); local
142 if (rep == null || !(rep instanceof FilterVignetteRepresentation))
273 FilterRepresentation rep = getLocalRepresentation(); local
310 FilterVignetteRepresentation rep = getVignetteRep(); local
    [all...]
EditorChanSat.java 83 FilterRepresentation rep = getLocalRepresentation(); local
84 if (rep == null || !(rep instanceof FilterChanSatRepresentation)) {
87 FilterChanSatRepresentation csrep = (FilterChanSatRepresentation) rep;
142 FilterChanSatRepresentation rep = local
144 int value = rep.getValue(FilterChanSatRepresentation.MODE_MASTER);
147 value = rep.getValue(FilterChanSatRepresentation.MODE_RED);
150 value = rep.getValue(FilterChanSatRepresentation.MODE_YELLOW);
153 value = rep.getValue(FilterChanSatRepresentation.MODE_GREEN);
156 value = rep.getValue(FilterChanSatRepresentation.MODE_CYAN)
267 FilterRepresentation rep = getLocalRepresentation(); local
278 FilterChanSatRepresentation rep = getChanSatRep(); local
316 FilterChanSatRepresentation rep = getChanSatRep(); local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 46 struct leveldb_t { DB* rep; }; member in struct:leveldb_t
47 struct leveldb_iterator_t { Iterator* rep; }; member in struct:leveldb_iterator_t
48 struct leveldb_writebatch_t { WriteBatch rep; }; member in struct:leveldb_writebatch_t
49 struct leveldb_snapshot_t { const Snapshot* rep; }; member in struct:leveldb_snapshot_t
50 struct leveldb_readoptions_t { ReadOptions rep; }; member in struct:leveldb_readoptions_t
51 struct leveldb_writeoptions_t { WriteOptions rep; }; member in struct:leveldb_writeoptions_t
52 struct leveldb_options_t { Options rep; }; member in struct:leveldb_options_t
53 struct leveldb_cache_t { Cache* rep; }; member in struct:leveldb_cache_t
54 struct leveldb_seqfile_t { SequentialFile* rep; }; member in struct:leveldb_seqfile_t
55 struct leveldb_randomfile_t { RandomAccessFile* rep; }; member in struct:leveldb_randomfile_t
56 struct leveldb_writablefile_t { WritableFile* rep; }; member in struct:leveldb_writablefile_t
57 struct leveldb_logger_t { Logger* rep; }; member in struct:leveldb_logger_t
58 struct leveldb_filelock_t { FileLock* rep; }; member in struct:leveldb_filelock_t
128 Env* rep; member in struct:leveldb_env_t
    [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...]
  /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();
  /bionic/libc/arch-x86/string/
bzero.S 29 rep /* zero until word aligned */
35 rep
39 rep
memset.S 39 rep
44 rep
49 L1: rep
  /external/chromium_org/chrome/common/
spellcheck_result.h 31 const base::string16& rep = base::string16(),
33 : decoration(d), location(loc), length(len), replacement(rep), hash(h) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-prefix.asm 0 rep
1 rep label
  /external/chromium_org/third_party/mesa/src/src/glx/
XF86dri.c 120 xXF86DRIQueryVersionReply rep; local
130 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
136 *majorVersion = rep.majorVersion;
137 *minorVersion = rep.minorVersion;
138 *patchVersion = rep.patchVersion;
150 xXF86DRIQueryDirectRenderingCapableReply rep; local
161 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
167 *isCapable = rep.isCapable;
179 xXF86DRIOpenConnectionReply rep; local
190 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse))
227 xXF86DRIAuthConnectionReply rep; local
280 xXF86DRIGetClientDriverNameReply rep; local
328 xXF86DRICreateContextReply rep; local
389 xXF86DRICreateDrawableReply rep; local
470 xXF86DRIGetDrawableInfoReply rep; local
555 xXF86DRIGetDeviceInfoReply rep; local
    [all...]
  /external/mesa3d/src/glx/
XF86dri.c 120 xXF86DRIQueryVersionReply rep; local
130 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
136 *majorVersion = rep.majorVersion;
137 *minorVersion = rep.minorVersion;
138 *patchVersion = rep.patchVersion;
150 xXF86DRIQueryDirectRenderingCapableReply rep; local
161 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
167 *isCapable = rep.isCapable;
179 xXF86DRIOpenConnectionReply rep; local
190 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse))
227 xXF86DRIAuthConnectionReply rep; local
280 xXF86DRIGetClientDriverNameReply rep; local
328 xXF86DRICreateContextReply rep; local
389 xXF86DRICreateDrawableReply rep; local
470 xXF86DRIGetDrawableInfoReply rep; local
555 xXF86DRIGetDeviceInfoReply rep; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
appledri.c 156 xAppleDRIQueryVersionReply rep; local
166 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
172 *majorVersion = rep.majorVersion;
173 *minorVersion = rep.minorVersion;
174 *patchVersion = rep.patchVersion;
188 xAppleDRIQueryDirectRenderingCapableReply rep; local
199 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
205 *isCapable = rep.isCapable;
220 xAppleDRIAuthConnectionReply rep; local
231 rep.authenticated = 0
254 xAppleDRICreateSurfaceReply rep; local
314 xAppleDRICreateSharedBufferReply rep; local
383 xAppleDRICreatePixmapReply rep; local
    [all...]
  /external/mesa3d/src/glx/apple/
appledri.c 156 xAppleDRIQueryVersionReply rep; local
166 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
172 *majorVersion = rep.majorVersion;
173 *minorVersion = rep.minorVersion;
174 *patchVersion = rep.patchVersion;
188 xAppleDRIQueryDirectRenderingCapableReply rep; local
199 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
205 *isCapable = rep.isCapable;
220 xAppleDRIAuthConnectionReply rep; local
231 rep.authenticated = 0
254 xAppleDRICreateSurfaceReply rep; local
314 xAppleDRICreateSharedBufferReply rep; local
383 xAppleDRICreatePixmapReply rep; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 107 rep = ""
110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
112 rep = rep + "account " + repr(attrs[1])
113 rep = rep + "\tpassword " + repr(attrs[2]) + "\n"
115 rep = rep + "macdef " + macro + "\n"
117 rep = rep + lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 107 rep = ""
110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
112 rep = rep + "account " + repr(attrs[1])
113 rep = rep + "\tpassword " + repr(attrs[2]) + "\n"
115 rep = rep + "macdef " + macro + "\n"
117 rep = rep + lin
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterTinyPlanetRepresentation.java 102 public void deSerializeRepresentation(String[][] rep) {
103 super.deSerializeRepresentation(rep);
104 for (int i = 0; i < rep.length; i++) {
105 if (SERIAL_VALUE.equals(rep[i][0])) {
106 setValue(Integer.parseInt(rep[i][1]));
107 } else if (SERIAL_ANGLE.equals(rep[i][0])) {
108 setAngle(Float.parseFloat(rep[i][1]));
  /libcore/luni/src/test/java/libcore/java/math/
BigIntegerTest.java 91 for (int rep = 0; rep < 1024; ++rep) { // Manual flakiness protection for random tests.
106 for (int rep = 0; rep < 1024; ++rep) { // Manual flakiness protection for random tests.
124 for (int rep = 0; rep < primes.length; ++rep) { // Manual flakiness protection for random tests.
128 primes[rep] = b.intValue()
    [all...]
  /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";
  /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/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
14 # test back-to-back rep/stosb's
18 rep stosb # store 1024 times
19 rep stosb # should store 0 times
20 rep stosb # should store 0 times
27 rep stosb # should not load at all
29 # test rep inside of a loop
36 rep stosb
40 rep stosb

Completed in 797 milliseconds

12 3 4 5 6 7 8 91011>>