Home
last modified time | relevance | path

Searched refs:hack (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
H A DCurrencyDemo.java47 HackCurrencyInfo hack = (HackCurrencyInfo)(hackData.get(currency.getCurrencyCode())); in getCurrencyFormat()
48 result.setMinimumFractionDigits(hack.decimals); in getCurrencyFormat()
49 result.setMaximumFractionDigits(hack.decimals); in getCurrencyFormat()
50 result.setRoundingIncrement(hack.rounding); in getCurrencyFormat()
52 symbols.setCurrencySymbol(hack.symbol); in getCurrencyFormat()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c202 char hack[32]; in filter() local
210 sprintf(hack, "/proc/self/fd/%d", fd); in filter()
211 lsm_lget_context(hack, (char **)&new->extra); in filter()
/third_party/toybox/toys/posix/
H A Dls.c209 char hack[32]; in filter()
217 sprintf(hack, "/proc/self/fd/%d", fd); in filter()
218 lsm_lget_context(hack, (char **)&new->extra); in filter()
/third_party/backends/backend/escl/
H A Descl.h104 struct curl_slist *hack; member
H A Descl_capabilities.c585 if (device->hack && in escl_capabilities()
589 device->hack = curl_slist_append(NULL, "Host: localhost"); in escl_capabilities()
H A Descl.c117 curl_slist_free_all(current->hack); in escl_free_device()
535 DBG (10, "New Escl_Device hack [%s].\n", opt_hack); in attach_one_config()
1191 device->hack = curl_slist_append(NULL, "Host: localhost"); in _get_hack()
1212 if (strstr(line, "hack=localhost")) { in _get_hack()
1214 device->hack = curl_slist_append(NULL, "Host: localhost"); in _get_hack()
1889 DBG( 1, "Before use hack\n"); in escl_curl_url()
1890 if (device->hack) { in escl_curl_url()
1891 DBG( 1, "Use hack\n"); in escl_curl_url()
1892 curl_easy_setopt(handle, CURLOPT_HTTPHEADER, device->hack); in escl_curl_url()
1894 DBG( 1, "After use hack\ in escl_curl_url()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_intrapred_10bit.asm336 ; sort of a hack, but it works
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs13932 // NB see the slice::hack module in slice.rs for more information
16588 // NB see the slice::hack module in slice.rs for more information
22102 // N.B., see the `hack` module in this file for more details.
22104 pub use hack::into_vec;
22107 // N.B., see the `hack` module in this file for more details.
22109 pub use hack::to_vec;
22115 mod hack { modules
22446 // N.B., see the `hack` module in this file for more details. in to_vec_in()
22447 hack::to_vec(self, alloc) in to_vec_in()
22467 // N.B., see the `hack` modul in into_vec()
[all...]
/third_party/lame/
H A Dconfigure1483 --enable-ieeehack Enable Takhiros IEEE754 hack (speed improvement for old CPUs)
8873 # This hack is so that the source file can tell whether it is being
8976 # This hack is so that the source file can tell whether it is being
10148 # FIXME: Setting linknames here is a bad hack.
10187 # FIXME: Setting linknames here is a bad hack.
17910 # libtool hack in the darwin case (for nasm code)
19965 # FIXME: This hack should be removed a few years after 2.60.
20107 # TODO: see whether this extra hack can be removed once we start
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1045 \fixbackslash % Turn off hack to swallow `\input texinfo'.

Completed in 68 milliseconds