Searched refs:require (Results 101 - 125 of 147) sorted by relevance

123456

/external/syslinux/mk/
H A Dlib.mk22 # Does BIOS build require -fPIE?
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp113 --require-text-symbol=:sonamepattern:symbolpattern abort run if the
H A Dcmdline2.stdout.exp113 --require-text-symbol=:sonamepattern:symbolpattern abort run if the
/external/mdnsresponder/mDNSShared/
H A DDebugServices.c2648 // require's
2650 require( 0 && "SHOULD SEE", require1 );
2653 require( 1 && "SHOULD *NOT* SEE", require2 );
2778 require( ( err == 0 ) && "SHOULD *NOT* SEE", exit );
2781 require( ( err == -123 ) && "SHOULD *NOT* SEE", exit );
2784 require( ( err == -567 ) && "SHOULD *NOT* SEE", exit );
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java2910 Require require = new Require();
2912 require.setOptionTag("100rel");
2916 response.addHeader(require);
3042 Require require = new Require("100rel");
3043 relResponse.addHeader(require);
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s18 @ Instructions which require v6+ for both registers to be low regs.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
H A DRuby.stg58 require 'antlr3'
64 require 'rubygems'
76 require 'antlr3'
140 require '<recognizer.grammar.delegator.recognizerName>'
222 require '<grammar.composite.rootGrammar.recognizerName>'
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dquantize_ssse3_x86_64.asm70 ; coeff stored as 32bit numbers & require 16bit numbers
H A Dquantize_avx_x86_64.asm243 ; coeff stored as 32bit numbers & require 16bit numbers
/external/selinux/python/sepolgen/src/sepolgen/
H A Dyacc.py173 self.require = { } # Attribute require table
2036 requires = ldict.get("require",None)
2039 raise YaccError("require must be a dictionary.")
2048 print("Invalid specification for rule '%s' in require. Expected a list of strings" % r)
2179 p.require = Requires
/external/libvorbis/doc/
H A D01-introduction.tex41 computationally simpler than mp3, although it does require more
374 window (short windows require no modification), Vorbis also codes two
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedConnection.java884 source.require(byteCount); // Eagerly read the frame before firing client thread.
H A DHttp2.java113 source.require(9); // Frame header size
/external/robolectric/v1/lib/main/
H A Dxpp3-1.1.4c.jar ... throws org.xmlpull.v1.XmlPullParserException public void require (int, java.lang.String, java.lang. ...
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex223 longer than boot time require to store allocated labels at stable
H A Dip-cref.tex35 More voluminous examples and some topics, which require more elaborate
1213 are considered to be dummy (or external) addresses which require translation
1772 The reason for this difference does not require any explanation, does it?
2147 Really, for historical reasons \verb|ip rule add| does not require a
2540 --- (only GRE tunnels) generate/require checksums for tunneled packets.
/external/ipsec-tools/src/racoon/
H A Dcftoken.l336 <S_RMTS>require { YYD; yylval.num = GENERATE_POLICY_REQUIRE; return(GENERATE_LEVEL); }
/external/pcre/dist2/
H A DRunTest.bat16 @rem tests 4 5 7 10 12 14 19 and 22 require Unicode support
/external/syslinux/memdisk/
H A Dmemdisk16.asm323 ; we don't want to *require* A20 masking (SYSLINUX should
/external/okhttp/okio/okio/src/main/java/okio/
H A DBuffer.java101 @Override public void require(long byteCount) throws EOFException { method in class:Buffer
1146 // producing bytes, which may require new nearly-empty tail segments to be
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jar ... BeanMapKey KEY_FACTORY private Object bean private Class beanClass private int require public void " href="/8.0.0_r4/s? ...
/external/guice/lib/build/
H A Dcglib-3.1.jar ... BeanMapKey KEY_FACTORY private Object bean private Class beanClass private int require public void " href="/8.0.0_r4/s? ...
/external/dtc/Documentation/
H A Ddtc-paper.tex430 version. For example, formats before 0x10 require each node to have
/external/robolectric/v3/
H A Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/shadows/ org/robolectric/manifest/ org/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 6862 milliseconds

123456