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

1 2 3 4 5 6 7 8

  /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/v8/test/mjsunit/
eval-stack-trace.js 94 // f (eval at g (eval-stack.js:87:8), <anonymous>:2:9)
95 // eval (eval at g (eval-stack.js:87:8), <anonymous>:4:1)
104 ["<anonymous>:2:", "<anonymous>:4:"]
124 // f (eval at h (eval at <anonymous> (eval-stack.js:116:8)),
125 // <anonymous>:2:9)
126 // eval (eval at h (eval at <anonymous> (eval-stack.js:116:8)),
127 // <anonymous>:4:1)
128 // h (eval at <anonymous> (eval-stack.js:116:8), <anonymous>:3:3
    [all...]
debug-backtrace-text.js 82 // 3: [anonymous]
89 assertEquals("[anonymous]()", exec_state.frame(3).invocationText());
95 // 2: [anonymous]
100 assertEquals("[anonymous]()", exec_state.frame(2).invocationText());
106 // 2: [anonymous]
111 assertEquals("[anonymous]()", exec_state.frame(2).invocationText());
function.js 53 f = Function('return typeof anonymous');
56 var anonymous = 42; variable
57 f = Function('return anonymous;');
  /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/llvm/autoconf/m4/
header_mmap_anonymous.m4 2 # Check for anonymous mmap macros. This is modified from
19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 127 Object anonymous = new InterfaceA() { local
131 Method method = anonymous.getClass().getMethod("a");
132 assertEquals(anonymous.getClass(), method.getDeclaringClass());
136 Object anonymous = new Object() { local
140 Method method = anonymous.getClass().getMethod("a");
141 assertEquals(anonymous.getClass(), method.getDeclaringClass());
145 Object anonymous = new Object() { local
150 anonymous.getClass().getMethod("a");
157 Object anonymous = new Object() { local
161 Method method = anonymous.getClass().getDeclaredMethod("a")
    [all...]
  /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/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/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/v8/test/mjsunit/regress/
regress-1036894.js 28 assertThrows("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
31 assertThrows("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
35 assertThrows("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
  /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 155 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. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 29 (* Evaluate a top-level expression into an anonymous function. *)
  /sdk/eclipse/buildConfig/
build.properties 167 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/clang/lib/AST/
TemplateBase.cpp 375 Out << "(anonymous)";
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
struct.s 24 ; anonymous struct; symbols become global
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 12 int anonymous; member in namespace:N::__anon7527
13 // CHECK-DAG: @"\01?anonymous@?A@N@@3HA"
20 int _c(void) {return N::anonymous + c;}
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 30 (* Evaluate a top-level expression into an anonymous function. *)

Completed in 970 milliseconds

1 2 3 4 5 6 7 8