HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2176 - 2200 of 8518) sorted by null

<<81828384858687888990>>

  /external/python/cpython2/Tools/webchecker/
websucker.py 14 # Extract real version number if necessary
  /external/python/cpython3/Doc/library/
email.encoders.rst 26 exactly one argument, the message object to encode. They usually extract the
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_dict.py 56 method = results["method"][0] # Extract node for method name
  /external/python/cpython3/PC/bdist_wininst/
bdist_wininst.vcxproj 83 <ClCompile Include="extract.c" />
  /external/python/cpython3/Tools/ccbench/
ccbench.py 60 def extract(z, j): function in function:task_pidigits.calc_ndigits
68 y = extract(z, 3)
69 while y != extract(z, 4):
71 y = extract(z, 3)
  /external/python/cpython3/Tools/freeze/
parsesetup.py 6 # Extract variable definitions from a Makefile.
  /external/robolectric/v3/
shadows-multidex-3.1-SNAPSHOT.jar 
shadows-play-services-3.1-SNAPSHOT.jar 
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
RobolectricInternalsTest.java 81 Object shadow = Shadow.extract(realObject);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAlertDialog.java 114 return (ShadowAlertController) Shadow.extract(alert);
ShadowDisplayManagerGlobal.java 38 ShadowDisplayManagerGlobal shadow = Shadow.extract(instance);
ShadowMemoryMappedFile.java 40 ShadowMemoryMappedFile shadowMemoryMappedFile = Shadow.extract(memoryMappedFile);
  /external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/
ShadowDialogFragmentTest.java 180 return (ShadowDialog) Shadow.extract(dialog);
  /external/scapy/scapy/contrib/
ppi.py 54 """ This function tells the PacketListField how it should extract the
  /external/selinux/libsemanage/src/
seuser_record.c 75 ERR(handle, "could not extract seuser key from record");
user_extra_record.c 46 ERR(handle, "could not extract key from user extra record");
  /external/selinux/libsepol/include/sepol/
policydb.h 118 * Extract a policydb from a binary policy memory image.
  /external/selinux/libsepol/src/
iface_record.c 66 ERR(handle, "could not extract key from "
  /external/sfntly/
README.md 11 Using sfntly you can read and extract any of the tables in a font. The tables are the individual data structures within the font for each of the features and functionality: glyph outlines, character maps, kerning, meta data, etc. If you look over the OpenType and TrueType specs, you will see a number of categories of tables. sfntly currently supports all of the required tables, the TrueType outline tables, bitmap glyph tables, and a couple of the other miscellaneous tables. This level of support provides for many of the needs developers have related to the informational reading of font data. It also covers a lot of the editing needs.
  /external/skia/fuzz/
coverage 17 and extract it locally to get the directories needed to assess coverage.
  /external/skia/src/core/
SkBitmapController.cpp 125 // failed to extract, so release the mipmap
  /external/skia/src/ports/
SkImageGeneratorCG.cpp 84 // FIXME: We have the opportunity to extract color space information here,
  /external/skqp/fuzz/
coverage 17 and extract it locally to get the directories needed to assess coverage.
  /external/skqp/samplecode/
SamplePathFinder.cpp 20 * This is a simple utility designed to extract the paths from an SKP file and then isolate a single
  /external/skqp/src/core/
SkBitmapController.cpp 125 // failed to extract, so release the mipmap

Completed in 954 milliseconds

<<81828384858687888990>>