Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 23 of 23) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h31 SelectionsMap selections; variable
43 unsigned numNodes() const { return selections.size(); } in numNodes()
77 selections[nodeId] = selection; in setSelection()
84 SelectionsMap::const_iterator sItr = selections.find(nodeId); in getSelection()
85 assert(sItr != selections.end() && "No selection for node."); in getSelection()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderOperationBuilderTest.java51 Map<String, String[]> selections = shadowBuilder.getSelections(); in withSelection() local
52 assertThat(selections.size(), is(2)); in withSelection()
53 assertThat(selections.get("first"), equalTo(new String[] { "a", "b" })); in withSelection()
54 assertThat(selections.get("second"), equalTo(new String[] { "c", "d" })); in withSelection()
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py54 def get_selection_funcs(selections): argument
64 if k in selections
267 swap_target, switch_delay, temp_dir, selections): argument
335 for f_name, f in get_selection_funcs(selections).iteritems():
400 selections=None, swap_targets=None, switch_delay=0.0): argument
401 if selections is None:
402 selections = ['sequential', 'uniform', 'exponential']
450 selections)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dquestion.py393 def __init__(self, min=1, max=1, style=None, selections=None, type='text', other=False): argument
403 if selections is None:
406 self.selections = selections
411 …assert len(selections) >= self.min_selections, "# of selections is less than minimum of %d" % self…
428 for tpl in self.selections:
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContentProviderOperation.java17 private final Map<String, String[]> selections = new HashMap<String, String[]>(); field in ShadowContentProviderOperation
65 return selections; in getSelections()
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt8 Repeat this test for different selections of playout and recording devices.
/external/netperf/src/
Dnettest_omni.c1510 FILE *selections; in parse_output_selection_file() local
1517 selections = fopen(selection_file,"r"); in parse_output_selection_file()
1518 if (!selections) { in parse_output_selection_file()
1533 while (((c = fgetc(selections)) != EOF) && (line < 4)) { in parse_output_selection_file()
/external/selinux/checkpolicy/
DChangeLog101 * Use #defines for dismod selections by Eric Paris.
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m636 // account user selections.
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake3 # selections.
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td108 "generic selections are a C11-specific feature">, InGroup<C11>;
DDiagnosticSemaKinds.td7138 // Generic selections.
/external/clang/docs/
DLanguageExtensions.rst910 C11 generic selections
915 selections is enabled.
/external/netperf/doc/
Dnetperf.texi3318 The output selections will be read from the named file. Within the
3324 selections in a file can be useful when the list of selections is long.
3326 The output selections will be parsed from a comma and/or
Dnetperf.info3142 The output selections will be read from the named file. Within the
3148 output selections in a file can be useful when the list of
3149 selections is long.
3152 The output selections will be parsed from a comma and/or
/external/tpm2/generator/
Draw_structures.txt11594 list of selections
12413 implementation that supports different key sizes would have a different set of selections.
12439 implementation that supports different key sizes would have a different set of selections.
13885 these are the selections allowed for an ECC key
16482 Table 214 is used to indicate the algorithms that are implemented in a TPM. The selections in the V…
Draw_structures_fixed.txt11613 list of selections
12438 implementation that supports different key sizes would have a different set of selections.
12464 implementation that supports different key sizes would have a different set of selections.
13887 these are the selections allowed for an ECC key
16449 Table 214 is used to indicate the algorithms that are implemented in a TPM. The selections in the V…
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog538 - credential configuration and automatic network selections based on
/external/tpm2/
Dpart3.txt9686 …pcrAllocation would have to have two selections: one for the empty SHA1 bank and one for the SHA256
/external/libxml2/
DChangeLog17758 need to be extended to non full nodes selections.