OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:with
(Results
251 - 275
of
103186
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/icu4c/data/unidata/norm2/
uts46.txt
84
00C0 >00E0 # 1.1 LATIN CAPITAL LETTER A
WITH
GRAVE
85
00C1 >00E1 # 1.1 LATIN CAPITAL LETTER A
WITH
ACUTE
86
00C2 >00E2 # 1.1 LATIN CAPITAL LETTER A
WITH
CIRCUMFLEX
87
00C3 >00E3 # 1.1 LATIN CAPITAL LETTER A
WITH
TILDE
88
00C4 >00E4 # 1.1 LATIN CAPITAL LETTER A
WITH
DIAERESIS
89
00C5 >00E5 # 1.1 LATIN CAPITAL LETTER A
WITH
RING ABOVE
91
00C7 >00E7 # 1.1 LATIN CAPITAL LETTER C
WITH
CEDILLA
92
00C8 >00E8 # 1.1 LATIN CAPITAL LETTER E
WITH
GRAVE
93
00C9 >00E9 # 1.1 LATIN CAPITAL LETTER E
WITH
ACUTE
94
00CA >00EA # 1.1 LATIN CAPITAL LETTER E
WITH
CIRCUMFLE
[
all
...]
/external/icu4c/data/unidata/
SpecialCasing.txt
39
# A language ID is defined by BCP 47,
with
'-' and '_' treated equivalently.
46
# Parsers of this file must be prepared to deal
with
future additions to this format:
60
# Preserve canonical equivalence for I
with
dot. Turkic is handled below.
62
0130; 0069 0307; 0130; 0130; # LATIN CAPITAL LETTER I
WITH
DOT ABOVE
84
0390; 0390; 0399 0308 0301; 0399 0308 0301; # GREEK SMALL LETTER IOTA
WITH
DIALYTIKA AND TONOS
85
03B0; 03B0; 03A5 0308 0301; 03A5 0308 0301; # GREEK SMALL LETTER UPSILON
WITH
DIALYTIKA AND TONOS
86
01F0; 01F0; 004A 030C; 004A 030C; # LATIN SMALL LETTER J
WITH
CARON
87
1E96; 1E96; 0048 0331; 0048 0331; # LATIN SMALL LETTER H
WITH
LINE BELOW
88
1E97; 1E97; 0054 0308; 0054 0308; # LATIN SMALL LETTER T
WITH
DIAERESIS
89
1E98; 1E98; 0057 030A; 0057 030A; # LATIN SMALL LETTER W
WITH
RING ABOV
[
all
...]
/cts/tests/tests/webkitsecurity/assets/
crash-while-loading-tag-with-pause.html
8
<iframe src="resources/tag-
with
-pause.php?onclick=alert(1)"></iframe>
ignored-result-null-comparison-crash.js
2
"This tests that bytecode generation doesn't crash on a comparison to null
with
an ignored result."
/dalvik/dx/tests/040-dex-constructor/
info.txt
3
file are not checked for correctness. This test is of a classfile
with
/dalvik/tests/024-illegal-access/
info.txt
2
error. Also try to access a non-public class in a different package
with
/dalvik/tests/032-concrete-sub/
info.txt
2
where a concrete class and its abstract superclass were compiled
with
/dalvik/tests/094-pattern/
info.txt
3
The test may throw a StackOverflowError if the stack size is too small.
With
/development/samples/
README
2
be packaged
with
the SDK.
/device/sample/sdk_addon/
hardware.ini
3
# Each skin can also override those values
with
its own hardware.ini file
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
Signer.java
17
* update the internal digest
with
the byte b
22
* update the internal digest
with
the byte array in
27
* generate a signature for the message we've been loaded
with
using
28
* the key we were initialised
with
.
/external/bsdiff/
README.android
6
Changes in the source are marked
with
"// android" comments.
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/
bookmark_current_tabs.applescript
10
repeat
with
i from 1 to (count tabs)
16
set var to make new bookmark folder
with
properties {title:"New"}
18
repeat
with
i from 1 to (count url_list)
19
make new bookmark item
with
properties {URL:(item i of url_list), title:(item i of title_list)}
/external/chromium/chrome/common/extensions/docs/examples/api/browserAction/make_page_red/
manifest.json
2
"name": "A browser action
with
no icon that makes the page red",
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
manifest.json
3
"description": "Utility for working
with
the extension tabs api",
/external/clang/test/ASTMerge/Inputs/
namespace2.cpp
14
// Merge namespace
with
conflict
/external/clang/test/Analysis/
cstring-syntax.c
9
strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - 1); // expected-warning {{Potential buffer overflow. Replace
with
'sizeof(dest) - strlen(dest) - 1' or use a safer 'strlcat' API}}
10
strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning {{Potential buffer overflow. Replace
with
}}
11
strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest)); // expected-warning {{Potential buffer overflow. Replace
with
}}
12
strncat(dest, src, sizeof(src)); // expected-warning {{Potential buffer overflow. Replace
with
}}
stack-addr-ps.cpp
7
return s; // expected-warning{{Address of stack memory associated
with
local variable 's' returned}} expected-warning{{reference to stack memory associated
with
local variable 's' returned}}
13
return s2; // expected-warning{{Address of stack memory associated
with
local variable 's1' returned}} expected-warning {{reference to stack memory associated
with
local variable 's1' returned}}
20
return s3; // expected-warning{{Address of stack memory associated
with
local variable 's1' returned}} expected-warning {{reference to stack memory associated
with
local variable 's1' returned}}
25
const int &get_reference1() { return get_value(); } // expected-warning{{Address of stack memory associated
with
temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}}
29
return x; // expected-warning{{Address of stack memory associated
with
temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}}
35
return x2; // expected-warning{{Address of stack memory associated
with
temporary object of type 'const int' returned}} expected-warning {{returning reference to local temporary}}
47
return &x2; // expected-warning{{Address of stack memory associated
with
local variable 'x1' returned}} expected-warning {{address of stack memory associated with local va (…)
[
all
...]
/external/clang/test/CodeGenCXX/
2007-01-02-UnboundedArray.cpp
1
// Make sure unbounded arrays compile
with
debug information.
/external/clang/test/PCH/
functions.h
1
/* For use
with
the functions.c test */
/external/clang/test/Sema/
invalid-init-diag.c
4
struct {int x;} x = a; // expected-error {{
with
an expression of incompatible type 'int'}}
memset-invalid.c
3
char memset(); // expected-warning {{incompatible redeclaration of library function 'memset'}} expected-note{{'memset' is a builtin
with
type}}
vfprintf-valid-redecl.c
4
// The following declaration is compatible
with
vfprintf, so we shouldn't
/external/clang/test/SemaCXX/
access.cpp
7
struct S {}; // expected-error {{'S' redeclared
with
'public' access}}
14
class C { }; // expected-error {{'C' redeclared
with
'private' access}}
22
template<typename T> struct A {}; // expected-error {{'A' redeclared
with
'private' access}}
31
class X; // expected-error {{'X' redeclared
with
'public' access}}
/external/clang/test/SemaObjC/
warn-write-strings.m
4
char* x = "foo"; // expected-warning {{initializing 'char *'
with
an expression of type 'const char [4]' discards qualifiers}}
Completed in 651 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>