Searched refs:which (Results 76 - 100 of 768) sorted by relevance

1234567891011>>

/external/chromium_org/tools/android/
H A Dadb_remote_setup.sh6 # URL from which the latest version of this script can be downloaded.
54 if ! which adb >/dev/null; then
59 if which kinit >/dev/null; then
/external/doclava/res/assets/templates/
H A Dyaml_navtree.cs5 whitespace: Whitespace to insert before any text in the structure, which helps
29 which is generally the package summary as the root element with the rest of the
/external/llvm/lib/Support/Windows/
H A DProcess.inc90 // GetNativeSystemInfo() provides the physical page size which may differ
138 // of that application, which is the incorrect behavior for this API.
140 // enable minidumps, which makes this untenable. For more information, see
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s15 # We are checking that the branch and link instruction which is:
/external/chromium_org/remoting/webapp/
H A Dhost_table_entry.js137 if (event.which == 13 || event.which == 32) {
154 if (event.which == 13 || event.which == 32) {
283 * Remove the confirm and cancel event handlers, which refer to this object.
334 (event.which == 13 || event.which == 32)) {
370 if (event.which == 27) { // Escape
372 } else if (event.which == 13) { // Enter
381 * (http://www.w3.org/TR/selectors4/#subject), which provide
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dshow-pretty-diff75 } elsif (isLinux() && `which xdg-open`) {
/external/chromium_org/third_party/skia/tools/lua/
H A Ddumpops.lua26 -- dump the params in t, specifically showing the verb first, which we
/external/chromium_org/v8/tools/
H A Dlinux-tick-processor14 d8_public=`which d8`
/external/libmtp/examples/
H A Devolution-sync.sh10 SENDFILE=`which mtp-sendfile`
12 #EADDEXP=`which evolution-addressbook-export`
/external/lldb/utils/test/
H A Dllvm-mc-shell.py16 def which(program): function
66 inputing a line which starts with 'END'. Quit the program by either 'quit' or
84 llvm_mc = opts.llvm_mc if opts.llvm_mc else which('llvm-mc')
H A Drun-until-faulted.py16 def which(program): function
94 lldb_command = which(opts.lldb_command)
/external/skia/tools/lua/
H A Ddumpops.lua26 -- dump the params in t, specifically showing the verb first, which we
/external/nanopb-c/tools/
H A Dmake_windows_package.sh45 cp `which protoc.exe` $DEST/generator-bin/
46 cp `which MSVCR100.DLL` $DEST/generator-bin/
47 cp `which MSVCP100.DLL` $DEST/generator-bin/
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c472 SSL_Enable(PRFileDesc *fd, int which, PRBool on) argument
474 return SSL_OptionSet(fd, which, on);
570 SSL_OptionSet(PRFileDesc *fd, PRInt32 which, PRBool on) argument
585 switch (which) {
819 SSL_OptionGet(PRFileDesc *fd, PRInt32 which, PRBool *pOn) argument
838 switch (which) {
890 SSL_OptionGetDefault(PRInt32 which, PRBool *pOn) argument
902 switch (which) {
957 SSL_EnableDefault(int which, PRBool on) argument
959 return SSL_OptionSetDefault(which, o
963 SSL_OptionSetDefault(PRInt32 which, PRBool on) argument
1154 SSL_SetPolicy(long which, int policy) argument
1169 SSL_CipherPolicySet(PRInt32 which, PRInt32 policy) argument
1188 SSL_CipherPolicyGet(PRInt32 which, PRInt32 *oPolicy) argument
1213 SSL_EnableCipher(long which, PRBool enabled) argument
1228 SSL_CipherPrefSetDefault(PRInt32 which, PRBool enabled) argument
1251 SSL_CipherPrefGetDefault(PRInt32 which, PRBool *enabled) argument
1271 SSL_CipherPrefSet(PRFileDesc *fd, PRInt32 which, PRBool enabled) argument
1308 SSL_CipherPrefGet(PRFileDesc *fd, PRInt32 which, PRBool *enabled) argument
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_merger.cc51 // Returns a dictionary which contains |true| at each path that is editable by
169 // MergeValues is called. Its results are collected in a new dictionary which
266 // settings overwrites shared settings overwrites recommended policy). |which|
267 // is set to the respective onc::kAugmentation* constant that indicates which
269 // pointer and set |which| to ::onc::kAugmentationUserPolicy, which means that
275 std::string* which) {
277 which->clear();
280 *which = ::onc::kAugmentationUserPolicy;
283 *which
273 MergeValues(const std::string& key, const ValueParams& values, std::string* which) argument
309 std::string which; variable
[all...]
/external/chromium_org/third_party/icu/source/
H A DrunConfigureICU135 CC=`which xlc_r`; export CC
139 CXX=`which xlC_r`; export CXX
157 CC=`which cc`; export CC
158 CXX=`which CC`; export CXX
173 CC=`which cc`; export CC
174 CXX=`which CC`; export CXX
210 CC=`which icc`; export CC
211 CXX=`which icpc`; export CXX
229 CC=`which xlc_r`; export CC
230 CXX=`which xlC_
[all...]
/external/icu/icu4c/source/
H A DrunConfigureICU135 CC=`which xlc_r`; export CC
139 CXX=`which xlC_r`; export CXX
157 CC=`which cc`; export CC
158 CXX=`which CC`; export CXX
173 CC=`which cc`; export CC
174 CXX=`which CC`; export CXX
210 CC=`which icc`; export CC
211 CXX=`which icpc`; export CXX
229 CC=`which xlc_r`; export CC
230 CXX=`which xlC_
[all...]
/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/chromium_org/third_party/libevent/
H A Dkqueue.c247 int which = 0; local
271 which |= EV_READ;
273 which |= EV_WRITE;
275 which |= EV_SIGNAL;
278 if (!which)
285 event_active(ev, which, events[i].data);
293 event_active(ev, which, 1);
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp204 uint32_t which)
209 all((UBool)(which==ALL)) {
211 if(which&NOT_CONTAINED) {
239 if((which&UTF16) && length16>maxLength16) {
242 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) {
256 // a set takes some time and memory which are wasted if there are no relevant strings.
272 if(which&UTF8) {
296 if(which&UTF8) {
314 if(which
202 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which) argument
[all...]
H A Ducnv_cnv.h203 * the same USet, which will result in a union of the sets of all subconverters.
209 UConverterUnicodeSet which,
292 UConverterUnicodeSet which,
298 UConverterUnicodeSet which,
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp204 uint32_t which)
209 all((UBool)(which==ALL)) {
211 if(which&NOT_CONTAINED) {
239 if((which&UTF16) && length16>maxLength16) {
242 if((which&UTF8) && (thisRelevant || (which&CONTAINED))) {
256 // a set takes some time and memory which are wasted if there are no relevant strings.
272 if(which&UTF8) {
296 if(which&UTF8) {
314 if(which
202 UnicodeSetStringSpan(const UnicodeSet &set, const UVector &setStrings, uint32_t which) argument
[all...]
H A Ducnv_cnv.h203 * the same USet, which will result in a union of the sets of all subconverters.
209 UConverterUnicodeSet which,
287 UConverterUnicodeSet which,
293 UConverterUnicodeSet which,
/external/deqp/scripts/build/
H A Dconfig.py8 from common import which, DEQP_DIR namespace
65 return which('make') != None
72 return which('ninja') != None
/external/llvm/utils/lit/lit/
H A DLitConfig.py74 self.bashPath = lit.util.which('bash', os.pathsep.join(self.path))
76 self.bashPath = lit.util.which('bash')
92 self.bashPath = lit.util.which('bash', dir)

Completed in 800 milliseconds

1234567891011>>