Home
last modified time | relevance | path

Searched refs:aware (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dtry_perf.py89 'fail, unless you run something this script isn\'t aware of. '
/third_party/python/Modules/
H A D_datetimemodule.c674 time_alloc(PyTypeObject *type, Py_ssize_t aware) in time_alloc() argument
676 size_t size = aware ? sizeof(PyDateTime_Time) : sizeof(_PyDateTime_BaseTime); in time_alloc()
686 datetime_alloc(PyTypeObject *type, Py_ssize_t aware) in datetime_alloc() argument
688 size_t size = aware ? sizeof(PyDateTime_DateTime) : sizeof(_PyDateTime_BaseDateTime); in datetime_alloc()
992 char aware = tzinfo != Py_None; in new_datetime_ex2() local
1004 self = (PyDateTime_DateTime *) (type->tp_alloc(type, aware)); in new_datetime_ex2()
1006 self->hastzinfo = aware; in new_datetime_ex2()
1012 if (aware) { in new_datetime_ex2()
1073 char aware = tzinfo != Py_None; in new_time_ex2() local
1082 self = (PyDateTime_Time *) (type->tp_alloc(type, aware)); in new_time_ex2()
4209 char aware = (char)(tzinfo != Py_None); time_from_pickle() local
4886 char aware = (char)(tzinfo != Py_None); datetime_from_pickle() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dmethod_dump.sh33 // List out the protocols on NSObject just so we are aware if they change.
/third_party/ffmpeg/
H A Dconfigure5567 enabled x86_32 && check_ldflags -Wl,--large-address-aware

Completed in 12 milliseconds