Searched refs:must (Results 251 - 275 of 431) sorted by relevance

<<1112131415161718

/external/pcre/dist/
H A Dpcregexp.pas17 * Redistributions of source code must retain the above copyright notice,
19 * Redistributions in binary form must reproduce the above copyright notice,
516 begin // must handle PCRE_ERROR_PARTIAL here
/external/qemu/distrib/jpeg-6b/
H A Dltmain.sh49 # These must not be set unconditionally because not all systems understand
304 $echo "$modename: you must specify a compilation command" 1>&2
815 $echo "$modename: you must specify an output file" 1>&2
821 $echo "$modename: output file \`$output' must have no directory components" 1>&2
839 $echo "$modename: libtool library \`$arg' must begin with \`lib'" 1>&2
875 $echo "$modename: you must specify an installation directory with \`-rpath'" 1>&2
1686 $echo "$modename: you must specify an install program" 1>&2
1701 $echo "$modename: you must specify a destination" 1>&2
1735 $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
2033 echo "you must us
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dinterface.h132 {# persistentHandleIndex must be the last field, if it is present.
/external/chromium_org/third_party/openmax_dl/dl/api/arm/
H A DarmCOMM_s.h164 @ states that r4-r11, sp, d8-d15 must be preserved by
/external/eigen/test/eigen2/
H A Dmain.h18 #error EIGEN_TEST_FUNC must be defined
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml46 | _ -> raise (Error "destination of '=' must be a variable")
71 (* If it wasn't a builtin binary operator, it must be a user defined
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s5 ; slightly different given all values must be 32-bit between
32 ; "Caller save" means the calling function must save the register
34 ; "Callee save" means if a function uses the register, it must save
922 ; Note, that when using b6 and b7, the code must save these before
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java50 * must be synchronized externally or you can use the convenience methods
404 * All node escaping and un-escaping must be performed manually at the appropriate
465 * All node escaping and un-escaping must be performed manually at the appropriate
748 * The specified length must be at least one. If not, the method will return
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb14 1. Redistributions of source code must retain the above copyright
16 2. Redistributions in binary form must reproduce the above copyright
682 # If you change what tokens must be created by the lexer,
H A Dstreams.rb14 1. Redistributions of source code must retain the above copyright
16 2. Redistributions in binary form must reproduce the above copyright
231 It adds the ``abstract'' method, <tt>substring(start, stop)</tt>, which must be
283 token-based streams have an additional level of complexity because they must
956 # next position, but rather must skip
H A Dtoken.rb14 1. Redistributions of source code must retain the above copyright
16 2. Redistributions in binary form must reproduce the above copyright
652 Class === klass or raise( TypeError, "token_class must be a Class" )
H A Dtree.rb14 1. Redistributions of source code must retain the above copyright
16 2. Redistributions in binary form must reproduce the above copyright
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg9 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
76 /** When doing auto AST construction, we must define some variables;
77 * These should be turned off if doing rewrites. This must be a "mode"
398 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DAST.stg12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
102 /** When doing auto AST construction, we must define some variables;
103 * These should be turned off if doing rewrites. This must be a "mode"
426 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DAST.stg13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
104 /** When doing auto AST construction, we must define some variables;
105 * These should be turned off if doing rewrites. This must be a "mode"
424 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg12 1. Redistributions of source code must retain the above copyright
14 2. Redistributions in binary form must reproduce the above copyright
120 /** When doing auto AST construction, we must define some variables;
121 * These should be turned off if doing rewrites. This must be a "mode"
439 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DAST.stg9 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
75 /** When doing auto AST construction, we must define some variables;
76 * These should be turned off if doing rewrites. This must be a "mode"
399 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DAST.stg9 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
71 /** When doing auto AST construction, we must define some variables;
72 * These should be turned off if doing rewrites. This must be a "mode"
397 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DAST.stg9 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
212 /** When doing auto AST construction, we must define some variables;
213 * These should be turned off if doing rewrites. This must be a "mode"
557 <if(args)> <! must create new node from old !>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DAST.stg9 1. Redistributions of source code must retain the above copyright
11 2. Redistributions in binary form must reproduce the above copyright
91 /** When doing auto AST construction, we must define some variables;
92 * These should be turned off if doing rewrites. This must be a "mode"
440 <if(args)> <! must create new node from old !>
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd154 """ extend array with data from another array; types must match. """
/external/chromium_org/third_party/cython/src/Cython/Runtime/
H A Drefnanny.pyx79 # All Python operations must happen after any existing
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk565 @echo Unit tests must be enabled to make the utiltest target.
588 @echo Unit tests must be enabled to make the exampletest target.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_impl_ssse3.asm31 ;for Pmaddubsw is signed bytes, we must calculate zero offset seperately.
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m52 error(['CASENUMBER must be specified for TASK ' task]);

Completed in 660 milliseconds

<<1112131415161718