/external/smack/src/org/jivesoftware/smackx/workgroup/util/ |
ModelUtil.java | 43 * This method produces the exact logically inverted result as the
94 * This method produces the exact logically inverted result as the
118 * This method produces the exact logically inverted result as the
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFGraphicState.h | 61 * @param invert Indicates if the alpha of the sMask should be inverted.
|
/external/chromium_org/tools/xdisplaycheck/ |
xdisplaycheck.cc | 60 // without the --noserver is the same, but slow, rather than inverted.
|
/external/chromium_org/ui/compositor/ |
layer.h | 162 // This effect will get "combined" with the inverted, 168 // This effect will get "combined" with the inverted, saturate 178 // This effect will get "combined" with the inverted, saturate 193 void SetLayerInverted(bool inverted);
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
BooleanPropertyEditor.java | 109 // set inverted value
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BasicPreconditioners.h | 27 * The diagonal entries are pre-inverted and stored into a dense vector.
|
/external/kernel-headers/original/linux/ |
can.h | 99 * The filter can be inverted (CAN_INV_FILTER bit set in can_id) or it can
|
/external/libvpx/libvpx/test/ |
tile_independence_test.cc | 85 // inverted tile ordering. Ensure that the MD5 of the output in both cases
|
/external/skia/src/pdf/ |
SkPDFGraphicState.h | 61 * @param invert Indicates if the alpha of the sMask should be inverted.
|
/pdk/apps/CameraITS/tests/ |
test_linearity.py | 30 """Test that device processing can be inverted to linear pixels.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
lp.h | 35 #define LP_PBUSY 0x80 /* inverted input, active high */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lp.h | 35 #define LP_PBUSY 0x80 /* inverted input, active high */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
lp.h | 35 #define LP_PBUSY 0x80 /* inverted input, active high */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
gen7_sf_state.c | 55 * Window coordinates in an FBO are inverted, which means point 56 * sprite origin must be inverted.
|
brw_sf_state.c | 209 * The viewport is inverted for rendering to a FBO, and that inverts 250 * inverted with respect to the normal OpenGL coordinate
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
solve_LS_FIX.c | 50 inv_D_t *inv_D /* I/O Pointer to vector holding inverted diagonal elements of D */ 120 inv_D_t *inv_D /* I/O Pointer to vector holding inverted diagonal elements of D */
|
/external/iptables/extensions/ |
libxt_dccp.c | 172 print_types(uint16_t types, int inverted, int numeric) 176 if (inverted)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen7_sf_state.c | 55 * Window coordinates in an FBO are inverted, which means point 56 * sprite origin must be inverted.
|
/external/openfst/src/include/fst/extensions/ngram/ |
bitmap-index.h | 140 // the inverted version works the same but looks for zeros using an inverted
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_syswm.c | 48 then inverted and passed to Win32. 187 /* Copy mask inverted and upside-down to icon BMP */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
hp_roman8.py | 76 0x00b8: 0x00a1, # INVERTED EXCLAMATION MARK 77 0x00b9: 0x00bf, # INVERTED QUESTION MARK
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
hp_roman8.py | 76 0x00b8: 0x00a1, # INVERTED EXCLAMATION MARK 77 0x00b9: 0x00bf, # INVERTED QUESTION MARK
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
auto-ast.rb | 421 example "an `~' inverted token-type set element" do 434 example "a `~' inverted token-type set in a rule (with a label)" do 447 example "a `~' inverted token-type set element in a rule (with a list += label)" do 460 example "a `~' inverted token-type set element hoisted to root via `^'" do 473 example "hoisting a `~' inverted token-type set to root using `^' (with label)" do 485 example "hoisting a `~' inverted token-type set to root using `^' (with list += label)" do 497 example "hoisting a `~' inverted token-type set to root from within a (...)* loop" do
|
/external/chromium_org/third_party/icu/source/data/unidata/ |
DerivedJoiningGroup.txt | 65 06EE ; Dal # Lo ARABIC LETTER DAL WITH INVERTED V 66 0759..075A ; Dal # Lo [2] ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH..ARABIC LETTER DAL WITH INVERTED SMALL V BELOW 174 06FF ; Knotted_Heh # Lo ARABIC LETTER HEH WITH INVERTED V 243 06EF ; Reh # Lo ARABIC LETTER REH WITH INVERTED V 278 077D..077E ; Seen # Lo [2] ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE..ARABIC LETTER SEEN WITH INVERTED V 411 063D..063F ; Farsi_Yeh # Lo [3] ARABIC LETTER FARSI YEH WITH INVERTED V..ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE
|
/external/chromium_org/ui/gfx/ |
skbitmap_operations.cc | 28 SkBitmap inverted; local 29 inverted.setConfig(SkBitmap::kARGB_8888_Config, image.width(), image.height(), 31 inverted.allocPixels(); 32 inverted.eraseARGB(0, 0, 0, 0); 36 uint32* dst_row = inverted.getAddr32(0, y); 45 return inverted;
|