Searched refs:with (Results 51 - 75 of 1396) sorted by relevance

1234567891011>>

/external/curl/docs/cmdline-opts/
H A Dreferer.d7 with the --header flag of course. When used with --location you can append
H A Duser-agent.d9 the string, surround the string with single quote marks. This can also be set
10 with the --header option of course.
H A Dftp-alternative-to-user.d7 If authenticating with the USER and PASS commands fails, send this command.
/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.sh7 * Name mangling for public symbols is controlled by --with-mangling and
8 * --with-jemalloc-prefix. With default settings the je_ prefix is stripped by
H A Djemalloc_mangle.sh9 * so that it is possible to use jemalloc in conjunction with another allocator
12 * --with-mangling and/or --with-jemalloc-prefix configuration settings.
32 * provide isolation from the name mangling specified via --with-mangling
33 * and/or --with-jemalloc-prefix.
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
H A DSubclassInjectionLoader.java9 return ClassLoadingStrategy.Default.INJECTION.with(mockedType.getProtectionDomain());
/external/valgrind/drd/tests/
H A Dcustom_alloc_fiw.stderr.exp2 --free-is-write=yes is incompatible with custom memory allocator client requests
6 --free-is-write=yes is incompatible with custom memory allocator client requests
/external/clang/test/SemaCXX/
H A Dwarn-bool-conversion.cpp49 expected-note {{prefix with the address-of operator to silence this warning}}
51 expected-note {{prefix with the address-of operator to silence this warning}}
53 expected-note {{prefix with the address-of operator to silence this warning}}
55 expected-note {{prefix with the address-of operator to silence this warning}}
57 expected-note {{prefix with the address-of operator to silence this warning}} \
58 expected-note {{suffix with parentheses to turn this into a function call}}
60 expected-note {{prefix with the address-of operator to silence this warning}}
138 // expected-note@-2 {{prefix with the address-of operator to silence this warning}}
/external/llvm/test/MC/Mips/mips32r6/
H A Dinvalid-mips1-wrong-error.s14 lwle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
15 lwre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
16 swle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
17 swre $24, 5($3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
18 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
/external/valgrind/none/tests/
H A Dioctl_moans.stderr.exp1 Warning: noted but unhandled ioctl 0x.2345670 with no size/direction hints.
4 Warning: noted but unhandled ioctl 0x.2345671 with no size/direction hints.
7 Warning: noted but unhandled ioctl 0x.2345672 with no size/direction hints.
10 Warning: noted but unhandled ioctl 0x.2345673 with no size/direction hints.
13 Warning: noted but unhandled ioctl 0x.2345674 with no size/direction hints.
16 Warning: noted but unhandled ioctl 0x.2345675 with no size/direction hints.
19 Warning: noted but unhandled ioctl 0x.2345676 with no size/direction hints.
22 Warning: noted but unhandled ioctl 0x.2345677 with no size/direction hints.
25 Warning: noted but unhandled ioctl 0x.2345678 with no size/direction hints.
28 Warning: noted but unhandled ioctl 0x.2345679 with n
[all...]
/external/mesa3d/docs/specs/
H A DMESA_configless_context.spec36 with the one used by the context. The only way to render to surfaces with
38 inefficient with modern GPUs where this restriction is unnecessary.
59 "EGLContexts can also optionally be created with respect to an EGLConfig
61 then additional restrictions apply on what surfaces can be used with the
64 Replace the last sentence of the 6th paragraph with:
66 "In order for a context to be compatible with a surface they both must have
67 been created with respect to the same EGLDisplay. If the context was
76 with
88 configless context is used with th
[all...]
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DServletModule.java5 * you may not use this file except in compliance with the License.
66 * and filters with guice-servlet. Think of this as an in-code replacement for web.xml.
75 * <b>serve("*.html").with(MyServlet.class)</b>
85 * <b>serve("/my/*").with(MyServlet.class)</b>
108 * serve("*.html").with(MyServlet.class);
109 * serve("/my/*").with(MyServlet.class);
110 * serve("*.jpg").with(new MyServlet());
120 * serve("*.html").with(MyServlet.class);
125 * serve("/my/*").with(MyServlet.class);
132 * serve(<b>"*.html", "/my/*"</b>).with(MyServle
316 void with(Class<? extends HttpServlet> servletKey); method in interface:ServletModule.ServletKeyBindingBuilder
317 void with(Key<? extends HttpServlet> servletKey); method in interface:ServletModule.ServletKeyBindingBuilder
319 void with(HttpServlet servlet); method in interface:ServletModule.ServletKeyBindingBuilder
320 void with(Class<? extends HttpServlet> servletKey, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
321 void with(Key<? extends HttpServlet> servletKey, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
323 void with(HttpServlet servlet, Map<String, String> initParams); method in interface:ServletModule.ServletKeyBindingBuilder
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml7 match Stream.peek stream with
17 try match token with
28 with Stream.Error s ->
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml9 match Stream.peek stream with
19 try match token with
33 with Stream.Error s | Codegen.Error s ->
/external/objenesis/tck/src/main/resources/org/objenesis/tck/candidates/
H A Dserializable-candidates.properties5 # you may not use this file except in compliance with the License.
25 org.objenesis.tck.candidates.SerializableReplacer = Serializable replacing with another class
28 # Constructors that work with arguments passed in.
30 org.objenesis.tck.candidates.SerializableConstructorWithArguments = Constructor with arguments (serializable)
31 org.objenesis.tck.candidates.SerializableConstructorWithMandatoryArguments = Constructor with mandatory arguments (serializable)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoplevel.ml7 match Stream.peek stream with
17 try match token with
28 with Stream.Error s ->
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoplevel.ml9 match Stream.peek stream with
19 try match token with
33 with Stream.Error s | Codegen.Error s ->
/external/clang/test/Index/
H A Dprint-usrs.c7 ObjCMethod baz:with 1 c:objc(cs)NSObject
14 // CHECK: c:objc(cs)NSObject(im)baz:with
/external/doclava/res/assets/templates/
H A Dcomponents.cs3 # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?><?cs
/external/llvm/test/MC/Mips/
H A Delf_eflags_abicalls.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_noreorder.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic0.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
H A Delf_eflags_pic2.s3 # This *MUST* match the output of 'gcc -c' compiled with the same triple.
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s20 lwle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
21 lwre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
22 swle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
23 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
/external/valgrind/helgrind/tests/
H A Dcond_timedwait_invalid.stderr.exp9 with error code 22 (EINVAL: Invalid argument)

Completed in 725 milliseconds

1234567891011>>