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

1 23 4 5 6 7 8 91011>>

  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.h 52 * \return 0 if not recognized, nonzero if recognized. The specific nonzero
  /external/vboot_reference/futility/
traversal.h 71 * before calling. Returns nonzero (but no details) if there were any errors.
77 /* These are invoked by the traversal. They also return nonzero on error. */
  /frameworks/base/core/java/android/app/backup/
BackupObserver.java 45 * @param status Zero on success; a nonzero error code if the backup operation failed.
54 * @param status Zero on success; a nonzero error code if the backup operation
IBackupObserver.aidl 43 * @param status Zero on success; a nonzero error code if the backup operation failed.
51 * @param status Zero on success; a nonzero error code if the backup operation
IRestoreSession.aidl 34 * @return Zero on success; nonzero on error. The observer will only receive a
45 * @return Zero on success; nonzero on error. The observer will only receive
61 * @return Zero on success, nonzero on error. The observer will only receive
78 * in either source, a nonzero value will be returned.
80 * @return Zero on success; nonzero on error. The observer will only receive
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-alias.h 30 /* Nonzero if points-to analysis couldn't determine where this pointer
34 /* Nonzero if the points-to set includes any global memory. Note that
38 /* Nonzero if the points-to set includes the local escaped solution by
42 /* Nonzero if the points-to set includes the IPA escaped solution by
46 /* Nonzero if the points-to set includes 'nothing', the points-to set
51 /* Nonzero if the pt_vars bitmap includes a global variable. */
  /frameworks/base/docs/image_sources/preview/
m-preview-timeline.svg 56 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate" />
66 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate" />
74 style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#99cc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate" />
79 style="color:#000000;fill:#99cc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
82 style="color:#000000;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:36px;line-height:125%;font-family:Roboto;-inkscape-font-specification:'Roboto, Light';text-align:center;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;enable-background:accumulate"
96 style="color:#000000;fill:#99cc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
101 style="color:#000000;fill:#99cc00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
104 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Roboto;-inkscape-font-specification:Roboto Light"
117 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Roboto;-inkscape-font-specification:Roboto Light"
130 style="font-size:36px;font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;text-align:center;line-height:125%;writing-mode:lr-tb;text-anchor:middle;color:#000000;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-b (…)
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/math/
IntMathRoundingBenchmark.java 39 private static final int[] nonzero = new int[ARRAY_SIZE]; field in class:IntMathRoundingBenchmark
46 nonzero[i] = randomNonZeroBigInteger(Integer.SIZE - 2).intValue();
85 tmp += IntMath.divide(ints[j], nonzero[j], mode);
LongMathRoundingBenchmark.java 42 private static final long[] nonzero = new long[ARRAY_SIZE]; field in class:LongMathRoundingBenchmark
49 nonzero[i] = randomNonZeroBigInteger(Long.SIZE - 2).longValue();
85 tmp += LongMath.divide(longs[j], nonzero[j], mode);
  /system/media/audio_utils/
primitives.c 297 size_t nonZero = 0;
300 nonZero++;
303 return nonZero;
308 size_t nonZero = 0;
311 nonZero++;
314 return nonZero;
319 size_t nonZero = 0;
322 nonZero++;
326 return nonZero;
331 size_t nonZero = 0
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 87 // First nonzero element in the current column:
192 * The location of the first nonzero in each supernodal segment
208 * \param[out] segrep Segment representative i.e first nonzero row of each segment
209 * \param[out] repfnz First nonzero location in each row
234 VectorBlock<IndexVector> repfnz_col(repfnz, nextl_col, m); // First nonzero location in each row
246 continue; // krow visited before, go to the next nonzero
  /frameworks/support/v4/donut/android/support/v4/view/
