Home
last modified time | relevance | path

Searched +defs:dt +defs:object (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/owasp/sanitizer/empiricism/
Dcanned-data.js44 "dt": true, property
87 "object": true, property
3591 "dt": [ property
6780 "object": [ property
13550 "dt": [ property
16955 "object": [ property
20787 "dt": { property
20949 "object": { property
21464 "dt": [ property
21614 "object": [], property
[all …]
/aosp_15_r20/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css8 dl,dt,dd,ol,ul,li,table,caption,tbody, selector
10 embed,object,applet { selector
89 p,ul,ol,dl,dd,dt,li { selector
107 dt { selector
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-core.css11 dl,dt,dd,ol,ul,li,table,caption,tbody, selector
13 embed,object,applet { selector
92 p,ul,ol,dl,dd,dt,li { selector
110 dt { selector
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c1037 PyObject* dt; in new_datetime_subclass_fold_ex() local
1510 make_Zreplacement(PyObject *object, PyObject *tzinfoarg) in make_Zreplacement()
1554 make_freplacement(PyObject *object) in make_freplacement()
1575 wrap_strftime(PyObject *object, PyObject *format, PyObject *timetuple, in wrap_strftime()
3709 tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_tzname()
3715 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset()
3721 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst()
3734 tzinfo_fromutc(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_fromutc()
3952 _timezone_check_argument(PyObject *dt, const char *meth) in _timezone_check_argument()
4026 timezone_tzname(PyDateTime_TimeZone *self, PyObject *dt) in timezone_tzname()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/external/python/cpython3/Lib/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddatetime.py201 def _wrap_strftime(object, format, timetuple): argument
1230 def tzname(self, dt): argument
1234 def utcoffset(self, dt): argument
1238 def dst(self, dt): argument
1246 def fromutc(self, dt): argument
2361 def utcoffset(self, dt): argument
2367 def tzname(self, dt): argument
2375 def dst(self, dt): argument
2381 def fromutc(self, dt): argument
/aosp_15_r20/external/llvm/docs/_ocamldoc/
H A Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector
6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, selector
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/zone/
H A DZoneRulesBuilder.java438 <T> T deduplicate(T object) { in deduplicate()
704 … LocalDateTime dt = deduplicate(timeDefinition.createDateTime(ldt, standardOffset, wallOffset)); in toTransition() local
/aosp_15_r20/external/python/cpython2/Modules/
Ddatetimemodule.c1141 make_freplacement(PyObject *object) in make_freplacement()
1162 wrap_strftime(PyObject *object, const char *format, size_t format_len, in wrap_strftime()
1362 isoformat_date(PyDateTime_Date *dt, char buffer[], int bufflen) in isoformat_date()
1373 isoformat_time(PyDateTime_DateTime *dt, char buffer[], int bufflen) in isoformat_time()
2863 tzinfo_tzname(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_tzname()
2869 tzinfo_utcoffset(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_utcoffset()
2875 tzinfo_dst(PyDateTime_TZInfo *self, PyObject *dt) in tzinfo_dst()
2881 tzinfo_fromutc(PyDateTime_TZInfo *self, PyDateTime_DateTime *dt) in tzinfo_fromutc()
/aosp_15_r20/external/google-styleguide/
H A Djavaguide.css79 object, selector
93 dt, selector
/aosp_15_r20/external/expat/expat/doc/
H A Dok.min.css2g:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{backgr… selector
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/
H A Dandroid-developer-docs.css12 dl,dt,dd,ol,ul,li,table,caption,tbody, selector
14 embed,object,applet { selector
93 p,ul,ol,dl,dd,dt,li { selector
111 dt { selector
/aosp_15_r20/external/jcommander/doc/
H A Dgolo.css139 img, object, embed { max-width: 100%; height: auto; } selector
141 object, embed { height: 100%; } selector
169 object, svg { display: inline-block; vertical-align: middle; } selector
180 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector
H A Dcolony.css138 img, object, embed { max-width: 100%; height: auto; } selector
140 object, embed { height: 100%; } selector
168 object, svg { display: inline-block; vertical-align: middle; } selector
179 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdom4j-1.6.1.jar ... Object object public boolean remove (java.lang.Object) Object object public java.lang.Object remove ...
/aosp_15_r20/external/antlr/runtime/ActionScript/project/lib/
HDFlexAntTasks.jar ... ant.tasks.FlexUnitLauncher extends java.lang.Object { private static final String WINDOWS_OS private static final String ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-34/
Dframework.jar ... khronos.opengles.GL11ExtensionPack extends java.lang.Object implements javax.microedition.khronos.opengles.GL
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar34 ... frontend.Atsc3FrontendSettings$Bandwidth extends java.lang.Object implements java.lang.annotation.Annotation { } ...
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDfreemarker-2.3.16.jar ... java.lang.Object, java.lang.Object) Object key Object value java.lang.Object ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
HDxstream-1.4.8.jar ... thoughtworks.xstream.MarshallingStrategy extends java.lang.Object { public abstract java.lang.Object unmarshal ( ...
/aosp_15_r20/out/target/common/obj/APPS/CalendarProvider_intermediates/
Dclasses.jar ... android.calendarcommon2.Duration extends java.lang.Object { public int sign public int weeks public int days ...

12345678910>>...19