HomeSort by relevance Sort by last modified time
    Searched full:with (Results 376 - 400 of 103186) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/memcheck/tests/
sbfragment.stderr.exp 7 For a detailed leak analysis, rerun with: --leak-check=full
9 For counts of detected and suppressed errors, rerun with: -v
  /external/webkit/LayoutTests/fast/dom/TreeWalker/
acceptNode-filter-expected.txt 6 Testing with raw function filter
13 Testing with object filter
20 Testing with null filter
24 Testing with undefined filter
28 Testing with object lacking acceptNode property
34 Testing with object with non-function acceptNode property
40 Testing with function having acceptNode function
  /external/webkit/Source/WebCore/manual-tests/
applet-param-no-name.html 2 <p>This tests an applet element with a param element inside it with no name. If Java is enabled and Safari did not crash, then the test passed.</p>
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/
SOURCES 10 --with-gcc-version=4.6 --with-binutils-version=2.21 \
11 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 \
12 --with-gdb-version=7.1.x --with-arch=armv5te \
13 --with-sysroot=[ics generic sysroot] \
14 --with-gold-version=2.21 --disable-gold \
  /cts/libs/json/src/com/android/json/stream/
JsonScope.java 5 * you may not use this file except in compliance with the License.
25 * An array with no elements requires no separators or newlines before
31 * A array with at least one value requires a comma and newline before
37 * An object with no name/value pairs requires no separators or newlines
49 * An object with at least one name/value pair requires a comma and
60 * A document with at an array or object.
  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResourceBundleBase.java 4 * distributed with this work for additional information
7 * you may not use this file except in compliance with the License.
34 * Get the error string associated with the error code
38 * @return error string associated with the given error code
43 * Get the warning string associated with the error code
47 * @return warning string associated with the given error code
  /external/clang/test/ASTMerge/
var.c 5 // CHECK: var2.c:2:9: error: external variable 'x1' declared with incompatible types in different translation units ('double *' vs. 'float **')
6 // CHECK: var1.c:2:9: note: declared here with type 'float **'
7 // CHECK: var2.c:3:5: error: external variable 'x2' declared with incompatible types in different translation units ('int' vs. 'double')
9 // CHECK: var1.h:1:8: note: declared here with type 'double'
10 // CHECK: error: external variable 'xarray3' declared with incompatible types in different translation units ('int [17]' vs. 'int [18]')
11 // CHECK: var1.c:7:5: note: declared here with type 'int [18]'
  /external/llvm/tools/gold/
README.txt 1 This directory contains a plugin that is designed to work with binutils
12 there configure binutils with "../src/configure --enable-gold --enable-plugins".
13 Then build binutils with "make all-gold".
15 To build the LLVMgold plugin, configure LLVM with the option
16 --with-binutils-include=/path/to/binutils/src/include/ --enable-pic. To use the
19 link on x86-64 with a relocation error: PIC and non-PIC can't be combined).
  /frameworks/base/core/java/android/util/
JsonScope.java 5 * you may not use this file except in compliance with the License.
25 * An array with no elements requires no separators or newlines before
31 * A array with at least one value requires a comma and newline before
37 * An object with no name/value pairs requires no separators or newlines
49 * An object with at least one name/value pair requires a comma and
60 * A document with at an array or object.
  /packages/inputmethods/LatinIME/tools/maketext/res/values-sl/
donottranslate-more-keys.xml 8 ** you may not use this file except in compliance with the License.
21 <!-- U+0161: "?" LATIN SMALL LETTER S WITH CARON -->
23 <!-- U+010D: "?" LATIN SMALL LETTER C WITH CARON
24 U+0107: "?" LATIN SMALL LETTER C WITH ACUTE -->
26 <!-- U+0111: "?" LATIN SMALL LETTER D WITH STROKE -->
28 <!-- U+017E: "?" LATIN SMALL LETTER Z WITH CARON -->
  /external/clang/test/Parser/
cxx-altivec.cpp 50 __vector long vv_l; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
51 __vector signed long vv_sl; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
52 __vector unsigned long vv_ul; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
53 __vector long int vv_li; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
54 __vector signed long int vv_sli; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
55 __vector unsigned long int vv_uli; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
56 vector long v_l; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
57 vector signed long v_sl; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
58 vector unsigned long v_ul; // expected-warning {{Use of 'long' with '__vector' is deprecated}}
59 vector long int v_li; // expected-warning {{Use of 'long' with '__vector' is deprecated}
    [all...]
  /external/openssl/android.testssl/
