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

<<31323334353637383940>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
sched.py 122 @property
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
jpeg.md 80 the Copyright property of CompuServe Incorporated. GIF(sm) is a
81 Service Mark property of CompuServe Incorporated."
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
jpeg.md 80 the Copyright property of CompuServe Incorporated. GIF(sm) is a
81 Service Mark property of CompuServe Incorporated."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 54 address = property(lambda self: self._backlog_queue)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 253 @property
258 @property
380 @property
385 @property
sched.py 122 @property
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 54 address = property(lambda self: self._backlog_queue)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 253 @property
258 @property
380 @property
385 @property
sched.py 122 @property
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
boolquery.py 43 @property
pcideviceconquery.py 61 @property
pirqconquery.py 61 @property
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
AttributeDescriptorLabelProvider.java 76 public boolean isLabelProperty(Object element, String property) {
  /tools/repohooks/rh/
config.py 135 @property
144 @property
155 @property
176 @property
  /external/ImageMagick/coders/
pango.c 63 #include "MagickCore/property.h"
114 *property;
190 property=InterpretImageProperties((ImageInfo *) image_info,image,
194 property=InterpretImageProperties((ImageInfo *) image_info,image,option+6,
197 property=InterpretImageProperties((ImageInfo *) image_info,image,option,
199 (void) SetImageProperty(image,"caption",property,exception);
200 property=DestroyString(property);
112 *property; local
  /external/libvncserver/client_examples/
scrap.c 492 /* Copy the selection from XA_CUT_BUFFER0 to the requested property */
510 req->property, req->target, 32, PropModeReplace,
513 response.xselection.property=None;
529 sevent.xselection.property = req->property;
543 req->property, sevent.xselection.target,
546 sevent.xselection.property = req->property;
  /external/tensorflow/tensorflow/contrib/graph_editor/
subgraph.py 84 * a list of input tensors, accessible via the `inputs` property.
85 * a list of output tensors, accessible via the `outputs` property.
86 * and the operations in between, accessible via the "ops" property.
483 @property
488 @property
493 @property
498 @property
503 @property
508 @property
513 @property
    [all...]
  /external/tensorflow/tensorflow/python/client/
timeline.py 294 @property
299 @property
304 @property
309 @property
314 @property
319 @property
324 @property
  /external/tensorflow/tensorflow/python/eager/
context.py 201 @property
210 @property
255 @property
265 @property
275 @property
280 @property
405 @property
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 189 @property
193 @property
197 @property
201 @property
205 @property
209 @property
220 made available in this `exceptions_raised` property.
228 @property
  /external/toybox/kconfig/
menu.c 28 static void prop_warn(struct property *prop, const char *fmt, ...)
122 struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)
124 struct property *prop = prop_alloc(type, current_entry->sym);
145 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep)
162 struct property *prop;
186 struct property *prop;
232 struct property *prop;
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
134 * Adds a Property to this component.
137 public void addProperty(Property prop) {
139 ArrayList<Property> props = mPropsMap.get(name);
141 props = new ArrayList<Property>();
148 * Returns a set of the property names within this component.
149 * @return A set of property names within this component.
158 * @param name The name of the property that should be returned.
161 public List<Property> getProperties(String name)
488 Property property; local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_primary.cpp 134 char property[PROPERTY_VALUE_MAX]; local
137 property_get("ro.crypto.state", property, "unencrypted");
138 if (!strcmp(property, "encrypted")) {
139 property_get("ro.crypto.type", property, "block");
140 if (!strcmp(property, "block")) {
142 property_get("vold.decrypt", property, "");
143 if (!strcmp(property, "trigger_restart_framework")) {
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_primary.cpp 135 char property[PROPERTY_VALUE_MAX]; local
138 property_get("ro.crypto.state", property, "unencrypted");
139 if (!strcmp(property, "encrypted")) {
140 property_get("ro.crypto.type", property, "block");
141 if (!strcmp(property, "block")) {
143 property_get("vold.decrypt", property, "");
144 if (!strcmp(property, "trigger_restart_framework")) {
  /hardware/qcom/display/msm8960/libgralloc/
framebuffer.cpp 125 char property[PROPERTY_VALUE_MAX]; local
177 if (property_get("debug.sf.hw", property, NULL) > 0 &&
178 atoi(property) == 0)
180 else if(property_get("debug.composition.type", property, NULL) > 0 &&
181 (strncmp(property, "mdp", 3) == 0))
211 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) {
212 int num = atoi(property);

Completed in 1061 milliseconds

<<31323334353637383940>>