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

<<11121314151617181920>>

  /external/skia/tools/lua/
filter-counter.lua 28 where t is a table of parameters that were passed to that draw-op.
46 Called with the parameters to each canvas.draw call, where canvas is the
scrape.lua 29 where t is a table of parameters that were passed to that draw-op.
47 Called with the parameters to each canvas.draw call, where canvas is the
  /external/skqp/tools/lua/
filter-counter.lua 28 where t is a table of parameters that were passed to that draw-op.
46 Called with the parameters to each canvas.draw call, where canvas is the
scrape.lua 29 where t is a table of parameters that were passed to that draw-op.
47 Called with the parameters to each canvas.draw call, where canvas is the
  /external/syslinux/memdisk/
setup.c 128 uint32_t where = *where_p; local
138 if (check_zip((void *)where, size, &zbytes, &gzdatasize,
195 * This is where the gz image would be put if we put it in this
201 if ((uint64_t) where + size >= gzwhere && where < endrange) {
213 where, newwhere);
215 memmove((void *)newwhere, (void *)where, size);
216 where = newwhere;
232 *where_p = (uint32_t) unzip((void *)(where + offset), zbytes,
315 static const struct geometry *get_disk_image_geometry(uint32_t where,
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
factorization_ops_test_utils.py 54 nz_row_ids = np.where(np.sum(np_matrix, axis=1) != 0)[0]
55 nz_col_ids = np.where(np.sum(np_matrix, axis=0) != 0)[0]
73 [np.where(indices[0] == r)[0] for r in row_slices], 0)
78 [np.where(indices[1] == c)[0] for c in col_slices], 0)
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
test_data.py 37 ids = np.where((iris.target == 0) | (iris.target == 1))
  /external/tensorflow/tensorflow/python/ops/distributions/
uniform.py 48 where:
172 return array_ops.where(
175 array_ops.where(
190 result_if_not_big = array_ops.where(
192 return array_ops.where(x >= self.high, ones, result_if_not_big)
  /external/valgrind/include/
pub_tool_errormgr.h 93 ExeContext* where, Bool print_error,
  /frameworks/rs/cpp/util/
TypeHelpers.h 163 void splat_type(TYPE* where, const TYPE* what, size_t n) {
166 new(where) TYPE(*what);
167 where++;
171 *where++ = *what;
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
PhoneLoader.java 116 // We need to check for NULL explicitly otherwise entries with where READ is NULL
119 StringBuilder where = new StringBuilder(); local
124 where.append(String.format("(%s = ?)", CallLog.Calls.TYPE));
127 String selection = where.length() > 0 ? where.toString() : null;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
MiniAEFrame.py 69 what, message, when, where, modifiers = event
70 h, v = where
91 partcode, window = Win.FindWindow(where)
93 result = Menu.MenuSelect(where)
cfmfile.py 119 self.where,
136 self.where,
150 if self.where != 1:
162 if self.where != 1:
  /prebuilts/go/darwin-x86/src/bytes/
boundary_test.go 15 // This file tests the situation where byte operations are checking
18 // fault where they shouldn't.
  /prebuilts/go/darwin-x86/test/
escape_calls.go 10 // where input directly flows to output.
46 // Test for bug where func var f used prototype's escape analysis results.
  /prebuilts/go/linux-x86/src/bytes/
boundary_test.go 15 // This file tests the situation where byte operations are checking
18 // fault where they shouldn't.
  /prebuilts/go/linux-x86/test/
escape_calls.go 10 // where input directly flows to output.
46 // Test for bug where func var f used prototype's escape analysis results.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
MiniAEFrame.py 69 what, message, when, where, modifiers = event
70 h, v = where
91 partcode, window = Win.FindWindow(where)
93 result = Menu.MenuSelect(where)
cfmfile.py 119 self.where,
136 self.where,
150 if self.where != 1:
162 if self.where != 1:
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32c.c 257 /* [abs] where abs is not a0 or a1 */
573 int where = fragP->fr_opcode - fragP->fr_literal;
600 return subtype_mappings[fragP->fr_subtype].bytes - (fragP->fr_fix - where);
630 int where = fragP->fr_opcode - fragP->fr_literal;
635 addend = target_address_for (fragP) - (fragP->fr_address + where);
637 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes;
654 where += 2;
663 where += 2;
681 where += 3;
690 where += 3
570 int where = fragP->fr_opcode - fragP->fr_literal; local
627 int where = fragP->fr_opcode - fragP->fr_literal; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
labelbug.s 12 ; a stream a characters. These test one particular case where gas
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
regx-op.s 1 # For insns where X is a constant: 'X'-type operands.
regy-op.s 1 # For insns where Y is a constant: 'Y'-type operands.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
datal-1.s 2 ! This is the most simple use; references to local symbols where it is
datal-2.s 2 ! This is the most simple use; references to local symbols where it is

Completed in 512 milliseconds

<<11121314151617181920>>