HomeSort by relevance Sort by last modified time
    Searched full:invert (Results 301 - 325 of 795) sorted by null

<<11121314151617181920>>

  /external/iproute2/include/
ip6tables.h 37 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
87 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
iptables.h 60 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
113 int (*parse)(int c, char **argv, int invert, unsigned int *flags,
  /external/skia/include/pdf/
SkPDFGraphicState.h 61 * @param invert Indicates if the alpha of the sMask should be inverted.
64 bool invert);
  /external/skia/src/pdf/
SkPDFFormXObject.cpp 42 // We invert the initial transform and apply that to the xobject so that
48 device->initialTransform().invert(&inverse);
  /external/stlport/test/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) {
45 tmp->myRun(in_testName, invert);
  /external/iptables/extensions/
libipt_addrtype.c 107 if (cb->invert)
112 if (cb->invert)
126 if (cb->invert)
131 if (cb->invert)
libipt_icmp.c 184 if (cb->invert)
190 int invert,
204 invert ? "!" : "",
210 if (invert)
libxt_u32.c 116 data->invert = cb->invert;
253 if (data->invert)
261 if (data->invert)
libip6t_frag.c 71 int invert)
73 const char *inv = invert ? "!" : "";
75 if (min != 0 || max != 0xFFFFFFFF || invert) {
  /external/iptables/iptables/
xshared.h 55 int invert; member in struct:iptables_command_state
  /external/llvm/lib/Target/PowerPC/
PPCPredicates.h 34 /// Invert the specified predicate. != -> ==, < -> >=.
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.h 54 int invert; /* do to remove, used by GAPI driver! */ member in struct:SDL_PrivateVideoData
  /external/valgrind/main/none/tests/amd64/
looper.c 60 /* invert the Z flag */
  /external/valgrind/main/none/tests/x86/
looper.c 57 /* invert the Z flag */
  /external/webkit/Source/WebKit/android/plugins/
ANPNativeWindow_npapi.h 45 * Invert the contents of the plugin on the y-axis.
ANPOpenGL_npapi.h 57 * Invert the contents of the plugin on the y-axis.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
trsMatrix.h 28 // Invert a matrix
  /packages/apps/Settings/src/com/android/settings/widget/
InvertedChartAxis.java 23 * Utility to invert another {@link ChartAxis}.
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieTransition.java 138 * @param invert true to invert the direction of the alpha blending
141 int maskResId, int blendingPercent, boolean invert) {
150 mAlphaInvert = invert;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 127 #define XT_INV_PROTO 0x40 /* Invert the sense of PROTO. */
  /external/icu4c/test/perf/unisetperf/draft/
bitset.cpp 72 * Invert the hash map: Fill an array of length countKeys() with the keys
75 void invert(int64_t *k) const { function in struct:BMPBitHash
153 bitHash->invert(bits);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java 135 // we also need to invert the value from [-1,0] to [0, 1]
149 // this means if the intpart is odd we invert
175 // this means if the intpart is odd we invert
  /system/core/fastboot/
engine.c 175 static int cb_check(Action *a, int status, char *resp, int invert)
198 if (invert) yes = !yes;
210 invert ? "rejects" : "requires", value[0]);
229 int invert, unsigned nvalues, const char **value)
237 a->func = invert ? cb_reject : cb_require;

Completed in 711 milliseconds

<<11121314151617181920>>