OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:required
(Results
201 - 225
of
65174
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h
35
#define CPU_186 1 /* i186 or better
required
*/
36
#define CPU_286 2 /* i286 or better
required
*/
37
#define CPU_386 3 /* i386 or better
required
*/
38
#define CPU_486 4 /* i486 or better
required
*/
39
#define CPU_586 5 /* i585 or better
required
*/
40
#define CPU_686 6 /* i686 or better
required
*/
41
#define CPU_P3 7 /* Pentium3 or better
required
*/
42
#define CPU_P4 8 /* Pentium4 or better
required
*/
43
#define CPU_IA64 9 /* IA-64 or better
required
*/
44
#define CPU_K6 10 /* AMD K6 or better
required
*/
[
all
...]
/cts/suite/audio_quality/
BUILD.txt
1
C++: No special library
required
in host side, but gcc/g++ and std c++ library should be present.
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
perlcritic.t
13
my $msg = 'Test::Perl::Critic
required
to criticise code';
/external/bison/m4/
mbchar.m4
7
dnl autoconf tests
required
for use of mbchar.m4
mbiter.m4
7
dnl autoconf tests
required
for use of mbiter.h
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.proto
48
required
string file_id = 1;
56
required
int64 tracker_id = 1;
59
required
int64 parent_tracker_id = 2;
61
required
string file_id = 3;
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
default_locale.html
6
This field is <b>
required
</b> in extensions
/external/chromium_org/components/autofill/core/browser/
test_autofill_external_delegate.h
14
// Calls the
required
functions on the given external delegate to cause the
/external/chromium_org/content/public/android/java/templates/
native_libraries_array.h
7
// version of the file with the real list of libraries
required
(which changes
/external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_compression_dxt3.txt
15
OpenGL ES 2.0 is
required
.
CHROMIUM_texture_compression_dxt5.txt
15
OpenGL ES 2.0 is
required
.
/external/chromium_org/third_party/pexpect/
README.chromium
15
Only the
required
files from pexpect-2.3 distribution have been added.
/external/chromium_org/third_party/re2/
AUTHORS
7
# The email address is not
required
for organizations.
/external/chromium_org/tools/gyp/test/mac/objc-gc/
test.gyp
6
# For some reason, static_library targets that are built with gc=
required
42
'GCC_ENABLE_OBJC_GC': '
required
',
52
'GCC_ENABLE_OBJC_GC': '
required
',
62
'GCC_ENABLE_OBJC_GC': '
required
',
/external/clang/test/CXX/over/over.over/
p2.cpp
9
int (*f0c)(int, float) = f0; // expected-error{{address of overloaded function 'f0' does not match
required
type 'int (int, float)'}}
/external/clang/test/CXX/temp/temp.names/
p2.cpp
6
// because of the
required
early lookup to determine if it names a template.
/external/clang/test/SemaCXX/
PR9572.cpp
10
Bar() { } // expected-note {{implicit destructor for 'Foo' first
required
here}}
/external/clang/test/SemaObjC/
string.m
4
// a declaration of NSConstantString is not
required
.
/external/clang/test/SemaOpenCL/
sampler_t.cl
12
foo(5); // expected-error {{sampler_t variable
required
- got 'int'}}
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
genresults
4
#
required
when running on Linux Motif
/external/eigen/
CTestConfig.cmake
4
## # The following are
required
to uses Dart and the Cdash dashboard
/external/libpng/contrib/pngminim/preader/
README
8
Edit makefile if
required
, to find your X library and include files,
/external/llvm/test/Linker/
module-flags-4-a.ll
5
; CHECK: linking module flags 'bar': does not have the
required
value
/external/regex-re2/
AUTHORS
7
# The email address is not
required
for organizations.
/external/scrypt/
android-config.mk
7
# This script performs minor but
required
patching for the Android build.
Completed in 749 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>