HomeSort by relevance Sort by last modified time
    Searched full:plain (Results 2076 - 2100 of 4692) sorted by null

<<81828384858687888990>>

  /external/libjpeg-turbo/
jccolor.c 325 * Extended RGB to plain RGB conversion
430 * The source can be either plain grayscale or YCbCr (since Y == gray).
  /external/libxml2/test/valid/dtds/
nitf-2-5.dtd 626 plain (plain) #IMPLIED
  /external/lisa/ipynb/chromeos/
ChromeOS_TestThat.ipynb 554 "text/plain": [
643 "text/plain": [
  /external/llvm/docs/tutorial/
BuildingAJIT1.rst 294 than using plain IR symbol names. The kind of mangling will depend on the
371 will do, including plain old functions or std::functions.
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
runtime.py 353 :class:`.Namespace`, use plain attribute access:
665 """Apply a caller_stack compatibility decorator to a plain
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
JavaApiConverterTest.java 659 return RequestBody.create(MediaType.parse("text/plain"), bodyText);
667 return MediaType.parse("text/plain; charset=utf-8");
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumUseChecker.java 332 System.out.println("SimpleEnumUseChecker: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(0).referenceValue().getType()+"] to plain type");
337 System.out.println("SimpleEnumUseChecker: ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)+"] compares ["+partialEvaluator.getStackBefore(offset).getTop(1).referenceValue().getType()+"] to plain type");
  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 733 string plain(base64_tests[i].plaintext, base64_tests[i].plain_length);
735 WebSafeBase64Escape(plain, &encoded);
  /external/python/cpython2/Lib/
collections.py 287 'Return self as a plain tuple. Used by copy and pickle.'
312 >>> p[0] + p[1] # indexable like a plain tuple
pydoc.py 561 """Mark up some plain text, given a context of symbols to look for.
1411 def plain(text): function
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 671 'plain' : 'plan', # Plain
  /external/python/cpython2/Lib/test/
test_urllib2_localnet.py 429 self.send_header('Content-type', 'text/plain')
638 self.assertEqual(info_obj.getsubtype(), "plain")
  /external/python/cpython2/PC/VS7.1/
python.iss 215 Tasks: extensions; Root: HKCR; Subkey: .py; ValueType: string; ValueName: Content Type; ValueData: text/plain; Flags: uninsdeletevalue
231 Tasks: extensions; Root: HKCR; Subkey: .pyw; ValueType: string; ValueName: Content Type; ValueData: text/plain; Flags: uninsdeletevalue
  /external/python/cpython2/Tools/i18n/
pygettext.py 193 "Content-Type: text/plain; charset=CHARSET\\n"
312 # plain name
  /external/python/cpython3/Lib/email/
generator.py 5 """Classes to generate plain text from a message object tree."""
30 This basic generator writes the message to the given file object as plain
  /external/python/cpython3/Lib/test/
test_urllib2_localnet.py 425 self.send_header("Content-type", "text/plain")
627 self.assertEqual(info_obj.get_content_subtype(), "plain")
  /external/syslinux/core/
pxelinux.asm 469 jc .plain
509 .plain:
  /external/tensorflow/tensorflow/python/data/util/
nest.py 72 # ordered and plain dicts (e.g., flattening a dict but using a
92 # ordered and plain dicts (e.g., flattening a dict but using a
  /external/tensorflow/tensorflow/tools/docker/notebooks/
2_getting_started.ipynb 75 "text/plain": [
    [all...]
  /external/toolchain-utils/crosperf/
results_report.py 267 elif out_to == 'PLAIN':
268 out_type = TablePrinter.PLAIN
  /frameworks/base/core/java/android/text/
InputType.java 194 * Default variation of {@link #TYPE_CLASS_TEXT}: plain old normal text.
318 * Default variation of {@link #TYPE_CLASS_NUMBER}: plain normal
  /frameworks/base/core/java/android/util/
TypedValue.java 50 /** Identifies the start of plain integer values. Any type value
86 /** Identifies the end of plain integer values. */
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 46 * or a plain {@code .dex} file (with no possibility of associated
619 * Element encapsulates a dex file. This may be a plain dex file (in which case dexZipPath
    [all...]
  /libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
FtpURLConnection.java 494 msgh.add("content-type", "text/plain");
515 msgh.add("content-type", "text/plain");
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 278 newAttachment3.mMimeType = "text/plain";
302 assertEquals("text/plain", type);

Completed in 1516 milliseconds

<<81828384858687888990>>