HomeSort by relevance Sort by last modified time
    Searched refs:where (Results 201 - 225 of 2398) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Tools/msi/
uploadrelease.bat 30 if not defined PLINK where plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
31 if not defined PLINK where /R "%ProgramFiles(x86)%\PuTTY" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
32 if not defined PLINK where /R "%ProgramFiles(x86)%" plink > "%TEMP%\plink.loc" 2> nul && set /P PLINK= < "%TEMP%\plink.loc" & del "%TEMP%\plink.loc"
36 if not defined PSCP where pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
37 if not defined PSCP where /R "%ProgramFiles(x86)%\PuTTY" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
38 if not defined PSCP where /R "%ProgramFiles(x86)%" pscp > "%TEMP%\pscp.loc" 2> nul && set /P pscp= < "%TEMP%\pscp.loc" & del "%TEMP%\pscp.loc"
46 if not defined GPG where gpg2 > "%TEMP%\gpg.loc" 2> nul && set /P GPG= < "%TEMP%\gpg.loc" & del "%TEMP%\gpg.loc"
47 if not defined GPG where /R "%PCBUILD%..\externals\windows-installer" gpg2 > "%TEMP%\gpg.loc" 2> nul && set /P GPG= < "%TEMP%\gpg.loc" & del "%TEMP%\gpg.loc"
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 19 raises [Error msg] otherwise, where [msg] is a description of the error
26 raises [Error msg] otherwise, where [msg] is a description of the error
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/utils/
losses.py 95 probs_for_real_class = array_ops.where(cond, probs_for_real_class, zeros)
99 probs_for_real_class = array_ops.where(cond, probs_for_real_class,
137 The loss returns is exp(-targets*modified_predictions), where
140 the interval 0.5-eps, 0.5+eps, where a = 1/eps, b=1/(2eps).
157 The loss returns is exp(-targets*modified_predictions), where
160 the interval 0.5-eps, 0.5+eps, where a = 1/eps, b=1/(2eps).
191 labels_converted = array_ops.where(cond_labels, ones, neg_ones)
195 # where a=1/eps, b=-1/2eps.
203 max_res = array_ops.where(cond, neg_ones, y)
206 min_res = array_ops.where(cond, ones, max_res
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/ops/
sparse_ops.py 73 indices = array_ops.where(
87 where num_classes=4.
133 where `max_num_labels` is the maximum number of non-zero values in any
154 binary_indicators = array_ops.where(
164 row_index_indicators = array_ops.where(
227 return array_ops.where(row_envelope > zeros, row_envelope, zeros)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 12 // ScalarMult sets dst to the product in*base where dst and base are the x
18 // ScalarBaseMult sets dst to the product in*base where dst and base are the x
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
doc.go 12 // ScalarMult sets dst to the product in*base where dst and base are the x
18 // ScalarBaseMult sets dst to the product in*base where dst and base are the x
  /toolchain/binutils/binutils-2.27/gas/config/
tc-xgate.c 651 char *where; local
665 where = fixP->fx_frag->fr_literal + fixP->fx_where;
666 opcode = bfd_getl16 (where);
686 number_to_chars_bigendian (where, (opcode | value), 2);
703 number_to_chars_bigendian (where, (opcode | value), 2);
711 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
719 bfd_putb16 ((bfd_vma) value | opcode, (void *) where);
726 number_to_chars_bigendian (where, (opcode | value), 2);
733 number_to_chars_bigendian (where, (opcode | value), 2);
740 number_to_chars_bigendian (where, (opcode | value), 2)
1113 int where = frag - frag_now->fr_literal; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
interfere.s 1 ; Test error messages in instances where output operands interfere.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/visium/
basereg.s 1 ; Test error messages where targets are out of range.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
stm32l4xx-cannot-fix-far-ldm.s 14 @ mov ry, rx where ry is the lowest register from upper_list
stm32l4xx-cannot-fix-it-block.s 10 @ Create a situation where a multiple-load that should be
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1]
    [all...]
  /external/python/cpython2/Lib/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /external/python/cpython3/Lib/
cgitb.py 91 where, value = lookup(token, frame, locals)
92 vars.append((token, where, value))
153 for name, where, value in vars:
157 if where in ('global', 'builtin'):
158 name = ('<em>%s</em> ' % where) + strong(name)
159 elif where == 'local':
162 name = where + strong(name.split('.')[-1])
230 for name, where, value in vars:
234 if where == 'global': name = 'global ' + name
235 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 92 where, value = lookup(token, frame, locals)
93 vars.append((token, where, value))
154 for name, where, value in vars:
158 if where in ('global', 'builtin'):
159 name = ('<em>%s</em> ' % where) + strong(name)
160 elif where == 'local':
163 name = where + strong(name.split('.')[-1])
232 for name, where, value in vars:
236 if where == 'global': name = 'global ' + name
237 elif where != 'local': name = where + name.split('.')[-1
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 1732 String where = ""; local
1751 String where = ""; local
1769 String where = ""; local
1780 String where = ""; local
1792 String where = "1=1"; local
1809 String where = ""; local
1840 String where = ""; local
1867 String where = ""; local
1893 String where = ""; local
1906 String where = ""; local
1919 String where = ""; local
1942 String where = ""; local
1957 String where = ""; local
1979 String where = ""; local
2003 String where = ""; local
2263 String where = setWhereFilter(folderElement, fi, ap); local
2303 String where = setWhereFilter(folderElement, fi, ap); local
2345 String where = setWhereFilter(folderElement, fi, ap); local
2390 String where = setWhereFilter(folderElement, fi, ap); local
2505 String where = setWhereFilter(folderElement, fi, ap); local
2521 String where = setWhereFilter(folderElement, fi, ap); local
2537 String where = setWhereFilter(folderElement, fi, ap); local
2556 String where = setWhereFilter(folderElement, fi, ap); local
2599 String where = setWhereFilterFolderType(folderElement, fi); local
2617 String where = setWhereFilterFolderType(folderElement, fi); local
2636 String where = setWhereFilterFolderType(folderElement, fi); local
2657 String where = setWhereFilter(folderElement, fi, ap); local
    [all...]
  /compatibility/cdd/5_multimedia/
5_9_midi.md 9 which they provide generic non-MIDI connectivity, where such transports are:
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 1 // This script should be run in an environment where all DNS resolution are
  /external/compiler-rt/test/BlocksRuntime/
fail.c 92 char *where = strstr(got, desired); local
93 if (!where) {
  /external/curl/docs/cmdline-opts/
socks5-gssapi-service.d 11 would use sockd/real-name for cases where the proxy-name does not match the
  /external/javassist/src/main/javassist/expr/
Handler.java 43 public CtBehavior where() { return super.where(); } method in class:Handler
  /external/webrtc/webrtc/modules/audio_processing/transient/test/
readDetection.m 9 %file: The DAT file where the detection signal is stored in float format.

Completed in 1729 milliseconds

1 2 3 4 5 6 7 891011>>