Home
last modified time | relevance | path

Searched defs:selections (Results 1 – 10 of 10) sorted by relevance

/external/smack/src/org/apache/harmony/javax/security/auth/callback/
DChoiceCallback.java36 private int[] selections; field in ChoiceCallback
100 public void setSelectedIndexes(int[] selections) { in setSelectedIndexes()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DContentProviderOperationBuilderTest.java51 Map<String, String[]> selections = shadowBuilder.getSelections(); in withSelection() local
/external/llvm/include/llvm/CodeGen/PBQP/
DSolution.h30 SelectionsMap selections; variable
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowContentProviderOperation.java17 private final Map<String, String[]> selections = new HashMap<String, String[]>(); field in ShadowContentProviderOperation
/external/chromium_org/chrome/browser/android/provider/
Dchrome_browser_provider.cc1273 jstring selections, in QueryBookmarkFromAPI()
1335 jstring selections, in UpdateBookmarkFromAPI()
1354 jstring selections, in RemoveBookmarkFromAPI()
1369 jstring selections, in RemoveHistoryFromAPI()
1408 jstring selections, in QuerySearchTermFromAPI()
1461 jstring selections, jobjectArray selection_args) { in UpdateSearchTermFromAPI()
1478 JNIEnv* env, jobject obj, jstring selections, jobjectArray selection_args) { in RemoveSearchTermFromAPI()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorTextEditor.js1076 selections: function() method in WebInspector.CodeMirrorTextEditor
1802 _validateSelectionsContexts: function(mainSelection, selections) argument
1972 _findRange: function(selections, range) argument
2023 _expandSelectionsToWords: function(selections) argument
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DDigestMD5SaslClient.java626 int[] selections = in createDigestResponse() local
/external/smack/src/com/novell/sasl/client/
DDigestMD5SaslClient.java626 int[] selections = in createDigestResponse() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DTextEditor.js207 selections: function() { }, method in WebInspector.TextEditor
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js443 setSelections: function(selections, primaryIndex, config) { }, argument