OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specified
(Results
126 - 150
of
17969
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smack/src/org/xbill/DNS/
MRRecord.java
24
* @param newName The new name of the mailbox
specified
by the domain.
32
/** Gets the new name of the mailbox
specified
by the domain */
/external/valgrind/main/none/tests/
map_unaligned.c
22
// This fails because MAP_FIXED is
specified
and p1+1 isn't page-aligned.
24
// MAP_FIXED has to also be
specified
.)
/libcore/luni/src/main/java/java/util/concurrent/
BrokenBarrierException.java
23
* Constructs a {@code BrokenBarrierException} with no
specified
detail
29
* Constructs a {@code BrokenBarrierException} with the
specified
/libcore/luni/src/main/java/javax/crypto/
MacSpi.java
48
* Initializes this {@code MacSpi} instance with the
specified
key and
56
* if the
specified
key cannot be used to initialize this
59
* if the
specified
parameters cannot be used to initialize this
66
* Updates this {@code MacSpi} instance with the
specified
byte.
74
* Updates this {@code MacSpi} instance with the data from the
specified
75
* buffer {@code input} from the
specified
{@code offset} and length {@code
88
* Updates this {@code MacSpi} instance with the data from the
specified
115
* Computes the digest of this MAC based on the data previously
specified
in
/ndk/sources/host-tools/ndk-stack/regex/
targetver.h
6
// including the version
specified
.
8
// Modify the following defines if you have to target a platform prior to the ones
specified
below.
/external/chromium/chrome/browser/extensions/
extension_infobar_module_constants.cc
13
const char kTabNotFoundError[] = "
Specified
tab (or default tab) not found";
/external/chromium/chrome/browser/ui/options/
show_options_url.h
14
// Opens a tab showing the
specified
url. This is intended for use any place
/external/chromium_org/ash/wm/
system_modal_container_event_filter_delegate.h
19
// Returns true if |window| can receive the
specified
event.
/external/chromium_org/chrome/browser/ui/
browser_tabstrip.h
27
// Adds a tab to the tab strip of the
specified
browser and loads |url| into it.
32
// Adds a selected tab with the
specified
URL and transition, returns the
51
// Closes the
specified
WebContents in the
specified
Browser. If
/external/chromium_org/chrome/browser/ui/views/
event_utils.h
16
// Returns true if the
specified
event may have a
theme_image_mapper.h
12
// Maps the
specified
resource id to the appropriate one based on the supplied
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_sandboxed_unittest.cc
18
// Sandboxed pages
specified
, no custom CSP value.
26
// Sandboxed pages
specified
with a custom CSP value.
30
// Sandboxed pages
specified
with wildcard, no custom CSP value.
34
// Sandboxed pages
specified
with filename wildcard, no custom CSP value.
/external/chromium_org/components/autofill/core/common/
password_autofill_util.h
10
// Returns true if the user has
specified
the flag to ignore autocomplete='off'
/external/chromium_org/dbus/
string_util.h
14
// Returns true if the
specified
string is a valid object path.
/external/chromium_org/third_party/skia/include/utils/
SkJSON.h
39
* Create a new slot with the
specified
name and value. The name
47
* Create a new slot with the
specified
name and value. The name
55
* Create a new slot with the
specified
name and value. Both parameters
62
* Create a new slot with the
specified
name and value. The name
68
* Create a new slot with the
specified
name and value. The name
74
* Create a new slot with the
specified
name and value. The name
190
* Creates an array with the
specified
Type and element count. All
196
* Creates an array of ints, initialized by copying the
specified
202
* Creates an array of floats, initialized by copying the
specified
208
* Creates an array of bools, initialized by copying the
specified
[
all
...]
/external/chromium_org/third_party/skia/src/views/mac/
SampleAppDelegate.mm
6
//Load
specified
skia views after launching
/external/chromium_org/tools/gyp/test/win/large-pdb/
large-pdb.gyp
70
# No PDB file is
specified
. However, the msvs_large_pdb mechanism should
80
# No PDB file is
specified
. However, the msvs_large_pdb_path variable
94
# No PDB file is
specified
. However, we've
specified
a product name so
/external/chromium_org/tools/gyp/test/win/linker-flags/
entrypointsymbol.cc
5
// The entry point
specified
by link.exe /ENTRY option.
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p12.cpp
46
[i] {}(); // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default
specified
}}
68
auto m4 = [&,j] { // expected-error{{variable 'j' cannot be implicitly captured in a lambda with no capture-default
specified
}}
69
int x = n; // expected-error{{variable 'n' cannot be implicitly captured in a lambda with no capture-default
specified
}}
71
x += i; // expected-error{{variable 'i' cannot be implicitly captured in a lambda with no capture-default
specified
}}
/external/clang/test/CodeGen/
2002-03-12-ArrayInitialization.c
4
specified
for an array.
arm-asm-diag.c
12
: [r0] "=r"(r.val[0]), // expected-warning {{value size does not match register size
specified
by the constraint and modifier}}
13
[r1] "=r"(r.val[1]), // expected-warning {{value size does not match register size
specified
by the constraint and modifier}}
14
[r2] "=r"(r.val[2]), // expected-warning {{value size does not match register size
specified
by the constraint and modifier}}
15
[r3] "=r"(r.val[3]) // expected-warning {{value size does not match register size
specified
by the constraint and modifier}}
/external/clang/test/Sema/
generic-selection.c
10
void (*)(): 0, // expected-note {{compatible type 'void (*)()'
specified
here}}
11
void (*)(void): 0); // expected-error {{type 'void (*)(void)' in generic association compatible with previously
specified
type 'void (*)()'}}
14
void (*)(int): 0, // expected-note {{compatible type 'void (*)(int)'
specified
here}}
15
void (*)(void): 0); // expected-note {{compatible type 'void (*)(void)'
specified
here}}
/external/clang/test/SemaCXX/
generic-selection.cpp
7
int: 1, // expected-note {{compatible type 'int'
specified
here}}
9
U: 3) // expected-error {{type 'int' in generic association compatible with previously
specified
type 'int'}}
24
int: 1, // expected-note {{compatible type 'int'
specified
here}}
25
int: 2, // expected-error {{type 'int' in generic association compatible with previously
specified
type 'int'}}
/external/dropbear/
dropbear.8
64
Listen on
specified
70
up to 10 can be
specified
(default 22 if none
specified
).
80
Specify a pidfile to create when running as a daemon. If not
specified
, the
/external/dropbear/libtomcrypt/src/headers/
tomcrypt.h
45
CRYPT_INVALID_CIPHER, /* Invalid cipher
specified
*/
46
CRYPT_INVALID_HASH, /* Invalid hash
specified
*/
47
CRYPT_INVALID_PRNG, /* Invalid PRNG
specified
*/
58
CRYPT_PK_INVALID_SYSTEM,/* Invalid PK system
specified
*/
Completed in 3885 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>