HomeSort by relevance Sort by last modified time
    Searched full:must (Results 726 - 750 of 51864) sorted by null

<<21222324252627282930>>

  /external/easymock/src/org/easymock/internal/
Range.java 35 "minimum must be <= maximum"));
40 "minimum must be >= 0"));
45 "maximum must be >= 1"));
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
FixedLoadProvider.java 28 throw new NullPointerException("ModelLoader must not be null");
33 throw new NullPointerException("Transcoder must not be null");
38 throw new NullPointerException("DataLoadProvider must not be null");
  /external/iputils/
NOTICE 10 1. Redistributions of source code must retain the above copyright
12 2. Redistributions in binary form must reproduce the above copyright
16 must display the following acknowledgement:
  /external/kernel-headers/original/uapi/linux/
mqueue.h 35 * SIGEV_THREAD must be implemented in user space. If SIGEV_THREAD is passed
37 * - sigev_signo must be the file descriptor of an AF_NETLINK socket. It's not
39 * - sigev_value.sival_ptr must point to a cookie that is NOTIFY_COOKIE_LEN
  /external/libopus/silk/
resampler_structs.h 6 - Redistributions of source code must retain the above copyright notice,
8 - Redistributions in binary form must reproduce the above copyright
39 opus_int32 sIIR[ SILK_RESAMPLER_MAX_IIR_ORDER ]; /* this must be the first element of this struct */
  /external/libpcap/pcap/
vlan.h 8 * 1. Redistributions of source code must retain the above copyright
10 * 2. Redistributions in binary form must reproduce the above copyright
14 * must display the following acknowledgement:
  /external/libpcap/
pcap_set_tstamp_precision.3pcap.in 8 .\" 1. Redistributions of source code must retain the above copyright
10 .\" 2. Redistributions in binary form must reproduce the above copyright
41 It must be called on a pcap descriptor created by
  /external/libvncserver/VisualNaCro/
autogen.sh 19 echo "You must have autoconf installed to compile VisualNaCro."
27 echo "You must have automake installed to compile VisualNaCro."
38 echo "You must run this script in the top-level VisualNaCro directory"
  /external/libvncserver/
autogen.sh 21 echo "You must have autoconf installed to compile libvncserver."
29 echo "You must have automake installed to compile libvncserver."
40 echo "You must run this script in the top-level libvncserver directory"
  /external/llvm/test/MC/ARM/
eh-directive-unwind_raw-diagnostics.s 10 @ CHECK: error: .fnstart must precede .unwind_raw directive
30 @ CHECK: error: offset must be a constant
60 @ CHECK: error: opcode value must be a constant
  /external/lzma/C/
Bra.h 29 you must start next call with first byte after block of processed bytes.
40 size must be >= Alignment + LookAhead, if it's not last block.
48 ; size must be >= Alignment + LookAhead, if it's not last block
LzFind.h 24 UInt32 cyclicBufferSize; /* it must be = (historySize + 1) */
82 Mf_GetNumAvailableBytes_Func must be called before each Mf_GetMatchLen_Func.
83 Mf_GetPointerToCurrentPos_Func's result must be used only before any other function
  /external/parameter-framework/parameter/
SubsystemObjectCreator.h 8 * 1. Redistributions of source code must retain the above copyright notice, this
11 * 2. Redistributions in binary form must reproduce the above copyright notice,
54 // Mask of must-be-specified ancestors
  /external/pcre/dist/doc/
pcre_assign_jit_stack.3 35 If \fIcallback\fP is NULL and \fIdata\fP is not NULL, \fIdata\fP must
40 the internal 32K stack is used; otherwise the return value must be a valid JIT
45 must use its own JIT stack. For more details, see the
  /external/ppp/pppd/
ccp.h 10 * 1. Redistributions of source code must retain the above copyright
13 * 2. The name(s) of the authors of this software must not be used to
17 * 3. Redistributions of any form whatsoever must retain the following
  /external/proguard/src/proguard/
ClassSpecification.java 86 * @param requiredSetAccessFlags the class access flags that must be set
88 * @param requiredUnsetAccessFlags the class access flags that must be
90 * @param annotationType the name of the class that must be an
97 * @param extendsAnnotationType the name of the class of that must be
99 * class must extend or implement in order
103 * must extend or implement in order to
133 * @param requiredSetAccessFlags the class access flags that must be set
135 * @param requiredUnsetAccessFlags the class access flags that must be
137 * @param annotationType the name of the class that must be an
144 * @param extendsAnnotationType the name of the class of that must b
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
nested_extension.proto 9 // * Redistributions of source code must retain the above copyright
11 // * Redistributions in binary form must reproduce the above
33 // A proto file with nested extensions. Note that this must be defined in
nested_extension_lite.proto 9 // * Redistributions of source code must retain the above copyright
11 // * Redistributions in binary form must reproduce the above
34 // this must be defined in a separate file to properly test the initialization
  /external/skia/src/core/
SkBitmapCache.h 37 * result must be marked isImmutable()
50 * The width and the height of the provided subset must be the same as the result bitmap ones.
51 * result must be marked isImmutable()
  /external/v8/src/base/
division-by-constant.h 14 // Delight", chapter 10. The template parameter must be one of the unsigned
29 // The divisor must not be -1, 0 or 1 when interpreted as a signed value.
35 // see Warren's "Hacker's Delight", chapter 10. The divisor must not be 0 and
  /external/v8/test/mjsunit/
class-of-builtins.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
28 // The [[Class]] property of (instances of) builtin functions must be
delete-vars-from-eval.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
28 // Variable declarations in eval() must introduce delete-able vars;
eval-typeof-non-existing.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
28 // Typeof expression must resolve to 'undefined' when it used on a
receiver-in-with-calls.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
28 // When invoking functions from within a 'with' statement, we must set
  /external/v8/test/mjsunit/regress/
string-split-monkey-patching.js 6 // * Redistributions of source code must retain the above copyright
8 // * Redistributions in binary form must reproduce the above
38 "I-must-not-use-push!".split(/-/);

Completed in 118 milliseconds

<<21222324252627282930>>