HomeSort by relevance Sort by last modified time
    Searched full:inverted (Results 1 - 25 of 564) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/tc/
m_ematch.h 60 int inverted; member in struct:ematch
67 static inline struct ematch * new_ematch(struct bstr *args, int inverted)
75 e->inverted = inverted;
  /external/oprofile/libpp/
populate.h 3 * Fill up a profile_container from inverted profiles
populate_for_spu.h 3 * Fill up a profile_container from inverted profiles for
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
tree.css.js 9 * inverted arrow icons.
58 prepareTriangle('tree-triangle-inverted', '#ffffff', '#ffffff');
  /external/chromium_org/ui/keyboard/resources/layouts/
symbol-altkeys.js 36 '!': ['\u00A1'], // Inverted exclamation mark
37 '?': ['\u00BF'], // Inverted question mark
  /packages/apps/Browser/src/com/android/browser/
WebViewProperties.java 19 static final String gfxInvertedScreen = "inverted";
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 67 RefPtr<TimeRanges> inverted = TimeRanges::create(); local
72 inverted->add(negInf, posInf);
76 inverted->add(negInf, start);
79 inverted->add(m_ranges[index].m_end, m_ranges[index + 1].m_start);
83 inverted->add(end, posInf);
86 m_ranges.swap(inverted->m_ranges);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-145201.js 53 function binary(op, other_side, inverted) {
56 if (inverted) {
  /external/llvm/unittests/IR/
PatternMatch.cpp 94 // Test match on OGE with inverted select.
100 // Test match on OGT with inverted select.
133 // Test match on OLE with inverted select.
139 // Test match on OLT with inverted select.
172 // Test match on UGE with inverted select.
178 // Test match on UGT with inverted select.
211 // Test match on ULE with inverted select.
217 // Test match on ULT with inverted select.
  /packages/apps/Browser/res/xml/
accessibility_preferences.xml 54 android:key="inverted"
62 android:dependency="inverted"
  /packages/inputmethods/LatinIME/java/res/xml-sw600dp/
rows_symbols_shift.xml 55 <!-- U+00A1: "¡" INVERTED EXCLAMATION MARK -->
58 <!-- U+00BF: "¿" INVERTED QUESTION MARK -->
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/values-hy-rAM/
donottranslate-more-keys.xml 38 U+00BF: "¿" INVERTED QUESTION MARK -->
41 U+00A1: "¡" INVERTED EXCLAMATION MARK -->
  /external/chromium_org/ui/gfx/
sys_color_change_listener.h 14 // Returns true only if Chrome should use an inverted color scheme - which is
  /external/llvm/test/CodeGen/ARM/
inlineasm-imm-arm.ll 15 ; Test ARM-mode "K" constraint, for bitwise inverted Data Processing immediates.
  /system/core/libpixelflinger/codeflinger/
disassem.c 231 { 0x0ff000f0, 0x01000080, "smlabb", "nmsd" }, // d & n inverted!!
232 { 0x0ff000f0, 0x010000a0, "smlatb", "nmsd" }, // d & n inverted!!
233 { 0x0ff000f0, 0x010000c0, "smlabt", "nmsd" }, // d & n inverted!!
234 { 0x0ff000f0, 0x010000e0, "smlatt", "nmsd" }, // d & n inverted!!
235 { 0x0ff000f0, 0x01400080, "smlalbb","ndms" }, // d & n inverted!!
236 { 0x0ff000f0, 0x014000a0, "smlaltb","ndms" }, // d & n inverted!!
237 { 0x0ff000f0, 0x014000c0, "smlalbt","ndms" }, // d & n inverted!!
238 { 0x0ff000f0, 0x014000e0, "smlaltt","ndms" }, // d & n inverted!!
239 { 0x0ff000f0, 0x01200080, "smlawb", "nmsd" }, // d & n inverted!!
240 { 0x0ff0f0f0, 0x012000a0, "smulwb","nms" }, // d & n inverted!!
    [all...]
  /external/iptables/extensions/
libxt_rateest.c 123 "rateest: rateest can't be inverted");
136 "rateest: rateest can't be inverted");
150 "rateest: rateest-bps can't be inverted");
173 "rateest: rateest-pps can't be inverted");
197 "rateest: rateest-bps can't be inverted");
220 "rateest: rateest-pps can't be inverted");
244 "rateest: rateest-delta can't be inverted");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/
math_non_characters.json 117 "default": "inverted ohm sign",
119 "short": "inverted ohm"
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc 92 inverted color pixels black, since inverted color pixels
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
Dvorak.java 55 // U+00A1: "¡" INVERTED EXCLAMATION MARK
64 // U+00BF: "¿" INVERTED QUESTION MARK
ArmenianPhonetic.java 53 // U+00A1: "¡" INVERTED EXCLAMATION MARK
55 // U+00BF: "¿" INVERTED QUESTION MARK
188 // U+00A1: "¡" INVERTED EXCLAMATION MARK
190 // U+00BF: "¿" INVERTED QUESTION MARK
PcQwerty.java 83 // U+00BF: "¿" INVERTED QUESTION MARK
113 // U+00A1: "¡" INVERTED EXCLAMATION MARK
145 // U+00BF: "¿" INVERTED QUESTION MARK
195 // U+00A1: "¡" INVERTED EXCLAMATION MARK
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ShiftModeTests.java 108 assertTrue("(Spanish) Auto caps after inverted what", isCapsModeAutoShifted());
111 assertTrue("(Spanish) Auto caps after inverted bang", isCapsModeAutoShifted());
  /external/chromium_org/ash/display/
display_layout.h 41 // Returns an inverted display layout.
  /external/chromium_org/ui/events/ozone/evdev/
event_modifiers_evdev.h 41 // is inverted until it is unlocked.
  /external/llvm/test/CodeGen/X86/
blend-msb.ll 31 ; the inverted mask: 11101110 = 238.

Completed in 2091 milliseconds

1 2 3 4 5 6 7 8 91011>>