/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 31 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/ |
D | ContentProviderOperationBuilderTest.java | 51 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/ |
D | platform_CompressedSwapPerf.py | 54 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/ |
D | question.py | 393 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/ |
D | ShadowContentProviderOperation.java | 17 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/ |
D | README.txt | 8 Repeat this test for different selections of playout and recording devices.
|
/external/netperf/src/ |
D | nettest_omni.c | 1510 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/ |
D | ChangeLog | 101 * Use #defines for dismod selections by Eric Paris.
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 636 // account user selections.
|
/external/llvm/cmake/modules/ |
D | HandleLLVMOptions.cmake | 3 # selections.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticParseKinds.td | 108 "generic selections are a C11-specific feature">, InGroup<C11>;
|
D | DiagnosticSemaKinds.td | 7138 // Generic selections.
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 910 C11 generic selections 915 selections is enabled.
|
/external/netperf/doc/ |
D | netperf.texi | 3318 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
|
D | netperf.info | 3142 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/ |
D | raw_structures.txt | 11594 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…
|
D | raw_structures_fixed.txt | 11613 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/ |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.debug.core_3.6.0.v20100519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 538 - credential configuration and automatic network selections based on
|
/external/tpm2/ |
D | part3.txt | 9686 …pcrAllocation would have to have two selections: one for the empty SHA1 bank and one for the SHA256
|
/external/libxml2/ |
D | ChangeLog | 17758 need to be extended to non full nodes selections.
|