Home
last modified time | relevance | path

Searched refs:USING (Results 1 - 3 of 3) sorted by relevance

/third_party/python/PCbuild/
H A Durlretrieve.py12 USING = "urllib.request.urlretrieve" variable
16 USING = "urllib.retrieve" variable
22 USING = "requests.get" variable
38 print("Downloading from", URL, "to", FILENAME, "using", USING)
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h39 #define USING AVX_F16C macro
/third_party/sqlite/src/
H A Dsqlite3.c17795 ** followed by non-hidden columns. Example: "CREATE VIRTUAL TABLE x USING
18373 #define EP_OuterON 0x000001 /* Originates in ON/USING clause of outer join */
18374 #define EP_InnerON 0x000002 /* Originates in ON/USING of an inner join */
18514 unsigned bUsingTerm:1; /* Term from the USING clause of a NestedFrom */
18558 Expr *pExpr; /* Expr to implement a USING variable -- NOT USED */
18620 IdList *pUsing; /* fg.isUsing==1 => The USING clause of a join */
18634 ** The OnOrUsing object represents either an ON clause or a USING clause.
18639 IdList *pUsing; /* The USING clause of a join */
[all...]

Completed in 127 milliseconds