HomeSort by relevance Sort by last modified time
    Searched full:must (Results 401 - 425 of 59369) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/effects/
GrVertexEffect.h 14 * If an effect needs specialized vertex shader code, then it must inherit from this class.
25 * kMaxVertexAttribs). This must only be called from the constructor because GrEffects are
  /external/tcpdump/
LICENSE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
NOTICE 7 1. Redistributions of source code must retain the above copyright
9 2. Redistributions in binary form must reproduce the above copyright
  /external/webrtc/src/system_wrappers/source/
set_thread_name_win.h 19 DWORD dwType; // must be 0x1000
22 DWORD dwFlags; // reserved for future use, must be zero
  /frameworks/base/core/java/android/os/
IInterface.java 21 * you must derive it from IInterface.
27 * You must use this instead of a plain cast, so that proxy objects
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicLUT.java 74 * @param index Must be 0-255
75 * @param value Must be 0-255
86 * @param index Must be 0-255
87 * @param value Must be 0-255
98 * @param index Must be 0-255
99 * @param value Must be 0-255
110 * @param index Must be 0-255
111 * @param value Must be 0-255
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicLUT.java 80 * @param index Must be 0-255
81 * @param value Must be 0-255
92 * @param index Must be 0-255
93 * @param value Must be 0-255
104 * @param index Must be 0-255
105 * @param value Must be 0-255
116 * @param index Must be 0-255
117 * @param value Must be 0-255
  /libcore/luni/src/test/java/com/android/org/bouncycastle/crypto/digests/
DigestTest.java 31 * the results. Requirement is that the results must be equal, the digest
32 * implementations must have the same properties, and the new implementation
33 * must be faster than the old one.
46 assertEquals("Hash names must be equal",
48 assertEquals("Hash sizes must be equal",
50 assertEquals("Hash block sizes must be equal",
79 assertEquals("Hash sizes must be equal", oldLength, newLength);
82 assertEquals("Hashes[" + i + "] must be equal", oldHash[i], newHash[i]);
  /ndk/sources/android/support/src/musl-multibyte/
internal.h 17 /* Interval [a,b). Either a must be 80 or b must be c0, lower 3 bits clear. */
  /packages/experimental/
README 9 >> Every package under this directory must have a README file <<
16 packages must be built directly with "mmm" or equivalent:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_nicstar.h 17 /* Note: non-kernel programs including this file must also include
46 /* type must be one of the following: */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_nicstar.h 17 /* Note: non-kernel programs including this file must also include
46 /* type must be one of the following: */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_nicstar.h 17 /* Note: non-kernel programs including this file must also include
46 /* type must be one of the following: */
  /art/test/068-classloader/
info.txt 3 classes are distinct and must be treated as such. This test exercises
  /bionic/libc/include/
fnmatch.h 8 * * Redistributions of source code must retain the above copyright
10 * * Redistributions in binary form must reproduce the above copyright
39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /cts/tests/src/android/renderscript/cts/
shared.rsh 24 /* These constants must match those in UnitTest.java */
  /cts/tests/src/android/rsg/cts/
shared.rsh 24 /* These constants must match those in UnitTest.java */
  /dalvik/tests/068-classloader/
info.txt 3 classes are distinct and must be treated as such. This test exercises
  /dalvik/vm/mterp/c/
OP_MOVE_WIDE.cpp 2 /* IMPORTANT: must correctly handle overlapping registers, e.g. both
  /development/ndk/platforms/android-3/include/
fnmatch.h 8 * * Redistributions of source code must retain the above copyright
10 * * Redistributions in binary form must reproduce the above copyright
39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /development/ndk/platforms/android-9/samples/native-audio/
default.properties 4 # This file must be checked in Version Control Systems.
  /device/samsung/manta/
fstab.smdk5250 4 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
SaslExceptionTest.java 55 assertNull("getMessage() must return null", tE.getMessage());
56 assertNull("getCause() must return null", tE.getCause());
69 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
71 assertNull("getCause() must return null", tE.getCause());
82 assertNull("getMessage() must return null.", tE.getMessage());
83 assertNull("getCause() must return null", tE.getCause());
93 assertNull("getMessage() must return null", tE.getMessage());
94 assertNull("getCause() must return null", tE.getCause());
106 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
108 assertNull("getCause() must return null", tE.getCause())
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
UnrecoverableEntryExceptionTest.java 54 assertNull("getMessage() must return null.", tE.getMessage());
55 assertNull("getCause() must return null", tE.getCause());
65 assertEquals("getMessage() must return: ".concat(msgs[i]), tE
67 assertNull("getCause() must return null", tE.getCause());
  /external/bison/darwin-lib/
arg-nonnull.h 2 that the values passed as arguments n, ..., m must be non-NULL pointers.

Completed in 1152 milliseconds

<<11121314151617181920>>