HomeSort by relevance Sort by last modified time
    Searched full:piece (Results 151 - 175 of 716) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
extend.txt 74 The final piece of the puzzle is the file "config-extensions.def", which is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py 669 >>> for piece in parser.parse(s):
670 ... if isinstance(piece, doctest.Example):
671 ... print 'Example:', (piece.source, piece.want, piece.lineno)
673 ... print ' Text:', `piece`
684 >>> for piece in parser.get_examples(s):
685 ... print (piece.source, piece.want, piece.lineno
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py 669 >>> for piece in parser.parse(s):
670 ... if isinstance(piece, doctest.Example):
671 ... print 'Example:', (piece.source, piece.want, piece.lineno)
673 ... print ' Text:', `piece`
684 >>> for piece in parser.get_examples(s):
685 ... print (piece.source, piece.want, piece.lineno
    [all...]
  /external/compiler-rt/lib/asan/
asan_mac.cc 187 // If the current piece isn't the runtime library name,
198 // Move on to the next piece.
  /external/elfutils/src/libdw/
known-dwarf.h 491 ONE_KNOWN_DW_OP_DESC (piece, DW_OP_piece, "ULEB128 size of piece addressed.") \
    [all...]
  /external/lldb/scripts/Python/
python-wrapper.swig 90 std::string piece(name,len);
91 pmodule = ResolvePythonName(piece.c_str(), main_dict);
  /external/mesa3d/src/glsl/
ralloc.h 111 * Resize a piece of ralloc-managed memory, preserving data.
223 * Free a piece of ralloc-managed memory.
  /external/pcre/dist/doc/
pcrecpp.3 69 string (matched piece is copied to string)
70 StringPiece (StringPiece is mutated to point to matched piece)
  /external/squashfs-tools/RELEASE-READMEs/
README-4.1 139 is run, their contents being the result of running a command or piece of
161 command can be an executable or a piece of shell script, and it is executed
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 330 /** Returns timestame based upon a raw sensor, and returns if that sample has a new piece of data.
367 /** Gets best timestamp and if there is a new piece of data for a 9-axis sensor combination.
369 * often desired. It also returns if that raw sensor has a new piece of data.
432 /** Gets best timestamp and if there is a new piece of data for a 9-axis sensor combination.
434 * often desired. It also returns if that raw sensor has a new piece of data.
458 /** Gets best timestamp and if there is a new piece of data for a 9-axis sensor combination.
460 * often desired. It also returns if that raw sensor has a new piece of data.
    [all...]
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 24 * break up a piece of natural-language text according to a set of criteria.
26 * example, to break a piece of text into words, sentences, or logical
  /system/netd/server/
DnsProxyListener.cpp 133 // Write the struct piece by piece because we might be a 64-bit netd
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 36 * stores each distinct piece of application data in a separate record within
  /docs/source.android.com/src/devices/graphics/
implement.jd 226 for a particular piece of hardware. It provides guarantees about the order of
248 piece of work might finish. It is better to create an abstract timeline that
250 This can result in one piece of the user pipeline creating a denial-of-service
300 a particular piece of hardware. Drivers that need to be fence-aware are
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/
index.jd 100 trivial to write drivers that can coordinate some external piece of hardware with the test case
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDraftSpec.java 104 * the HTTP headers a new piece of data which is to be stored by
  /external/freetype/include/
ftcffdrv.h 246 * linear piece must be shallower than -1 (e.g., -.4).
  /external/google-breakpad/src/common/
dwarf_cfi_to_module.h 195 // causes those strings to share a single instance of each distinct piece
  /external/icu/icu4c/source/common/unicode/
stringpiece.h 37 * A string-like object that points to a sized piece of memory.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Replaceable.java 13 * change a piece of text while retaining metadata. Metadata is data
  /external/iproute2/man/man7/
tc-hfsc.7 137 HFSC uses either linear, or two\-piece linear service curves. In case of
138 linear or two\-piece linear convex functions (first slope < second slope),
139 min() in X's definition reduces to the 2nd argument. But in case of two\-piece
180 Interface 10mbit, two classes, both with two\-piece linear service curves:
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugLocEntry.h 140 }) && "value must be a piece");
  /external/llvm/test/DebugInfo/X86/
sroasplit-2.ll 22 ; Verify that SROA creates a variable piece when splitting i1.
  /external/pdfium/third_party/freetype/include/
ftcffdrv.h 246 * linear piece must be shallower than -1 (e.g., -.4).
  /external/valgrind/
darwin9.supp 260 # un-identified piece of code, the ??? also matches any 3-char

Completed in 752 milliseconds

1 2 3 4 5 67 8 91011>>