Home
last modified time | relevance | path

Searched refs:selections (Results 1 – 17 of 17) 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/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/robolectric/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/selinux/checkpolicy/
DChangeLog94 * Use #defines for dismod selections by Eric Paris.
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake3 # selections.
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m636 // account user selections.
/external/clang/docs/
DLanguageExtensions.rst910 C11 generic selections
915 selections is enabled.
/external/clang/include/clang/Basic/
DDiagnosticParseKinds.td118 "generic selections are a C11-specific feature">, InGroup<C11>;
DDiagnosticSemaKinds.td6842 // Generic selections.
/external/libvncserver/x11vnc/
DRELEASE-NOTES332 Primary, or Cutbuffer selections: "x11vnc -R
DREADME1092 Cutbuffer selections: "x11vnc -R resend_clipboard", "x11vnc -R
8484 received from a VNC viewer then x11vnc will set the X11 selections
8486 PRIMARY and CLIPBOARD selections (Xvnc does not seem to do this.)
8488 The X11 selections can be confusing, especially to those coming from
8502 then both selections are "merged" to some degree (and this can lead to
11913 X CLIPBOARD local selections. To control which
11933 X CLIPBOARD local selections. To control which
16395 PRIMARY, CLIPBOARD, and CUTBUFFER0 selections.
/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/
DChangeLog475 - credential configuration and automatic network selections based on
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch1850 + " X CLIPBOARD local selections. To control which\n"
1870 + " X CLIPBOARD local selections. To control which\n"
18147 +X CLIPBOARD local selections. To control which
21425 +X CLIPBOARD local selections. To control which
/external/libxml2/
DChangeLog17758 need to be extended to non full nodes selections.