/external/bcc/src/lua/bcc/ |
D | run.lua | 19 local standalone = rawget(_G, "BCC_STANDALONE") 32 progname, rawget(_G, "BCC_VERSION") or "HEAD", 42 rawset(_G, "LIBBCC_SO_PATH", string.lstrip(k, "--so-path=")) 44 rawset(_G, "LIBBCC_LLVM_DEBUG", 1)
|
D | libbcc.lua | 144 if rawget(_G, "BCC_STANDALONE") then 149 rawget(_G, "LIBBCC_SO_PATH") or
|
/external/bcc/tests/lua/ |
D | test_helper.lua | 15 rawset(_G, "BCC", require("bcc.init")) 16 rawset(_G, "BPF", BCC.BPF) 21 rawset(_G, name, f)
|
D | luaunit.lua | 40 local cmdline_argv = rawget(_G, "arg") 1010 _G[funcname] = M[funcname] 1011 _G[alias] = M[funcname] 1438 for k, v in pairs(_G) do 2038 instance = _G[instanceName] 2056 instance = _G[instanceName]
|
/external/llvm/test/CodeGen/ARM/ |
D | globals.ll | 20 ; DarwinStatic: .long {{_G$}} 36 ; DarwinDynamic: .indirect_symbol _G 56 ; DarwinPIC: .indirect_symbol _G
|
D | load-global.ll | 15 ; STATIC: .long _G
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | globals.ll | 20 ; DarwinStatic: .long {{_G$}} 36 ; DarwinDynamic: .indirect_symbol _G 55 ; DarwinPIC: .indirect_symbol _G
|
D | load-global.ll | 14 ; STATIC: .long _G
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | globals.ll | 20 ; DarwinStatic: .long {{_G$}} 36 ; DarwinDynamic: .indirect_symbol _G 56 ; DarwinPIC: .indirect_symbol _G
|
D | load-global.ll | 15 ; STATIC: .long _G
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-global-address.ll | 8 ; CHECK: adrp x[[REG:[0-9]+]], _G@GOTPAGE 9 ; CHECK: ldr x[[REG2:[0-9]+]], [x[[REG]], _G@GOTPAGEOFF]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-global-address.ll | 8 ; CHECK: adrp x[[REG:[0-9]+]], _G@GOTPAGE 9 ; CHECK: ldr x[[REG2:[0-9]+]], [x[[REG]], _G@GOTPAGEOFF]
|
/external/bcc/src/lua/bcc/vendor/ |
D | helpers.lua | 189 setmetatable(_G, { 198 rawset(_G, "log", { info = logline, enabled = false }) 199 rawset(_G, "class", require("bcc.vendor.middleclass"))
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | d22fda3dd9be202eeac3d4fc1d56438b.00004d7d.honggfuzz.cov | 5 …���5�z���k�d�k3�-X��kvP���2�Ayj����t��CsD���������M�ZG�}ḽ�}��_GޤR`��e`������v�M��a�… 8 …���5�z���k�d�k3�-X��kvP���2�Ayj����t��CsD���������M�ZG�}ḽ�}��_GޤR`��e`������v�M��a�… 11 …���5�z���k�d�k3�-X��kvP���2�Ayj����t��CsD���������M�ZG�}ḽ�}��_GޤR`��e`������v�M��a�…
|
D | ea2362e3b83fbcbd8839c2679e181e55.0000051b.honggfuzz.cov | 8 …�5͞�ƕ��}����)� �$yw�>�h��A<0#�P@��������,�L ����dC{y�m��v?�;�A��|Ss�����߽��_G�f�]x�[��
|
D | d97540e982d90b06dcecd065ccfeecbd.000009f0.honggfuzz.cov | 14 …F��<�����9DWP�4O+�Ԏ��ݲ/\z���|�fM�7I�v29�V9�j�ս�D-��t���h�yŇ٨L�MP�_G��aA��A�>q�������…
|
D | 3f396e26e7f318fbb538937eedc98270.000033d0.honggfuzz.cov | 17 �{��4�_G/z��u����j5A�Qfś����}�^l�(�E��7��wv�B�RA�`q��VD=o�A�̠�����̵і��� 32 �{��4�_G/z��u����j5A�Qfś����}�^l�(�E��7��wv�B�RA�`q��VD=o�A�̠�����̵і��� 52 �{��4�_G/z��u����j5A�Qfś����}�^l�(�E��7��wv�B�RA�`q��VD=o�A�̠�����̵і��� 78 �{��4�_G/z��u����j5A�Qfś����}�^l�(�E��7��wv�B�RA�`q��VD=o�A�̠�����̵і���
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/ |
D | Graph.h | 293 VertexView(GraphT &_G) : G(_G) {} in VertexView() argument 330 EdgeView(GraphT &_G) : G(_G) {} in EdgeView() argument
|
/external/mesa3d/include/pci_ids/ |
D | i915_pci_ids.h | 2 CHIPSET(0x2562, 845_G, "Intel(R) 845G")
|
/external/libcxx/test/support/ |
D | nasty_macros.hpp | 19 #define _G NASTY_MACRO macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-05-08-InlineAsmIOffset.ll | 5 ; CHECK: {{2: ._G}}
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-05-08-InlineAsmIOffset.ll | 3 ; RUN: grep "2: ._G" %t
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-05-08-InlineAsmIOffset.ll | 5 ; CHECK: {{2: ._G}}
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
D | README.md | 22 https://en.wikipedia.org/wiki/List_of_colors:_G-M
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | d97540e982d90b06dcecd065ccfeecbd.000009f0.honggfuzz.cov | 14 …F��<�����9DWP�4O+�Ԏ��ݲ/\z���|�fM�7I�v29�V9�j�ս�D-��t���h�yŇ٨L�MP�_G��aA��A�>q�������…
|