/external/gemmlowp/meta/generators/ |
neon_emitter.py | 528 def EmitVStore(self, store_no, store_type, source, destination): 529 self.EmitVStoreA(store_no, store_type, [source], destination) 531 def EmitVStoreA(self, store_no, store_type, sources, destination): 532 self.EmitOp2('vst%d.%d' % (store_no, store_type), 536 store_type, 541 bits_to_store = store_type * elem_count 617 def EmitVStoreE(self, store_type, count, source, destination, alignment=None): 618 self.EmitVStoreAE(store_type, count, [source], destination, alignment) 620 def EmitVStoreOffset(self, store_no, store_type, source, destination, offset): 621 self.EmitVStoreOffsetA(store_no, store_type, [source], destination, offset [all...] |
neon_emitter_64.py | 933 def EmitVStore(self, store_no, store_type, source, destination): 934 self.EmitVStoreA(store_no, store_type, [source], destination) 936 def EmitVStoreA(self, store_no, store_type, sources, destination): 939 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination, 942 self.EmitVStoreAPostIncrement(store_no, store_type, sources, destination, 945 def EmitVStoreAPostIncrement(self, store_no, store_type, sources, destination, 947 source_list = _RegisterList(store_type, sources) 954 store_type, [all...] |
/external/selinux/libsemanage/src/ |
database.c | 31 handle->conf->store_type == SEMANAGE_CON_DIRECT) { 55 handle->conf->store_type == SEMANAGE_CON_DIRECT)
|
semanage_conf.h | 33 enum semanage_connect_type store_type; member in struct:semanage_conf
|
handle.c | 282 sh->conf->store_type = storetype; 305 switch (sh->conf->store_type) { 319 switch (sh->conf->store_type) { 333 switch (sh->conf->store_type) { 353 switch (sh->conf->store_type) {
|
conf-parse.y | 340 conf->store_type = SEMANAGE_CON_DIRECT; 494 current_conf->store_type = SEMANAGE_CON_DIRECT; 499 current_conf->store_type = SEMANAGE_CON_POLSERV_LOCAL; 504 current_conf->store_type = SEMANAGE_CON_POLSERV_REMOTE;
|
/art/compiler/optimizing/ |
code_generator_mips64.cc | 1044 StoreOperandType store_type = double_slot ? kStoreDoubleword : kStoreWord; local 1331 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; local 1346 StoreOperandType store_type = destination.IsStackSlot() ? kStoreWord : kStoreDoubleword; local 1425 StoreOperandType store_type = mem_loc.IsStackSlot() ? kStoreWord : kStoreDoubleword; local [all...] |
code_generator_mips.cc | 6638 StoreOperandType store_type = kStoreByte; local [all...] |
code_generator_arm_vixl.cc | 6343 StoreOperandType store_type = GetStoreOperandType(value_type); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
Python-ast.c | 278 static PyTypeObject *Store_type;
794 Store_type = make_type("Store", expr_context_type, NULL, 0);
795 if (!Store_type) return 0;
796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
Python-ast.c | 278 static PyTypeObject *Store_type;
777 Store_type = make_type("Store", expr_context_type, NULL, 0);
778 if (!Store_type) return 0;
779 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL);
[all...] |
/external/python/cpython2/Python/ |
Python-ast.c | 278 static PyTypeObject *Store_type; 794 Store_type = make_type("Store", expr_context_type, NULL, 0); 795 if (!Store_type) return 0; 796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL); [all...] |
/external/python/cpython3/Python/ |
Python-ast.c | 363 static PyTypeObject *Store_type; 995 Store_type = make_type("Store", expr_context_type, NULL, 0); 996 if (!Store_type) return 0; 997 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL); [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/ |
sdklib-22.4.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/ |
sdklib-22.4.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/ |
sdklib-22.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/ |
sdklib-22.5.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/ |
sdklib-22.5.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/ |
sdklib-22.7.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/ |
sdklib-22.7.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/ |
sdklib-22.7.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/ |
sdklib-22.8.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/ |
sdklib-22.9.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/23.0.1/ |
sdklib-23.0.1.jar | |