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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_signal.h 14 #define CHROMEGTK_CALLBACK_0(CLASS, RETURN, METHOD) \
15 CHROMEG_CALLBACK_0(CLASS, RETURN, METHOD, GtkWidget*);
17 #define CHROMEGTK_CALLBACK_1(CLASS, RETURN, METHOD, ARG1) \
18 CHROMEG_CALLBACK_1(CLASS, RETURN, METHOD, GtkWidget*, ARG1);
20 #define CHROMEGTK_CALLBACK_2(CLASS, RETURN, METHOD, ARG1, ARG2) \
21 CHROMEG_CALLBACK_2(CLASS, RETURN, METHOD, GtkWidget*, ARG1, ARG2);
23 #define CHROMEGTK_CALLBACK_3(CLASS, RETURN, METHOD, ARG1, ARG2, ARG3) \
24 CHROMEG_CALLBACK_3(CLASS, RETURN, METHOD, GtkWidget*, ARG1, ARG2, ARG3);
26 #define CHROMEGTK_CALLBACK_4(CLASS, RETURN, METHOD, ARG1, ARG2, ARG3, ARG4) \
27 CHROMEG_CALLBACK_4(CLASS, RETURN, METHOD, GtkWidget*, ARG1, ARG2, ARG3,
    [all...]
  /external/chromium_org/ui/base/glib/
glib_signal.h 23 #define CHROMEG_CALLBACK_0(CLASS, RETURN, METHOD, SENDER) \
24 static RETURN METHOD ## Thunk(SENDER sender, gpointer userdata) { \
25 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
28 RETURN METHOD(SENDER);
30 #define CHROMEG_CALLBACK_1(CLASS, RETURN, METHOD, SENDER, ARG1) \
31 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, \
33 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
36 RETURN METHOD(SENDER, ARG1);
38 #define CHROMEG_CALLBACK_2(CLASS, RETURN, METHOD, SENDER, ARG1, ARG2) \
39 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-token.re 42 #define RETURN(i) {s->cur = cursor; parser_nasm->tokch = s->tok[0]; \
43 return i;}
83 return NONLOCAL_ID;
84 return SPECIAL_ID;
88 return SPECIAL_ID;
97 return SPECIAL_ID;
112 return LOCAL_ID;
130 return tok;
135 return 0;
165 RETURN(INTNUM)
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strcat-slm.S 71 #define RETURN jmp L(Strcpy)
74 #undef RETURN
75 #define RETURN ret
sse2-strcpy-slm.S 75 # define RETURN ret
576 RETURN
590 RETURN
605 RETURN
619 RETURN
634 RETURN
650 RETURN
666 RETURN
680 RETURN
695 RETURN
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 50 GETC() Return the value of the next character in the regular
51 expression pattern. Successive calls should return
54 PEEKC() Return the value of the next character in the regular
56 PEEKC() should return the same character which should
62 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
66 ERROR(val) Used for abnormal return from `compile'. `val' is the
187 RETURN (36);
189 RETURN (25);
191 RETURN (49);
193 RETURN (42)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 50 GETC() Return the value of the next character in the regular
51 expression pattern. Successive calls should return
54 PEEKC() Return the value of the next character in the regular
56 PEEKC() should return the same character which should
62 RETURN(ptr) Used for normal exit of the `compile' function. `ptr'
66 ERROR(val) Used for abnormal return from `compile'. `val' is the
187 RETURN (36);
189 RETURN (25);
191 RETURN (49);
193 RETURN (42)
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-memchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
269 RETURN
280 RETURN
294 RETURN
305 RETURN
345 RETURN
350 RETURN
355 RETURN
360 RETURN
365 RETURN
    [all...]
sse2-strchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
211 RETURN
228 RETURN
256 RETURN
273 RETURN
295 RETURN
314 RETURN
319 RETURN
324 RETURN
329 RETURN
    [all...]
sse2-wcsrchr-atom.S 83 #define RETURN POP(%edi); ret; CFI_PUSH(%edi);
242 RETURN
251 RETURN
277 RETURN
291 RETURN
309 RETURN
323 RETURN
330 RETURN
337 RETURN
342 RETURN
    [all...]
sse2-strlen-atom.S 82 # define RETURN ret
96 # undef RETURN
97 # define RETURN POP (%edi); ret; CFI_PUSH(%edi);
351 RETURN
362 RETURN
376 RETURN
388 RETURN
433 RETURN
456 RETURN
469 RETURN
    [all...]
