Searched defs:arg0 (Results 151 - 175 of 216) sorted by relevance

123456789

/external/v8/src/compiler/
H A Draw-machine-assembler.cc109 Node* arg0, Node* context,
119 Node* call = graph()->NewNode(common()->Call(descriptor), centry, arg0, ref,
108 CallRuntime1(Runtime::FunctionId function, Node* arg0, Node* context, Node* frame_state) argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextSAXHandler.java60 public void endElement(String arg0, String arg1, String arg2) argument
199 String arg0,
211 public void elementDecl(String arg0, String arg1) throws SAXException argument
218 public void externalEntityDecl(String arg0, String arg1, String arg2) argument
226 public void internalEntityDecl(String arg0, String arg1) argument
234 public void endPrefixMapping(String arg0) throws SAXException argument
241 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) argument
250 public void processingInstruction(String arg0, String arg1) argument
254 super.fireEscapingEvent(arg0, arg1);
260 public void setDocumentLocator(Locator arg0) argument
198 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
267 skippedEntity(String arg0) argument
274 startElement( String arg0, String arg1, String arg2, Attributes arg3) argument
310 startEntity(String arg0) argument
[all...]
H A DToXMLSAXHandler.java141 String arg0,
153 public void elementDecl(String arg0, String arg1) throws SAXException argument
160 public void externalEntityDecl(String arg0, String arg1, String arg2) argument
168 public void internalEntityDecl(String arg0, String arg1) argument
290 public void ignorableWhitespace(char[] arg0, int arg1, int arg2) argument
293 m_saxHandler.ignorableWhitespace(arg0,arg1,arg2);
299 public void setDocumentLocator(Locator arg0) argument
301 m_saxHandler.setDocumentLocator(arg0);
307 public void skippedEntity(String arg0) throws SAXException argument
309 m_saxHandler.skippedEntity(arg0);
140 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
401 comment(char[] arg0, int arg1, int arg2) argument
451 startEntity(String arg0) argument
[all...]
H A DSerializerBase.java1317 public void notationDecl(String arg0, String arg1, String arg2) argument
1327 String arg0,
1326 unparsedEntityDecl( String arg0, String arg1, String arg2, String arg3) argument
H A DToUnknownStream.java719 String arg0,
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4);
733 public void elementDecl(String arg0, String arg1) throws SAXException argument
739 m_handler.elementDecl(arg0, arg1);
763 public void internalEntityDecl(String arg0, String arg1) argument
770 m_handler.internalEntityDecl(arg0, arg1);
718 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
H A DToStream.java3201 public void write(char[] arg0, int arg1, int arg2) throws IOException argument
3203 m_stringbuf.append(arg0, arg1, arg2);
/external/icu/icu4c/source/common/
H A Dsimplepatternformatter.cpp262 const UnicodeString &arg0,
265 const UnicodeString *params[] = {&arg0};
276 const UnicodeString &arg0,
280 const UnicodeString *params[] = {&arg0, &arg1};
291 const UnicodeString &arg0,
296 const UnicodeString *params[] = {&arg0, &arg1, &arg2};
261 format( const UnicodeString &arg0, UnicodeString &appendTo, UErrorCode &status) const argument
275 format( const UnicodeString &arg0, const UnicodeString &arg1, UnicodeString &appendTo, UErrorCode &status) const argument
290 format( const UnicodeString &arg0, const UnicodeString &arg1, const UnicodeString &arg2, UnicodeString &appendTo, UErrorCode &status) const argument
/external/libunwind/tests/
H A DGia64-test-nat.c132 save_func_t **arg0; local
155 arg0 = (save_func_t **) *bsp;
159 (*arg0[0]) (arg0 + 1, arg1);
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DTestCaseEditController.java419 public void caretUpdate(CaretEvent arg0) { argument
437 public void caretUpdate(CaretEvent arg0) { argument
515 public void caretUpdate(CaretEvent arg0) { argument
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java686 public int compare(T arg0, T arg1) { argument
687 return CollectionUtilities.compare(arg0, arg1);
/external/v8/src/
H A Dd8-posix.cc172 bool Init(Isolate* isolate, Handle<Value> arg0, Handle<Array> command_args) { argument
173 String::Utf8Value prog(arg0);
214 const char* arg0() const { return exec_args_[0]; } function in class:v8::ExecArgs
263 execvp(exec_args.arg0(), exec_args.arg_array());
H A Dstring-stream.cc203 void StringStream::Add(const char* format, FmtElm arg0) { argument
205 FmtElm argv[argc] = { arg0 };
210 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1) { argument
212 FmtElm argv[argc] = { arg0, arg1 };
217 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, argument
220 FmtElm argv[argc] = { arg0, arg1, arg2 };
225 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, argument
228 FmtElm argv[argc] = { arg0, arg1, arg2, arg3 };
233 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, argument
236 FmtElm argv[argc] = { arg0, arg
[all...]
/external/valgrind/VEX/switchback/
H A Dswitchback.c393 HWord arg0 = (HWord)&gst; local
441 ( (void(*)(HWord,HWord))copy )(arg0, arg1);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... cert.CertificateException java.security.cert.X509Certificate[] arg0 String arg1 public java.security.cert.X509Certificate ...
/external/libusb/libusb/os/
H A Ddarwin_usb.c56 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0);
259 static void *event_thread_main (void *arg0) { argument
261 struct libusb_context *ctx = (struct libusb_context *)arg0;
1313 static void darwin_async_io_callback (void *refcon, IOReturn result, void *arg0) { argument
1326 write (priv->fds[1], &arg0, sizeof (UInt32));
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c229 struct x86_reg arg0,
239 sse_movss(p->func, data, arg0);
251 sse_movlps(p->func, data, arg0);
261 sse_movss(p->func, data, x86_make_disp(arg0, 8));
265 sse_movlps(p->func, data, arg0);
268 sse_movups(p->func, data, arg0);
278 struct x86_reg arg0,
286 sse2_movsd(p->func, data, arg0);
295 sse2_movupd(p->func, data, arg0);
303 sse2_movupd(p->func, data, arg0);
227 emit_load_float32( struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) argument
276 emit_load_float64to32( struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c431 struct brw_reg arg0,
436 if (dst.file == arg0.file && dst.nr == arg0.nr) {
439 func(c, tmp, arg0);
444 func(c, dst, arg0);
454 struct brw_reg arg0,
461 if ((dst.file == arg0.file && dst.nr == arg0.nr) ||
465 func(c, tmp, arg0, arg1);
470 func(c, dst, arg0, arg
429 unalias1( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg )) argument
452 unalias2( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg )) argument
478 unalias3( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, struct brw_reg arg2, void (*func)( struct brw_vs_compile *, struct brw_reg, struct brw_reg, struct brw_reg, struct brw_reg )) argument
503 emit_sop( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, GLuint cond) argument
517 emit_seq( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
525 emit_sne( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
532 emit_slt( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
540 emit_sle( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
548 emit_sgt( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
556 emit_sge( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
564 emit_cmp( struct brw_compile *p, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, struct brw_reg arg2 ) argument
575 emit_sign(struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0) argument
592 emit_max( struct brw_compile *p, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
611 emit_min( struct brw_compile *p, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1 ) argument
646 emit_math1_gen4(struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, GLuint precision) argument
685 emit_math1_gen6(struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, GLuint precision) argument
720 emit_math1(struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, GLuint precision) argument
735 emit_math2_gen4( struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, GLuint precision) argument
769 emit_math2_gen6( struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, GLuint precision) argument
801 emit_math2( struct brw_vs_compile *c, GLuint function, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, GLuint precision) argument
967 emit_dst_noalias( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1) argument
1037 emit_lrp_noalias(struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, struct brw_reg arg2) argument
1463 struct brw_reg arg0; local
[all...]
H A Dbrw_wm_emit.c165 const struct brw_reg *arg0)
181 retype(arg0[0], BRW_REGISTER_TYPE_UW),
185 retype(arg0[1], BRW_REGISTER_TYPE_UW),
195 retype(arg0[0], BRW_REGISTER_TYPE_UW),
199 retype(arg0[1], BRW_REGISTER_TYPE_UW),
209 const struct brw_reg *arg0)
213 struct brw_reg delta_x = retype(arg0[0], BRW_REGISTER_TYPE_W);
214 struct brw_reg delta_y = retype(arg0[1], BRW_REGISTER_TYPE_W);
260 const struct brw_reg *arg0,
279 struct brw_reg interp3 = brw_vec1_grf(arg0[
162 emit_delta_xy(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
206 emit_wpos_xy(struct brw_wm_compile *c, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
257 emit_pixel_w(struct brw_wm_compile *c, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *deltas) argument
312 emit_linterp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *deltas) argument
343 emit_pinterp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *deltas, const struct brw_reg *w) argument
383 emit_cinterp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
462 emit_ddxy(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, bool is_ddx, const struct brw_reg *arg0, bool negate_value) argument
513 emit_alu1(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
537 emit_alu2(struct brw_compile *p, struct brw_instruction *(*func)(struct brw_compile *, struct brw_reg, struct brw_reg, struct brw_reg), const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
563 emit_mad(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1, const struct brw_reg *arg2) argument
583 emit_lrp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1, const struct brw_reg *arg2) argument
608 emit_sop(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, GLuint cond, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
630 emit_slt( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
639 emit_sle( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
648 emit_sgt( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
657 emit_sge( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
666 emit_seq( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
675 emit_sne( struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1 ) argument
684 emit_cmp(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1, const struct brw_reg *arg2) argument
705 emit_sign(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
727 emit_max(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
747 emit_min(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
768 emit_dp2(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
789 emit_dp3(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
811 emit_dp4(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
834 emit_dph(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
857 emit_xpd(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
882 emit_math1(struct brw_wm_compile *c, GLuint function, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
940 emit_math2(struct brw_wm_compile *c, GLuint function, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
1247 emit_lit(struct brw_wm_compile *c, const struct brw_reg *dst, GLuint mask, const struct brw_reg *arg0) argument
1289 emit_kil( struct brw_wm_compile *c, struct brw_reg *arg0) argument
1390 emit_fb_write(struct brw_wm_compile *c, struct brw_reg *arg0, struct brw_reg *arg1, struct brw_reg *arg2, GLuint target, GLuint eot) argument
[all...]
/external/mesa3d/src/mesa/x86/rtasm/
H A Dx86sse.c627 * arg0.
631 struct x86_reg arg0,
635 emit_modrm(p, dest, arg0);
641 struct x86_reg arg0,
645 emit_modrm(p, dest, arg0);
666 struct x86_reg arg0,
670 emit_modrm(p, dest, arg0);
629 sse_shufps( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, unsigned char shuf) argument
639 sse_cmpps( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, unsigned char cc) argument
664 sse2_pshufd( struct x86_function *p, struct x86_reg dest, struct x86_reg arg0, unsigned char shuf) argument
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c3449 UWord arg0, UWord arg1, UWord arg2, UWord arg3 )
3459 UWord arg0, UWord arg1, UWord arg2,
3471 UWord arg0, UWord arg1, UWord arg2,
3481 UWord arg0, UWord arg1, UWord arg2 )
3515 UWord arg0, UWord arg1, UWord arg2 )
10215 UWord arg0, UWord arg1, UWord arg2,
10242 UWord arg0, UWord arg1, UWord arg2,
10277 UWord arg0, UWord arg1, UWord arg2,
3448 linux_PRE_sys_msgsnd( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3 ) argument
3458 linux_PRE_sys_msgrcv( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
3469 linux_POST_sys_msgrcv( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
3480 linux_PRE_sys_msgctl( ThreadId tid, UWord arg0, UWord arg1, UWord arg2 ) argument
3513 linux_POST_sys_msgctl( ThreadId tid, UWord res, UWord arg0, UWord arg1, UWord arg2 ) argument
10214 linux_PRE_sys_getsockopt( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
10240 linux_POST_sys_getsockopt( ThreadId tid, SysRes res, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
10276 linux_PRE_sys_setsockopt( ThreadId tid, UWord arg0, UWord arg1, UWord arg2, UWord arg3, UWord arg4 ) argument
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLoggerTest.java90 * @param arg0
92 public LoggerTest(String arg0) { argument
93 super(arg0);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java775 public boolean equals(Object arg0) { argument
776 if (arg0 == null) {
779 if (arg0 == this) {
782 if (!(arg0 instanceof FixedDecimal)) {
785 FixedDecimal other = (FixedDecimal)arg0;
/external/messageformat/java/com/ibm/icu/simple/
H A DPluralRules.java759 public boolean equals(Object arg0) { argument
760 if (arg0 == null) {
763 if (arg0 == this) {
766 if (!(arg0 instanceof FixedDecimal)) {
769 FixedDecimal other = (FixedDecimal)arg0;
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java708 public void glBindBuffer(int arg0, int arg1) { argument
709 ((GL11)mGL).glBindBuffer(arg0, arg1);
713 public void glBufferData(int arg0, int arg1, Buffer arg2, int arg3) { argument
714 ((GL11)mGL).glBufferData(arg0, arg1, arg2, arg3);
718 public void glBufferSubData(int arg0, int arg1, int arg2, Buffer arg3) { argument
719 ((GL11)mGL).glBufferSubData(arg0, arg1, arg2, arg3);
723 public void glClipPlanef(int arg0, FloatBuffer arg1) { argument
724 ((GL11)mGL).glClipPlanef(arg0, arg1);
728 public void glClipPlanef(int arg0, float[] arg1, int arg2) { argument
729 ((GL11)mGL).glClipPlanef(arg0, arg
733 glClipPlanex(int arg0, IntBuffer arg1) argument
738 glClipPlanex(int arg0, int[] arg1, int arg2) argument
743 glColor4ub(byte arg0, byte arg1, byte arg2, byte arg3) argument
748 glColorPointer(int arg0, int arg1, int arg2, int arg3) argument
1188 glQueryMatrixxOES(IntBuffer arg0, IntBuffer arg1) argument
1194 glQueryMatrixxOES(int[] arg0, int arg1, int[] arg2, int arg3) argument
[all...]
/external/selinux/libsemanage/src/
H A Dsemanage_store.c1232 static char **split_args(const char *arg0, char *arg_string, argument
1238 rc = append_arg(&argv, &num_args, arg0);

Completed in 7570 milliseconds

123456789