HomeSort by relevance Sort by last modified time
    Searched refs:mandatory (Results 26 - 50 of 86) sorted by null

12 3 4

  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Application.mk 7 # Don't remove this - mandatory
  /external/webkit/Tools/wx/build/
settings.py 388 conf.check_cfg(path=get_path_to_wxconfig(), args='--cxxflags --libs', package='', uselib_store='WX', mandatory=True)
390 conf.check_cfg(msg='Checking for libxslt', path='xslt-config', args='--cflags --libs', package='', uselib_store='XSLT', mandatory=True)
391 conf.check_cfg(path='xml2-config', args='--cflags --libs', package='', uselib_store='XML', mandatory=True)
393 conf.check_cfg(path=os.path.join(wklibs_dir, 'unix', 'bin', 'curl-config'), args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
395 conf.check_cfg(path='curl-config', args='--cflags --libs', package='', uselib_store='CURL', mandatory=True)
398 conf.check_cfg(package='cairo', args='--cflags --libs', uselib_store='WX', mandatory=True)
399 conf.check_cfg(package='pango', args='--cflags --libs', uselib_store='WX', mandatory=True)
400 conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='WX', mandatory=True)
401 conf.check_cfg(package='sqlite3', args='--cflags --libs', uselib_store='SQLITE3', mandatory=True)
402 conf.check_cfg(path='icu-config', args='--cflags --ldflags', package='', uselib_store='ICU', mandatory=True
    [all...]
  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 47 bool mandatory; // whether the child is mandatory or not member in struct:ModelBuilder::ChildInfo
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 39 * An UI node can be "mandatory", meaning the UI node is never deleted and it may lack
40 * an actual XML node attached. A non-mandatory UI node MUST have an XML node attached
59 private final Mandatory mMandatory;
61 public enum Mandatory {
63 MANDATORY,
69 * tooltip, SDK url, attributes list, children list and mandatory.
77 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
78 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory
85 Mandatory mandatory)
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 24 // Decodes a CloudPolicySettings object into two maps with mandatory and
28 PolicyMap* mandatory, PolicyMap* recommended);
144 PolicyMap* mandatory,
153 DecodePolicy(policy, mandatory, recommended);
154 MaybeDecodeOldstylePolicy(policy_data.policy_value(), mandatory, recommended);
183 PolicyMap* mandatory,
186 if (!mandatory->empty() || !recommended->empty())
210 PolicyMapProxy map_proxy(mandatory);
device_policy_cache.cc 240 PolicyMap* mandatory,
247 DecodeDevicePolicy(policy, mandatory, recommended);
270 PolicyMap* mandatory,
276 mandatory->Set(kPolicyPolicyRefreshRate,
cloud_policy_cache_base.cc 155 PolicyMap* mandatory,
175 return DecodePolicyData(policy_data, mandatory, recommended);
user_policy_cache_unittest.cc 25 // Decodes a CloudPolicySettings object into two maps with mandatory and
29 PolicyMap* mandatory, PolicyMap* recommended);
142 em::PolicyOptions::MANDATORY);
149 PolicyMap mandatory; local
150 mandatory.Set(kPolicyHomepageLocation,
152 mandatory.Set(kPolicyJavascriptEnabled, Value::CreateBooleanValue(true));
155 EXPECT_TRUE(mandatory.Equals(mandatory_policy));
214 em::PolicyOptions::MANDATORY));
226 em::PolicyOptions::MANDATORY));
240 em::PolicyOptions::MANDATORY));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 75 * its children list and its mandatory flag.
86 * @param mandatory Whether this node must always exist (even for empty models). A mandatory
87 * UI node is never deleted and it may lack an actual XML node attached. A non-mandatory
95 ElementDescriptor[] children, boolean mandatory) {
96 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
105 * The UI nodes will be non-mandatory.
  /development/testrunner/test_defs/
xml_suite_helper.py 87 def _ParseAttribute(self, suite_element, attribute_name, mandatory,
91 elif mandatory:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 89 xmlns, null, true /*mandatory*/);
95 xmlns, null, true /*mandatory*/);
100 xmlns, null, true /*mandatory*/);
133 * @param mandatory if true, this element is mandatory
143 boolean mandatory) {
149 null, childrenElements, mandatory);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 79 true /* mandatory */);
90 false /* mandatory */);
98 false /* mandatory */);
106 true /* mandatory */);
116 false /* mandatory */);
124 false /* mandatory */);
141 ElementDescriptor[] childrenElements, boolean mandatory) {
144 null, childrenElements, mandatory);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 70 unsigned int mandatory :1; /* the linker must understand this */ member in struct:aux_id
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 70 unsigned int mandatory :1; /* the linker must understand this */ member in struct:aux_id
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 70 unsigned int mandatory :1; /* the linker must understand this */ member in struct:aux_id
  /external/valgrind/main/coregrind/