sse2-wcslen-atom.S 62 # define RETURN ret
244 RETURN
252 RETURN
257 RETURN
262 RETURN
267 RETURN
272 RETURN
277 RETURN
282 RETURN
287 RETURN
    [all...]
ssse3-wcscat-atom.S 93 #define RETURN jmp L(WcscpyAtom)
110 #undef RETURN
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
sse2-strrchr-atom.S 83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
254 RETURN
502 RETURN
513 RETURN
527 RETURN
538 RETURN
543 RETURN
548 RETURN
553 RETURN
558 RETURN
    [all...]
ssse3-strlcpy-atom.S 604 RETURN
762 RETURN
780 RETURN
799 RETURN
807 RETURN
827 RETURN
848 RETURN
869 RETURN
877 RETURN
896 RETURN
    [all...]
ssse3-strlcat-atom.S 92 #define RETURN jmp L(StrcpyStep)
107 #undef RETURN
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
1044 RETURN
1055 RETURN
1069 RETURN
1081 RETURN
1086 RETURN
1090 RETURN
1094 RETURN
    [all...]
  /external/chromium_org/chrome/installer/mac/
keystone_install_test.sh 44 RETURN=$?
45 if [ $RETURN -eq 0 ]; then
50 echo "Returns $RETURN"
59 RETURN=$?
60 if [ $RETURN -ne 0 ]; then
61 echo "FAILED; returned $RETURN but should have worked" >& 2
  /external/eigen/blas/
complexdots.f 9 RETURN
20 RETURN
31 RETURN
42 RETURN
  /art/compiler/optimizing/
codegen_test.cc 37 return memory_.get();
40 size_t GetSize() const { return size_; }
41 uint8_t* GetMemory() const { return memory_.get(); }
174 Instruction::RETURN | 0);
183 Instruction::RETURN | 1 << 8);
192 Instruction::RETURN | 1 << 8);
202 Instruction::RETURN | 0 << 8,
203 Instruction::RETURN | 1 << 8);
213 Instruction::RETURN | 0 << 8,
214 Instruction::RETURN | 1 << 8)
    [all...]
liveness_test.cc 111 Instruction::RETURN);
126 "Block 2\n" // block with return
140 Instruction::RETURN);
152 // return a;
173 "Block 4\n" // return block
188 Instruction::RETURN | 0 << 8);
199 // return a;
216 "Block 3\n" // return block
233 Instruction::RETURN | 0 << 8);
244 // return;
    [all...]
ssa_test.cc 49 std::string str() const { return str_; }
146 " 7: Return(6)\n"
157 Instruction::RETURN | 0 << 8);
180 " 9: Return(8)\n"
190 Instruction::RETURN | 0 << 8);
273 " 9: Return(2)\n"
283 Instruction::RETURN | 1 << 8);
307 " 9: Return(4)\n"
318 Instruction::RETURN | 0 << 8);
346 " 12: Return(8)\n
    [all...]
  /external/bzip2/
decompress.c 40 #define RETURN(rrr) \
54 if (s->strm->avail_in == 0) RETURN(BZ_OK); \
79 RETURN(BZ_DATA_ERROR); \
92 RETURN(BZ_DATA_ERROR); \
100 RETURN(BZ_DATA_ERROR); \
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
208 s->blockSize100k > (BZ_HDR_0 + 9)) RETURN(BZ_DATA_ERROR_MAGIC);
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-token.re 44 #define RETURN(i) do {s->cur = cursor; parser_gas->tokch = s->tok[0]; \
45 return i;} while (0)
66 return tot; /* EOF */
86 return tot;
92 return yasm_preproc_input((yasm_preproc *)d, (char *)buf, max);
138 return cursor;
157 return cursor;
205 return tok;
210 return 0;
234 RETURN(INTNUM)
    [all...]
  /external/nist-sip/java/gov/nist/core/
Separators.java 46 public static final String RETURN = "\n";
  /bionic/libc/arch-x86/silvermont/string/
sse2-strcpy-slm.S 93 # define RETURN POP(%edi); POP(%esi); POP(%ebx); ret; CFI_PUSH(%ebx); CFI_PUSH(%edi); CFI_PUSH(%edi);
97 # define RETURN POP(%edi); POP(%esi); ret; CFI_PUSH(%esi); CFI_PUSH(%edi);
902 RETURN
915 RETURN
929 RETURN
944 RETURN
958 RETURN
973 RETURN
989 RETURN
1005 RETURN
    [all...]

Completed in 957 milliseconds

1 2 3 4 5 6 7 8 91011>>