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

  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 7 remote anonymous {
35 sainfo anonymous {
  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 27 sainfo anonymous {
  /external/bluetooth/glib/gio/
gmountoperation.c 70 gboolean anonymous; member in struct:_GMountOperationPrivate
157 g_value_set_boolean (value, priv->anonymous);
359 * GMountOperation:anonymous:
361 * Whether to use an anonymous user when authenticating.
365 g_param_spec_boolean ("anonymous",
366 P_("Anonymous"),
367 P_("Whether to use an anonymous user"),
508 * for an anonymous user.
510 * Returns: %TRUE if mount operation is anonymous.
516 return op->priv->anonymous;
    [all...]
gmountoperation.h 104 gboolean anonymous);
  /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...]
cftoken.l 279 <S_SAINF>anonymous { YYD; return(ANONYMOUS); }
302 <S_RMT>anonymous { YYD; return(ANONYMOUS); }
  /external/v8/test/mjsunit/
function.js 53 f = Function('return typeof anonymous');
56 var anonymous = 42; variable
57 f = Function('return anonymous;');
debug-backtrace-text.js 82 // 3: [anonymous]
86 assertEquals("[anonymous]()", exec_state.frame(3).invocationText());
92 // 2: [anonymous]
95 assertEquals("[anonymous]()", exec_state.frame(2).invocationText());
stack-traces.js 196 testTrace("testAnonymousMethod", testAnonymousMethod, ["Array.<anonymous>"]);
debug-backtrace.js 89 // 3: [anonymous]
  /external/v8/test/mjsunit/regress/
regress-1036894.js 29 xeval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
31 foo = function() { eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }"); }
35 eval("$=function anonymous() { /*noex*/do {} while(({ get x(x) { break ; }, set x() { (undefined);} })); }");
regress-1081309.js 69 // 0: [anonymous]
  /external/v8/test/mjsunit/compiler/
assignment.js 49 // Test compound assignments in an anonymous function with local variables.
71 // Test compound assignments in an anonymous function with global variables.
166 // Test compound assignments in an anonymous function with local variables.
190 // Test compound assignments in an anonymous function with global variables.
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
  /sdk/eclipse/buildConfig/
build.properties 166 mapsRepo=:pserver:anonymous@example.com/path/to/repo
  /external/chromium/net/third_party/nss/ssl/
ssl3prot.h 249 SSL3Opaque anonymous; member in union:__anon2592::__anon2593
  /external/openssl/android.testssl/
testssl 137 echo skipping anonymous DH tests
139 echo test tls1 with 1024bit anonymous DH, multiple handshakes
  /external/v8/tools/
profile.js 393 name = '<anonymous>';
395 // An anonymous function with location: " aaa.js:10".
396 name = '<anonymous>' + name;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 313 mEapAnonymous = (TextView) mView.findViewById(R.id.anonymous);
  /external/v8/src/
messages.js 742 eval_origin += "<anonymous>";
806 line += methodName || "<anonymous>";
809 line += "new " + (functionName || "<anonymous>");
parser.cc 3941 bool anonymous = label.is_null(); local
3957 bool anonymous = label.is_null(); local
    [all...]
v8natives.js 987 %FunctionSetName(f, "anonymous");
mirror-debugger.js     [all...]

Completed in 1305 milliseconds