Searched defs:which (Results 1 - 25 of 207) sorted by path

123456789

/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolatingFunction.java226 * @param which First index in {@link #partialDerivatives}.
232 private double partialDerivative(int which, double x, double y) { argument
250 return partialDerivatives[which][i][j].value(xN, yN);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java319 * @param which The function ID, which may correspond to one of the FUNC_XXX
328 Function getFunction(int which) argument
332 if (which < NUM_BUILT_IN_FUNCS)
333 return (Function) m_functions[which].newInstance();
336 which-NUM_BUILT_IN_FUNCS].newInstance();
347 * @return a function ID, which may correspond to one of the FUNC_XXX values
/external/autotest/client/common_lib/
H A Dpexpect.py89 __all__ = ['ExceptionPexpect', 'EOF', 'TIMEOUT', 'spawn', 'run', 'which',
213 the next event. A callback may also return a string which will be sent to
365 It uses the same logic that "which" uses to find executables.
373 If you need more detail you can also read the self.status member which
501 raise ExceptionPexpect ('Command is an int type. If this is a file descriptor then maybe you want to use fdpexpect.fdspawn which takes an existing file descriptor instead of a command string.')
514 command_with_path = which(self.command)
867 # will never match anything in which case we stop only on EOF.
993 """This sends an EOF to the child. This sends a character which causes
996 of the line, the read() in the user program returns 0, which signifies
1124 # This is for Linux, which require
1763 def which (filename): function
[all...]
H A Dutils.py57 """This is a decorator which can be used to mark functions as deprecated.
119 # TODO: Cleanup and possibly eliminate |unjoinable|, which is only used in our
139 a list, or a string (in which case Popen will be called
374 @param linestart: String to which start line with parameters.
382 print "There is no line which starts with %s in data." % linestart
603 """Get a file from src, which can be local or a remote URL"""
682 @param stdout_tee: optional file-like object to which stdout data
826 # To check for processes which terminate without producing any output
868 # subproc.stdout.read() which will otherwise block
909 # Kill all processes which di
2699 def which(exec_file): function
[all...]
/external/clang/test/Analysis/
H A Dbitwise-ops.c16 int testConstantShifts_PR18073(int which) { argument
21 switch (which) {
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp219 constexpr int GrabCallersArgument(bool which, int a, int b) { argument
220 return LToR(which ? b : a);
1306 // FIXME: The diagnostics here do a very poor job of explaining which unnamed
1307 // member is active and which is requested.
1422 // in which it was created (per the C++14 rules, which we use to avoid a C++11
/external/clang/utils/analyzer/
H A DSATestBuild.py27 The files which should be kept around for failure investigations:
81 def which(command, paths = None): function
82 """which(command, [paths]) - Look up the given command in the paths string
145 Clang = which("clang", os.environ['PATH'])
336 if which("xcrun") is None:
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp60 * @returns the pointer, which may be nullptr
499 // given in |padding|, which must be one of |RSA_*_PADDING| constants from
2544 // The reason for the two wrapper functions below is that we need a function pointer which can be
4684 static jlongArray NativeCrypto_PEM_read_bio_PKCS7(JNIEnv* env, jclass, jlong bioRef, jint which) { argument
4694 if (which == PKCS7_CERTS) {
4701 } else if (which == PKCS7_CRLS) {
4715 static jlongArray NativeCrypto_d2i_PKCS7_bio(JNIEnv* env, jclass, jlong bioRef, jint which) { argument
4717 JNI_TRACE("d2i_PKCS7_bio(%p, %d)", bio, which);
4721 JNI_TRACE("d2i_PKCS7_bio(%p, %d) => bio == null", bio, which);
4731 JNI_TRACE("d2i_PKCS7_bio(%p, %d) => error reading BIO", bio, which);
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java433 /** Used as the "which" field in d2i_PKCS7_bio and PEM_read_bio_PKCS7. */
436 /** Used as the "which" field in d2i_PKCS7_bio and PEM_read_bio_PKCS7. */
440 static native long[] d2i_PKCS7_bio(long bioCtx, int which); argument
446 static native long[] PEM_read_bio_PKCS7(long bioCtx, int which); argument
556 * must not be used again. This may be called with a zero reference, in which case nothing
602 * must not be used again. This may be called with a zero reference, in which case nothing
1090 * error occurred in which case the handshake will be aborted.
1104 * error occurred in which case the handshake will be aborted.
/external/deqp/android/scripts/
H A Dcommon.py67 def which (binName): function
77 return which(binName) != None
192 if which("jom.exe") != None:
198 return which("ninja") != None
291 which('android'),
294 which('adb'), # \note Prefer adb in path to avoid version issues on dev machines
301 which('zipalign'),
303 JARSIGNER_BIN = which('jarsigner')
307 which('ant'),
/external/deqp/scripts/build/
H A Dcommon.py65 def which (binName): function
H A Dconfig.py29 from common import which, DEQP_DIR namespace
86 return which('make') != None
93 return which('nmake.exe') != None
100 return which('ninja') != None
/external/devlib/devlib/instrument/
H A Denergy_probe.py25 from devlib.utils.misc import which namespace
44 self.caiman = which('caiman')
H A Dmonsoon.py9 from devlib.utils.misc import which namespace
44 self.monsoon_bin = monsoon_bin or which('monsoon.py')
/external/devlib/devlib/
H A Dtarget.py249 # Initialize modules which requires Buxybox (e.g. shutil dependent tasks)
261 '(in which case, a hard_reset module must be installed)'
330 :on_cpus: taskset the binary to these CPUs. This may be a single ``int`` (in which
331 case, it will be interpreted as the mask), a list of ``ints``, in which
332 case this will be interpreted as the list of cpus, or string, which
508 which = get_installed variable in class:Target
907 device (this is different from execute(background=True) which keeps adb connection open and returns
919 # In at least Linaro Android 16.09 (which was their first Android 7 release) and maybe
921 # Previous versions default to a single column listing, which is nice and easy to parse.
922 # Newer versions default to a multi-column listing, which i
[all...]
/external/devlib/devlib/trace/
H A Dftrace.py26 from devlib.utils.misc import check_output, which namespace
95 self.host_binary = which('trace-cmd')
96 self.kernelshark = which('kernelshark')
133 # a tracepoint which is always available and possibly triggered few
/external/devlib/devlib/utils/
H A Dandroid.py30 from devlib.utils.misc import check_output, which, memoized namespace
279 # output[1] is the 2nd line in the output which has the device name
280 # Splitting the line by '\t' gives a list of two indexes, which has
445 adb_full_path = which('adb')
457 env.aapt = which('aapt')
H A Dmisc.py442 def which(name): function
443 """Platform-independent version of UNIX which utility."""
458 return check_output(['which', name])[0].strip() # pylint: disable=E1103
580 # form, e.g., md5 hashing the entire raw object, which will have an
H A Dssh.py37 from devlib.utils.misc import which, strip_bash_colors, escape_single_quotes, check_output namespace
336 "simulations on your current host, which "
843 ssh = which('ssh')
844 scp = which('scp')
845 sshpass = which('sshpass')
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/external/e2fsprogs/contrib/
H A Dfsstress.c888 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp, argument
899 if (which & (1 << i))
912 if (which & (1 << i)) {
1508 int which; local
1531 which = (int)(random() % total);
1542 if (which < ent + alist->al_count) {
1544 & buf[alist->al_offset[which - ent]];
1553 procid, opno, which, f.path);
/external/e2fsprogs/lib/blkid/
H A Ddevname.c406 int which = 0, last = 0; local
430 last = which;
431 which ^= 1;
432 ptname = ptnames[which];
437 devs[which] = makedev(ma, mi);
453 lens[which] = strlen(ptname);
456 if (isdigit(ptname[lens[which] - 1])) {
459 ptname, (unsigned int) devs[which]));
462 probe_one(cache, ptname, devs[which], 0,
464 lens[which]
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
H A DDynamicSymmetry.h91 inline std::array<Index, N> h_permute(std::size_t which, const std::array<Index, N>& idx, internal::numeric_list<int, n...>) const argument
93 return std::array<Index, N>{{ idx[n >= m_numIndices ? n : m_elements[which].representation[n]]... }};
97 inline std::vector<Index> h_permute(std::size_t which, std::vector<Index> idx) const argument
101 for (auto k : m_elements[which].representation)
/external/eigen/unsupported/Eigen/src/Eigenvalues/
H A DArpackSelfAdjointEigenSolver.h66 * The default constructor is for cases in which the user intends to
90 * value can contain floating point value in string form, in which case the
93 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
124 * value can contain floating point value in string form, in which case the
127 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
159 * value can contain floating point value in string form, in which case the
162 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
185 * value can contain floating point value in string form, in which case the
188 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, which
400 // If atof fails, it returns 0.0, which i
682 saupd(int *ido, char *bmat, int *n, char *which, int *nev, RealScalar *tol, Scalar *resid, int *ncv, Scalar *v, int *ldv, int *iparam, int *ipntr, Scalar *workd, Scalar *workl, int *lworkl, int *info) argument
690 seupd(int *rvec, char *All, int *select, Scalar *d, Scalar *z, int *ldz, RealScalar *sigma, char *bmat, int *n, char *which, int *nev, RealScalar *tol, Scalar *resid, int *ncv, Scalar *v, int *ldv, int *iparam, int *ipntr, Scalar *workd, Scalar *workl, int *lworkl, int *ierr) argument
703 saupd(int *ido, char *bmat, int *n, char *which, int *nev, float *tol, float *resid, int *ncv, float *v, int *ldv, int *iparam, int *ipntr, float *workd, float *workl, int *lworkl, int *info) argument
711 seupd(int *rvec, char *All, int *select, float *d, float *z, int *ldz, float *sigma, char *bmat, int *n, char *which, int *nev, float *tol, float *resid, int *ncv, float *v, int *ldv, int *iparam, int *ipntr, float *workd, float *workl, int *lworkl, int *ierr) argument
725 saupd(int *ido, char *bmat, int *n, char *which, int *nev, double *tol, double *resid, int *ncv, double *v, int *ldv, int *iparam, int *ipntr, double *workd, double *workl, int *lworkl, int *info) argument
733 seupd(int *rvec, char *All, int *select, double *d, double *z, int *ldz, double *sigma, char *bmat, int *n, char *which, int *nev, double *tol, double *resid, int *ncv, double *v, int *ldv, int *iparam, int *ipntr, double *workd, double *workl, int *lworkl, int *ierr) argument
[all...]
/external/elfutils/tests/
H A Daddrcfi.c105 handle_cfi (Dwfl *dwfl, const char *which, Dwarf_CFI *cfi, argument
110 printf ("handle_cfi no CFI (%s): %s\n", which, dwarf_errmsg (-1));
117 printf ("dwarf_cfi_addrframe (%s): %s\n", which, dwarf_errmsg (-1));
132 which, pc, start, end);
196 /* We use no threads here which can interfere with handling a stream. */

Completed in 691 milliseconds

123456789