HomeSort by relevance Sort by last modified time
    Searched full:_post (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
15 $user = $_POST["user"];
16 $pw = $_POST["password"];
add-free.php 10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
users.php 103 $osu_user = $_POST["osu_user"];
104 $osu_password = $_POST["osu_password"];
  /external/llvm/lib/Target/AArch64/
AArch64SchedA57.td 175 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1i(8|16|32)_POST$")>;
177 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1i(64)_POST$")>;
180 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(8b|4h|2s)_POST$")>;
182 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Rv(1d)_POST$")>;
184 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(16b|8h|4s|2d)_POST$")>;
187 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(8b|4h|2s|1d)_POST$")>;
189 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(16b|8h|4s|2d)_POST$")>;
191 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Twov(8b|4h|2s|1d)_POST$")>;
193 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Twov(16b|8h|4s|2d)_POST$")>;
195 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Threev(8b|4h|2s|1d)_POST$")>
    [all...]
AArch64SchedA53.td 210 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1i(8|16|32|64)_POST$")>;
211 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1Rv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
212 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1Onev(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
213 def : InstRW<[A53WriteVLD2, WriteAdr], (instregex "LD1Twov(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
214 def : InstRW<[A53WriteVLD3, WriteAdr], (instregex "LD1Threev(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
215 def : InstRW<[A53WriteVLD4, WriteAdr], (instregex "LD1Fourv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
221 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD2i(8|16|32|64)(_POST)?$")>;
222 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD2Rv(8b|4h|2s|1d|16b|8h|4s|2d)(_POST)?$")>;
223 def : InstRW<[A53WriteVLD2, WriteAdr], (instregex "LD2Twov(8b|4h|2s)(_POST)?$")>;
224 def : InstRW<[A53WriteVLD4, WriteAdr], (instregex "LD2Twov(16b|8h|4s|2d)(_POST)?$")>
    [all...]
AArch64SchedCyclone.td 636 (instregex "LD1Onev(8b|4h|2s|1d|16b|8h|4s|2d)_POST")>;
642 (instregex "LD1Twov(8b|4h|2s|1d)_POST")>;
646 (instregex "LD1Twov(16b|8h|4s|2d)_POST")>;
651 (instregex "LD1Threev(8b|4h|2s|1d)_POST")>;
655 (instregex "LD1Threev(16b|8h|4s|2d)_POST")>;
660 (instregex "LD1Fourv(8b|4h|2s|1d)_POST")>;
664 (instregex "LD1Fourv(16b|8h|4s|2d)_POST")>;
669 (instregex "LD1i(8|16|32)_POST")>;
677 (instregex "LD1Rv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>;
682 (instregex "LD2Twov(8b|4h|2s)_POST$")>
    [all...]
AArch64InstrFormats.td     [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
wsgiwrappers.py 201 def _POST(self):
220 params = self._POST()
244 params.update(self._POST())
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/
differences.txt 647 ``$_POST``, ``$_GET``, ``$_FILES``
653 multiple values. For instance ``$_POST['name[]']``, which will be an
  /external/v8/src/arm64/
constants-arm64.h 738 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B
837 A##B##_##C##_post = LoadStorePostIndexFixed | D
    [all...]
disasm-arm64.cc 783 case A##_post: mnemonic = B; form = C ", ['Xns]'ILS"; break;
884 case A##_post: mnemonic = B; form = C ", ['Xns]'ILP" D; break;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMScheduleSwift.td     [all...]
ARMInstrInfo.td     [all...]
ARMInstrThumb2.td     [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 776 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B
    [all...]
disasm-a64.cc 825 case A##_post: mnemonic = B; form = C ", ['Xns]'ILS"; break;
950 case A##_post: mnemonic = B; form = C ", ['Xns]'ILP" D; break;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 

Completed in 216 milliseconds