m_redir.c 218 16 Nov 2007: Comments re .mandatory field: The initial motivation
239 const HChar** mandatory; /* non-NULL ==> abort V and print the member in struct:_Spec
661 didn't get matched. If any such are mandatory we must abort the
666 if (sp->mark && (!sp->done) && sp->mandatory)
674 vg_assert(sp->mandatory);
679 "%swhich is mandatory for this platform-tool combination\n", v);
698 for (strp = sp->mandatory; *strp; strp++)
1069 const HChar** mandatory; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 29 import com.android.ide.eclipse.adt.internal.editors.descriptors.ElementDescriptor.Mandatory;
92 APPLICATION_ELEMENT = createElement("application", null, Mandatory.MANDATORY_LAST); //$NON-NLS-1$ + no child & mandatory
97 USES_SDK_ELEMENT = createElement("uses-sdk", null, Mandatory.MANDATORY); //$NON-NLS-1$ + no child & mandatory
113 Mandatory.MANDATORY);
202 false /*mandatory*/);
205 false /*mandatory*/);
    [all...]
  /external/oprofile/events/i386/atom/
unit_masks 5 name:store_forwards type:mandatory default:0x81
7 name:segment_reg_loads type:mandatory default:0x00
24 name:fp_assist type:mandatory default:0x81
70 name:uops_retired type:mandatory default:0x10
100 name:thermal_trip type:mandatory default:0xc0
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_peap.c 388 wpabuf_put_u8(buf, 0x80); /* Mandatory */
651 int tlv_type, mandatory, tlv_len; local
662 mandatory = !!(pos[0] & 0x80);
687 mandatory ? " (mandatory)" : "");
688 if (mandatory) {
769 int tlv_type, mandatory, tlv_len, vtlv_len; local
783 mandatory = !!(pos[0] & 0x80);
808 if (mandatory) {
816 mandatory = !!(vpos[0] & 0x80)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 389 wpabuf_put_u8(buf, 0x80); /* Mandatory */
652 int tlv_type, mandatory, tlv_len; local
663 mandatory = !!(pos[0] & 0x80);
688 mandatory ? " (mandatory)" : "");
689 if (mandatory) {
770 int tlv_type, mandatory, tlv_len, vtlv_len; local
784 mandatory = !!(pos[0] & 0x80);
809 if (mandatory) {
817 mandatory = !!(vpos[0] & 0x80)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 113 // copy mandatory flags, and will be cleared once the item is found
117 mandatoryAbsence[i] = childTable[i].mandatory;
140 if (childTable[j].mandatory) {
168 LOGE("ModelBuilder::parseGeneric mandatory child type %d not present in type %d",
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/
CommandLineParser.java 49 * - In the constructor, add a define() call for each parameter (either mandatory
189 * @param longFlagName The long flag name for the given action. Mandatory. Cannot be null.
413 // Validate that all mandatory arguments are non-null for this action
    [all...]
  /external/bison/data/
lalr1.cc 24 # The header is mandatory.
26 [m4_fatal(b4_skeleton[: using %defines is mandatory])])
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 188 false /* mandatory */ );
197 false /* mandatory */ );
219 false /* mandatory */ );
231 ElementDescriptor[] childrenElements, boolean mandatory) {
234 null, childrenElements, mandatory);
325 false /* mandatory */);
371 false /* mandatory */);
  /external/oprofile/events/i386/nehalem/
unit_masks 6 name:sb_forward type:mandatory default:0x01
11 name:sb_drain type:mandatory default:0x01
38 name:mem_store_retired type:mandatory default:0x01
74 name:inst_decoded type:mandatory default:0x01
152 #name:l1d_pend_miss type:mandatory default:0x02
193 name:large_itlb type:mandatory default:0x01
308 name:macro_insts type:mandatory default:0x01
371 name:x20 type:mandatory default:0x20

Completed in 4329 milliseconds

12 3 4