Home
last modified time | relevance | path

Searched refs:Or (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/cmds/statsd/src/
Datom_field_options.proto71 // Or fields that are hardcoded in stats_log_api_gen tool e.g., AttributionNode
Datoms.proto3962 // Value is read from /proc/PID/status. Or from memory.stat, field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/editors/
Dproto.vim42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the
/frameworks/base/proto/src/
Dipconnectivity.proto86 // Or 0 if this event represents a period without a default network.
91 // Or 0 if this event represents a period without a default network.
96 // Or NONE if this event represents a period without a default network.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto235 // Or:
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/
Dmox.py1079 class Or(Comparator): class
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr86 �,��}��K23^�gt�] �<T�t�X�!��o,Or���nEΰt� Z�x`<��#���!��J�gS������?s�]`�Ǫ�<Rwa��
95 …��l#�,�޼�m`G�vYrL�~��$�1��<F_�Y�K�6�)��M|R2E/y�"��-R`�<F�W)��ֈ\����D0�Or���a �,`<Fm���"{䥔[…
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md248 # Or look for the SDK version, which should be 29 for Q
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/
DREADME.md46 Or you can type:
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp100 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
113 case AtomicRMWInst::Or: return bitc::RMW_OR; in GetEncodedRMWOperation()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp100 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
113 case AtomicRMWInst::Or: return bitc::RMW_OR; in GetEncodedRMWOperation()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp772 case bitc::BINOP_OR: return Instruction::Or; in GetDecodedBinaryOpcode()
785 case bitc::RMW_OR: return AtomicRMWInst::Or; in GetDecodedRMWOperation()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp115 case Instruction::Or: return bitc::BINOP_OR; in GetEncodedBinaryOpcode()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp535 case bitc::BINOP_OR: return Instruction::Or; in GetDecodedBinaryOpcode()