HomeSort by relevance Sort by last modified time
    Searched refs:vec (Results 76 - 100 of 1196) sorted by null

1 2 34 5 6 7 8 91011>>

  /hardware/interfaces/camera/device/3.4/
ICameraDeviceCallback.hal 42 processCaptureResult_3_4(vec<@3.4::CaptureResult> results);
  /hardware/interfaces/cas/1.0/
ICasListener.hal 27 onEvent(int32_t event, int32_t arg, vec<uint8_t> data);
  /hardware/interfaces/media/omx/1.0/
IOmxStore.hal 72 vec<ServiceAttribute> attributes
145 vec<NodeAttribute> attributes;
172 vec<NodeInfo> nodes;
198 vec<RoleInfo> roleList
  /hardware/interfaces/memtrack/1.0/
IMemtrack.hal 67 generates (MemtrackStatus retval, vec<MemtrackRecord> records);
  /hardware/interfaces/radio/config/1.0/
IRadioConfigIndication.hal 37 oneway simSlotsStatusChanged(RadioIndicationType type, vec<SimSlotStatus> slotStatus);
  /hardware/interfaces/radio/deprecated/1.0/
IOemHookIndication.hal 31 oneway oemHookRaw(RadioIndicationType type, vec<uint8_t> data);
  /hardware/interfaces/usb/1.1/