WindowInsetsCompat.java 86 * Returns true if this WindowInsets has nonzero system window insets.
92 * @return true if any of the system window inset values are nonzero
99 * Returns true if this WindowInsets has any nonzero insets.
101 * @return true if any inset values are nonzero
236 * Returns true if this WindowInsets has nonzero stable insets.
244 * @return true if any of the stable inset values are nonzero
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 62 /* Return nonzero if the next job should be done remotely. */
137 nonzero. On success, return zero, and set *USED_STDIN to nonzero if it
139 identification, and set *IS_REMOTE to nonzero if the job is remote, zero
269 if BLOCK is nonzero. Set *EXIT_CODE_PTR to the exit status, *SIGNAL_PTR
271 nonzero if it dumped core. Return the ID of the child that died,
variable.h 58 unsigned int append:1; /* Nonzero if an appending target-specific
60 unsigned int conditional:1; /* Nonzero if set with a ?=. */
61 unsigned int per_target:1; /* Nonzero if a target-specific variable. */
62 unsigned int special:1; /* Nonzero if this is a special variable. */
63 unsigned int exportable:1; /* Nonzero if the variable _could_ be
65 unsigned int expanding:1; /* Nonzero if currently being expanded. */
  /external/bison/lib/
error.h 39 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
40 If STATUS is nonzero, terminate the program with 'exit (STATUS)'. */
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
shape-handler.js 48 scope.optional(scope.consumeToken.bind(undefined, /^nonzero\s*,|^evenodd\s*,/), 'nonzero,'),
  /external/libdaemon/libdaemon/
dsignal.h 48 * @return zero on success, nonzero on failure
54 * @return zero onsuccess,nonzero on failure
  /external/libvpx/libvpx/vp8/encoder/
treewriter.h 67 int n /* number of bits in v, assumed nonzero */
95 int n /* number of bits in v, assumed nonzero */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
treewriter.h 66 int n /* number of bits in v, assumed nonzero */
94 int n /* number of bits in v, assumed nonzero */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
error.h 29 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
30 If STATUS is nonzero, terminate the program with `exit (STATUS)'. */
math.h 228 /* Return nonzero value if sign of X is negative. */
240 /* Return nonzero value if X is not +-Inf or NaN. */
252 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
255 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
268 /* Return nonzero value is X is positive or negative infinity. */
426 /* Return nonzero value if X is greater than Y. */
434 /* Return nonzero value if X is greater than or equal to Y. */
442 /* Return nonzero value if X is less than Y. */
450 /* Return nonzero value if X is less than or equal to Y. */
458 /* Return nonzero value if either X is less than Y or Y is less than X. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
error.h 29 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
30 If STATUS is nonzero, terminate the program with `exit (STATUS)'. */
math.h 229 /* Return nonzero value if sign of X is negative. */
241 /* Return nonzero value if X is not +-Inf or NaN. */
253 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
256 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
269 /* Return nonzero value if X is positive or negative infinity. */
433 /* Return nonzero value if X is greater than Y. */
441 /* Return nonzero value if X is greater than or equal to Y. */
449 /* Return nonzero value if X is less than Y. */
457 /* Return nonzero value if X is less than or equal to Y. */
465 /* Return nonzero value if either X is less than Y or Y is less than X. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 247 /* In an IDENTIFIER_NODE, nonzero if this identifier is actually a
297 /* Nonzero if this statement should be considered a full-expression,
306 /* Nonzero if this statement-expression does not have an associated scope. */
310 /* Returns nonzero iff TYPE1 and TYPE2 are the same type, in the usual
315 /* Returns nonzero iff NODE is a declaration for the global function
368 /* Nonzero if this baselink was from a qualified lookup. */
503 /* Nonzero if this identifier is used as a virtual function name somewhere
507 /* Nonzero if this identifier is the prefix for a mangled C++ operator
511 /* Nonzero if this identifier is the name of a type-conversion
516 /* Nonzero if this identifier is the name of a constructor o
    [all...]
  /external/autotest/client/site_tests/power_BacklightControl/
control 13 - The screen cannot be turned on/off by setting backlight to 0 and nonzero,

Completed in 721 milliseconds

1 23 4 5 6 7 8 91011>>