Home
last modified time | relevance | path

Searched refs:o (Results 1 – 25 of 98) sorted by relevance

1234

/hardware/google/aemu/base/
DOptional_unittest.cpp69 Optional<int> o; in TEST() local
70 EXPECT_FALSE(o); in TEST()
73 Optional<int> o = {}; in TEST() local
74 EXPECT_FALSE(o); in TEST()
77 Optional<int> o = kNullopt; in TEST() local
78 EXPECT_FALSE(o); in TEST()
81 Optional<int> o(1); in TEST() local
82 EXPECT_TRUE(o); in TEST()
83 EXPECT_EQ(1, *o); in TEST()
87 Optional<int> o = static_cast<const short&>(1); in TEST() local
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/
Dauto-render.min.js1o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m… function
Dmhchem.min.js1o in n)("object"==typeof exports?exports:t)[o]=n[o]}}("undefined"!=typeof self?self:this,function(… argument
Dcopy-tex.min.js1o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m… function
Dmathtex-script-type.min.js1o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m… function
Drender-a11y-string.min.js1o=r[a]={i:a,l:!1,exports:{}};return e[a].call(o.exports,o,o.exports,t),o.l=!0,o.exports}return t.m… function
Dmhchem.mjs116 // buffer.o == element
187 var o; // variable
192o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
194o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
202 mhchemParser.concatArray(output, o);
304 … var m = input.match(/^(?:\((?:\\ca\s?)?\$[amothc]\$\))/); // OR crystal system ($o$) (\ca$c$)
634 'o=': function o(buffer, m) { function
635 buffer.o = (buffer.o || "") + m;
742 createTransitions: function createTransitions(o) {
755 for (pattern in o) {
[all …]
Dmhchem.js48 /******/ if(!__webpack_require__.o(exports, name)) {
87 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper… function
297 var o; //
302o = machine.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
304o = mhchemParser.actions[task.action_[iA].type_](buffer, matches.match_, task.action_[iA].option);
312 mhchemParser.concatArray(output, o);
744 'o=': function o(buffer, m) { function
745 buffer.o = (buffer.o || "") + m;
852 createTransitions: function createTransitions(o) {
865 for (pattern in o) {
[all …]
/hardware/interfaces/media/bufferpool/aidl/default/tests/
Dallocator.cpp46 static bool isValid(const native_handle_t * const o);
75 bool HandleAshmem::isValid(const native_handle_t * const o) { in isValid() argument
76 if (!o || memcmp(o, &cHeader, sizeof(cHeader))) { in isValid()
79 const HandleAshmem *other = static_cast<const HandleAshmem*>(o); in isValid()
186 const HandleAshmem *o = static_cast<const HandleAshmem*>(handle); in Fill() local
188 NULL, o->size(), PROT_READ|PROT_WRITE, MAP_SHARED, o->ashmemFd(), 0); in Fill()
191 for (size_t i = 0; i < o->size(); ++i) { in Fill()
194 munmap(ptr, o->size()); in Fill()
204 const HandleAshmem *o = static_cast<const HandleAshmem*>(handle); in Verify() local
206 NULL, o->size(), PROT_READ, MAP_SHARED, o->ashmemFd(), 0); in Verify()
[all …]
/hardware/interfaces/tests/bar/1.0/
DIImportRules.hal30 rule0a(Outer o); // should be resolved to Outer above
31 rule0a1(IImportRules.Outer o); // should be resolved to Outer above
32 rule0b(@1.0::IImportRules.Outer o);
33 rule0b1(android.hardware.tests.bar@1.0::IImportRules.Outer o);
34 rule0c(android.hardware.tests.foo@1.0::Outer o);
35 rule0d(@1.0::Outer o); // android.hardware.tests.foo@1.0::Outer
36 rule0e(Outer.Inner o); // should be resolved to Outer above
37 rule0f(@1.0::IImportRules.Outer.Inner o);
38 rule0g(android.hardware.tests.foo@1.0::Outer.Inner o);
39 rule0h(@1.0::Outer.Inner o); // android.hardware.tests.foo@1.0::Outer.Inner
/hardware/qcom/sm7250/gps/core/observer/
DIDataItemSubscription.h64 virtual void subscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
81 …virtual void updateSubscription (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL)…
90 virtual void requestData (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
109 virtual void unsubscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
117 virtual void unsubscribeAll (IDataItemObserver * o = NULL) = 0;
/hardware/qcom/sm7150/gps/core/observer/
DIDataItemSubscription.h64 virtual void subscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
81 …virtual void updateSubscription (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL)…
90 virtual void requestData (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
109 virtual void unsubscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
117 virtual void unsubscribeAll (IDataItemObserver * o = NULL) = 0;
/hardware/qcom/sm8150/gps/core/observer/
DIDataItemSubscription.h64 virtual void subscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
81 …virtual void updateSubscription (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL)…
90 virtual void requestData (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
109 virtual void unsubscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
117 virtual void unsubscribeAll (IDataItemObserver * o = NULL) = 0;
/hardware/qcom/sm8150p/gps/core/observer/
DIDataItemSubscription.h64 virtual void subscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
81 …virtual void updateSubscription (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL)…
90 virtual void requestData (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
109 virtual void unsubscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
117 virtual void unsubscribeAll (IDataItemObserver * o = NULL) = 0;
/hardware/qcom/gps/msm8909w_3100/core/observer/
DIDataItemSubscription.h64 virtual void subscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
81 …virtual void updateSubscription (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL)…
90 virtual void requestData (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
109 virtual void unsubscribe (const std :: list <DataItemId> & l, IDataItemObserver * o = NULL) = 0;
117 virtual void unsubscribeAll (IDataItemObserver * o = NULL) = 0;
/hardware/google/apf/devtools/
Dmk25 arm-linux-gnueabi-gcc "${FLAGS[@]}" apf_interpreter.c -c -o apf_interpreter.arm.o
26 …@]}" -Wnullable-to-nonnull-conversion -Wthread-safety apf_interpreter.c -c -o apf_interpreter.x86.o
27 size apf_interpreter.arm.o
28 size apf_interpreter.x86.o
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_mpo_composer.c51 #define READ_LONG(b, o) \ argument
52 (uint32_t)(((uint32_t)b[o] << 24) + \
53 ((uint32_t)b[o+1] << 16) + \
54 ((uint32_t)b[o+2] << 8) + \
55 ((uint32_t)b[o+3]))
64 #define READ_LONG_LITTLE(b, o) \ argument
65 (uint32_t)(((uint32_t)b[o + 3] << 24) + \
66 ((uint32_t) b[o + 2] << 16) + \
67 ((uint32_t) b[o + 1] << 8) + \
68 (uint32_t) b[o]);
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4o=s[i];o.some(r.isFilter)?t.push(o):n.push(o)}return[n,t]}},7248:function(e,t,n){"use strict";var … function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/
Dkatex.min.js1o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:a})},r.r=function(t){"undefined"!=typeof Symb… variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfxvertex.adoc117 | scalar | 0 or unspecified | (x, o, o, o)
118 | scalar | 1 | (o, y, o, o)
119 | scalar | 2 | (o, o, z, o)
120 | scalar | 3 | (o, o, o, w)
121 | two-component vector | 0 or unspecified | (x, y, o, o)
122 | two-component vector | 1 | (o, y, z, o)
123 | two-component vector | 2 | (o, o, z, w)
124 | three-component vector | 0 or unspecified | (x, y, z, o)
125 | three-component vector | 1 | (o, y, z, w)
129 Components indicated by "`o`" are available for use by other input variables
[all …]
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es327 a�[��;E�O�OČ���ȁ3�"���ǿ �8����p�&qV*�<G��#ºp�`"�h��&��%Rii������f�7rc�����-~��Iۡ^o�p�uL�…
333 �����"�_Q��!�A���q;���3�j:PK~.o'�"il���+����7ͩqg�w�N�~q�D�� �
335 ��q�J�`\���9��S�O��6o�س��'�@�4����m�1���;�_��� �����O��H�ߟ�y���L�مp��>���ݧ��{�3��K�6��6ϥ�=…
338 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A™��Ԑ��A㞁�� +��k�����
343 �qq!\&e��V�o��$��a��-�J����� .�
352 f��5A��T+���N,%`����C�F��_W��x����'��܃��ѧ�o�{�=U�<%��R8�)0ohݸ�[��*2�\%�;};v�*�J�\vW�*��m�3…
358 �1j�������5�Ʀ�Wy5������+���|����Z��4�H]3+/��� f�A��!Y�Y4P�!�2i��M̺#�21��|m�o��������O…
359 …�2��~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >o2��f�0�>�Ͻ`C��<s7�%B�����<��kJ�=o����>���F
360 ;�ߕ^���~�$I��Q�V ��̫����xA #�;y&�a�ڣ£~o�v{���U��>�0J��j����
361 �ՃC�)�%� /�zJ��2����d���d�EQ�)��@2�7�9o s'9Bː�-*ݫ2C�.2Q�(Wg���&E��R��������ۮ;�¹��6��,��2n�…
[all …]
Dtuner_frontend_input.ts11 �����"�_Q��!�A���q;���3�j:PK~.o'�"il���+��G���7ͩqg�w�N�~q�D�� �
16 ��s�~�}�� ��p��?�ߥDWs1�o��=��|;I<|m_A™��Ԑ��A㞁�� +��k�����
37 …~��������*TP/�&��H��m5=1�2�k�ﭟ�h¹0� >o2��f�0�>�Ͻ`C��G�<s7�%B�����<��kJ�=o����>���F
38 ;�ߕ^���~�$I��Q�V ��̫����xA #�;y&�a�ڣ£~o�v{���U��>�0J��j����
39 �ՃC�)�%� /�zJ��2����d���d�EQ�)��@2�7�9o s'9Bː�-*ݫ2C�.2Q�(WG�g���&E��R��������ۮ;�¹��6��,�…
44 ��.�>�����S}�������tM���T+�+H�`G�#o'��Z���y'�'� �� ����㤯˜!q- ��pJ�߈H�N���p��·�������V…
57 …��_Ǵ���9V�j�ό\}G��¸ k�`c�y�s�w�e��C���w�V�0��+�&��� &z�`��ظWk�:���0'�k� I��~���o�� /�,
97 …��uzO_��;2��������+��h!˛ɣb�D�� s�z���L�����g�\͂�X�0��:����;�� ��!���y�G�o�hl�<st��K�!F8p[cf��…
144 …���"A/����\e�4� +a(y< M�z�n��)kG� �Em�}�y ��{j�Y���hg2��U��� �".Q`o��Ꮾ��AT�aU���,���醸�z…
146 …B#$[��U� A_�䱺�\ �\�R��ʐ5t����W/��RR@l�J���߄�5_��������:�����+�'��o��u��Uqo{�Jf��U��…
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/Fuzzers/
Dbuild.sh41 -o ${BASE}.o
44 ar -qc libastcenc.a *.o
57 rm *.o
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h58 void operator()(T* o) { mOnDelete(o); } in operator()
90 auto o = wrap(mObjects.front().release()); in obtain() local
92 mPoolObjectsSize -= mGetSizeFunc(*o); in obtain()
93 return o; in obtain()
102 virtual void recycle(T* o) { in recycle() argument
104 size_t objectSize = mGetSizeFunc(*o); in recycle()
111 delete o; in recycle()
117 mObjects.push_back(std::unique_ptr<T>{o}); in recycle()
260 void recycle(aidl::android::hardware::automotive::vehicle::VehiclePropValue* o) override;
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h56 void operator()(T* o) { in operator()
57 mOnDelete(o); in operator()
93 auto o = wrap(mObjects.front().release()); in obtain() local
96 return o; in obtain()
105 virtual void recycle(T* o) { in recycle() argument
108 mObjects.push_back(std::unique_ptr<T> { o } ); in recycle()
214 void recycle(VehiclePropValue* o) override;

1234