testssl 38 echo test sslv2 with server authentication
42 echo test sslv2 with client authentication
45 echo test sslv2 with both client and server authentication
52 echo test sslv3 with server authentication
55 echo test sslv3 with client authentication
58 echo test sslv3 with both client and server authentication
64 echo test sslv2/sslv3 with server authentication
67 echo test sslv2/sslv3 with client authentication
70 echo test sslv2/sslv3 with both client and server authentication
73 echo test sslv2/sslv3 with both client and server authentication and small client buffer
    [all...]
  /external/stlport/
configure 38 --with-stlport=<dir> use STLport in catalog <dir>
40 --with-boost=<dir> use boost headers in catalog <dir>
41 --with-system-boost use boost installed on this system
42 --with-msvc=<dir> use MS VC from this catalog
43 --with-mssdk=<dir> use MS SDK from this catalog
44 --with-extra-cxxflags=<options>
46 --with-extra-cflags=<options>
48 --with-extra-ldflags=<options>
51 that was builded with --enable-shared [default]; if compiler was builded
52 with --disable-shared, static libraries will be used in any case
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_GroupMembershipTest.java 5 * you may not use this file except in compliance with the License.
54 .with(GroupMembership.GROUP_ROW_ID, group.getId())
64 .with(RawContacts.ACCOUNT_TYPE, "test_type")
65 .with(RawContacts.ACCOUNT_NAME, "test_name")
68 .with(Groups.SOURCE_ID, "test_source_id")
69 .with(Groups.ACCOUNT_TYPE, "test_type")
70 .with(Groups.ACCOUNT_NAME, "test_name")
73 .with(GroupMembership.GROUP_SOURCE_ID, "test_source_id")
84 .with(RawContacts.ACCOUNT_TYPE, "test_type")
85 .with(RawContacts.ACCOUNT_NAME, "test_name"
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h 33 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
34 HTTPREAD_HDR_TYPE_HEAD = 3, /* hdr begins with HEAD<sp> */
35 HTTPREAD_HDR_TYPE_POST = 4, /* hdr begins with POST<sp> */
36 HTTPREAD_HDR_TYPE_PUT = 5, /* hdr begins with ... */
37 HTTPREAD_HDR_TYPE_DELETE = 6, /* hdr begins with ... */
38 HTTPREAD_HDR_TYPE_TRACE = 7, /* hdr begins with ... */
39 HTTPREAD_HDR_TYPE_CONNECT = 8, /* hdr begins with ... */
40 HTTPREAD_HDR_TYPE_NOTIFY = 9, /* hdr begins with ... */
41 HTTPREAD_HDR_TYPE_M_SEARCH = 10, /* hdr begins with ... */
42 HTTPREAD_HDR_TYPE_M_POST = 11, /* hdr begins with ... *
    [all...]
  /external/wpa_supplicant_8/src/wps/
httpread.h 27 HTTPREAD_HDR_TYPE_GET = 2, /* hdr begins with GET<sp> */
28 HTTPREAD_HDR_TYPE_HEAD = 3, /* hdr begins with HEAD<sp> */
29 HTTPREAD_HDR_TYPE_POST = 4, /* hdr begins with POST<sp> */
30 HTTPREAD_HDR_TYPE_PUT = 5, /* hdr begins with ... */
31 HTTPREAD_HDR_TYPE_DELETE = 6, /* hdr begins with ... */
32 HTTPREAD_HDR_TYPE_TRACE = 7, /* hdr begins with ... */
33 HTTPREAD_HDR_TYPE_CONNECT = 8, /* hdr begins with ... */
34 HTTPREAD_HDR_TYPE_NOTIFY = 9, /* hdr begins with ... */
35 HTTPREAD_HDR_TYPE_M_SEARCH = 10, /* hdr begins with ... */
36 HTTPREAD_HDR_TYPE_M_POST = 11, /* hdr begins with ... *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utmpx.h 15 License along with the GNU C Library; if not, write to the Free
53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
91 cancellation point. But due to similarity with an POSIX interface
93 therefore not marked with __THROW. */
99 cancellation point. But due to similarity with an POSIX interfac
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 15 License along with the GNU C Library; if not, write to the Free
53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
91 cancellation point. But due to similarity with an POSIX interface
93 therefore not marked with __THROW. */
99 cancellation point. But due to similarity with an POSIX interfac
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utmpx.h 15 License along with the GNU C Library; if not, write to the Free
53 marked with __THROW. */
59 marked with __THROW. */
65 marked with __THROW. */
71 marked with __THROW. */
77 marked with __THROW. */
83 marked with __THROW. */
91 cancellation point. But due to similarity with an POSIX interface
93 therefore not marked with __THROW. */
99 cancellation point. But due to similarity with an POSIX interfac
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 9 #line 32768 // expected-warning {{#line number greater than 32767 is incompatible with C++98}}
11 #define VA_MACRO(x, ...) x // expected-warning {{variadic macros are incompatible with C++98}}
12 VA_MACRO(,x) // expected-warning {{empty macro argument list is incompatible with C++98}}
14 ; // expected-warning {{extra ';' outside of a function is incompatible with C++98}}
17 Enum_value, // expected-warning {{commas at the end of enumerator lists are incompatible with C++98}}
22 template struct InstantiationAfterSpecialization<int>; // expected-warning {{explicit instantiation of 'InstantiationAfterSpecialization<int>' that occurs after an explicit specialization is incompatible with C++98}}
25 void (*FnPtr)() = (void(*)())dlsym(); // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
26 void *FnVoidPtr = (void*)&dlsym; // expected-warning {{cast between pointer-to-function and pointer-to-object is incompatible with C++98}}
31 int *ArraySizeConversion = new int[ConvertToInt()]; // expected-warning {{implicit conversion from array size expression of type 'ConvertToInt' to integral type 'int' is incompatible with C++98}}
34 extern template class ExternTemplate<int>; // expected-warning {{extern templates are incompatible with C++98}
    [all...]
  /external/llvm/utils/lint/
common_lint.py 8 """Checks to make sure the file has no lines with lines exceeding the length
17 A list of tuples with format [(filename, line number, msg), ...] with any
38 A list of tuples with format [(line_number, msg), ...] with any violations
52 """Checks to make sure the file has no lines with trailing whitespace.
59 A list of tuples with format [(filename, line number, msg), ...] with any
85 A list of tuples with format [(filename, line number, msg), ...] with an
    [all...]
  /external/v8/test/mjsunit/regress/
regress-799761.js 2 // Redistribution and use in source and binary forms, with or without
11 // with the distribution.
35 // to scoping - in fact they behave more sanely. Inside a 'with' they do
36 // not interfere with the 'with' scopes.
39 with ({ x: 42 }) {
52 with ({ x: 42 }) {
64 with ({ x: 42 }) {
77 with ({ x: 42 }) {
87 with ({ x: 42 })
    [all...]
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseFirstEOL.pl 16 # License along with this library; if not, write to the Free Software
38 $title = "parseFirstEOL: Line with Windows line ending.";
39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title);
42 $title = "parseFirstEOL: Line with Unix line ending.";
43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title);
46 $title = "parseFirstEOL: Line with Mac line ending.";
47 ok(firstEOLInString("This line ends with a Mac line ending.\r") eq "\r", $title);
50 $title = "parseFirstEOL: Line with Mac line ending followed by line without a line ending.";
51 ok(firstEOLInString("This line ends with a Mac line ending.\rThis line doesn't have a line ending.") eq "\r", $title);
54 $title = "parseFirstEOL: Line with a mix of line endings."
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Statements/
12.10-1.js 3 * except in compliance with the License. You may obtain a copy of
24 ECMA Section: 12.10 The with statement
27 with ( Expression ) Statement
29 The with statement adds a computed object to the front of the scope chain
30 of the current execution context, then executes a statement with this
35 The production WithStatement : with ( Expression ) Statement is evaluated
57 var TITLE = "The with statment";
86 "with( new Number() ) { this +'' }",
88 eval("with( new Number() ) { this +'' }") );
95 "var MYOB = new WithObject(true); with (MYOB) { parseInt() }"
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/
TextViewDetectorTest.java 5 * you may not use this file except in compliance with the License.
30 "edit_textview.xml:13: Warning: Attribute android:autoText should not be used with <TextView>: Change element type to <EditText> ?\n" +
31 "edit_textview.xml:14: Warning: Attribute android:bufferType should not be used with <TextView>: Change element type to <EditText> ?\n" +
32 "edit_textview.xml:15: Warning: Attribute android:capitalize should not be used with <TextView>: Change element type to <EditText> ?\n" +
33 "edit_textview.xml:16: Warning: Attribute android:cursorVisible should not be used with <TextView>: Change element type to <EditText> ?\n" +
34 "edit_textview.xml:17: Warning: Attribute android:digits should not be used with <TextView>: Change element type to <EditText> ?\n" +
35 "edit_textview.xml:18: Warning: Attribute android:editable should not be used with <TextView>: Change element type to <EditText> ?\n" +
36 "edit_textview.xml:19: Warning: Attribute android:editorExtras should not be used with <TextView>: Change element type to <EditText> ?\n" +
37 "edit_textview.xml:22: Warning: Attribute android:imeActionId should not be used with <TextView>: Change element type to <EditText> ?\n" +
38 "edit_textview.xml:23: Warning: Attribute android:imeActionLabel should not be used with <TextView>: Change element type to <EditText> ?\n"
    [all...]

Completed in 2103 milliseconds

<<11121314151617181920>>