HomeSort by relevance Sort by last modified time
    Searched full:supported (Results 1176 - 1200 of 26981) sorted by null

<<41424344454647484950>>

  /external/libmtp/logs/
mtp-detect-mymusix-pd6070.txt 36 Supported operations:
53 9801: Get object properties supported
73 Events supported:
76 Device Properties Supported:
79 Playable File (Object) Types and Object Properties Supported:
107 libmtp supported (playable) filetypes:
mtp-detect-nokia-5800.txt 45 Supported operations:
62 9801: Get object properties supported
83 Events supported:
88 Device Properties Supported:
94 Playable File (Object) Types and Object Properties Supported:
140 libmtp supported (playable) filetypes:
mtp-detect-samsung-gt-s5230w.txt 42 Supported operations:
63 9801: Get object properties supported
89 Events supported:
94 Device Properties Supported:
102 Playable File (Object) Types and Object Properties Supported:
126 libmtp supported (playable) filetypes:
mtp-detect-samsung-sgh-u900.txt 49 Supported operations:
70 9801: Get object properties supported
96 Events supported:
101 Device Properties Supported:
109 Playable File (Object) Types and Object Properties Supported:
133 libmtp supported (playable) filetypes:
mtp-detect-samsung-yp-t9.txt 19 Supported operations:
38 9801: Get object properties supported
55 Events supported:
57 Device Properties Supported:
63 Playable File (Object) Types and Object Properties Supported:
156 libmtp supported (playable) filetypes:
mtp-detect-slacker-pmp.txt 59 Supported operations:
85 9801: Get object properties supported
100 Events supported:
102 Device Properties Supported:
109 Playable File (Object) Types and Object Properties Supported:
141 libmtp supported (playable) filetypes:
mtp-detect-sony-xperia-sx.txt 54 Supported operations:
73 9801: Get object properties supported
98 Events supported:
105 Device Properties Supported:
111 Playable File (Object) Types and Object Properties Supported:
167 libmtp supported (playable) filetypes:
mtp-detect-sonyericsson-w890i.txt 46 Supported operations:
62 9801: Get object properties supported
79 Events supported:
83 Device Properties Supported:
90 Playable File (Object) Types and Object Properties Supported:
140 libmtp supported (playable) filetypes:
mtp-detect-thomson-m51.txt 39 Supported operations:
57 9801: Get object properties supported
82 Events supported:
85 Device Properties Supported:
92 Playable File (Object) Types and Object Properties Supported:
129 libmtp supported (playable) filetypes:
mtp-detect-toshiba-gigabeat-v30.txt 37 Supported operations:
61 9801: Get object properties supported
81 Events supported:
83 Device Properties Supported:
91 Playable File (Object) Types and Object Properties Supported:
126 libmtp supported (playable) filetypes:
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_PRIORITY.c 153 /* check if VIDIOC_G_PRIORITY is supported at all or not */
155 /* VIDIOC_G_PRIORITY not supported at all, the parameter should not be evaluated */
160 /* VIDIOC_G_PRIORITY is supported, the parameter should be checked */
266 /* check if VIDIOC_S_PRIORITY is supported at all or not */
268 /* VIDIOC_S_PRIORITY is supported, the parameter should be checked */
273 /* VIDIOC_S_PRIORITY not supported at all, the parameter should not be evaluated */
  /external/python/cpython3/Doc/library/
marshal.rst 39 Not all Python object types are supported; in general, only objects whose value
41 this module. The following types are supported: booleans, integers, floating
44 tuples, lists, sets, frozensets and dictionaries are only supported as long as
45 the values contained therein are themselves supported. The
59 Write the value on the open file. The value must be a supported type. The
89 value must be a supported type. Raise a :exc:`ValueError` exception if value
  /external/tensorflow/tensorflow/contrib/lite/kernels/
gather.cc 41 // Only INT32 positions are supported.
45 // TODO(mgubin): only 0D or 1D positions are currently supported.
47 // TODO(mgubin): Only default axis == 0 is supported.
54 // Fully supported by reference_ops::Gather.
58 // Only 1D input is supported.
63 "Only float32 and string types are supported");
  /external/tensorflow/tensorflow/python/kernel_tests/
norm_op_test.py 42 "'ord' must be a supported vector norm"):
47 "'ord' must be a supported vector norm"):
52 "'ord' must be a supported matrix norm"):
87 self.skipTest("Not supported by neither numpy.linalg.norm nor tf.norm")
89 self.skipTest("Not supported by tf.norm")
91 self.skipTest("Not supported by numpy.linalg.norm")
  /external/valgrind/docs/html/