IUsbCallback.hal 38 oneway notifyPortStatusChange_1_1(vec<PortStatus_1_1> currentPortStatus,
  /hardware/interfaces/wifi/1.0/
IWifiRttControllerEventCallback.hal 29 oneway onResults(CommandId cmdId, vec<RttResult> results);
  /hardware/interfaces/wifi/offload/1.0/
IOffloadCallback.hal 24 oneway onScanResult(vec<ScanResult> scanResult);
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_deque.i 8 static int asptr(octave_value obj, std::deque<T> **vec) {
9 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
15 static octave_value from(const std::deque<T> & vec) {
16 return traits_from_stdseq<std::deque<T> >::from(vec);
std_vector.i 8 static int asptr(const octave_value& obj, std::vector<T> **vec) {
9 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
15 static octave_value from(const std::vector<T>& vec) {
16 return traits_from_stdseq<std::vector<T> >::from(vec);
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_deque.i 10 static int asptr(PyObject *obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
17 static PyObject *from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
std_vector.i 10 static int asptr(PyObject *obj, std::vector<T> **vec) {
11 return traits_asptr_stdseq<std::vector<T> >::asptr(obj, vec);
17 static PyObject *from(const std::vector<T>& vec) {
18 return traits_from_stdseq<std::vector<T> >::from(vec);
std_vectora.i 12 static int asptr(PyObject *obj, vector_type **vec) {
13 return traits_asptr_stdseq<vector_type>::asptr(obj, vec);
20 static PyObject *from(const vector_type& vec) {
21 return traits_from_stdseq<vector_type>::from(vec);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
std_deque.i 10 static int asptr(VALUE obj, std::deque<T> **vec) {
11 return traits_asptr_stdseq<std::deque<T> >::asptr(obj, vec);
17 static VALUE from(const std::deque<T> & vec) {
18 return traits_from_stdseq<std::deque<T> >::from(vec);
  /external/freetype/include/freetype/
fttrigon.h 228 * call, the value of `vec.x' will be `cos(angle)', and the value of
229 * `vec.y' will be `sin(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttrigon.h 228 * call, the value of `vec.x' will be `sin(angle)', and the value of
229 * `vec.y' will be `cos(angle)'.
235 * vec ::
244 FT_Vector_Unit( FT_Vector* vec,
257 * vec ::
266 FT_Vector_Rotate( FT_Vector* vec,
279 * vec ::
288 FT_Vector_Length( FT_Vector* vec ); variable
300 * vec ::
312 FT_Vector_Polarize( FT_Vector* vec,
    [all...]
  /hardware/interfaces/radio/1.2/
IRadio.hal 80 int32_t hysteresisDb, vec<int32_t> thresholdsDbm, AccessNetwork accessNetwork);
108 int32_t hysteresisDlKbps, int32_t hysteresisUlKbps, vec<int32_t> thresholdsDownlinkKbps,
109 vec<int32_t> thresholdsUplinkKbps, AccessNetwork accessNetwork);
160 bool isRoaming, DataRequestReason reason, vec<string> addresses, vec<string> dnses);
  /system/core/liblog/
logger_write.c 39 static int __write_to_log_init(log_id_t, struct iovec* vec, size_t nr);
40 static int (*write_to_log)(log_id_t, struct iovec* vec,
244 static int __write_to_log_daemon(log_id_t log_id, struct iovec* vec, size_t nr) {
251 len += vec[i].iov_len;
262 if (vec[0].iov_len < 4) {
282 if (vec[0].iov_len < 4) {
311 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base));
325 const char* tag = vec[0].iov_base;
326 size_t len = vec[0].iov_len;
336 len = vec[1].iov_len
418 struct iovec vec[3]; local
550 struct iovec vec[2]; local
563 struct iovec vec[2]; local
576 struct iovec vec[2]; local
593 struct iovec vec[3]; local
610 struct iovec vec[4]; local
632 struct iovec vec[4]; local
    [all...]
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 71 std::vector<CMyClass> vec; local
73 vec.push_back(instance);
74 std::vector<CMyClass> vec2(vec);
75 assert(is_contiguous_container_asan_correct(vec));
81 vec.push_back(instance);
85 assert(vec==vec2);
86 assert(is_contiguous_container_asan_correct(vec));
  /hardware/interfaces/tests/baz/1.0/
IBase.hal 36 vec<Bar> aaa;
64 vec<MacAddress> addresses;
108 someBoolVectorMethod(vec<bool> x) generates (vec<bool> y);
112 someMethodWithFooVectors(vec<Foo> fooInput) generates (vec<Foo> fooOutput);
116 someMethodTakingAVectorOfArray(vec<MacAddress> in)
117 generates (vec<MacAddress> out);
126 testByteVecs(vec<ByteOneDim> in) generates (vec<ByteOneDim> out)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.modifiers/
push_back_exception_safety.pass.cpp 71 std::vector<CMyClass> vec; local
73 vec.push_back(instance);
74 std::vector<CMyClass> vec2(vec);
75 assert(is_contiguous_container_asan_correct(vec));
81 vec.push_back(instance);
85 assert(vec==vec2);
86 assert(is_contiguous_container_asan_correct(vec));
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render_dynamic.c 41 const struct ilo_state_vector *vec,
51 &vec->viewport.vp);
52 r->state.SF_VIEWPORT = gen6_SF_VIEWPORT(r->builder, &vec->viewport.vp);
53 r->state.CC_VIEWPORT = gen6_CC_VIEWPORT(r->builder, &vec->viewport.vp);
61 const struct ilo_state_vector *vec,
71 &vec->viewport.vp);
72 r->state.CC_VIEWPORT = gen6_CC_VIEWPORT(r->builder, &vec->viewport.vp);
80 const struct ilo_state_vector *vec,
89 &vec->viewport.vp);
97 const struct ilo_state_vector *vec,
    [all...]
  /external/eigen/test/
commainitializer.cpp 86 Vector3d vec[3]; local
87 vec[0] << 1, 4, 7;
88 vec[1] << 2, 5, 8;
89 vec[2] << 3, 6, 9;
91 m3 << vec[0], vec[1], vec[2]; local
94 vec[0] << 1, 2, 3;
95 vec[1] << 4, 5, 6;
96 vec[2] << 7, 8, 9
    [all...]
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_exception_safety.pass.cpp 64 std::forward_list<CMyClass> vec; local
66 vec.push_front(instance);
70 vec.push_front(instance);

Completed in 1000 milliseconds

1 2 34 5 6 7 8 91011>>