/external/easymock/src/org/easymock/internal/matchers/ |
Any.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22 public class Any implements IArgumentMatcher, Serializable {
26 public static final Any ANY = new Any();
28 private Any() {
37 buffer.append("<any>");
|
/libcore/dalvik/src/main/native/ |
sub.mk | 11 # Any shared/static libs that are listed here must also
|
/prebuilt/android-arm/gdbserver/ |
Android.mk | 13 # Any prebuilt files with default TAGS can use the below:
|
/external/easymock/src/org/easymock/ |
EasyMock.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
208 * Expects any boolean argument. For details, see the EasyMock
214 reportMatcher(Any.ANY);
219 * Expects any byte argument. For details, see the EasyMock documentation.
224 reportMatcher(Any.ANY);
229 * Expects any char argument. For details, see the EasyMock documentation.
234 reportMatcher(Any.ANY);
[all...] |
/external/clang/test/SemaCXX/ |
conversion-function.cpp | 26 // expected-error{{conversion function cannot have any parameters}} 205 struct Any { 206 Any(...); 215 Any any = Other(); // expected-error{{cannot pass object of non-POD type 'Other' through variadic constructor; call will abort at runtime}} local
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 149 0xb1 Requests Local I/O to Any I/O 150 0xb2 Requests Local I/O to Any Memory 151 0xb3 Requests Local I/O to Any (I/O or Mem) 152 0xb4 Requests Local CPU to Any I/O 153 0xb5 Requests Local (CPU or I/O) to Any I/O 154 0xb8 Requests Local CPU to Any Memory 155 0xba Requests Local (CPU or I/O) to Any Memory 156 0xbc Requests Local CPU to Any (I/O or Mem) 157 0xbf Requests Local (CPU or I/O) to Any (I/O or Mem)
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 143 0xb1 Requests Local I/O to Any I/O 144 0xb2 Requests Local I/O to Any Memory 145 0xb3 Requests Local I/O to Any (I/O or Mem) 146 0xb4 Requests Local CPU to Any I/O 147 0xb5 Requests Local (CPU or I/O) to Any I/O 148 0xb8 Requests Local CPU to Any Memory 149 0xba Requests Local (CPU or I/O) to Any Memory 150 0xbc Requests Local CPU to Any (I/O or Mem) 151 0xbf Requests Local (CPU or I/O) to Any (I/O or Mem)
|
/dalvik/libnativehelper/ |
Android.mk | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 29 # Any shared/static libs required by libcore
|
/external/bison/build-aux/ |
ylwrap | 14 # any later version. 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 56 Any number of OUTPUT,DESIRED pairs may be used. 95 # Make any relative path in $prog absolute.
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
ipv4.js | 40 // Any numerical overflow should be marked as BROKEN.
|
/libcore/luni/src/main/native/ |
sub.mk | 61 # Any shared/static libs that are listed here must also
|
/external/oprofile/events/x86-64/family10/ |
unit_masks | 162 0xb1 Requests Local I/O to Any I/O 163 0xb2 Requests Local I/O to Any Memory 164 0xb3 Requests Local I/O to Any (I/O or Mem) 165 0xb4 Requests Local CPU to Any I/O 166 0xb5 Requests Local (CPU or I/O) to Any I/O 167 0xb8 Requests Local CPU to Any Memory 168 0xba Requests Local (CPU or I/O) to Any Memory 169 0xbc Requests Local CPU to Any (I/O or Mem) 170 0xbf Requests Local (CPU or I/O) to Any (I/O or Mem) 353 0x01 Invalidating probe that did not hit any in-flight instruction [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_EXECUTE_INLINE.S | 20 ands r2, #kSubModeDebugProfile @ Any going on?
|
OP_EXECUTE_INLINE_RANGE.S | 18 ands r2, #kSubModeDebugProfile @ Any going on?
|
/frameworks/compile/libbcc/runtime/make/ |
subdir.mk | 8 # Dependencies - Any dependences for the object files.
|
/external/valgrind/main/perf/ |
vg_perf | 15 # License, or (at your option) any later version. 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 37 # following lines, in any order: 65 Any tools named in --tools must be present in all directories specified 319 # Test one directory (and any subdirs)
|
vg_perf.in | 15 # License, or (at your option) any later version. 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 37 # following lines, in any order: 65 Any tools named in --tools must be present in all directories specified 319 # Test one directory (and any subdirs)
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 431 // Handle the trivial case, which works for any SCEV type. 624 /// DeleteTriviallyDeadInstructions - If any of the instructions is the 625 /// specified set are trivially dead, delete them and see if this makes any of [all...] |
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 459 # Any remaining single quotes should be opening ones: 485 # Any remaining quotes should be opening ones. 848 and any express or implied warranties, including, but not limited to, the 851 liable for any direct, indirect, incidental, special, exemplary, or 854 interruption) however caused and on any theory of liability, whether in 856 arising in any way out of the use of this software, even if advised of the
|
/external/oprofile/events/mips/sb1/ |
events | 19 event:0x1f counters:1,2,3 um:zero minimum:500 name:ANY_REPLAY :Any replay except mispredict
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
InspectorServerQt.cpp | 7 version 2 of the License, or (at your option) any later version. 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 115 m_tcpServer->listen(QHostAddress::Any, port);
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 47 // Fires the event. Called by the actual event callback. Any
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 127 (* Emit the body of the loop. This, like any other expr, can change the 156 (* Any new code will be inserted in after_bb. *)
|
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 207 // Otherwise, add any offset that our operands provide. 490 // currently don't do any of this for big endian systems. It can be 545 bool Any = false; 553 Any = true; 562 if (!Any) return 0; [all...] |
/external/pcre/ |
pcre_internal.h | 28 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 31 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 34 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 36 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 223 "any" and "anycrlf" at present). The following macros are used to package up 229 #define NLTYPE_ANY 1 /* Newline is any Unicode line ending */ 430 significant performance advantage, and it seems never to do any harm. */ 577 /* In case there is no definition of offsetof() provided - though any proper 678 for) in a minority area (EBCDIC platforms), this is not sensible. Any [all...] |