dist.readme-mips.html 25 Supported?platforms<br>
27 -?MIPS32?and?MIPS64?platforms?are?currently?supported.<br>
28 -?Both?little-endian?and?big-endian?cores?are?supported.<br>
29 -?MIPS?DSP?ASE?on?MIPS32?platforms?is?supported.<br>
34 -?Native?build?is?available?for?all?supported?platforms.?The?build?system<br>
41 -?Use?of?cross-toolchain?is?supported?as?well.<br>
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
Camera2Enumerator.java 56 // Each entry contains the supported formats for a given camera index. The formats are enumerated
75 Logging.d(TAG, "Get supported formats for camera index " + cameraId + ".");
87 // not supported.
99 throw new RuntimeException("ImageFormat.YUV_420_888 not supported.");
108 // getOutputMinFrameDuration() is not supported on all devices. Ignore silently.
117 Logging.d(TAG, "Get supported formats for camera index " + cameraId + " done."
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.cc 185 "%s - not supported on Linux", __FUNCTION__);
209 "%s - not supported on Linux", __FUNCTION__);
216 "%s - not supported on Linux", __FUNCTION__);
229 "%s - not supported on Linux", __FUNCTION__);
244 "%s - not supported on Linux", __FUNCTION__);
257 "%s - not supported on Linux", __FUNCTION__);
  /frameworks/base/core/java/android/provider/
SearchIndexablesProvider.java 131 * columns to put into the cursor. If {@code null} all supported columns
142 * to put into the cursor. If {@code null} all supported columns should be
153 * columns to put into the cursor. If {@code null} all supported columns
188 throw new UnsupportedOperationException("Insert not supported");
196 throw new UnsupportedOperationException("Delete not supported");
205 throw new UnsupportedOperationException("Update not supported");
  /frameworks/base/core/tests/coretests/src/android/content/
MemoryFileProvider.java 115 throw new UnsupportedOperationException("query not supported");
148 throw new FileNotFoundException("No files supported by provider at " + url);
155 throw new FileNotFoundException("Mode " + mode + " not supported for " + url);
164 throw new UnsupportedOperationException("update not supported");
169 throw new UnsupportedOperationException("insert not supported");
174 throw new UnsupportedOperationException("delete not supported");
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 147 * @return > 0 : supported
148 * 0 : not supported
205 * @return 1 : supported
206 * 0 : not supported
212 * @return 1 : supported
213 * 0 : not supported
  /hardware/qcom/display/msm8909/libqdutils/
display_config.h 38 // Only primary and external displays are supported here.
132 // Returns the number of configs supported for the display on success.
134 // Only primary display supported for now, value of dpy ignored.
139 // Only primary display supported for now, value of dpy ignored.
144 // Only primary display supported for now, value of dpy ignored
149 // Only primary display supported for now, value of dpy ignored
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 147 * @return > 0 : supported
148 * 0 : not supported
205 * @return 1 : supported
206 * 0 : not supported
212 * @return 1 : supported
213 * 0 : not supported
  /hardware/qcom/display/msm8909w_3100/libqdutils/
display_config.h 38 // Only primary and external displays are supported here.
132 // Returns the number of configs supported for the display on success.
134 // Only primary display supported for now, value of dpy ignored.
139 // Only primary display supported for now, value of dpy ignored.
144 // Only primary display supported for now, value of dpy ignored
149 // Only primary display supported for now, value of dpy ignored
  /hardware/qcom/display/msm8996/libqdutils/
display_config.h 38 // Only primary and external displays are supported here.
124 // Returns the number of configs supported for the display on success.
126 // Only primary display supported for now, value of dpy ignored.
131 // Only primary display supported for now, value of dpy ignored.
136 // Only primary display supported for now, value of dpy ignored
141 // Only primary display supported for now, value of dpy ignored
  /hardware/qcom/display/msm8998/libqdutils/
display_config.h 38 // Only primary and external displays are supported here.
132 // Returns the number of configs supported for the display on success.
134 // Only primary display supported for now, value of dpy ignored.
139 // Only primary display supported for now, value of dpy ignored.
144 // Only primary display supported for now, value of dpy ignored
149 // Only primary display supported for now, value of dpy ignored

Completed in 427 milliseconds

<<41424344454647484950>>