HomeSort by relevance Sort by last modified time
    Searched refs:ANY (Results 1 - 25 of 5882) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 50 %typemap(scheck) SWIGTYPE[ANY]
58 %typemap(in) int *, int[ANY],
59 signed int *, signed int[ANY],
60 unsigned int *, unsigned int[ANY],
61 short *, short[ANY],
62 signed short *, signed short[ANY],
63 unsigned short *, unsigned short[ANY],
64 long *, long[ANY],
65 signed long *, signed long[ANY],
66 unsigned long *, unsigned long[ANY],
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
dstrings.swg 8 %typemap(ctype) char *, char *&, char[ANY], char[] "char *"
9 %typemap(imtype) char *, char *&, char[ANY], char[] #DW_STRING_TYPE
10 %typemap(dtype) char *, char *&, char[ANY], char[] #DP_STRING_TYPE
40 %typemap(in) char[ANY], char[] %{ $1 = ($1_ltype)$input; %}
41 %typemap(out) char[ANY], char[] %{ $result = SWIG_d_string_callback((const char *)$1); %}
43 %typemap(directorout) char[ANY], char[] %{ $result = ($1_ltype)$input; %}
44 %typemap(directorin) char[ANY], char[] %{ $input = SWIG_d_string_callback((const char *)$1); %}
46 %typemap(ddirectorin) char[ANY], char[] "$winput"
47 %typemap(ddirectorout) char[ANY], char[] "$dcall"
50 %typemap(din) char *, char *&, char[ANY], char[] "($dinput ? TO_STRINGZ($dinput) : null)
    [all...]
dexception.swg 22 %typemap(throws, canthrow=1) SWIGTYPE, SWIGTYPE &, SWIGTYPE *, SWIGTYPE [ANY],
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
test_layer2_types.py 4 from mock import Mock, ANY
17 default_execution_start_to_close_timeout=ANY,
18 default_task_start_to_close_timeout=ANY,
19 default_child_policy=ANY
27 default_task_heartbeat_timeout=ANY,
28 default_task_schedule_to_close_timeout=ANY,
29 default_task_schedule_to_start_timeout=ANY,
30 default_task_start_to_close_timeout=ANY
  /development/libraries/stereocamera/
source.properties 5 Archive.Os=ANY
7 Archive.Arch=ANY
  /prebuilts/misc/common/swig/include/2.0.11/java/
arrays_java.i 145 %typemap(jni) CTYPE[ANY], CTYPE[] %{JNITYPE##Array%}
146 %typemap(jtype) CTYPE[ANY], CTYPE[] %{JTYPE[]%}
147 %typemap(jstype) CTYPE[ANY], CTYPE[] %{JTYPE[]%}
151 %typemap(in) CTYPE[ANY] (JNITYPE *jarr)
157 %typemap(argout) CTYPE[ANY], CTYPE[]
159 %typemap(out) CTYPE[ANY]
163 %typemap(freearg) CTYPE[ANY], CTYPE[]
170 %typemap(javain) CTYPE[ANY], CTYPE[] "$javainput"
171 %typemap(javaout) CTYPE[ANY], CTYPE[] {
175 %typemap(memberin) CTYPE[ANY], CTYPE[]
    [all...]
  /external/mockito/src/org/mockito/
Matchers.java 56 * The any family methods <b>*don't do any type checks*</b>, those are only here to avoid casting
110 * Any <code>boolean</code>, <code>Boolean</code> or <code>null</code>.
112 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
121 return reportMatcher(Any.ANY).returnFalse();
125 * Any <code>byte</code>, <code>Byte</code> or <code>null</code>.
127 * This method <b>*don't do any type checks*</b>, it is only there to avoid casting
136 return reportMatcher(Any.ANY).returnZero();
290 public static <T> T any(Class<T> clazz) { method in class:Matchers
307 public static <T> T any() { method in class:Matchers
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_parse.h 11 any later version.
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
55 ANY = 271,
74 #define ANY 271
  /prebuilts/misc/common/swig/include/2.0.11/lua/
typemaps.i 120 // For fixed length, you must specify it as <type> INPUT[ANY]
121 %apply (int INPUT[ANY]) {(int arr[3])};
129 %apply (int OUTPUT[ANY]) {(int arrout[5])};
302 %typemap(in) TYPE INPUT[ANY]
306 %typemap(freearg) TYPE INPUT[ANY]
318 %typemap(in,numinputs=0) TYPE OUTPUT[ANY]
321 %typemap(argout) TYPE OUTPUT[ANY]
324 %typemap(freearg) TYPE OUTPUT[ANY]
328 %typemap(in) TYPE INOUT[ANY]=TYPE INPUT[ANY];
    [all...]
  /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>");
  /external/mockito/src/org/mockito/internal/matchers/
Any.java 14 public class Any extends ArgumentMatcher implements Serializable {
17 public static final Any ANY = new Any();
19 private Any() {}
26 description.appendText("<any>");
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 int ANY = 33;
73 "<ANY>",
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 23;
59 "<ANY>",
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 48;
83 "<ANY>",
  /packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 int ANY = 33;
73 "<ANY>",
  /packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 23;
59 "<ANY>",
  /packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28 int ANY = 48;
83 "<ANY>",
  /prebuilts/misc/common/swig/include/2.0.11/go/
go.swg 297 char *, char *&, char[ANY], char[],
298 signed char *, signed char *&, signed char[ANY], signed char[],
299 unsigned char *, unsigned char *&, unsigned char[ANY], unsigned char[]
308 char *, char[ANY], char[],
309 signed char *, signed char[ANY], signed char[],
310 unsigned char *, unsigned char[ANY], unsigned char[]
317 char *, char *&, char[ANY], char[],
318 signed char *, signed char *&, signed char[ANY], signed char[],
319 unsigned char *, unsigned char *&, unsigned char[ANY], unsigned char[]
323 char *, char *&, char[ANY], char[]
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
rdataclass.py 4 # documentation for any purpose with or without fee is hereby granted,
11 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
35 ANY = 255
43 'ANY' : ANY
47 # cannot make any mistakes (e.g. omissions, cut-and-paste errors) that
63 ANY : True
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
carray.i 10 %typemap(type) what [ANY] {
21 %typemap(type) what [ANY] {
30 %typemap(free) what [ANY] {
129 %typemap(freearg) SWIGTYPE [ANY] {
133 %typemap(freearg) SWIGTYPE [ANY] {
  /system/sepolicy/tools/
sepolicy-check.c 15 #define ANY 2
37 return ANY;
49 case ANY:
130 if (s_op != ANY) {
137 if (t_op != ANY) {
144 if (c_op != ANY) {
151 if (p_op != ANY) {
166 if (s_op != ANY)
168 if (t_op != ANY)
170 if (c_op != ANY)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForQueuesInJavaUtil.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
90 CollectionSize.ANY)
108 CollectionSize.ANY)
125 CollectionSize.ANY)
142 CollectionSize.ANY)
163 CollectionSize.ANY)
178 CollectionSize.ANY)
TestsForListsInJavaUtil.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
139 CollectionSize.ANY)
157 CollectionSize.ANY)
175 CollectionSize.ANY)
197 CollectionSize.ANY)
215 CollectionSize.ANY)
235 CollectionSize.ANY)
258 CollectionSize.ANY)
284 CollectionSize.ANY)
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
MinimalSetTest.java 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
44 CollectionSize.ANY)
  /external/google-breakpad/android/sample_app/jni/
Application.mk 19 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

Completed in 328 milliseconds

1 2 3 4 5 6 7 8 91011>>