Home
last modified time | relevance | path

Searched refs:REQUIRED (Results 1 – 25 of 103) sorted by relevance

12345

/external/webkit/Source/cmake/
DOptionsEfl.cmake29 FIND_PACKAGE(Cairo 1.6 REQUIRED)
30 FIND_PACKAGE(EFL REQUIRED)
31 FIND_PACKAGE(Fontconfig 2.8.0 REQUIRED)
32 FIND_PACKAGE(Sqlite REQUIRED)
33 FIND_PACKAGE(LibXml2 2.6 REQUIRED)
34 FIND_PACKAGE(LibXslt 1.1.7 REQUIRED)
35 FIND_PACKAGE(ICU REQUIRED)
36 FIND_PACKAGE(Threads REQUIRED)
37 FIND_PACKAGE(JPEG REQUIRED)
38 FIND_PACKAGE(PNG REQUIRED)
[all …]
DFindEFL.cmake3 PKG_CHECK_MODULES (EDJE REQUIRED edje>=1.0.0)
4 PKG_CHECK_MODULES (ECORE REQUIRED ecore>=1.0.0)
5 PKG_CHECK_MODULES (ECORE_EVAS REQUIRED ecore-evas>=1.0.0)
6 PKG_CHECK_MODULES (EFLDEPS REQUIRED
13 PKG_CHECK_MODULES (EINA REQUIRED eina>=1.0.0)
15 PKG_CHECK_MODULES (EVAS REQUIRED evas>=1.0.0)
DFindLibSoup2.cmake72 SET( _pkgconfig_REQUIRED "REQUIRED" )
122 # and FIND_PACKAGE( LibSoup2 REQUIRED ) was called
144 FIND_PACKAGE( GLIB2 REQUIRED )
153 FIND_PACKAGE( LibXml2 REQUIRED )
162 FIND_PACKAGE( GNUTLS REQUIRED )
DFindGthread.cmake4 PKG_CHECK_MODULES (Gthread REQUIRED gthread-2.0>=2.20.0)
DFindGperf.cmake14 # handle the QUIETLY and REQUIRED arguments and set GPERF_FOUND to TRUE if
DFindCFLite.cmake18 # handle the QUIETLY and REQUIRED arguments and set COREFOUNDATION_FOUND to TRUE if
DLibFindMacros.cmake1 # Works the same as find_package, but forwards the "REQUIRED" and "QUIET" arguments
11 set (LIBFIND_PACKAGE_ARGS ${LIBFIND_PACKAGE_ARGS} REQUIRED)
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
DAppConfigurationEntryTest.java56 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, options); in testCtor_01()
79 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in testCtor_02()
86 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in testCtor_02()
104 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, null); in testCtor_02()
118 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in testArrayCtor()
121 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in testArrayCtor()
142 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED in testControlFlags()
155 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED in testControlFlags()
171 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, options); in testImmutability()
DLoginContext1Test.java68 private static final int REQUIRED = 1; field in LoginContext1Test
95 case REQUIRED: in mapControlFlag()
96 return LoginModuleControlFlag.REQUIRED; in mapControlFlag()
176 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in addRequired()
992 { new Integer(REQUIRED), "TestLoginModule_InitFails" }, in testLogin_03()
1000 { new Integer(REQUIRED), "no such class" }, in testLogin_03()
1015 { new Integer(REQUIRED), "TestLoginModule_InitFails" }, in testLogin_03()
1030 { new Integer(REQUIRED), "TestLoginModule_CtorFails" }, in testLogin_03()
/external/webkit/LayoutTests/dom/xhtml/level2/core/
Dstaff2.dtd16 x CDATA #REQUIRED
17 y CDATA #REQUIRED
18 width CDATA #REQUIRED
19 height CDATA #REQUIRED>
/external/smack/src/org/apache/harmony/javax/security/auth/login/
DLoginContext.java52 private static final int REQUIRED = 1; field in LoginContext
290 ++total[REQUIRED]; in loginImpl()
316 if (logged[REQUIRED] != total[REQUIRED] || logged[REQUISITE] != total[REQUISITE]) { in loginImpl()
319 if (total[REQUIRED] == 0 && total[REQUISITE] == 0) { in loginImpl()
354 if (commited[REQUIRED] != total[REQUIRED] || commited[REQUISITE] != total[REQUISITE]) { in loginImpl()
357 if (total[REQUIRED] == 0 && total[REQUISITE] == 0) { in loginImpl()
507 flag = REQUIRED; in Module()
DAppConfigurationEntry.java73 public static final LoginModuleControlFlag REQUIRED = new LoginModuleControlFlag( field in AppConfigurationEntry.LoginModuleControlFlag
/external/webkit/Source/
DCMakeLists.txt38 FIND_PACKAGE(BISON REQUIRED)
39 FIND_PACKAGE(FLEX REQUIRED)
40 FIND_PACKAGE(Gperf REQUIRED)
41 FIND_PACKAGE(Perl REQUIRED)
42 FIND_PACKAGE(PythonInterp REQUIRED)
/external/eigen/demos/opengl/
DCMakeLists.txt1 find_package(Qt4 REQUIRED)
2 find_package(OpenGL REQUIRED)
/external/eigen/bench/btl/cmake/
DFindPackageHandleStandardArgs.cmake4 # It handles the REQUIRED and QUIET argument to FIND_PACKAGE() and
13 # If it is not found and REQUIRED was used, it fails with FATAL_ERROR,
26 SET(_FAIL_MESSAGE "Could not find REQUIRED package ${_NAME}")
/external/libvpx/libvpx/
Dkeywords.dox3 The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
11 \anchor REQUIRED
13 This word, or the terms "REQUIRED" or "SHALL", mean that the
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-deltablue.js123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required"); variable in Strength
169 if (this.strength == Strength.REQUIRED)
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-deltablue.js123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required"); variable in Strength
169 if (this.strength == Strength.REQUIRED)
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-deltablue.js123 case 5: return Strength.REQUIRED;
128 Strength.REQUIRED = new Strength(0, "required"); variable in Strength
169 if (this.strength == Strength.REQUIRED)
605 var strength = Strength.REQUIRED;
800 new EqualityConstraint(prev, v, Strength.REQUIRED);
837 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
/external/v8/benchmarks/
Ddeltablue.js129 case 5: return Strength.REQUIRED;
134 Strength.REQUIRED = new Strength(0, "required"); variable in Strength
175 if (this.strength == Strength.REQUIRED)
611 var strength = Strength.REQUIRED;
806 new EqualityConstraint(prev, v, Strength.REQUIRED);
843 new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
/external/eigen/demos/mandelbrot/
DCMakeLists.txt1 find_package(Qt4 REQUIRED)
/external/nist-sip/java/gov/nist/javax/sip/header/
DParameterNames.java113 public static final String REQUIRED = "required"; field
/external/qemu-pc-bios/
DREADME34 TOOLS REQUIRED TO BUILD
/external/eigen/cmake/
DFindFFTW.cmake4 # find_package(FFTW [REQUIRED] [QUIET] )
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DDefaultConfigParserTest.java116 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, in testConfigParser_02()

12345