HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 101 - 125 of 1479) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/v8/test/cctest/
test-api-fast-accessor-builder.cc 256 foo->SetAccessorProperty(v8_str("nonzero"),
278 CompileRun(FN_WARMUP("nonzero", "return obj.nonzero"));
279 ExpectInt32("nonzero()", 1);
281 ExpectInt32("nonzero()", 0);
283 ExpectInt32("nonzero()", 1);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
laptop.svg     [all...]
  /external/bison/lib/
xmalloc.c 69 nonzero unless P is null. Set *PN to the new block's size, and
90 checking. S must be nonzero. */
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_pthread_wrappers.h 55 ASSERT_EQ(0, value_ptr) << "Nonzero value_ptr is not supported yet.";
61 ASSERT_EQ(0, retval) << "Nonzero retval is not supported yet.";
  /external/freetype/src/cff/
cf2read.c 54 /* set the .00 value to a nonzero probability */
62 /* set the .00 value to a nonzero probability */
  /external/libvpx/libvpx/vp8/common/
entropy.h 73 the extent to which nearby coefficients are nonzero. For the first
76 then the number (0,1,or 2) of these blocks having nonzero coefficients.
  /external/pdfium/third_party/freetype/src/cff/
cf2read.c 54 /* set the .00 value to a nonzero probability */
62 /* set the .00 value to a nonzero probability */
  /external/vboot_reference/firmware/lib/
region-kernel.c 182 * If GBB flags is nonzero, complain because that's something that the
193 used += StrnAppend(outbuf + used, "gbb.flags is nonzero: 0x",
  /frameworks/base/core/java/android/view/
WindowInsets.java 229 * Returns true if this WindowInsets has nonzero system window insets.
235 * @return true if any of the system window inset values are nonzero
243 * Returns true if this WindowInsets has nonzero window decor insets.
249 * @return true if any of the window decor inset values are nonzero
258 * Returns true if this WindowInsets has any nonzero insets.
260 * @return true if any inset values are nonzero
460 * Returns true if this WindowInsets has nonzero stable insets.
468 * @return true if any of the stable inset values are nonzero
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
entropy.h 73 the extent to which nearby coefficients are nonzero. For the first
76 then the number (0,1,or 2) of these blocks having nonzero coefficients.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 58 signal mask if SAVEMASK is nonzero. Return 0.
103 signal mask if SAVEMASK is nonzero. Return 0. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
setjmp.h 58 signal mask if SAVEMASK is nonzero. Return 0.
103 signal mask if SAVEMASK is nonzero. Return 0. */
  /external/nanopb-c/docs/
generator_flow.svg     [all...]
  /external/curl/tests/data/
test584 52 HTTP GET using pipelining (nonzero length after zero length)
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky_impl.h 77 m_nonZerosPerCol[i]++; /* L (k,i) is nonzero */
124 // compute nonzero pattern of kth row of L, in topological order
138 pattern[len++] = i; /* L(k,i) is nonzero */
156 /* the nonzero entry L(k,i) */
  /external/eigen/Eigen/src/SparseLU/
SparseLU_SupernodalMatrix.h 86 * Return the array of nonzero values packed by column
167 Scalar* m_nzval; //array of nonzero values packed by column
178 * \brief InnerIterator class to iterate over nonzero values of the current column in the supernodal matrix L
238 const Scalar * Lval = valuePtr(); // Nonzero values
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
SupplementalUtilities.java 67 System.out.println("SupplementalData has " + getICUSupplementalData().getSize() + " size. (nonzero is good!)" );
  /external/kernel-headers/original/uapi/linux/
mmtimer.h 42 * Returns nonzero if the registers can be mmap'd into userspace, 0 otherwise
  /external/libchrome/base/
rand_util.h 46 // |length| should be nonzero.
  /external/libdaemon/libdaemon/
dnonblock.h 44 * @return Zero on success, nonzero on failure.
  /external/libogg/doc/libogg/
ogg_page_version.html 44 <i>n</i> is the version number. In the current version of Ogg, the version number is always 0. Nonzero return values indicate an error in page encoding.</li>
ogg_stream_reset.html 42 0 indicates success. nonzero is returned on internal error.</li>
ogg_stream_reset_serialno.html 48 0 indicates success. nonzero is returned on internal error.</li>
  /external/libvorbis/doc/vorbisfile/
ov_seekable.html 45 <li>nonzero indicates that the file is seekable.</li>
  /external/libweave/third_party/chromium/base/
rand_util.h 46 // |length| should be nonzero.

Completed in 881 milliseconds

1 2 3 45 6 7 8 91011>>