Home
last modified time | relevance | path

Searched refs:MAIN (Results 1 – 25 of 41) sorted by relevance

12

/third_party/elfutils/libcpu/
Di386_lex.l54 %x MAIN
68 "%%" { BEGIN (MAIN); return kPERCPERC; }
71 <MAIN>"0" { return '0'; }
72 <MAIN>"1" { return '1'; }
74 <INITIAL,MAIN>"{"{ID2}"}" { i386_lval.str = xstrndup (yytext + 1,
78 <MAIN>"INVALID" { i386_lval.str = (void *) -1l;
81 <MAIN>{ID} { i386_lval.str = xstrndup (yytext, yyleng);
84 <MAIN>"," { return ','; }
86 <MAIN>":" { return ':'; }
88 <INITIAL,MAIN>^"\n" { /* IGNORE */ }
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dapplication_package_test.dart143 …ctivity that has enabled set to true, action set to android.intent.action.MAIN and category set to…
150 …t has no value for its enabled field, action set to android.intent.action.MAIN and category set to…
172 …ror when parsing manifest with no Activity that has action set to android.intent.action.MAIN', () {
411 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
421 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
452 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
461 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
492 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
550 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")''';
583 … A: android:name(0x01010003)="android.intent.action.MAIN" (Raw: "android.intent.action.MAIN")
/third_party/glslang/Test/
DlineContinuation100.vert13 #define MAIN void main() \
20 MAIN
DlineContinuation.vert13 #define MAIN void main() \
20 MAIN
/third_party/parse5/packages/parse5/lib/parser/
Dopen-element-stack.test.ts86 const element2 = createElement(TN.MAIN);
89 stack.push(element2, $.MAIN);
90 stack.push(element2, $.MAIN);
91 stack.push(element2, $.MAIN);
92 stack.push(element2, $.MAIN);
97 stack.push(element2, $.MAIN);
99 stack.push(element2, $.MAIN);
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts105 MAIN = 'main', enumerator
277 MAIN, enumerator
431 [TAG_NAMES.MAIN, TAG_ID.MAIN],
567 $.MAIN,
/third_party/ffmpeg/libavfilter/
Dvf_overlay.c63 #define MAIN 0 macro
264 if ((ret = ff_formats_ref(formats, &ctx->inputs[MAIN]->outcfg.formats)) < 0 || in query_formats()
265 (ret = ff_formats_ref(formats, &ctx->outputs[MAIN]->incfg.formats)) < 0) in query_formats()
283 s->var_values[VAR_MAIN_W ] = s->var_values[VAR_MW] = ctx->inputs[MAIN ]->w; in config_input_overlay()
284 s->var_values[VAR_MAIN_H ] = s->var_values[VAR_MH] = ctx->inputs[MAIN ]->h; in config_input_overlay()
312 ctx->inputs[MAIN]->w, ctx->inputs[MAIN]->h, in config_input_overlay()
313 av_get_pix_fmt_name(ctx->inputs[MAIN]->format), in config_input_overlay()
328 outlink->w = ctx->inputs[MAIN]->w; in config_output()
329 outlink->h = ctx->inputs[MAIN]->h; in config_output()
330 outlink->time_base = ctx->inputs[MAIN]->time_base; in config_output()
Dvf_overlay_qsv.c42 #define MAIN 0 macro
/third_party/musl/ndk-test/sanitize/trace-pc-guard/src/
Dsanitizer_coverage_trace_pc_guard-dso.cpp29 #ifdef MAIN
Dsanitizer_coverage_trace_pc_guard-init.cpp25 #ifdef MAIN
/third_party/pcre2/pcre2/
DAUTHORS1 THE MAIN PCRE2 LIBRARY CODE
/third_party/pulseaudio/man/
Dxmltoman202 MAIN:{ label
/third_party/flutter/flutter/packages/flutter_tools/templates/app/android.tmpl/app/src/main/
DAndroidManifest.xml.tmpl28 <action android:name="android.intent.action.MAIN"/>
/third_party/jerryscript/targets/curie_bsp/
DREADME.md101 6307|ARC|MAIN| INFO| BSP init done
105 6315|ARC|MAIN| INFO| CFW init done
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c443 faac->profile = MAIN; in gst_faac_negotiate()
602 case MAIN: in gst_faac_configure_source_pad()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-tag.cc525 #ifdef MAIN
/third_party/harfbuzz/src/
Dhb-ot-tag.cc553 #ifdef MAIN
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-tag.cc553 #ifdef MAIN
/third_party/skia/third_party/externals/angle2/doc/
DdEQP.md80 adb shell am start -a android.intent.action.MAIN -n org.chromium.native_test/.NativeUnitTestNativeA…
DDebuggingTips.md157 android.intent.action.MAIN:com.android.angle.test/com.android.angle.test.AngleUnitTestActivity
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dapplication_package.dart225 if (name == 'android.intent.action.MAIN') {
559 actionAttributeValue.startsWith('"android.intent.action.MAIN"');
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDebuggingTips.md75 android.intent.action.MAIN:org.chromium.native_test/org.chromium.native_test.NativeUnitTestNativeAc…
DDevSetup.md126 adb shell am start -a android.intent.action.MAIN -n org.chromium.native_test/.NativeUnitTestNativeA…
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c593 P (MAIN, Main),
Dgstvah265dec.c940 P (MAIN, Main),

12