HomeSort by relevance Sort by last modified time
    Searched full:selecttype (Results 1 - 10 of 10) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 48 private enum SelectType {
156 count = blockingSelect(SelectType.NULL, 0);
196 assert_select_OP_ACCEPT(SelectType.NOW, 0);
197 assert_select_OP_CONNECT(SelectType.NOW, 0);
198 assert_select_OP_READ(SelectType.NOW, 0);
199 assert_select_OP_WRITE(SelectType.NOW, 0);
206 assert_select_SelectorClosed(SelectType.NOW, 0);
218 assert_select_OP_ACCEPT(SelectType.NULL, 0);
219 assert_select_OP_CONNECT(SelectType.NULL, 0);
220 assert_select_OP_READ(SelectType.NULL, 0)
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
select.go 262 selv = temp(selecttype(int32(sel.Xoffset)))
327 func selecttype(size int32) *Type { func
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
select.go 259 selv = temp(selecttype(int32(sel.Xoffset)))
324 func selecttype(size int32) *Type { func
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
select.go 262 selv = temp(selecttype(int32(sel.Xoffset)))
327 func selecttype(size int32) *Type { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go 259 selv = temp(selecttype(int32(sel.Xoffset)))
324 func selecttype(size int32) *Type { func
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
select.go 22 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.
33 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.
runtime2.go 158 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.
  /prebuilts/go/linux-x86/src/runtime/
select.go 22 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.
33 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.
runtime2.go 158 // Changes here must also be made in src/cmd/internal/gc/select.go's selecttype.

Completed in 301 milliseconds