/external/ppp/pppd/ |
session.h | 70 #define session_auth(user, pass, tty, msg) \ 71 session_start(SESS_AUTH, user, pass, tty, msg) 73 #define session_check(user, pass, tty, msg) \ 74 session_start(SESS_ACCT, user, pass, tty, msg) 76 #define session_full(user, pass, tty, msg) \ 77 session_start(SESS_ALL, user, pass, tty, msg)
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 26 * The passes are grouped together, where (pass / passesPerGroup) specifies 27 * which group a particular pass is in. This causes every passesPerGroup 55 * -s num Starting pass 56 * -e num Ending pass 57 * -p num Execute the single pass specified by num 61 * -D float Delay in seconds performed after the last pass is executed 66 * a particular pass and leave the displayed image on the screen for an 68 * and -e options to the desired pass, along with a large value for -D. 138 // final pass and restart of framework 215 * 3. For each pass 243 unsigned int pass; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch | 28 .../func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cpp | 1 + 29 .../time/time.duration/time.duration.arithmetic/op_+EQ.pass.cpp | 1 + 30 .../time/time.duration/time.duration.arithmetic/op_-EQ.pass.cpp | 1 + 31 .../time/time.duration/time.duration.arithmetic/op_divideEQ.pass.cpp | 1 + 32 .../time.duration/time.duration.arithmetic/op_modEQduration.pass.cpp | 1 + 33 .../time/time.duration/time.duration.arithmetic/op_modEQrep.pass.cpp | 1 + 34 .../time/time.duration/time.duration.arithmetic/op_timesEQ.pass.cpp | 1 + 35 test/utilities/time/time.point/time.point.arithmetic/op_+EQ.pass.cpp | 1 + 36 test/utilities/time/time.point/time.point.arithmetic/op_-EQ.pass.cpp | 1 + 57 create mode 120000 test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_EQEQ.pass.cp [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_exception_variations.py | 30 pass 61 pass 84 pass 109 pass 122 pass 156 pass
|
test_parser.py | 157 self.check_suite("def f(): pass") 158 self.check_suite("def f(*args): pass") 159 self.check_suite("def f(*args, **kw): pass") 160 self.check_suite("def f(**kw): pass") 161 self.check_suite("def f(foo=bar): pass") 162 self.check_suite("def f(foo=bar, *args): pass") 163 self.check_suite("def f(foo=bar, *args, **kw): pass") 164 self.check_suite("def f(foo=bar, **kw): pass") 166 self.check_suite("def f(a, b): pass") 167 self.check_suite("def f(a, b, *args): pass") [all...] |
test_py3kwarn.py | 30 pass 52 check("def f((x)): pass") 53 check("def f((((x))), (y)): pass") 54 check("def f((x), (((y))), m=32): pass") 55 # Something like def f((a, (b))): pass will raise the tuple 61 def f(**kwargs): pass 75 pass 78 safe_exec("def {0}(): pass".format(keyword)) 81 safe_exec("class {0}: pass".format(keyword)) 84 safe_exec("def f({0}=43): pass".format(keyword) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_exception_variations.py | 30 pass 61 pass 84 pass 109 pass 122 pass 156 pass
|
test_parser.py | 157 self.check_suite("def f(): pass") 158 self.check_suite("def f(*args): pass") 159 self.check_suite("def f(*args, **kw): pass") 160 self.check_suite("def f(**kw): pass") 161 self.check_suite("def f(foo=bar): pass") 162 self.check_suite("def f(foo=bar, *args): pass") 163 self.check_suite("def f(foo=bar, *args, **kw): pass") 164 self.check_suite("def f(foo=bar, **kw): pass") 166 self.check_suite("def f(a, b): pass") 167 self.check_suite("def f(a, b, *args): pass") [all...] |
test_py3kwarn.py | 30 pass 52 check("def f((x)): pass") 53 check("def f((((x))), (y)): pass") 54 check("def f((x), (((y))), m=32): pass") 55 # Something like def f((a, (b))): pass will raise the tuple 61 def f(**kwargs): pass 75 pass 78 safe_exec("def {0}(): pass".format(keyword)) 81 safe_exec("class {0}: pass".format(keyword)) 84 safe_exec("def f({0}=43): pass".format(keyword) [all...] |
/external/lldb/test/unittest2/test/ |
test_setups.py | 38 pass 40 pass 56 pass 58 pass 74 pass 76 pass 85 pass 87 pass 102 pass 104 pass [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_setups.py | 41 pass 43 pass 59 pass 61 pass 77 pass 79 pass 88 pass 90 pass 105 pass 107 pass [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_setups.py | 41 pass 43 pass 59 pass 61 pass 77 pass 79 pass 88 pass 90 pass 105 pass 107 pass [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | [all...] |
/external/clang/lib/ARCMigrate/ |
Transforms.h | 36 void rewriteAutoreleasePool(MigrationPass &pass); 37 void rewriteUnbridgedCasts(MigrationPass &pass); 38 void makeAssignARCSafe(MigrationPass &pass); 39 void removeRetainReleaseDeallocFinalize(MigrationPass &pass); 40 void removeZeroOutPropsInDeallocFinalize(MigrationPass &pass); 41 void rewriteUnusedInitDelegate(MigrationPass &pass); 42 void checkAPIUses(MigrationPass &pass); 44 void removeEmptyStatementsAndDeallocFinalize(MigrationPass &pass); 85 MigrationPass &Pass; 104 explicit MigrationContext(MigrationPass &pass) : Pass(pass) { [all...] |
/external/llvm/include/llvm/ |
PassRegistry.h | 1 //===- llvm/PassRegistry.h - Pass Information Registry ----------*- C++ -*-===// 36 /// the pass subsystem as application startup, and assists the PassManager 37 /// in resolving pass dependencies. 44 /// PassInfoMap - Keep track of the PassInfo object for each registered pass. 63 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass' 67 /// getPassInfo - Look up a pass' corresponding PassInfo, indexed by the pass' 71 /// registerPass - Register a pass (by means of its PassInfo) with the 72 /// registry. Required in order to use the pass with a PassManager [all...] |
/external/toybox/toys/lsb/ |
passwd.c | 65 char * pass; local 70 pass = crypt(toybuf, pwd); 71 if (pass && !strcmp(pass, pwd)) return 0; 102 char *name = NULL, *pass = NULL, *encrypted = NULL, *newp = NULL, local 120 pass = pw->pw_passwd; 124 if (sp) pass = sp->sp_pwdp; 135 if (myuid && pass[0] == '!') 145 if (verify_passwd(pass)) error_exit("Authentication failed\n"); 162 if (pass[0] == '!') error_exit("password is already locked for %s",name) [all...] |
/external/webrtc/src/system_wrappers/source/ |
condition_variable_unittest.cc | 33 // One can pass it or grab it - both calls have timeouts. 52 // Pass the baton. Returns false if baton is not picked up in |max_msecs|. 53 // Only one process can pass at the same time; this property is 55 bool Pass(WebRtc_UWord32 max_msecs) { 64 LOG("Pass count is %d", pass_count_); 76 // We don't allow polling PassCount() during a Pass()-call since there is 77 // no guarantee that |pass_count_| is incremented until the Pass()-call 134 // part of Pass() at a time. 152 EXPECT_TRUE(the_baton->Pass(kLongWaitMs)); 172 // we don't know if it will exit before or after the Pass [all...] |
/external/llvm/lib/Passes/ |
PassBuilder.cpp | 1 //===- Parsing, selection, and construction of pass pipelines -------------===// 12 /// static pass registry as well as related functionality. It also provides 13 /// helpers to aid in analyzing, debugging, and testing passes and pass 40 /// \brief No-op module pass which does nothing. 58 /// \brief No-op CGSCC pass which does nothing. 78 /// \brief No-op function pass which does nothing. 214 // Parse nested pass managers by recursing. 227 // Add the nested pass manager with the appropriate adaptor. 230 // Otherwise try to parse a pass name. 253 // Parse nested pass managers by recursing [all...] |
/art/compiler/dex/ |
pass_driver_me_post_opt.h | 26 class Pass; 39 * @brief Write and allocate corresponding passes into the pass manager.
|
/external/compiler-rt/test/tsan/ |
aligned_vs_unaligned_race.cc | 31 printf("Pass\n"); 33 // CHECK: Pass
|
race_on_speculative_load.cc | 27 printf("PASS\n"); 29 // CHECK: PASS
|
vptr_benign_race.cc | 48 fprintf(stderr, "PASS\n"); 50 // CHECK: PASS
|
/external/e2fsprogs/tests/f_extents2/ |
expect.1 | 0 Pass 1: Checking inodes, blocks, and sizes 32 Pass 1B: Rescanning for multiply-claimed blocks 36 Pass 1C: Scanning directories for inodes with multiply-claimed blocks 37 Pass 1D: Reconciling multiply-claimed blocks 54 Pass 2: Checking directory structure 55 Pass 3: Checking directory connectivity 56 Pass 4: Checking reference counts 57 Pass 5: Checking group summary information
|
/external/eigen/scripts/ |
check.in | 8 echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'." 10 echo " The EIGEN_CTEST_ARGS environment variable allows to pass args to 'ctest'."
|
/external/llvm/test/CodeGen/Generic/ |
stop-after.ll | 1 ; RUN: llc < %s -debug-pass=Structure -stop-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP 2 ; RUN: llc < %s -debug-pass=Structure -start-after=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START
|