HomeSort by relevance Sort by last modified time
    Searched full:nonzero (Results 126 - 150 of 1552) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
RestoreSession.java 47 * @return Zero on success, nonzero on error. The observer's restoreSetsAvailable()
67 * @return Zero on success; nonzero on error. The observer will only receive
96 * @return Zero on success, nonzero on error. The observer will only receive
128 * in either source, a nonzero value will be returned.
130 * @return Zero on success; nonzero on error. The observer will only receive
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 457 /* In C++, Nonzero if we should treat statements as full
462 variable is nonzero, since those are the normal semantics of
520 /* Nonzero means don't output line number information. */
524 /* Nonzero causes -E output not to be done, but directives such as
529 /* Nonzero means dump macros in some fashion; contains the 'D', 'M',
534 /* Nonzero means pass #include lines through to the output. */
538 /* Nonzero means process PCH files while preprocessing. */
547 /* Nonzero if an ISO standard was selected. It rejects macros in the
565 /* Nonzero means allow type mismatches in conditional expressions;
570 /* Nonzero means enable C89 Amendment 1 features. *
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 457 /* In C++, Nonzero if we should treat statements as full
462 variable is nonzero, since those are the normal semantics of
520 /* Nonzero means don't output line number information. */
524 /* Nonzero causes -E output not to be done, but directives such as
529 /* Nonzero means dump macros in some fashion; contains the 'D', 'M',
534 /* Nonzero means pass #include lines through to the output. */
538 /* Nonzero means process PCH files while preprocessing. */
547 /* Nonzero if an ISO standard was selected. It rejects macros in the
565 /* Nonzero means allow type mismatches in conditional expressions;
570 /* Nonzero means enable C89 Amendment 1 features. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 457 /* In C++, Nonzero if we should treat statements as full
462 variable is nonzero, since those are the normal semantics of
520 /* Nonzero means don't output line number information. */
524 /* Nonzero causes -E output not to be done, but directives such as
529 /* Nonzero means dump macros in some fashion; contains the 'D', 'M',
534 /* Nonzero means pass #include lines through to the output. */
538 /* Nonzero means process PCH files while preprocessing. */
547 /* Nonzero if an ISO standard was selected. It rejects macros in the
565 /* Nonzero means allow type mismatches in conditional expressions;
570 /* Nonzero means enable C89 Amendment 1 features. *
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 457 /* In C++, Nonzero if we should treat statements as full
462 variable is nonzero, since those are the normal semantics of
520 /* Nonzero means don't output line number information. */
524 /* Nonzero causes -E output not to be done, but directives such as
529 /* Nonzero means dump macros in some fashion; contains the 'D', 'M',
534 /* Nonzero means pass #include lines through to the output. */
538 /* Nonzero means process PCH files while preprocessing. */
547 /* Nonzero if an ISO standard was selected. It rejects macros in the
565 /* Nonzero means allow type mismatches in conditional expressions;
570 /* Nonzero means enable C89 Amendment 1 features. *
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.c 356 NONZERO,
365 ZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, 0, 0, 0, 0, 0, 0
    [all...]
  /external/icu4c/common/
ucnv_io.cpp 356 NONZERO,
365 ZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, NONZERO, 0, 0, 0, 0, 0, 0
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 100 * \param code if nonzero, section is intended to contain code
102 * \param res_only if nonzero, only space-reserving bytecodes are allowed in
104 * \param isnew output; set to nonzero if section did not already exist
122 * \return 0 if directive recognized, nonzero if unrecognized.
158 * nonzero value; otherwise 0.
206 * \return Nonzero if section is flagged to contain code.
228 * \return Nonzero if section was declared as default.
341 * nonzero value; otherwise 0.
377 * \param print_bcs if nonzero, print bytecodes within section
symrec.h 129 * \param in_table nonzero if the label should be inserted into the symbol
192 * \return Nonzero to stop symbol traversal.
201 * \return Nonzero value returned by callback function if it ever returned
202 * nonzero.
237 * \param undef_extern if nonzero, all undef syms should be declared extern
352 * \return 0 if symbol is not the "absolute" symbol, nonzero otherwise.
359 * \return 0 if symbol is not a special symbol, nonzero otherwise.
366 * \return 0 if symbol is not a current position label, nonzero otherwise.
  /external/eigen/Eigen/src/LU/
FullPivLU.h 84 * It is required to be nonzero.
91 * It is required to be nonzero.
109 /** \returns the number of nonzero pivots in the LU decomposition.
110 * Here nonzero is meant in the exact sense, not in a fuzzy sense.
152 * \note This method has to determine which pivots should be considered nonzero.
177 * \note This method has to determine which pivots should be considered nonzero.
238 * who need to determine when pivots are to be considered nonzero. This is not used for the
248 * A pivot will be considered nonzero if its absolute value is strictly greater than
290 * \note This method has to determine which pivots should be considered nonzero.
306 * \note This method has to determine which pivots should be considered nonzero
    [all...]
  /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/chromium/base/
environment.cc 83 // On success, a nonzero value is returned.
94 // On success, a nonzero value is returned.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
codec.cc 41 // If a nonzero clockrate is specified, it must match the actual clockrate.
42 // If a nonzero bitrate is specified, it must match the actual bitrate,
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_equal.c 46 * This function returns nonzero if t1 and t2 are equal, else
56 * This function returns nonzero if t1 and t2 are equal, else
  /external/chromium_org/remoting/webapp/
server_log_entry.js 254 var nonZero = false;
255 nonZero |= entry.addStatsField(
258 nonZero |= entry.addStatsField(
261 nonZero |= entry.addStatsField(
264 nonZero |= entry.addStatsField(
267 nonZero |= entry.addStatsField(
270 nonZero |= entry.addStatsField(
273 if (nonZero) {
  /external/chromium_org/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/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 69 the extent to which nearby coefficients are nonzero. For the first
72 then the number (0,1,or 2) of these blocks having nonzero coefficients.
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 65 nonzero unless P is null. Set *PN to the new block's size, and
86 checking. S must be nonzero. */
  /packages/apps/DeskClock/res/values-sw600dp-land/
dimens.xml 61 <!-- Empty space at the edges of the delete button icons. Based off of 56dip width, only nonzero for tablets. -->
63 <!-- Extra offset for timer button paddings. Only nonzero for non-tablets. -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
setjmp.h 58 signal mask if SAVEMASK is nonzero. Return 0.
103 signal mask if SAVEMASK is nonzero. Return 0. */
  /dalvik/vm/
Atomic.h 60 * and return 0. Otherwise, don't swap, and return nonzero.

Completed in 481 milliseconds

1 2 3 4 56 7 8 91011>>