HomeSort by relevance Sort by last modified time
    Searched refs:unnamed (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16616.go 7 // Tests that unexported fields of unnamed types have different PkgPath values.
issue5910.go 7 // Issue 5910: parsing of unnamed struct types
issue6140.go 8 // whose receiver has an unnamed interface type.
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
gcc67968.go 12 // returns an unnamed type.
bug388.go 12 func foo(runtime.UintType, i int) { // ERROR "cannot declare name runtime.UintType|mixed named and unnamed|undefined identifier"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16616.go 7 // Tests that unexported fields of unnamed types have different PkgPath values.
issue5910.go 7 // Issue 5910: parsing of unnamed struct types
issue6140.go 8 // whose receiver has an unnamed interface type.
bug477.go 7 // Test multiple identical unnamed structs with methods. This caused
gcc67968.go 12 // returns an unnamed type.
bug388.go 12 func foo(runtime.UintType, i int) { // ERROR "cannot declare name runtime.UintType|mixed named and unnamed|undefined identifier"
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 22 * -> Create a named semaphore and an unnamed semaphore, initialized to 0.
119 sem_t unnamed, *named; local
156 ret = sem_init(&unnamed, 0, INIT_VAL);
169 ret = pthread_create(&child2, NULL, threaded, &unnamed);
190 ret = sem_getvalue(&unnamed, &value);
200 ("sem_getvalue returned an invalid value for the unnamed semaphore");
226 ret = sem_destroy(&unnamed);
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/
InferenceVariable.java 26 inferenceVariables.add(InferenceVariable.unnamed(tp));
31 public static InferenceVariable unnamed(ResolvedTypeParameterDeclaration typeParameterDeclaration) { method in class:InferenceVariable
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue8331a.go 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
issue8331b.go 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
issue8148.go 5 // Issue 8148. A typedef of an unnamed struct didn't work when used
  /prebuilts/go/linux-x86/misc/cgo/test/
issue8331a.go 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
issue8331b.go 5 // Issue 8331. A typedef of an unnamed struct is the same struct when
issue8148.go 5 // Issue 8148. A typedef of an unnamed struct didn't work when used
  /external/capstone/tests/
test_winkernel.cpp 33 namespace unnamed { namespace
35 } // namespace unnamed
105 unnamed::test();
  /prebuilts/go/darwin-x86/src/go/types/
object_test.go 35 {NewTypeName(0, nil, "t2", &emptyInterface), true}, // type name refers to unnamed type
  /prebuilts/go/linux-x86/src/go/types/
object_test.go 35 {NewTypeName(0, nil, "t2", &emptyInterface), true}, // type name refers to unnamed type
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 83 "C::{unnamed type#1}::{unnamed type#1}()",
84 "C::{unnamed type#1}::{unnamed type#1}",
85 "C::{unnamed type#1}::{unnamed type#1}()",
86 "C::{unnamed type#1}::{unnamed type#1}",
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
demangle_test.go 83 "C::{unnamed type#1}::{unnamed type#1}()",
84 "C::{unnamed type#1}::{unnamed type#1}",
85 "C::{unnamed type#1}::{unnamed type#1}()",
86 "C::{unnamed type#1}::{unnamed type#1}",

Completed in 1548 milliseconds

1 2 3 4 5 6