HomeSort by relevance Sort by last modified time
    Searched full:with (Results 251 - 275 of 179039) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
NO_WARRANTY 1 re2c is distributed with no warranty whatever. The author and any other
  /external/chromium_org/v8/test/mjsunit/
with-leave.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
28 L: with ({x:12}) {
35 with ({x:15}) {
44 with ({x:18}) { throw 25; assertTrue(false); }
48 with ({y:19}) {
64 // below, the outer with is to force a runtime lookup of the identifier 'x'
67 with ({x: 'outer'}) {
69 with ({x: 'inner'}) {
77 with ({x: 'outer'})
    [all...]
  /external/clang/test/ARCMT/
check-api.m 23 [invok getReturnValue:&strong_id]; // expected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership other than __unsafe_unretained}}
24 [invok getReturnValue:&weak_id]; // expected-error {{NSInvocation's getReturnValue is not safe to be used with an object with ownership other than __unsafe_unretained}}
28 [invok setReturnValue:&strong_id]; // expected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership other than __unsafe_unretained}}
29 [invok setReturnValue:&weak_id]; // expected-error {{NSInvocation's setReturnValue is not safe to be used with an object with ownership other than __unsafe_unretained}}
33 [invok getArgument:&strong_id atIndex:0]; // expected-error {{NSInvocation's getArgument is not safe to be used with an object with ownership other than __unsafe_unretained}
    [all...]
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 14 // Merge namespace with conflict
  /external/clang/test/Frontend/
undef.c 1 // RUN: %clang -undef -x assembler-with-cpp -E %s
  /external/clang/test/Lexer/
unicode-strings.c 10 // expected-warning@17 {{'char16_t' type specifier is incompatible with C++98}}
11 // expected-warning@18 {{'char32_t' type specifier is incompatible with C++98}}
12 // expected-warning@20 {{'char16_t' type specifier is incompatible with C++98}}
13 // expected-warning@21 {{'char32_t' type specifier is incompatible with C++98}}
16 const char *a = u8"abcd"; // expected-warning {{unicode literals are incompatible with}}
17 const char16_t *b = u"abcd"; // expected-warning {{unicode literals are incompatible with}}
18 const char32_t *c = U"abcd"; // expected-warning {{unicode literals are incompatible with}}
20 char16_t d = u'a'; // expected-warning {{unicode literals are incompatible with}}
21 char32_t e = U'a'; // expected-warning {{unicode literals are incompatible with}}
  /external/clang/test/PCH/
objc_property.h 1 /* For use with the objc_property.m PCH test */
pth.h 1 // This case came up when using PTH with Boost (<rdar://problem/8227989>).
  /external/clang/test/SemaObjC/
method-encoding-2.m 5 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2;
6 - (id) another:(void *)location with:(unsigned **)arg2;
10 - (in out bycopy id) address:(byref inout void *)location with:(out oneway unsigned **)arg2{ return 0; }
11 - (id) another:(void *)location with:(unsigned **)arg2 { return 0; }
  /external/e2fsprogs/debian/
uuid-runtime.lintian-overrides 1 uuid-runtime: command-with-path-in-maintainer-script prerm:5 /usr/sbin/uuidd
  /external/hamcrest/integration/
README.android 1 Source obtained from https://hamcrest.googlecode.com/files/hamcrest-integration-1.1.jar, with the easymock and jmock dependent classes removed
  /external/hamcrest/library/
README.android 1 Ssource obtained from https://hamcrest.googlecode.com/files/hamcrest-library-1.1.jar, with org.hamcrest.beans removed
  /external/harfbuzz_ng/test/
Makefile.am 1 # Process this file with automake to produce Makefile.in
  /external/icu/icu4c/source/test/perf/DateFmtPerf/
ReadMe.txt 10 There is no Perl script associated with this performance test, due to the fact that the performance test results in a different time if it is allowed to run more than once per execution of the executable. We are only interested in the first time returned by the executable in order to maintain accurate "real world" results. For this to happen, make sure to run the executable with the -i 1 and -p 1 options.
13 DateFmt250: Tests date formatting with 250 dates
14 DateFmt10000: Tests date formatting with 10,000 dates
15 DateFmt100000: Tests date formatting with 100,000 dates
16 BreakItWord250: Tests word break iteration with 250 iterations.
17 BreakItWord10000: Tests word break iteration with 10000 iterations.
18 BreakItChar250: Tests character break iteration with 250 iterations.
19 BreakItChar10000: Tests character break iteration with 10000 iterations.
  /external/iptables/include/linux/netfilter_ipv4/
ipt_REJECT.h 17 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_REJECT.h 17 __u32 with; /* reject type */ member in struct:ip6t_reject_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_REJECT.h 17 enum ipt_reject_with with; /* reject type */ member in struct:ipt_reject_info
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_REJECT.h 17 __u32 with; /* reject type */ member in struct:ip6t_reject_info
  /external/libogg/include/ogg/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/include/vorbis/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/libvorbis/m4/
Makefile.am 1 ## Process this file with automake to produce Makefile.in
  /external/llvm/test/Linker/
unnamed-addr-err-b.ll 1 ; This file is for use with unnamed-addr-err-a.ll
  /external/llvm/test/YAMLParser/
spec-02-15.data 5 fine season with great stats.
spec-07-01.data 4 # with a warning.
spec-07-02.data 4 # with a warning

Completed in 1283 milliseconds

<<11121314151617181920>>