OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:required
(Results
51 - 75
of
65174
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
NoViableAltException.pm
10
required
=> 1,
16
required
=> 1,
22
required
=> 1,
/frameworks/compile/slang/tests/F_multi_export_errors/
stderr.txt.expect
1
multi_export_errors.rs:4:5: error: init(void) is
required
to have a void return type
2
multi_export_errors.rs:8:6: error: root() is
required
to return an int for graphics usage
3
multi_export_errors.rs:11:5: error: invokable non-static functions are
required
to return void
/external/chromium/chrome/browser/sync/protocol/
test.proto
15
required
bool foo = 1;
19
required
bool foo = 1;
20
required
bool bar = 2;
/external/chromium_org/chrome/browser/feedback/proto/
extension.proto
23
required
ExtensionDetails extension_details = 1;
27
required
string url = 2;
32
required
string mime_type = 1;
34
required
Dimensions dimensions = 2;
46
required
int32 number_of_attempts = 1;
48
required
string errors = 2;
54
required
CommonData common_data = 1;
56
required
WebData web_data = 2;
58
required
int32 type_id = 3;
76
required
CommonData common_data = 1
[
all
...]
/external/chromium_org/sync/protocol/
test.proto
15
required
bool foo = 1;
19
required
bool foo = 1;
20
required
bool bar = 2;
/frameworks/compile/slang/tests/F_kernel_noattr/
stderr.txt.expect
1
kernel_noattr.rs:4:5: error: Compute kernel root() is
required
to return a void type
3
kernel_noattr.rs:11:5: error: invokable non-static functions are
required
to return void
4
kernel_noattr.rs:15:5: error: invokable non-static functions are
required
to return void
/external/llvm/utils/lit/lit/ExampleTests/
required-and-missing.c
1
// This test shouldn't be run, the
required
feature is missing.
/libcore/dom/src/test/resources/
staff2.dtd
16
x CDATA #
REQUIRED
17
y CDATA #
REQUIRED
18
width CDATA #
REQUIRED
19
height CDATA #
REQUIRED
>
/device/asus/grouper/
media_profiles.xml
10
Unless
required
by applicable law or agreed to in writing, software
27
<!ATTLIST EncoderProfile quality (timelapse480p|timelapsecif|timelapseqcif|480p|cif|qcif) #
REQUIRED
>
28
<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #
REQUIRED
>
29
<!ATTLIST EncoderProfile duration (30|60) #
REQUIRED
>
31
<!ATTLIST Video codec (h264|h263|m4v) #
REQUIRED
>
32
<!ATTLIST Video bitRate CDATA #
REQUIRED
>
33
<!ATTLIST Video width CDATA #
REQUIRED
>
34
<!ATTLIST Video height CDATA #
REQUIRED
>
35
<!ATTLIST Video frameRate CDATA #
REQUIRED
>
37
<!ATTLIST Audio codec (amrnb|amrwb|aac) #
REQUIRED
>
[
all
...]
/external/apache-harmony/auth/src/test/resources/
auth.conf
7
com.intel.security.auth.module.LoginModule1
required
AAAA=true BBB=false;
14
com.intel.security.auth.module.LoginModule1
required
debug1=true test1=false;
19
com.intel.security.auth.module.LoginModule2
required
debug1="true" test1="false";
22
Login3 { com.intel.security.auth.module.LoginModule3
required
;
26
com.intel.security.auth.module.LoginModule4
required
debug1=true test1=false; };
29
{ com.intel.security.auth.module.LoginModule5
required
debug1=true test1=false; };
31
Login6 { com.intel.security.auth.module.LoginModule6
required
debug1=true test1=false; };
36
com.intel.security.auth.module.LoginModule1
required
AAAA="true" BBB=false;
/external/chromium_org/chrome/common/extensions/docs/templates/private/
manifest_example.html
3
<em>//
Required
</em>
4
{{+partials.manifest_properties properties:manifest_source.
required
}}
/external/clang/test/Parser/
check_cast.c
10
xxx = (struct foo)1; // expected-error {{used type 'struct foo' where arithmetic or pointer type is
required
}}
11
i = (int)xxx; // expected-error {{operand of type 'struct foo' where arithmetic or pointer type is
required
}}
/external/eigen/demos/opengl/
CMakeLists.txt
1
find_package(Qt4
REQUIRED
)
2
find_package(OpenGL
REQUIRED
)
/external/javassist/src/main/javassist/runtime/
package.html
3
Runtime support classes
required
by modified bytecode.
5
<p>This package includes support classes that may be
required
by
/external/chromium/chrome/browser/userfeedback/proto/
extension.proto
22
required
ExtensionDetails extension_details = 1;
26
required
string url = 2;
31
required
string mime_type = 1;
33
required
Dimensions dimensions = 2;
45
required
int32 number_of_attempts = 1;
47
required
string errors = 2;
59
required
CommonData common_data = 1;
61
required
WebData web_data = 2;
63
required
int32 type_id = 3;
81
required
CommonData common_data = 6
[
all
...]
/external/clang/test/CXX/temp/temp.param/
p15.cpp
6
X<X<int>> *x2; // expected-error{{a space is
required
between consecutive right angle brackets (use '> >')}}
8
X<X<X<X<int>> // expected-error{{a space is
required
between consecutive right angle brackets (use '> >')}}
9
>> *x3; // expected-error{{a space is
required
between consecutive right angle brackets (use '> >')}}
/external/protobuf/examples/
addressbook.proto
9
required
string name = 1;
10
required
int32 id = 2; // Unique ID number for this person.
20
required
string number = 1;
/packages/apps/Launcher3/protos/
backup.proto
10
* Unless
required
by applicable law or agreed to in writing, software
29
required
Type type = 1;
36
required
bytes payload = 1;
37
required
int64 checksum = 2;
41
required
int32 app_version = 1;
42
required
int64 t = 2;
49
required
int64 id = 1;
50
required
int32 itemType = 2;
70
required
int64 id = 1;
75
required
int32 dpi = 1
[
all
...]
/device/generic/goldfish/camera/
media_profiles.xml
10
Unless
required
by applicable law or agreed to in writing, software
25
<!ATTLIST EncoderProfile quality (high|low) #
REQUIRED
>
26
<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #
REQUIRED
>
27
<!ATTLIST EncoderProfile duration (30|60) #
REQUIRED
>
28
<!ATTLIST EncoderProfile cameraId (0|1) #
REQUIRED
>
30
<!ATTLIST Video codec (h264|h263|m4v) #
REQUIRED
>
31
<!ATTLIST Video bitRate CDATA #
REQUIRED
>
32
<!ATTLIST Video width CDATA #
REQUIRED
>
33
<!ATTLIST Video height CDATA #
REQUIRED
>
34
<!ATTLIST Video frameRate CDATA #
REQUIRED
>
[
all
...]
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
pod-coverage.t
8
plan skip_all => "Test::Pod::Coverage
required
for testing POD coverage: $@";
pod.t
8
plan skip_all => "Test::Pod
required
for testing POD: $@";
/external/chromium_org/chrome/browser/sync_file_system/
sync_file_system.proto
16
required
string resource_id = 1;
17
required
string md5_checksum = 2;
18
required
bool conflicted = 3;
22
required
bool to_be_fetched = 4;
/external/chromium_org/content/browser/android/in_process/
DEPS
2
#
Required
for SynchronousCompositor (in --single-process mode only).
/external/chromium_org/third_party/JSON/JSON-2.59/t/
00_pod.t
7
plan skip_all => "Test::Pod 1.00
required
for testing POD" if $@;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
__init__.py
0
#
Required
for Python to search this directory for module files
Completed in 855 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>