HomeSort by relevance Sort by last modified time
    Searched full:anonymous (Results 426 - 450 of 2287) sorted by null

<<11121314151617181920>>

  /external/llvm/unittests/Support/
ArrayRecyclerTest.cpp 109 } // end anonymous namespace
FileOutputBufferTest.cpp 120 } // anonymous namespace
ProgramTest.cpp 91 } // end anonymous namespace
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUTargetMachine.cpp 89 } // End of anonymous namespace
  /external/mksh/src/
sh_flags.h 136 * anonymous flags: used internally by shell only (not visible to user)
  /external/openssh/
README.privsep 11 On systems which lack mmap or anonymous (MAP_ANON) memory mapping,
  /external/oprofile/daemon/
opd_cookie.c 188 return "anonymous";
  /external/oprofile/pp/
opannotate_options.cpp 86 } // anonymous namespace
  /external/smack/src/org/jivesoftware/smack/debugger/
SmackDebugger.java 39 * Called when a user has logged in to the server. The user could be an anonymous user, this
  /external/smack/src/org/jivesoftware/smackx/muc/
Occupant.java 64 * the room is semi or full-anonymous then the answer will be null. On the other hand, if this
  /external/v8/src/
v8conversions.cc 80 } // End anonymous namespace.
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
  /external/v8/test/mjsunit/regress/
regress-1081309.js 69 // 0: [anonymous]
  /frameworks/base/docs/html/guide/topics/ui/
binding.jd 61 // Create a message handling object as an anonymous class.
  /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java 113 // an anonymous function.
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 38 } // anonymous namespace
test_cstdlib.cpp 39 } // anonymous namespace
test_ctime.cpp 39 } // anonymous namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
374 '''Login, default anonymous.'''
375 if not user: user = 'anonymous'
378 if user == 'anonymous' and passwd in ('', '-'):
379 # If there is no anonymous ftp password specified
380 # then we'll just use anonymous@
382 # - We want to remain anonymous
386 passwd = passwd + 'anonymous@'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
374 '''Login, default anonymous.'''
375 if not user: user = 'anonymous'
378 if user == 'anonymous' and passwd in ('', '-'):
379 # If there is no anonymous ftp password specified
380 # then we'll just use anonymous@
382 # - We want to remain anonymous
386 passwd = passwd + 'anonymous@'
    [all...]
  /art/runtime/base/
macros.h 68 // anonymous type or a type defined inside a function. In these rare
82 // but can be used on anonymous types or types defined inside
  /external/bison/data/
c++.m4 50 # b4_namespace_open would open an anonymous namespace and thus establish
65 # those into anonymous namespaces, and that might tempt some users.
  /external/ceres-solver/include/ceres/internal/
macros.h 72 // anonymous type or a type defined inside a function. In these rare
94 // but can be used on anonymous types or types defined inside
  /external/chromium/base/
shared_memory.h 77 // Creates and maps an anonymous shared memory segment of size size.
81 // Creates an anonymous shared memory segment of size size.
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_vms_unittest.cc 37 { "TEST.DIR;1 1 4-MAR-1999 22:14:34 [UCX$NOBO,ANONYMOUS] (RWE,RWE,RWE,RWE)",
49 { "VMS721.ISO;2 ****** 6-MAY-2008 09:29 [ANONY,ANONYMOUS] (RE,RWED,RE,RE)",

Completed in 559 milliseconds

<<11121314151617181920>>