/third_party/python/Doc/tools/extensions/ |
H A D | glossary_search.py | 22 def process_glossary_nodes(app, doctree, fromdocname): 23 if app.builder.format != 'html': 33 rendered = app.builder.render_partial(definition) 39 if hasattr(app.env, 'glossary_terms'): 40 app.env.glossary_terms.update(terms) 42 app.env.glossary_terms = terms 44 def on_build_finish(app, exc): 45 if not hasattr(app.env, 'glossary_terms'): 47 if not app.env.glossary_terms: 52 dest_dir = os.path.join(app [all...] |
H A D | escape4chm.py | 27 def escape_for_chm(app, pagename, templatename, context, doctree): 29 if getattr(app.builder, 'name', '') != 'htmlhelp': 37 def fixup_keywords(app, exception): 39 if getattr(app.builder, 'name', '') != 'htmlhelp' or exception: 43 outdir = pathlib.Path(app.builder.outdir) 44 outname = app.builder.config.htmlhelp_basename 50 def setup(app): 53 app.connect('html-page-context', escape_for_chm) 56 app.connect('build-finished', fixup_keywords)
|
H A D | c_annotations.py | 100 def add_annotations(self, app, doctree): 175 def init_annotations(app): 177 path.join(app.srcdir, app.config.refcount_file), 178 path.join(app.srcdir, app.config.stable_abi_file), 180 app.connect('doctree-read', annotations.add_annotations) 200 app.add_directive('limited-api-list', LimitedAPIList) 203 def setup(app): 204 app [all...] |
H A D | pyspecific.py | 203 def audit_events_purge(app, env, docname): 218 def audit_events_merge(app, env, docnames, other): 618 def process_audit_events(app, doctree, fromdocname): 624 env = app.builder.env 668 app.builder.get_relative_uri(fromdocname, doc), 682 def patch_pairindextypes(app, _env) -> None: 690 if app.builder.name != 'gettext': 706 def setup(app): 707 app.add_role('issue', issue_role) 708 app [all...] |
/third_party/icu/icu4c/source/samples/layout/ |
H A D | cgnomelayout.c | 87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local 88 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); in openOK() 98 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); in openOK() 105 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() 119 GtkWidget *app = GTK_WIDGET(data); in openfile() local 127 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile() local 151 GtkWidget *app = newSample("Sample.txt"); in newapp() local 153 gtk_widget_show_all(app); in newapp() 158 GtkWidget *app = GTK_WIDGET(data); closeapp() local 236 GtkWidget *app; newSample() local 252 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); newSample() local 287 closeSample(GtkWidget *app) closeSample() argument 310 GtkWidget *app; main() local [all...] |
H A D | gnomelayout.cpp | 93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local 94 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); in openOK() 104 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); in openOK() 111 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() 125 GtkWidget *app = GTK_WIDGET(data); in openfile() local 133 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile() local 157 GtkWidget *app = newSample("Sample.txt"); in newapp() local 159 gtk_widget_show_all(app); in newapp() 164 GtkWidget *app = GTK_WIDGET(data); closeapp() local 245 GtkWidget *app = gnome_app_new("gnomeLayout", title); newSample() local 251 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); newSample() local 286 closeSample(GtkWidget *app) closeSample() argument 309 GtkWidget *app; main() local [all...] |
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | cgnomelayout.c | 85 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local 86 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); in openOK() 96 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); in openOK() 103 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() 117 GtkWidget *app = GTK_WIDGET(data); in openfile() local 125 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile() local 149 GtkWidget *app = newSample("Sample.txt"); in newapp() local 151 gtk_widget_show_all(app); in newapp() 156 GtkWidget *app = GTK_WIDGET(data); closeapp() local 234 GtkWidget *app; newSample() local 250 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); newSample() local 285 closeSample(GtkWidget *app) closeSample() argument 308 GtkWidget *app; main() local [all...] |
H A D | gnomelayout.cpp | 93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local 94 Context *context = (Context *) gtk_object_get_data(GTK_OBJECT(app), "context"); in openOK() 104 GtkWidget *area = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(app), "area")); in openOK() 111 gtk_window_set_title(GTK_WINDOW(app), title); in openOK() 125 GtkWidget *app = GTK_WIDGET(data); in openfile() local 133 gtk_object_set_data(GTK_OBJECT(fileselection), "app", app); in openfile() local 157 GtkWidget *app = newSample("Sample.txt"); in newapp() local 159 gtk_widget_show_all(app); in newapp() 164 GtkWidget *app = GTK_WIDGET(data); closeapp() local 245 GtkWidget *app = gnome_app_new("gnomeLayout", title); newSample() local 251 gnome_app_create_menus_with_data(GNOME_APP(app), mainMenu, app); newSample() local 286 closeSample(GtkWidget *app) closeSample() argument 309 GtkWidget *app; main() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | shape-consumer.hh | 45 void init (const app_t *app) in init() 50 output.init (buffer, app); in init() 53 bool consume_line (app_t &app) in consume_line() 57 if (!(text = app.get_line (&text_len))) in consume_line() 66 populate_buffer (buffer, text, text_len, app.text_before, app.text_after); in consume_line() 69 if (!shape (app.font, buffer, &error)) in consume_line() 84 void finish (const app_t *app) in finish() 86 output.finish (buffer, app); in finish()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | duplicateLocalVariable1.js | 3 //import App = require('app'); 92 return (!FileManager.FileBuffer.isTextFile("C:\\somedir\\app.exe") && 99 var app = new App.App([]); 100 return (app.fixLines === false && 101 app.recurse === true && 102 app.lineEndings === "CRLF" && 103 app.matchPattern === undefined && 104 app.rootDirectory === ".\\" && 105 app.encodings[0] === "ascii" && 106 app [all...] |
H A D | declarationEmitBindingPatternWithReservedWord.js | 10 app: unknown; 17 app, 31 var app = _a.app, name = _a.name, defaultLocalesConfig = _a["default"], _b = _a.config, userLocalesConfig = _b === void 0 ? {} : _b;
42 app: unknown;
47 export declare const getLocales: <T extends LocaleData>({ app, name, default: defaultLocalesConfig, config: userLocalesConfig, }: GetLocalesOptions<T>) => ConvertLocaleConfig<T>;
|
H A D | inferringClassMembersFromAssignments8.js | 4 var app = function() { function 8 var a = new app() 14 var app = function () {
18 var a = new app();
|
/third_party/libuv/docs/src/sphinx-plugins/ |
H A D | manpage.py | 18 def make_link_node(rawtext, app, name, manpage_num, options): 19 ref = app.config.man_url_regex 31 app = inliner.document.settings.env.app 37 node = make_link_node(rawtext, app, name, manpage_num, options) 41 def setup(app): 42 app.add_role('man', man_role) 43 app.add_config_value('man_url_regex', None, 'env')
|
/third_party/mesa3d/docs/_exts/ |
H A D | redirects.py | 29 def create_redirects(app, exception): 30 if exception is not None or not app.builder.name == 'html': 32 for src, dst in app.config.html_redirects: 33 path = os.path.join(app.outdir, '{0}.html'.format(src)) 45 def setup(app): 46 app.add_config_value('html_redirects', [], '') 47 app.connect('build-finished', create_redirects)
|
/third_party/skia/gn/ |
H A D | gen_plist_ios.py | 12 # app path to binary to package, e.g. out/Debug/gen/dm 14 # the app name will be appended to this to create the full bundle ID 15 app,bundle_prefix = sys.argv[1:3] 17 out, app = os.path.split(app) 20 with open(os.path.join(out, app + '_Info.plist'), 'w') as f: 26 <key>CFBundleExecutable</key> <string>{app}</string> 27 <key>CFBundleIdentifier</key> <string>{bundle_prefix}.{app}</string> 37 '''.format(app=app, bundle_prefi [all...] |
/third_party/skia/platform_tools/android/skp_gen/ |
H A D | android_skp_capture.py | 63 """Class which describes an app to launch and actions to run.""" 73 """Launch the app on the device.""" 78 """Kill the app.""" 137 """Load the JSON file describing an app and return an App instance.""" 156 app_files = [os.path.join(apps_dir, app) for app in os.listdir(apps_dir)] 159 app = load_app(app_file) 160 print(app.name) 161 print(' Package %s' % app.package) 162 app [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | test.rs | 49 let mut app = super::app(); in test_help() variables 51 app.write_long_help(&mut out).unwrap(); in test_help() 60 let app = super::app(); in test_cli() 61 app.debug_assert(); in test_cli()
|
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/ |
H A D | main.cc | 31 void amber_sample_main(android_app* app) { in amber_sample_main() argument 32 amber::android::AmberScriptLoader loader(app); in amber_sample_main() 77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd() argument 80 amber_sample_main(app); in handle_cmd() 91 void android_main(struct android_app* app) { in android_main() argument 93 app->onAppCmd = handle_cmd; in android_main() 100 while (app->destroyRequested == 0) { in android_main() 103 source->process(app, source); in android_main()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | ld_log.c | 35 char *app = NULL; in get_app_name() local 41 app = strrchr(buf, '/'); in get_app_name() 42 if (app) { in get_app_name() 43 app++; in get_app_name() 45 app = buf; in get_app_name() 47 char *app_end = strchr(app, ':'); in get_app_name() 54 return app; in get_app_name() 65 char app_param_name[PROCESS_NAME_LEN] = "musl.log.ld.app."; in get_ld_log_value()
|
/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-file-content/ |
H A D | handles-new-lines-carriageReturn-lineFeed.js | 2 //// [/a/app.ts]
20 /a/lib/tsc.js --w /a/app.ts
29 Program root files: ["/a/app.ts"]
34 /a/app.ts
38 /a/app.ts
42 /a/app.ts (used version)
47 /a/app.ts:
56 //// [/a/app.js]
65 //// [/a/app.ts]
79 Program root files: ["/a/app [all...] |
H A D | handles-new-lines-lineFeed.js | 2 //// [/a/app.ts]
20 /a/lib/tsc.js --w /a/app.ts
29 Program root files: ["/a/app.ts"]
34 /a/app.ts
38 /a/app.ts
42 /a/app.ts (used version)
47 /a/app.ts:
56 //// [/a/app.js]
65 //// [/a/app.ts]
79 Program root files: ["/a/app [all...] |
/third_party/skia/third_party/externals/angle2/util/android/ |
H A D | AndroidWindow.cpp | 27 // https://developer.android.com/reference/android/app/Activity#setRequestedOrientation(int) 40 int SetScreenOrientation(struct android_app *app, int orientation) in SetScreenOrientation() argument 51 jclass clazz = jni->GetObjectClass(app->activity->clazz); in SetScreenOrientation() 53 jni->CallVoidMethod(app->activity->clazz, methodID, orientation); in SetScreenOrientation() 136 static void onAppCmd(struct android_app *app, int32_t cmd) in onAppCmd() argument 162 static int32_t onInputEvent(struct android_app *app, AInputEvent *event) in onInputEvent() argument 168 void android_main(struct android_app *app) in android_main() argument 173 sApp = app; in android_main() 178 app->onAppCmd = onAppCmd; in android_main() 179 app in android_main() [all...] |
/third_party/musl/ldso/linux/ |
H A D | ld_log.c | 36 char *app = NULL; in get_app_name() local 42 app = strrchr(buf, '/'); in get_app_name() 43 if (app) { in get_app_name() 44 app++; in get_app_name() 46 app = buf; in get_app_name() 48 char *app_end = strchr(app, ':'); in get_app_name() 55 return app; in get_app_name() 66 char app_param_name[PROCESS_NAME_LEN] = "musl.log.ld.app."; in get_ld_log_value()
|
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/ |
H A D | correctly-handles-changes-in-lib-section-of-config-file.js | 19 //// [/src/app.ts]
31 [96msrc/app.ts[0m:[93m1[0m:[93m8[0m - [91merror[0m[90m TS2583: [0mCannot find name 'Promise'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later. 40 Program root files: ["/src/app.ts"]
45 /src/app.ts
49 /src/app.ts
53 /src/app.ts (used version)
62 /src/app.ts:
73 //// [/src/app.js]
93 Program root files: ["/src/app.ts"]
99 /src/app [all...] |
/third_party/jerryscript/targets/esp8266/ |
H A D | Makefile | 37 GEN_IMAGES= eagle.app.v6.out 38 GEN_BINS= eagle.app.v6.bin 51 JERRY_LD_FILE = $(CURDIR)/ld/eagle.app.v6.ld 70 COMPONENTS_eagle.app.v6 = \ 73 LINKFLAGS_eagle.app.v6 = \ 108 $(DEP_LIBS_eagle.app.v6) \ 111 DEPENDS_eagle.app.v6 = \
|