| /prebuilts/go/linux-x86/src/net/http/ |
| response_test.go | 385 "Content-Type: text/plain; charset=utf-8\r\n" + 401 "Content-Type": []string{"text/plain; charset=utf-8"},
|
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/ |
| gtest-printers.h | 381 // types, strings, plain arrays, and pointers). 387 // When printing a plain char, we always treat it as unsigned. This
|
| /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/ |
| gtest-printers.h | 381 // types, strings, plain arrays, and pointers). 387 // When printing a plain char, we always treat it as unsigned. This
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| cgi.py | 474 # inside a multi-part. The default for an inner part is text/plain, 484 ctype, pdict = "text/plain", {} [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| cgi.py | 474 # inside a multi-part. The default for an inner part is text/plain, 484 ctype, pdict = "text/plain", {} [all...] |
| /toolchain/binutils/binutils-2.27/etc/ |
| add-log.el | 494 '(TeX-mode plain-TeX-mode LaTeX-mode;; tex-mode.el 495 plain-tex-mode latex-mode;; cmutex.el
|
| /external/lisa/ipynb/scratchpad/pelt-error/ |
| pelt-error-fixed.ipynb | 244 "text/plain": [ 277 "text/plain": [ [all...] |
| pelt-error.ipynb | 244 "text/plain": [ 277 "text/plain": [ [all...] |
| /external/llvm/lib/Support/ |
| YAMLParser.cpp | [all...] |
| /external/python/cpython3/Lib/ |
| typing.py | 376 raise TypeError("Plain %s is not valid as type argument" % arg) 447 the return type is still plain str. 907 * plain Generic is disallowed in bases; 912 stripped to plain C. 936 # Also check for and reject plain Generic, 941 raise TypeError("Cannot inherit from plain Generic") [all...] |
| /external/tensorflow/tensorflow/tools/docker/notebooks/ |
| 3_mnist_from_scratch.ipynb | 51 "text/plain": [ [all...] |
| /external/testng/doc/ |
| documentation-main.html | [all...] |
| /libcore/luni/src/test/java/libcore/java/net/ |
| URLConnectionTest.java | [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
| gmp.info-1 | 107 provided under the terms of the plain General Public License version 3, 284 plain `ranlib'. This makes it possible for a set of 450 required when linking plain C programs. 551 which means look first for v8 code, then plain sparc32 (which is [all...] |
| /prebuilts/ktlint/ |
| ktlint-android-all.jar | |
| /external/lisa/ipynb/tutorial/ |
| 00_LisaInANutshell.ipynb | [all...] |
| /external/python/cpython2/Doc/library/ |
| stdtypes.rst | 237 There are four distinct numeric types: :dfn:`plain integers`, :dfn:`long 239 addition, Booleans are a subtype of plain integers. Plain integers (also just 242 plain integer value for the current platform, the minimum value is 264 numbers) yield plain integers unless the value they denote is too large to be 265 represented as a plain integer, in which case they yield a long integer. 289 widened to that of the other, where plain integer is narrower than long integer 352 For (plain or long) integer division, the result is an integer. The result is 467 long integer is returned if the result exceeds the range of plain integers. [all...] |
| /external/valgrind/docs/xml/ |
| manual-core.xml | [all...] |
| /external/lisa/ipynb/examples/trace_analysis/ |
| TraceAnalysis_FunctionsProfiling.ipynb | 571 "text/plain": [ 673 "text/plain": [ [all...] |
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| URLConnectionTest.java | [all...] |
| /external/owasp/sanitizer/tools/findbugs/doc/ |
| manual_ja.xml | 591 <para>HTML ????????????????? &FindBugs; ? <filename>default.xsl</filename> <ulink url="http://www.w3.org/TR/xslt">XSLT</ulink> ???????????? HTML ????????: ???????? <filename>findbugs.jar</filename> ??????? &FindBugs; ???????????????????????????????????????????????????????????? <command>-html:plain.xsl</command> ? <command>-html:fancy.xsl</command> ??? <command>-html:fancy-hist.xsl</command> ???<filename>plain.xsl</filename> ???????? Javascript ? DOM ????????????????Web ?????????????????????????????<filename>fancy.xsl</filename> ???????? DOM ? Javascript ????????????????????????????? CSS ???????<command>fancy-hist.xsl</command> ? <command>fancy.xsl</command> ????????????????????DOM ? Javascript ???????????????????????????????</para> 856 <para>??????????output ?? ? html ????????? HTML ????????????????????????FindBugs ??????????????????? default.xsl? fancy.xsl ? fancy-hist.xsl ? plain.xsl ??? summary.xsl ?????????? default.xsl ???</para> [all...] |
| /external/pcre/dist2/src/ |
| pcre2grep.c | 929 printf("Other files and the standard input are read as plain files." STDOUT_NL STDOUT_NL); 931 printf("All files are read as plain files, without any interpretation." STDOUT_NL STDOUT_NL); [all...] |
| /external/python/cpython3/Lib/test/ |
| test_httplib.py | [all...] |
| /external/wpa_supplicant_8/src/pae/ |
| ieee802_1x_kay.c | 1210 /* plain tx, plain rx */ 1297 /* TODO: when the plain tx or rx of peer is true, should I change 1301 wpa_printf(MSG_WARNING, "KaY: peer's plain rx are TRUE"); 1304 wpa_printf(MSG_WARNING, "KaY: peer's plain tx are TRUE"); [all...] |
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| VarHandle.java | 42 * <em>access modes</em>, including plain read/write access, volatile 108 * <em>Plain</em> read ({@code get}) and write ({@code set}) 465 // Plain accessors 470 * as plain read access. 501 * and non-{@code final}. Commonly referred to as plain write access. [all...] |