HomeSort by relevance Sort by last modified time
    Searched refs:conjunction (Results 1 - 25 of 30) sorted by null

1 2

  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 9 * so that it is possible to use jemalloc in conjunction with another allocator
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 76 A list of any modules that this module cannot be used in conjunction with.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BitSet.pm 342 A list of any modules that this module cannot be used in conjunction with.
  /frameworks/rs/api/
rs_object_types.spec 180 The RS_KIND_PIXEL_* values are used in conjunction with the standard data types for representing
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 91 The NDK is designed for use <em>only</em> in conjunction with the
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 697 * @param conjunction
698 * @return string with elements of the input list with interleaved conjunction.
700 protected static String join(List<String> input, String conjunction) {
707 sb.append(conjunction);
    [all...]
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
registry.php 185 <p>ResetImageRegistryIterator() resets the registry iterator. Use it in conjunction with GetNextImageRegistry() to iterate over all the values in the image registry.</p>
profile.php 249 <p>ResetImageProfileIterator() resets the image profile iterator. Use it in conjunction with GetNextImageProfile() to iterate over all the profiles associated with an image.</p>
pixel-iterator.php 371 <p>PixelResetIterator() resets the pixel iterator. Use it in conjunction with PixelGetNextIteratorRow() to iterate over all the pixels in a pixel container.</p>
  /external/v8/test/webkit/fast/js/
JSON-parse-reviver.js 172 debug("Test behaviour of revivor used in conjunction with an object");
  /prebuilts/go/darwin-x86/src/go/types/
typestring.go 53 // It is only provided for testing in conjunction with
  /prebuilts/go/linux-x86/src/go/types/
typestring.go 53 // It is only provided for testing in conjunction with
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 645 * possibly with a {@code conjunction} and a new number behind it to ensure
652 * @param conjunction a string to insert between the base name and the
654 * @return a unique project name based on the given base and conjunction
656 public static String getUniqueProjectName(String base, String conjunction) {
664 String name = i == 1 ? base : base + conjunction + Integer.toString(i);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
exec_plan9.go 630 // wait messages. It is used in conjunction
  /prebuilts/go/linux-x86/src/syscall/
exec_plan9.go 630 // wait messages. It is used in conjunction
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js 1432 * Can also be used in conjunction with `length` to
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py     [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 142 used in conjunction with exception handling. See the C++ ABI draft
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 349 // A list of readers to use in conjunction with UnreadByte.
    [all...]
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 349 // A list of readers to use in conjunction with UnreadByte.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 1075 milliseconds

1 2