OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:default
(Results
76 - 100
of
20735
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/oprofile/events/ppc64/power5++/
unit_masks
3
name:zero type:mandatory
default
:0x0
/external/webkit/LayoutTests/fast/encoding/
default-xhtml-encoding-expected.txt
1
Test
default
XHTML encoding (in the absence of an XML declaration).
/ndk/tests/build/project-properties/
project.properties
2
# Instead of the one under
default
.properties
/external/clang/test/SemaCXX/
return-noreturn.cpp
19
switch (x) {
default
: pr6884_abort(); }
22
switch (x)
default
: pr6884_abort_struct();
25
switch (x) {
default
: pr6884_abort_struct(); }
28
switch (x) {
default
: ; }
31
switch (x) {
default
: { pr6884_abort_struct(); } }
34
switch (x)
default
: L1: L2: case 4: pr6884_abort_struct();
37
switch (x)
default
: L1: { L2: case 4: pr6884_abort_struct(); }
40
switch (x)
default
: L1: L2: case 4: { pr6884_abort_struct(); }
47
switch (x)
default
: pr6884_abort_struct();
51
switch (x) {
default
: pr6884_abort_struct();
[
all
...]
cxx0x-cursory-default-delete.cpp
6
non_copiable() =
default
;
10
non_const_copy(non_const_copy&) =
default
; // expected-note {{not viable}}
11
non_const_copy& operator = (non_const_copy&) & =
default
; // expected-note {{not viable}}
12
non_const_copy& operator = (non_const_copy&) && =
default
; // expected-note {{not viable}}
13
non_const_copy() =
default
; // expected-note {{not viable}}
30
non_const_derived(const non_const_derived&) =
default
; // expected-error {{requires it to be non-const}}
31
non_const_derived& operator =(non_const_derived&) =
default
;
35
bad_decls(volatile bad_decls&) =
default
; // expected-error {{may not be volatile}}
36
bad_decls&& operator = (bad_decls) =
default
; // expected-error 2{{lvalue reference}}
37
bad_decls& operator = (volatile bad_decls&) =
default
; // expected-error {{may not be volatile}
[
all
...]
builtin_objc_msgSend.cpp
7
extern "C" __attribute__((visibility("
default
"))) id objc_msgSend(id self, SEL op, ...)
8
__attribute__((visibility("
default
")));
/dalvik/tests/004-annotations/src/android/test/anno/
ExportedProperty.java
10
boolean resolveId()
default
false;
11
IntToString[] mapping()
default
{ @IntToString(from = -1, to = "-1") };
/external/clang/test/CXX/special/class.copy/
p15-0x.cpp
6
foo(const foo&) =
default
;
13
bar(const bar&) =
default
;
/external/clang/test/CXX/temp/temp.param/
p12.cpp
7
class T2 = int> // expected-note{{previous
default
template argument defined here}}
11
typename T2 = float> // expected-error{{template parameter redefines
default
argument}}
15
template<class> class = Y1> // expected-note{{previous
default
template argument defined here}}
21
template<class> class = Y1> // expected-error{{template parameter redefines
default
argument}}
25
int M = 5> // expected-note{{previous
default
template argument defined here}}
31
int M = 7> // expected-error{{template parameter redefines
default
argument}}
34
// Check validity of
default
arguments
39
C1<> c1; // expected-note{{while checking a
default
template argument}}
p14.cpp
4
// A template-parameter shall not be used in its own
default
argument.
5
template<typename T = typename T::type> struct X; // expected-error{{
default
}}
/external/oprofile/events/i386/athlon/
unit_masks
3
name:zero type:mandatory
default
:0x0
5
name:moesi type:bitmask
default
:0x1f
/external/oprofile/events/i386/piii/
unit_masks
3
name:zero type:mandatory
default
:0x0
5
name:mesi type:bitmask
default
:0x0f
11
name:ebl type:exclusive
default
:0x20
14
name:kni_prefetch type:exclusive
default
:0x0
21
name:kni_inst_retired type:exclusive
default
:0x0
24
name:mmx_uops type:mandatory
default
:0xf
26
name:mmx_instr_type_exec type:bitmask
default
:0x3f
34
name:mmx_trans type:exclusive
default
:0x0
/hardware/libhardware/modules/
README.android
0
Default
(and possibly architecture dependents) HAL modules go here.
13
/system/libs/hw/<*_HARDWARE_MODULE_ID>.
default
.so
17
A module can have several variants: "
default
", "arch" and "board", and they're
18
loaded in the "board", "arch" and "
default
" order.
21
The source code for "
default
" and "arch" would usually
/external/srec/shared/include/
ESR_SessionImpl.h
32
*
Default
implementation.
39
*
Default
implementation.
45
*
Default
implementation.
51
*
Default
implementation.
57
*
Default
implementation.
63
*
Default
implementation.
69
*
Default
implementation.
75
*
Default
implementation.
82
*
Default
implementation.
88
*
Default
implementation
[
all
...]
/external/oprofile/events/i386/p6_mobile/
unit_masks
3
name:zero type:mandatory
default
:0x0
5
name:mesi type:bitmask
default
:0x0f
13
name:ebl type:exclusive
default
:0x20
16
name:kni_prefetch type:exclusive
default
:0x0
23
name:sse_sse2_inst_retired type:exclusive
default
:0x0
28
name:mmx_uops type:mandatory
default
:0xf
30
name:mmx_instr_type_exec type:bitmask
default
:0x3f
38
name:mmx_trans type:exclusive
default
:0x0
41
name:freq type:exclusive
default
:0x0
44
name:fused type:exclusive
default
:0x
[
all
...]
/external/webkit/Source/cmake/
OptionsEfl.cmake
63
WEBKIT_FEATURE(ENABLE_AS_IMAGE "Enable SVG as image"
DEFAULT
ON SVG)
64
WEBKIT_FEATURE(ENABLE_BLOB "Enable blob slice"
DEFAULT
OFF)
65
WEBKIT_FEATURE(ENABLE_CHANNEL_MESSAGING "Enable channel messaging"
DEFAULT
ON)
66
WEBKIT_FEATURE(ENABLE_DATABASE "Enable database"
DEFAULT
ON)
67
WEBKIT_FEATURE(ENABLE_DATAGRID "Enable datagrid"
DEFAULT
OFF)
68
WEBKIT_FEATURE(ENABLE_DATALIST "Enable datalist"
DEFAULT
ON HTML)
69
WEBKIT_FEATURE(ENABLE_DATA_TRANSFER_ITEMS "Enable data transfer items"
DEFAULT
OFF)
70
WEBKIT_FEATURE(ENABLE_DOM_STORAGE "Enable DOM storage"
DEFAULT
ON)
71
WEBKIT_FEATURE(ENABLE_EVENTSOURCE "Enable event source"
DEFAULT
ON)
72
WEBKIT_FEATURE(ENABLE_FAST_MALLOC "Enable TCmalloc instead of system's allocator"
DEFAULT
ON
[
all
...]
/frameworks/media/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h
24
#define M4VSS_SUPPORT_READER_AMR /**< [
default
] Support .amr files */
27
#define M4VSS_SUPPORT_READER_3GP /**< [
default
] Support .mp4, .3gp files */
31
#define M4VSS_SUPPORT_READER_MP3 /**< [
default
] Support .mp3 files */
34
#define M4VSS_SUPPORT_READER_PCM /**< [
default
] Support .pcm files */
42
#define M4VSS_SUPPORT_AUDEC_AMRNB /**< [
default
] Support AMR NB streams */
45
#define M4VSS_SUPPORT_AUDEC_AAC /**< [
default
] Support AAC, AAC+ and eAAC+ streams */
49
#define M4VSS_SUPPORT_VIDEC_3GP /**< [
default
] Support mpeg4 and H263 decoders */
55
#define M4VSS_SUPPORT_VIDEO_AVC /**< [
default
] Support H264 decoders */
58
#define M4VSS_SUPPORT_AUDEC_MP3 /**< [
default
] Support MP3 decoders */
62
#define M4VSS_SUPPORT_AUDEC_NULL /** [
default
] Support PCM reading *
[
all
...]
/dalvik/tests/003-omnibus-opcodes/src/
Switch.java
17
default
: assert(false); break;
22
default
: /*correct*/ break;
30
default
: assert(false); break;
38
default
: assert(false); break;
43
default
: /*correct*/ break;
51
default
: assert(false); break;
55
default
: /*correct*/ break;
/external/chromium/chrome/browser/chromeos/login/
default_user_images.h
14
// Returns path to
default
user image with specified index.
15
// The path is used in Local State to distinguish
default
images.
18
// Checks if given path is one of the
default
ones. If it is, returns true
22
// Returns URL to
default
user image with specifided index.
25
// Checks if the given URL points to one of the
default
images. If it is,
29
// Resource IDs of
default
user images.
32
// Number of
default
images.
/external/clang/test/Preprocessor/
pragma_unknown.c
10
#pragma STDC FP_CONTRACT
DEFAULT
11
#pragma STDC FP_CONTRACT IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or '
DEFAULT
' in pragma}}
15
#pragma STDC FENV_ACCESS
DEFAULT
16
#pragma STDC FENV_ACCESS IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or '
DEFAULT
' in pragma}}
20
#pragma STDC CX_LIMITED_RANGE
DEFAULT
21
#pragma STDC CX_LIMITED_RANGE IN_BETWEEN // expected-warning {{expected 'ON' or 'OFF' or '
DEFAULT
' in pragma}}
23
#pragma STDC CX_LIMITED_RANGE // expected-warning {{expected 'ON' or 'OFF' or '
DEFAULT
' in pragma}}
/external/llvm/test/CodeGen/X86/
2011-08-29-InitOrder.ll
1
; RUN: llc < %s -mtriple=i386-linux-gnu | FileCheck %s --check-prefix=CHECK-
DEFAULT
6
; CHECK-
DEFAULT
: construct_3
7
; CHECK-
DEFAULT
: construct_2
8
; CHECK-
DEFAULT
: construct_1
15
; CHECK-
DEFAULT
: destruct_3
16
; CHECK-
DEFAULT
: destruct_2
17
; CHECK-
DEFAULT
: destruct_1
/external/oprofile/events/i386/pii/
unit_masks
3
name:zero type:mandatory
default
:0x0
5
name:mesi type:bitmask
default
:0x0f
11
name:ebl type:exclusive
default
:0x20
14
name:mmx_uops type:mandatory
default
:0xf
16
name:mmx_instr_type_exec type:bitmask
default
:0x3f
24
name:mmx_trans type:exclusive
default
:0x0
27
name:seg_rename type:bitmask
default
:0xf
/external/clang/lib/Basic/
LangOptions.cpp
18
#define LANGOPT(Name, Bits,
Default
, Description) Name =
Default
;
19
#define ENUM_LANGOPT(Name, Type, Bits,
Default
, Description) set##Name(
Default
);
24
#define LANGOPT(Name, Bits,
Default
, Description)
25
#define BENIGN_LANGOPT(Name, Bits,
Default
, Description) Name =
Default
;
26
#define BENIGN_ENUM_LANGOPT(Name, Type, Bits,
Default
, Description) \
27
Name =
Default
;
/development/samples/Home/
_index.html
2
to launch applications by
default
is an ordinary application itself.
4
default
Home. This is a sample of such an alternative.</p>
6
<p>This is actually the source of an old incarnation of the
default
Home application,
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/
logging.properties
1
# A
default
java.util.logging configuration.
2
# (All App Engine logging is through java.util.logging by
default
).
12
# Set the
default
logging level for all loggers to WARNING
Completed in 685 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>