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

1 2 3 4 5 6

  /external/llvm/test/MC/X86/
padlock.s 11 rep xcryptecb
12 // CHECK: rep
17 rep xcryptcbc
18 // CHECK: rep
23 rep xcryptctr
24 // CHECK: rep
29 rep xcryptcfb
30 // CHECK: rep
35 rep xcryptofb
36 // CHECK: rep
    [all...]
  /external/icu4c/common/unicode/
urep.h 57 * @param rep A pointer to "this" UReplaceable object.
61 int32_t (*length)(const UReplaceable* rep);
66 * returned by (*length)(rep). See unistr.h for a description of
69 * @param rep A pointer to "this" UReplaceable object.
74 UChar (*charAt)(const UReplaceable* rep,
82 * @param rep A pointer to "this" UReplaceable object.
87 UChar32 (*char32At)(const UReplaceable* rep,
95 * @param rep A pointer to "this" UReplaceable object.
106 void (*replace)(UReplaceable* rep,
116 * @param rep A pointer to "this" UReplaceable object
    [all...]
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonUtils.m 102 NSBitmapImageRep* rep = NULL;
110 rep = [reps objectAtIndex:i];
115 if ( rep )
117 //CGColorSpaceRef csync = (CGColorSpaceRef)[rep valueForProperty:NSImageColorSyncProfileData];
121 [rep getBitmapDataPlanes:planes];
123 image = _NSCreateImageRef( planes, [rep pixelsWide], [rep pixelsHigh],
124 [rep bitsPerSample], [rep samplesPerPixel], [rep bitsPerPixel]
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 103 xPanoramiXQueryVersionReply rep; local
114 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
119 *major_versionp = rep.majorVersion;
120 *minor_versionp = rep.minorVersion;
138 xPanoramiXGetStateReply rep; local
148 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) {
155 panoramiX_info->window = rep.window;
156 panoramiX_info->State = rep.state;
167 xPanoramiXGetScreenCountReply rep; local
177 if (!_XReply (dpy, (xReply *) &rep, 0, xTrue))
197 xPanoramiXGetScreenSizeReply rep; local
248 xXineramaIsActiveReply rep; local
278 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();
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();
  /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
bcopy.S 66 rep
70 rep
82 rep
88 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...]
hyphen.c 661 char *** rep, int ** pos, int ** cut, int lhmin)
666 if (*rep && *pos && *cut && (*rep)[j]) {
667 char * rh = strchr((*rep)[j], '=');
669 hnj_hyphen_strnlen((*rep)[j], rh - (*rep)[j], utf8)) < lhmin) {
670 free((*rep)[j]);
671 (*rep)[j] = NULL;
683 char *** rep, int ** pos, int ** cut, int rhmin)
689 if (*rep && *pos && *cut && (*rep)[j])
    [all...]
hyphen.h 116 rep, pos, cut: pointers (point to the allocated and _zeroed_ buffers
123 rep: NULL (only standard hyph.), or replacements (hyphenation points
130 Note: rep, pos, cut are complementary arrays to the hyphens, indexed with the
136 output: rep[5]="ff=f", pos[5] = 1, cut[5] = 2
138 Note: hnj_hyphen_hyphenate2() can allocate rep, pos, cut (word_size
141 char ** rep = NULL;
145 hnj_hyphen_hyphenate2(dict, "example", 7, hyphens, NULL, &rep, &pos, &cut);
153 char *hyphenated_word, char *** rep, int ** pos, int ** cut);
164 char *hyphword, char *** rep, int ** pos, int ** cut,
  /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
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
15 # Check for them, to make sure our rep detection
29 # with the rep prefix. Older binutils
58 rep stosb # store d 16384 times, auto-increment
64 rep lodsb # load byte 16384 times, auto-increment
75 rep stosw # store 8192 times, auto-increment
81 rep lodsw # load 8192 times, auto-increment
92 rep stosl # store 4096 times, auto-increment
98 rep lodsl # load 4096 times, auto-increment
109 rep stosq # store 2048 times, auto-incremen
    [all...]
  /external/valgrind/main/exp-bbv/tests/x86/
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
rep_prefix.S 2 # rep, repe (repz) and repne (repnz) prefixed string instructions
14 # with the rep prefix. Older binutils
43 rep stosb # store d 16384 times, auto-increment
49 rep lodsb # load byte 16384 times, auto-increment
60 rep stosw # store 8192 times, auto-increment
66 rep lodsw # load 8192 times, auto-increment
77 rep stosl # store 4096 times, auto-increment
83 rep lodsl # load 4096 times, auto-increment
97 rep movsb
104 rep movs
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor.cc 134 GURL::Replacements rep;
135 rep.ClearQuery();
136 rep.ClearRef();
137 rep.ClearUsername();
138 rep.ClearPassword();
144 form.origin = GURL(lines[i]).ReplaceComponents(rep);
195 form.origin = url.ReplaceComponents(rep);
221 form.action = GURL(lines[begin]).ReplaceComponents(rep);
245 GURL::Replacements rep;
246 rep.ClearQuery()
    [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...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 116 xvQueryExtensionReply rep; local
124 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
130 *p_version = rep.version;
131 *p_revision = rep.revision;
151 xvQueryAdaptorsReply rep; local
174 if (_XReply(dpy, (xReply *)&rep, 0, xFalse) == 0) {
180 size = rep.length << 2;
192 if (rep.num_adaptors == 0) {
195 size = rep.num_adaptors*sizeof(SDL_NAME(XvAdaptorInfo));
207 for (ii=0; ii<rep.num_adaptors; ii++)
312 xvQueryEncodingsReply rep; local
609 xvGrabPortReply rep; local
736 xvGetPortAttributeReply rep; local
777 xvQueryBestSizeReply rep; local
814 xvQueryPortAttributesReply rep; local
869 xvListImageFormatsReply rep; local
942 xvQueryImageAttributesReply rep; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/
XF86VMode.c 124 xXF86VidModeQueryVersionReply rep; local
133 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
138 *majorVersion = rep.majorVersion;
139 *minorVersion = rep.minorVersion;
191 xXF86VidModeGetGammaReply rep; local
201 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
206 Gamma->red = ((float)rep.red) / 10000.;
207 Gamma->green = ((float)rep.green) / 10000.;
208 Gamma->blue = ((float)rep.blue) / 10000.;
222 xXF86VidModeGetModeLineReply rep; local
299 xXF86VidModeGetAllModeLinesReply rep; local
703 xXF86VidModeValidateModeLineReply rep; local
905 xXF86VidModeGetMonitorReply rep; local
1006 xXF86VidModeGetViewPortReply rep; local
1084 xXF86VidModeGetDotClocksReply rep; local
1168 xXF86VidModeGetGammaRampReply rep; local
1202 xXF86VidModeGetGammaRampSizeReply rep; local
    [all...]
  /external/oprofile/libregex/tests/
regex_test.cpp 32 regular_expression_replace rep; local
34 setup_regex(rep, "../stl.pat");
50 rep.execute(str);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/
xme.c 234 xXiGMiscQueryVersionReply rep; local
248 if (!_XReply (dpy, (xReply *)&rep, 0, xTrue)) {
254 *major = rep.major;
255 *minor = rep.minor;
267 xXiGMiscQueryViewsReply rep; local
275 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
281 n = rep.nviews;
309 xXiGMiscQueryResolutionsReply rep; local
318 if (!_XReply (dpy, (xReply *)&rep, 0, xFalse)) {
324 n = rep.nresolutions
371 xXiGMiscFullScreenReply rep; local
    [all...]
  /external/valgrind/main/none/tests/x86/
bug152818-x86.stdout.exp 0 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 4 (EAX = 123487FD, EFLAGS = )
2 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 3 (EAX = 123487FE, EFLAGS = )
3 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 2 (EAX = 123487FF, EFLAGS = )
4 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 1 (EAX = 123487AA, EFLAGS = )
5 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 0 (EAX = 12348765, EFLAGS = )
6 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 0 (EAX = 12348765, EFLAGS = )
7 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 1 (EAX = 123487AA, EFLAGS = )
8 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 2 (EAX = 12348701, EFLAGS = )
9 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 3 (EAX = 12348702, EFLAGS = )
10 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 1, count = 4 (EAX = 12348703, EFLAGS =
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 167 xXDGAQueryVersionReply rep; local
176 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
181 *majorVersion = rep.majorVersion;
182 *minorVersion = rep.minorVersion;
225 xXDGAOpenFramebufferReply rep; local
237 if (!_XReply(dpy, (xReply *)&rep, 0, xFalse)) {
243 if(rep.length) {
244 deviceName = Xmalloc(rep.length << 2);
245 _XRead(dpy, deviceName, rep.length << 2);
249 (unsigned char*)(long)rep.mem1,
288 xXDGAQueryModesReply rep; local
368 xXDGASetModeReply rep; local
603 xXDGAGetViewportStatusReply rep; local
626 xXDGASyncReply rep; local
651 xXDGAChangePixmapModeReply rep; local
    [all...]
  /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);

Completed in 409 milliseconds

1 2 3 4 5 6