/third_party/python/Doc/tools/extensions/ |
D | glossary_search.py | 22 def process_glossary_nodes(app, doctree, fromdocname): argument 44 def on_build_finish(app, exc): argument 59 def setup(app): argument
|
D | escape4chm.py | 26 def escape_for_chm(app, pagename, templatename, context, doctree): argument 36 def fixup_keywords(app, exception): argument 49 def setup(app): argument
|
D | c_annotations.py | 87 def add_annotations(self, app, doctree): argument 144 def init_annotations(app): argument 172 def setup(app): argument
|
/third_party/jsframework/runtime/main/app/ |
D | index.ts | 142 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/ |
D | gen_plist_ios.py | 15 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/ |
D | cgnomelayout.c | 85 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
|
D | gnomelayout.cpp | 93 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/ |
D | cgnomelayout.c | 87 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
|
D | gnomelayout.cpp | 93 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/ |
D | main.cc | 31 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/ |
D | redirects.py | 29 def create_redirects(app, exception): argument 45 def setup(app): argument
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitBindingPatternWithReservedWord.js | 17 app, property 47 export declare const getLocales: <T extends LocaleData>({ app, name, default: defaultLocalesConfig,… property
|
D | contextualTypingOfTooShortOverloads.js | 11 let app: MyApp; variable 58 var app; variable
|
D | inferringClassMembersFromAssignments8.js | 4 var app = function() { function
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
D | test.rs | 49 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/ |
D | main.cpp | 26 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/ |
D | manpage.py | 18 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/ |
D | AndroidWindow.cpp | 40 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/ |
D | h264dinport.c | 46 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()
|
D | h264eoutport.c | 44 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/ |
D | index.ts | 201 const app = { doc, customComponentMap, differ, options }; constant 224 const app = { doc, customComponentMap, differ, options }; constant
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | inferringClassMembersFromAssignments8.ts | 3 var app = function() { variable
|
/third_party/vk-gl-cts/framework/platform/ios/ |
D | tcuIOSViewController.h | 31 tcuIOSApp* app; variable
|
/third_party/jsframework/test/ut/app/ |
D | index.ts | 37 let app: App; variable
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | typedefTagNested.ts | 16 const app = { constant
|