HomeSort by relevance Sort by last modified time
    Searched defs:where (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp 31 void where(const T &) {} function
45 where(E::table_size);
  /external/libcxx/test/std/re/re.regex/re.regex.const/
constants.pass.cpp 33 void where(const T &) {} function
50 where(BR::icase);
51 where(BR::nosubs);
52 where(BR::optimize);
53 where(BR::collate);
54 where(BR::ECMAScript);
55 where(BR::basic);
56 where(BR::extended);
57 where(BR::awk);
58 where(BR::grep)
    [all...]
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_where_op.py 15 """where operation for RaggedTensors."""
31 def where(condition, x=None, y=None, name=None): function
37 `[num_true_values, dim_size(condition)]`, where `result[i]` is the
41 Returns a tensor formed by selecting values from `x` where condition is
79 >>> # Coordinates where condition is true.
82 >>> ragged.where(condition)
90 >>> ragged.where(condition, x, y)
97 >>> ragged.where(condition, x, y)
115 """Ragged version of tf.where(condition, x, y)."""
121 return array_ops.where(condition, x, y
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
values.pass.cpp 32 void where(const T &) {} function
47 where(E::block_size);
48 where(E::used_block);
64 where(E::block_size);
65 where(E::used_block);
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
values.pass.cpp 46 void where(const T &) {} function
73 where(E::word_size);
74 where(E::state_size);
75 where(E::shift_size);
76 where(E::mask_bits);
77 where(E::xor_mask);
78 where(E::tempering_u);
79 where(E::tempering_d);
80 where(E::tempering_s);
81 where(E::tempering_b)
    [all...]
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 34 void where(const T &) {} function
51 where(E::word_size);
52 where(E::short_lag);
53 where(E::long_lag);
54 where(E::default_seed);
72 where(E::word_size);
73 where(E::short_lag);
74 where(E::long_lag);
75 where(E::default_seed);
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 70 FILE *where = argc < 0 ? stderr : stdout; local
76 fprintf(where,
79 fprintf(where, "\n"
82 fprintf(where, "\n"
89 fprintf(where,
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
values.pass.cpp 31 void where(const T &) {} function
64 where(LCE::multiplier);
65 where(LCE::increment);
66 where(LCE::modulus);
67 where(LCE::default_seed);
  /external/python/httplib2/python2/httplib2/
certs.py 8 from certifi import where as certifi_where
27 def where(): function
42 print(where())
  /external/python/httplib2/python3/httplib2/
certs.py 8 from certifi import where as certifi_where
27 def where(): function
42 print(where())
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 166 GLubyte *where, *terminator; local
169 where = (GLubyte *) strchr(extension, ' ');
170 if (where || *extension == '\0')
179 where = (GLubyte *) strstr((const char *) start, extension);
180 if (!where)
182 terminator = where + strlen(extension);
183 if (where == start || *(where - 1) == ' ')
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTgles3Ext.cpp 77 GLubyte *where, *terminator; local
80 where = (GLubyte *) strchr(extension, ' ');
81 if (where || *extension == '\0')
90 where = (GLubyte *) strstr((const char *) start, extension);
91 if (!where)
93 terminator = where + strlen(extension);
94 if (where == start || *(where - 1) == ' ')
  /external/autotest/cli/
compose_query 21 where = query_lib.parse_scrub_and_gen_condition( variable
23 # print("where clause:" % where)
25 where = None variable
29 test_data = frontend.get_matrix_data(db, options.x_axis, options.y_axis, where)
query_results 19 parser.add_option('-w', '--where', action='store', dest='condition',
20 help=("The WHERE condition for the query witten in the 'new style' "
67 where = options.condition.replace('%', '%%') variable
83 "ON afe_hosts_labels.host_id=afe_hosts.id WHERE name=%s")
86 where += " AND hostname IN ('" + "','".join(hosts) + "')"
92 'get_test_views', extra_where=where,
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_piecewise_pair_evil.pass.cpp 114 void *where = std::malloc(sizeof (Pair)); local
115 Pair *p = (Pair *)where;
120 std::free(where);
  /external/python/cpython2/Mac/Modules/
ColorPickermodule.c 42 Point where = {0, 0}; local
48 ok = GetColor(where, prompt, &inColor, &outColor);
  /external/compiler-rt/test/BlocksRuntime/
fail.c 92 char *where = strstr(got, desired); local
93 if (!where) {
  /external/tensorflow/tensorflow/lite/kernels/
where.cc 25 namespace where { namespace in namespace:tflite::ops::builtin
34 // (num_true, cond_rank), where num_true denotes the number of true values
95 } // namespace where
99 where::Prepare, where::Eval};
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 37 uint32_t base, where; local
53 where = *ofstP + value;
54 *ofstP = where + 1;
56 mem[where] += base;
  /external/avb/libavb_user/
avb_ops_user.cpp 128 off_t where; local
149 where = lseek(fd, offset, SEEK_SET);
150 if (where == -1) {
155 if (where != offset) {
191 off_t where; local
202 where = lseek(fd, offset, SEEK_SET);
203 if (where == -1) {
208 if (where != offset) {
  /external/python/cpython2/Lib/lib-tk/
Tkdnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /external/python/cpython3/Lib/tkinter/
dnd.py 13 should call Tkdnd.dnd_start(source, event), where 'source' is the
35 function is called as dnd_accept(source, event), where 'source' is the
242 # where the pointer is relative to the label widget:
245 # where the widget is relative to the canvas:
249 x, y = self.where(self.canvas, event)
255 def where(self, canvas, event): member in class:Icon
256 # where the corner of the canvas is relative to the screen:
259 # where the pointer is relative to the canvas widget:
281 x, y = source.where(self.canvas, event)
288 x, y = source.where(self.canvas, event
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/error/
Mark.java 94 StringBuilder where = new StringBuilder(" in "); local
95 where.append(name);
96 where.append(", line ");
97 where.append(line + 1);
98 where.append(", column ");
99 where.append(column + 1);
101 where.append(":\n");
102 where.append(snippet);
104 return where.toString();
  /cts/tests/app/app/src/android/app/stubs/
ActivityTestsBase.java 92 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
93 finishWithResult(resultCode, data, null, where);
119 final RuntimeException where = new RuntimeException("Original error was here"); local
120 where.fillInStackTrace();
121 finishWithResult(Activity.RESULT_OK, null, activity, where);
126 final RuntimeException where = new RuntimeException("Original error was here"); local
127 where.fillInStackTrace();
128 finishWithResult(resultCode, data, null, where);
132 RuntimeException where) {
137 mResultStack = where;
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
ActivityTestsBase.java 87 public void activityFinished(int resultCode, Intent data, RuntimeException where) {
88 finishWithResult(resultCode, data, where);
114 final RuntimeException where = new RuntimeException("Original error was here"); local
115 where.fillInStackTrace();
116 finishWithResult(resultCode, data, where);
119 public void finishWithResult(int resultCode, Intent data, RuntimeException where) {
123 mResultStack = where;

Completed in 456 milliseconds

1 2 3 4 5