Searched refs:__ (Results 176 - 200 of 236) sorted by relevance

12345678910

/external/chromium_org/tools/profile_chrome/
H A Dmain.py61 def callback(option, _, __, parser):
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-template.cpp230 struct __two {char _; char __;}; member in struct:rdar8986308::std::__has_rebind::__two
/external/libcxx/src/
H A Dfuture.cpp210 unique_ptr<__shared_count, __release_shared_count> __(__state_);
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stdoutB.exp19 bit values 0 = valid, 1 = invalid, __ = unaddressable byte
78 bit values 0 = valid, 1 = invalid, __ = unaddressable byte
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py584 prev_type, prev_text, __, prev_end, __ = tokens[0]
586 token_type, text, start, end, __ = tokens[index]
1357 for name, cls, __ in self._ast_checks:
1836 (new_options, __) = parser.parse_args([])
1859 (options, __) = parser.parse_args(arglist, values=new_options)
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltoptions.m420 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
96 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
/external/stlport/stlport/stl/
H A D_cmath.h172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
176 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::__##cfunc(x,y); }
/external/lldb/tools/debugserver/source/MacOSX/ppc/
H A DDNBArchImpl.cpp17 #define PREFIX_DOUBLE_UNDERSCORE_DARWIN_UNIX03(reg) __##reg
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js1180 strong: /^__([\s\S]+?)__(?!_)|^\*\*([\s\S]+?)\*\*(?!\*)/,
1181 em: /^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,
1211 strong: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h21 __ Debug(message, __LINE__, NO_PARAM)
23 __ Debug(message, __LINE__, \
26 __ Debug("LOCATION: " message, __LINE__, NO_PARAM)
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp1285 #define GPR_OFFSET_NAME(reg) (offsetof (DNBArchMachARM::GPR, __##reg))
1287 #define EXC_OFFSET(reg) (offsetof (DNBArchMachARM::EXC, __##reg) + offsetof (DNBArchMachARM::Context, exc))
1372 #define VFP_OFFSET_NAME(reg) (offsetof (DNBArchMachARM::FPU, __##reg) + offsetof (DNBArchMachARM::Context, vfp))
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc343 TEST_F(FullscreenControllerStateUnitTest, state##__##event) { \
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp310 //#define SET_GPR(reg) m_state.context.gpr.__##reg = gpr_##reg
1019 #define GPR_OFFSET(reg) (offsetof (DNBArchImplI386::GPR, __##reg))
1022 #define EXC_OFFSET(reg) (offsetof (DNBArchImplI386::EXC, __##reg) + offsetof (DNBArchImplI386::Context, exc))
1024 #define GPR_SIZE(reg) (sizeof(((DNBArchImplI386::GPR *)NULL)->__##reg))
1029 #define EXC_SIZE(reg) (sizeof(((DNBArchImplI386::EXC *)NULL)->__##reg))
/external/bison/
H A Dmaint.mk526 # perl -lne '/^# *define (\w+)\(/ and print $1' lib/xalloc.h|grep -v '^__';
1591 # do not need to be marked. Symbols matching '__.*' are
1603 # Symbols matching '__.*' are reserved by the compiler,
1636 ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_functions); \
1645 ( printf '^%s$$\n' '__.*' $(_gl_TS_unmarked_extern_vars); \
/external/qemu-pc-bios/bochs/
H A Dconfigure8570 something starting with __ and the normal name is an alias. */
8718 something starting with __ and the normal name is an alias. */
12220 something starting with __ and the normal name is an alias. */
12368 something starting with __ and the normal name is an alias. */
17648 something starting with __ and the normal name is an alias. */
17796 something starting with __ and the normal name is an alias. */
19714 something starting with __ and the normal name is an alias. */
20123 something starting with __ and the normal name is an alias. */
20241 something starting with __ and the normal name is an alias. */
20812 something starting with __ an
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk377 $(OUTDIR)/$(basename $(subst ..,__,$(1)))$(2).o
/external/cmockery/cmockery_0_1_2/
H A Dconfigure8615 something starting with __ and the normal name is an alias. */
8773 something starting with __ and the normal name is an alias. */
18802 something starting with __ and the normal name is an alias. */
18903 something starting with __ and the normal name is an alias. */
19004 something starting with __ and the normal name is an alias. */
19105 something starting with __ and the normal name is an alias. */
19206 something starting with __ and the normal name is an alias. */
19307 something starting with __ and the normal name is an alias. */
19408 something starting with __ and the normal name is an alias. */
19509 something starting with __ an
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc985 static ObjMakerRegistrar maker_reg_##name##__(&ObjMaker_##name##_);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc985 static ObjMakerRegistrar maker_reg_##name##__(&ObjMaker_##name##_);
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner_unittest.py551 def ValidateAndMeasurePage(self, _, __, results):
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1255 #define GPR_OFFSET(reg) (offsetof (DNBArchImplX86_64::GPR, __##reg))
1258 #define EXC_OFFSET(reg) (offsetof (DNBArchImplX86_64::EXC, __##reg) + offsetof (DNBArchImplX86_64::Context, exc))
1267 #define GPR_SIZE(reg) (sizeof(((DNBArchImplX86_64::GPR *)NULL)->__##reg))
1272 #define EXC_SIZE(reg) (sizeof(((DNBArchImplX86_64::EXC *)NULL)->__##reg))
/external/chromium_org/v8/src/
H A Di18n.js215 var internalName = '__bound' + methodName + '__';
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvoice.rtpdump8 ��pjoz����u������~{�woqzw���������������~q}���t����ph��h_]frzs}�}n``���~nz���t��}|x��������xw���k]j����lalmmirndfrvmmhl{���f����~y�{hou��ut����������������|}���o����9Z�4����pjutjglqqdb^h���ukhkcffmqzm^[``^[^]ot}|u�������������������������x~�����mf����~ull|��{nulhm���ssyplgmou{kk���py����zwxu���|~�������z��}rpodez|���vkspjkww�miirw������9[�4�J��pjusm��vt}||tosrwz�oi�����ny}���������{~o���~jkjeiice`mp~mgmk��������������u��}}�ugkplfj���jj���kv����~ro{nkks���}ez����w{�{�������}ywooichw~yzt����}mean��~w���rl����9\�4���pjg����zu����nw����������vhkjrnj`_h~xsmw�vnhw����y�tvt~�ljfw��jw���gd����ol������������|��{efq��~j{��oo���t`efksfbnp|tigj}�����������}����~ny{���xn�����}����qnn��Ҁ9]�4����pjowy��ul]^jj|�{zrrx}��������p{t�topt�����������ys����|mciol^]j��������me���lgk��|nqq����������|km�������~l����nv~�~`Z_nk`[evyfa\f���lj}����������z���no������kij���9^�4�*��pjrojoop�qu�|kk{�����}����������wgior���ot����kp}��uo���mkn|�kjm����������������wrtkmfeclqmjf�����������scdr�{kim���|����������nk{j[]j��~kjoxnw�sm{���tp}�{sovn���9_�4�ʎ�pju}�����qo~�{{oj}va`pw�������z~���whijoqwohel���m{������������srw���{c`q��igeu|�lg_d���__|����~���yhvtw|wu}p�������|����{y���pmp����qj}�������rtmnnos��}j����|rlo���9`�4�j��pjnl}vsl{����il��~nn���ymmz�vklw}wqkmd`__ebbhls����|p�������������ja`j��vliy������rkhnxzvhlk|��zov����������|��xpn���~mo}wlfh��|{}}n����ldoz����{����������qfgz���#�9a�4�
11 ��pjdho�}z����������}ohh|{m`bo�q��������������������op���}svzyouo}��xngotofjagjyuqnv�tr�yn������x�����q����jl`l��}rfeo~��wy��������}w��qkrlnmuy���{~��������pyt��ql��x�9r�4����pjo�xptmfj|xlkjspyo������z����ml���������������|��}wo~ygd\n��g^_}���������jhbdfcakl�|yxm���oz��������|����oao��qn}�����rks��������nz��mb`jhfghnecs��qhfir�yt���������9s�4�J��pj����u~~}ooovnje}��qwnifx���}�����������}{��������z�����~mt���������������~��pj__^rmkedc`hmiclv�lgs�mhm���jnn��z�����������{hk|yqr��ylkn��lbkp���oj���lmi�qw��v����9t�4���pjis����������������������{���vjnm{opag`fgdd_cfnonly��������koqtjs��nb_kip���������{osz����������sm`o���n``_jhln����pr������������������pl����qkpyrox���~��sslux}����9u�4����pjxokx������|llr~xnnsof^]__\]fjlfox���������������s]b|������z�~}������x|offp�}lglnokilon~����m����t���~r���{z����vz�������nns�y{�����nouux��p_Z]dfbmzyqdm��z������ƀ9v�4�*��pj���~���|���w|��������rml��mhcgb_[^n�r``t~vyvluiil��vdd|���q���������{���nu��|ld����t{����|���qs�����������yno~��||pjx�����lw{�tmbcr{zncm���������smw�om����zhgf��ـ9w�4�ʎ�pjrov|��������ng����liy���nogjijaadhhfqyq`\c����ny���op���qn������������������vn���j`bv��mkxp���jgv����~�i`Y[_ge^Y[dz�x}����������xnfnv�vxt}�����������wmjirgj������9x�4�j��pjop����w�������x���qrw}{m_]]u��xt_gv�����{lc[^hhhx���uhl��������������mm���l^c��}e_c��uefm����ohi{��plt�������������������������ztrqg_ddaa]_le`_ei~��s{�����xz�j���9y�4�
63 ��pj}v���������������}ots����~qumvv{{}��������yqy�|nijw��qnq����������|okmmkjllrqpkqz�x���������������ulkikhjlmpq����v|{�rvy���vvopofdiq|�������������������pljkooj�� ��9Ҩ4����pjbk|��qk}��nilyxqmq~���ww~������wx��z�������������zooifacdkrljl{��ppq|��ut���~q{�����������������������polnlke^__^\^gjkc]_g{��z�����������������������������������
89 ��pja]\\]__`bdhilnm���������������������������wronroqmicffgefdhfefljlkm{����������������������������zusz�wjfeegbhmlehhlims������������������������yokjnjmlfefkikimml��U�:
/external/llvm/
H A Dconfigure14734 something starting with __ and the normal name is an alias. */
14847 something starting with __ and the normal name is an alias. */
14961 something starting with __ and the normal name is an alias. */
15075 something starting with __ and the normal name is an alias. */
15187 something starting with __ and the normal name is an alias. */
15302 something starting with __ and the normal name is an alias. */
15414 something starting with __ and the normal name is an alias. */
15527 something starting with __ and the normal name is an alias. */
15641 something starting with __ and the normal name is an alias. */
15752 something starting with __ an
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java151 public static final String IGNORE_STRING_IN_GRAMMAR_FILE_NAME = "__";
579 // don't error check autogenerated files (those with '__' in them)

Completed in 738 milliseconds

12345678910