Searched refs:accept (Results 351 - 375 of 855) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/classfile/instruction/
H A DBranchInstruction.java138 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:BranchInstruction
H A DLookUpSwitchInstruction.java131 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:LookUpSwitchInstruction
H A DTableSwitchInstruction.java135 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:TableSwitchInstruction
/external/proguard/src/proguard/classfile/util/
H A DDynamicClassReferenceInitializer.java244 instruction.accept(clazz, method, codeAttribute, offset,
259 instruction.accept(clazz, method, codeAttribute, offset,
270 instruction.accept(clazz, method, codeAttribute, offset,
282 instruction.accept(clazz, method, codeAttribute, offset,
/external/proguard/src/proguard/obfuscate/
H A DMemberNameConflictFixer.java156 member.accept(clazz, memberObfuscator);
/external/proguard/src/proguard/optimize/
H A DParameterShrinker.java128 method.accept(clazz, extraVariableMemberVisitor);
/external/proguard/src/proguard/optimize/peephole/
H A DUnreachableCodeRemover.java139 instruction.accept(clazz, method, codeAttribute, offset, extraInstructionVisitor);
H A DVariableShrinker.java120 method.accept(clazz, extraVariableMemberVisitor);
/external/valgrind/main/none/tests/
H A Dfdleak_ipv4.c34 x = DO( accept(s, (struct sockaddr *)&baddr, &baddrsize) );
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.cpp93 accept();
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/
H A Djavascript_dialog_manager.cc109 bool accept,
239 bool accept,
249 if (accept) {
237 HandleJavaScriptDialog( WebContents* web_contents, bool accept, const base::string16* prompt_override) argument
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_clip_distance.cpp237 new_lhs->accept(this);
240 new_rhs->accept(this);
262 ir->accept(this);
H A Dopt_array_splitting.cpp342 ir->lhs->accept(this);
345 ir->rhs->accept(this);
349 ir->condition->accept(this);
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java203 body.accept(this);
233 block.accept(this);
251 finallyBlock.accept(this);
265 finallyBlock.accept(this);
282 finallyBlock.accept(this);
335 sizeExpr.accept(this);
392 list.head().accept(this);
430 s.accept(this);
496 target.accept(this);
719 a.accept(thi
[all...]
H A DJavac.java154 md.accept(gen);
168 md.accept(gen);
459 expr.accept(check);
499 expr.accept(check);
568 s.accept(gen);
/external/mesa3d/src/glsl/
H A Dlower_clip_distance.cpp237 new_lhs->accept(this);
240 new_rhs->accept(this);
262 ir->accept(this);
H A Dopt_array_splitting.cpp342 ir->lhs->accept(this);
345 ir->rhs->accept(this);
349 ir->condition->accept(this);
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpGetRequestTest.java68 String accept = "text/html";
69 invokeServer("GET " + URI + " HTTP/1.1\nUser-Agent: " + userAgent + "\nAccept: " + accept);
71 assertEquals(accept, testServer.header.get("accept"));
105 assertEquals("text/html", testServer.header.get("accept"));
H A DHttpHeadRequestTest.java55 String accept = "text/html";
56 invokeServer("HEAD " + URI + " HTTP/1.1\nUser-Agent: " + userAgent + "\nAccept: " + accept);
58 assertEquals(accept, testServer.header.get("accept"));
92 assertEquals("text/html", testServer.header.get("accept"));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp149 ir->record->accept(this);
167 ir->array->accept(this);
194 sat_val->accept(this);
199 /* If the last instruction from our accept() didn't generate our
238 nonmul->accept(this);
241 mul->operands[0]->accept(this);
244 mul->operands[1]->accept(this);
270 ir->operands[operand]->accept(this);
274 ir->operands[operand]->accept(&v);
713 ir->lhs->accept(thi
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_visitor.cpp149 ir->record->accept(this);
167 ir->array->accept(this);
194 sat_val->accept(this);
199 /* If the last instruction from our accept() didn't generate our
238 nonmul->accept(this);
241 mul->operands[0]->accept(this);
244 mul->operands[1]->accept(this);
270 ir->operands[operand]->accept(this);
274 ir->operands[operand]->accept(&v);
713 ir->lhs->accept(thi
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ptr.h264 T** accept() { function in class:rtc::internal::scoped_ptr_impl
419 element_type** accept() WARN_UNUSED_RESULT {
420 return impl_.accept();
540 element_type** accept() WARN_UNUSED_RESULT {
541 return impl_.accept();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jar ... .InputStream) throws java.io.IOException public void accept (org.objectweb.asm.ClassVisitor, int) public void ...
/external/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp81 int accept$NOCANCEL (int, struct sockaddr * __restrict, socklen_t * __restrict);
856 // accept() interpose function
859 accept$__interposed__ (int socket, struct sockaddr *address, socklen_t *address_len)
865 const int fd = ::accept (socket, address, address_len);
867 StringSP description_sp(new String ("pid=%i: accept (socket=%i, ...) -> fd=%i", pid, socket, fd));
876 return ::accept (socket, address, address_len);
882 // accept$NOCANCEL() interpose function
885 accept$NOCANCEL$__interposed__ (int socket, struct sockaddr *address, socklen_t *address_len)
891 const int fd = ::accept$NOCANCEL (socket, address, address_len);
893 StringSP description_sp(new String ("pid=%i: accept
[all...]
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java97 constant.accept(programClass, this);
153 attribute.accept(programClass, this);
180 attribute.accept(programClass, programField, this);
200 attribute.accept(programClass, programMethod, this);
422 attribute.accept(clazz, method, codeAttribute, this);
452 stackMapFrame.accept(clazz, method, codeAttribute, 0, this);
561 elementValue.accept(clazz, null, this);
624 verificationType.accept(clazz, method, codeAttribute, offset, this);
644 verificationType.accept(clazz, method, codeAttribute, offset, this);
745 elementValue.accept(claz
[all...]

Completed in 468 milliseconds

<<11121314151617181920>>