Home
last modified time | relevance | path

Searched defs:app (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/python/Doc/tools/extensions/
Dglossary_search.py22 def process_glossary_nodes(app, doctree, fromdocname): argument
44 def on_build_finish(app, exc): argument
59 def setup(app): argument
Descape4chm.py26 def escape_for_chm(app, pagename, templatename, context, doctree): argument
36 def fixup_keywords(app, exception): argument
49 def setup(app): argument
Dc_annotations.py87 def add_annotations(self, app, doctree): argument
144 def init_annotations(app): argument
172 def setup(app): argument
/third_party/jsframework/runtime/main/app/
Dindex.ts142 const app: App = appMap[packageName]; constant
157 const app: App = appMap[packageName]; constant
171 const app: App = appMap[packageName]; constant
185 const app: App = appMap[packageName]; constant
193 const appPage: Page = pageMap[app.appInstanceId]; constant
/third_party/skia/gn/
Dgen_plist_ios.py15 app,bundle_prefix = sys.argv[1:3] variable
17 out, app = os.path.split(app) variable
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dcgnomelayout.c85 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
117 GtkWidget *app = GTK_WIDGET(data); in openfile() local
149 GtkWidget *app = newSample("Sample.txt"); in newapp() local
156 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
234 GtkWidget *app; in newSample() local
285 void closeSample(GtkWidget *app) in closeSample()
308 GtkWidget *app; in main() local
Dgnomelayout.cpp93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
125 GtkWidget *app = GTK_WIDGET(data); in openfile() local
157 GtkWidget *app = newSample("Sample.txt"); in newapp() local
164 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
245 GtkWidget *app = gnome_app_new("gnomeLayout", title); in newSample() local
286 void closeSample(GtkWidget *app) in closeSample()
309 GtkWidget *app; in main() local
/third_party/icu/icu4c/source/samples/layout/
Dcgnomelayout.c87 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
119 GtkWidget *app = GTK_WIDGET(data); in openfile() local
151 GtkWidget *app = newSample("Sample.txt"); in newapp() local
158 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
236 GtkWidget *app; in newSample() local
287 void closeSample(GtkWidget *app) in closeSample()
310 GtkWidget *app; in main() local
Dgnomelayout.cpp93 GtkWidget *app = GTK_WIDGET(gtk_object_get_data(GTK_OBJECT(fileselection), "app")); in openOK() local
125 GtkWidget *app = GTK_WIDGET(data); in openfile() local
157 GtkWidget *app = newSample("Sample.txt"); in newapp() local
164 GtkWidget *app = GTK_WIDGET(data); in closeapp() local
245 GtkWidget *app = gnome_app_new("gnomeLayout", title); in newSample() local
286 void closeSample(GtkWidget *app) in closeSample()
309 GtkWidget *app; in main() local
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
Dmain.cc31 void amber_sample_main(android_app* app) { in amber_sample_main()
77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd()
91 void android_main(struct android_app* app) { in android_main()
/third_party/mesa3d/docs/_exts/
Dredirects.py29 def create_redirects(app, exception): argument
45 def setup(app): argument
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitBindingPatternWithReservedWord.js17 app, property
47 export declare const getLocales: <T extends LocaleData>({ app, name, default: defaultLocalesConfig,… property
DcontextualTypingOfTooShortOverloads.js11 let app: MyApp; variable
58 var app; variable
DinferringClassMembersFromAssignments8.js4 var app = function() { function
/third_party/rust/crates/cxx/gen/cmd/src/
Dtest.rs49 let mut app = super::app(); in test_help() localVariable
60 let app = super::app(); in test_cli() localVariable
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/
Dmain.cpp26 void init(struct android_app* app) in init()
228 static void handleAppCmd(struct android_app* app, int32_t appCmd) in handleAppCmd()
247 static int32_t handleInputEvent(struct android_app* app, AInputEvent* inputEvent) in handleInputEvent()
252 void android_main(struct android_app* app) in android_main()
/third_party/libuv/docs/src/sphinx-plugins/
Dmanpage.py18 def make_link_node(rawtext, app, name, manpage_num, options): argument
41 def setup(app): argument
/third_party/skia/third_party/externals/angle2/util/android/
DAndroidWindow.cpp40 int SetScreenOrientation(struct android_app *app, int orientation) in SetScreenOrientation()
136 static void onAppCmd(struct android_app *app, int32_t cmd) in onAppCmd()
162 static int32_t onInputEvent(struct android_app *app, AInputEvent *event) in onInputEvent()
168 void android_main(struct android_app *app) in android_main()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dinport.c46 static void * h264d_inport_ctor(void * ap_obj, va_list * app) in h264d_inport_ctor()
107 static void * h264d_inport_class_ctor(void * ap_obj, va_list * app) in h264d_inport_class_ctor()
Dh264eoutport.c44 static void * h264e_outport_ctor(void * ap_obj, va_list * app) in h264e_outport_ctor()
101 static void * h264e_outport_class_ctor(void * ap_obj, va_list * app) in h264e_outport_class_ctor()
/third_party/jsframework/test/ut/model/
Dindex.ts201 const app = { doc, customComponentMap, differ, options }; constant
224 const app = { doc, customComponentMap, differ, options }; constant
/third_party/typescript/tests/cases/conformance/salsa/
DinferringClassMembersFromAssignments8.ts3 var app = function() { variable
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSViewController.h31 tcuIOSApp* app; variable
/third_party/jsframework/test/ut/app/
Dindex.ts37 let app: App; variable
/third_party/typescript/tests/cases/conformance/jsdoc/
DtypedefTagNested.ts16 const app = { constant

12345678