HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 1001 - 1025 of 3780) sorted by null

<<41424344454647484950>>

  /external/capstone/bindings/python/capstone/
__init__.py 460 @property
465 @property
470 @property
475 @property
480 @property
489 @property
498 @property
513 @property
528 @property
738 @property
    [all...]
  /external/devlib/devlib/
target.py 50 @property
54 @property
58 @property
62 @property
66 @property
70 @property
77 @property
88 @property
93 @property
98 @property
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_build.c 1355 struct tgsi_property property; local
1369 struct tgsi_property property; local
1427 struct tgsi_property *property; local
    [all...]
  /external/conscrypt/openjdk/src/main/java/org/conscrypt/
Platform.java 583 * The "conscrypt.ct.enable" property must be true, as well as a per domain property.
585 * is used as the property name.
600 String property = Security.getProperty("conscrypt.ct.enable"); local
601 if (property == null || !Boolean.valueOf(property.toLowerCase())) {
613 property = Security.getProperty(propertyName + ".*");
614 if (property != null) {
615 enable = Boolean.valueOf(property.toLowerCase());
621 property = Security.getProperty(propertyName.toString())
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
mcmc_diagnostics_test.py 33 @property
233 @property
240 @property
247 @property
359 @property
372 @property
379 @property
432 @property
439 @property
  /external/tensorflow/tensorflow/python/ops/distributions/
bijector_impl.py 62 @property
67 @property
336 The property, `_is_injective` is set to `False` to indicate that the bijector
445 @property
450 @property
455 @property
466 @property
470 **WARNING** This hidden property and its behavior are subject to change.
482 @property
487 @property
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 48 /* An error getting a property fails the request entirely */
172 "Property is write-only");
183 "Failed to read property");
206 "Property is read-only");
210 /* Skip the interface name and the property name */
214 /* Iter will now point to the property's new value */
222 "Failed to set property");
236 char *property; local
242 /* Second argument: property name (DBUS_TYPE_STRING) */
248 dbus_message_iter_get_basic(iter, &property);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 130 * such as which property was being processed and what the string value was that
604 String property = matcher.group(1); local
607 // First find the property. We can't just immediately look for the
613 return findRange(file, line, property, value);
615 // Find first occurrence of property followed by '' or ""
616 IRegion region1 = findRange(file, line, property, "\"\""); //$NON-NLS-1$
617 IRegion region2 = findRange(file, line, property, "''"); //$NON-NLS-1$
620 // Highlight the property instead
621 return findRange(file, line, property, null);
636 String property = matcher.group(2) local
642 String property = matcher.group(1); local
    [all...]
  /external/autotest/server/cros/network/
wifi_client.py 190 @property
217 @property
232 @property
238 @property
251 @property
257 @property
263 @property
269 @property
275 @property
292 @property
    [all...]
netperf_runner.py 140 @property
146 @property
415 @property
421 @property
430 @property
442 @property
  /external/skia/infra/bots/recipe_modules/swarming/
api.py 133 @property
143 @property
154 @property
171 @property
188 @property
207 @property
227 @property
243 @property
266 @property
282 @property
    [all...]
  /external/skqp/infra/bots/recipe_modules/swarming/
api.py 133 @property
143 @property
154 @property
171 @property
188 @property
207 @property
227 @property
243 @property
266 @property
282 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
kmeans_test.py 121 @property
125 @property
129 @property
133 @property
284 @property
288 @property
295 @property
299 @property
303 @property
426 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/kfac/python/ops/
fisher_blocks.py 242 @property
246 @property
306 @property
310 @property
412 @property
514 @property
543 @property
656 @property
722 @property
798 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
kmeans_test.py 123 @property
127 @property
131 @property
135 @property
292 @property
296 @property
303 @property
307 @property
311 @property
433 @property
    [all...]
  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms.py     [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
helper.py 133 @property
139 @property
143 @property
204 @property
208 @property
212 @property
216 @property
220 @property
529 @property
533 @property
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py 153 if not isinstance(tensor_type.name, property):
154 raise TypeError("Type %s does not define a `name` property" %
157 raise TypeError("Type %s does not define a `name` property" %
160 if not isinstance(tensor_type.dtype, property):
161 raise TypeError("Type %s does not define a `dtype` property" %
164 raise TypeError("Type %s does not define a `dtype` property" %
300 @property
305 @property
310 @property
315 @property
    [all...]
  /external/tensorflow/tensorflow/python/training/
supervisor.py 501 @property
510 @property
519 @property
531 @property
540 @property
549 @property
558 @property
562 @property
571 @property
580 @property
    [all...]
  /external/tensorflow/tensorflow/python/debug/lib/
debug_data.py 77 @property
352 @property
362 @property
376 @property
386 @property
396 @property
406 @property
416 @property
426 @property
437 @property
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 509 * property of a node in fdt_getprop(), then if that didn't
535 * potentially scan each property of a node in
567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property)
572 list = fdt_getprop(fdt, nodeoffset, property, &length);
592 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
598 list = fdt_getprop(fdt, nodeoffset, property, &length);
623 const char *property, int idx,
629 list = fdt_getprop(fdt, nodeoffset, property, &length);
688 * property of a node in fdt_node_check_compatible(), then if
  /external/autotest/client/cros/cellular/pseudomodem/
sim.py 173 @property
185 @property
202 @property
216 @property
223 @property
244 @property
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 42 raise TypeError('Property %r has type %r, but trying to access as %r' %
58 @property
217 @property
222 @property
227 @property
232 @property
237 @property
296 """Get the type (i.e. tag name) of a property in the collection."""
307 """Get a boolean property."""
311 """Set a boolean property.""
    [all...]
  /external/dtc/libfdt/
fdt_ro.c 509 * property of a node in fdt_getprop(), then if that didn't
535 * potentially scan each property of a node in
567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property)
572 list = fdt_getprop(fdt, nodeoffset, property, &length);
592 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
598 list = fdt_getprop(fdt, nodeoffset, property, &length);
623 const char *property, int idx,
629 list = fdt_getprop(fdt, nodeoffset, property, &length);
688 * property of a node in fdt_node_check_compatible(), then if
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
LexicalDifferenceCalculator.java 113 public void calculatePropertyChange(NodeText nodeText, Node observedNode, ObservableProperty property, Object oldValue, Object newValue) {
119 CalculatedSyntaxModel after = calculatedSyntaxModelAfterPropertyChange(element, observedNode, property, oldValue, newValue);
275 CalculatedSyntaxModel calculatedSyntaxModelAfterPropertyChange(Node node, ObservableProperty property, Object oldValue, Object newValue) {
276 return calculatedSyntaxModelAfterPropertyChange(ConcreteSyntaxModel.forClass(node.getClass()), node, property, oldValue, newValue);
280 CalculatedSyntaxModel calculatedSyntaxModelAfterPropertyChange(CsmElement csm, Node node, ObservableProperty property, Object oldValue, Object newValue) {
282 calculatedSyntaxModelForNode(csm, node, elements, new PropertyChange(property, oldValue, newValue));

Completed in 800 milliseconds

<<41424344454647484950>>