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

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
decl-invalid.c 4 typedef union <anonymous> __mbstate_t; // expected-error {{declaration of anonymous union must be a definition}} expected-warning {{typedef requires a name}}
19 struct; // expected-error {{declaration of anonymous struct must be a definition}} // expected-warning {{declaration does not declare anything}}
  /external/webrtc/webrtc/modules/audio_conference_mixer/test/
audio_conference_mixer_unittest.cc 63 MockMixerParticipant anonymous[kAnonymous]; local
71 // Participant must be registered before turning it into anonymous.
72 EXPECT_EQ(-1, mixer->SetAnonymousMixabilityStatus(&anonymous[i], true));
73 EXPECT_EQ(0, mixer->SetMixabilityStatus(&anonymous[i], true));
74 EXPECT_TRUE(mixer->MixabilityStatus(anonymous[i]));
75 EXPECT_FALSE(mixer->AnonymousMixabilityStatus(anonymous[i]));
77 EXPECT_EQ(0, mixer->SetAnonymousMixabilityStatus(&anonymous[i], true));
78 EXPECT_TRUE(mixer->AnonymousMixabilityStatus(anonymous[i]));
80 // Anonymous participants do not show status by MixabilityStatus.
81 EXPECT_FALSE(mixer->MixabilityStatus(anonymous[i]))
    [all...]
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 7 remote anonymous {
35 sainfo anonymous {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg9.s 2 % A bit cheesy: we allocate anonymous GREGs with no handle. This isn't
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
testing.properties.template 43 cvsRoot=:pserver:anonymous@ottcvs1:/home/cvs/releng
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 27 sainfo anonymous {
  /external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
SubclassByteBuddyMockMakerTest.java 33 Observer anonymous = new Observer() { local
36 MockMaker.TypeMockability mockable = mockMaker.isTypeMockable(anonymous.getClass());
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10219.go 8 // in an anonymous struct via :=.
issue4590.go 8 // an anonymous struct with methods.
bug177.go 17 if f.Name != "S1" || f.Anonymous != true {
18 println("BUG: ", f.Name, f.Anonymous)
26 if !f.Anonymous {
27 println("BUG: S1 is not anonymous")
issue11614.go 7 // Test that incorrect expressions involving wrong anonymous interface
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10219.go 8 // in an anonymous struct via :=.
issue4590.go 8 // an anonymous struct with methods.
bug177.go 17 if f.Name != "S1" || f.Anonymous != true {
18 println("BUG: ", f.Name, f.Anonymous)
26 if !f.Anonymous {
27 println("BUG: S1 is not anonymous")
issue11614.go 7 // Test that incorrect expressions involving wrong anonymous interface
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
setup.sh 18 cvs -d :pserver:anonymous@dev.eclipse.org:$CVSROOT $quietcvs co $project;
  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress02-rmt 68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \
76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
ftp-upload-stress01-rmt 50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
anonunion.go 10 // that is an anonymous union, the first field in the union is
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
anonunion.go 10 // that is an anonymous union, the first field in the union is
  /external/ipsec-tools/src/racoon/
sainfo.c 74 * no matching entry found and if there is anonymous entry, return it.
84 struct sainfo *anonymous = NULL; variable in typeref:struct:sainfo
95 dloc = strdup("ANONYMOUS");
100 drmt = strdup("ANONYMOUS");
138 anonymous = s;
142 /* anonymous ? */
144 if (anonymous != NULL)
155 if ((anonymous == NULL) && (pass == 1)) {
160 return anonymous;
280 idloc = strdup("ANONYMOUS");
    [all...]
  /external/clang/test/Analysis/inlining/
path-notes.cpp 44 } anonymous; local
46 anonymous.method(0);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
build.properties 190 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/icu/icu4j/eclipse-build/pdebuild/
build.properties 157 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 25 (* Evaluate a top-level expression into an anonymous function. *)

Completed in 2180 milliseconds

1 2 3 4 5 6 7 8 91011