Searched refs:storage (Results 1 - 25 of 273) sorted by relevance

1234567891011

/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
H A Dorg.eclipse.tycho.noopsecurity_0.20.0.jar ... eclipse/tycho/ org/eclipse/tycho/security/ org/eclipse/tycho/security/storage/ org/eclipse/tycho/security/storage/TychoPasswordProvider.class TychoPasswordProvider. ...
H A Dorg.eclipse.equinox.security_1.2.0.v20130424-1801.jar ... org/eclipse/equinox/security/auth/module/ org/eclipse/equinox/security/storage/ org/eclipse/equinox/security/storage/provider/ org/eclipse/equinox/internal ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.tycho.noopsecurity_0.18.1.jar ... eclipse/tycho/ org/eclipse/tycho/security/ org/eclipse/tycho/security/storage/ org/eclipse/tycho/security/storage/TychoPasswordProvider.class TychoPasswordProvider. ...
H A Dorg.eclipse.equinox.security_1.2.0.v20130424-1801.jar ... org/eclipse/equinox/security/auth/module/ org/eclipse/equinox/security/storage/ org/eclipse/equinox/security/storage/provider/ org/eclipse/equinox/internal ...
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstorage.h7 #warning Your code should include objbase.h instead of storage.h header file.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstorage.h7 #warning Your code should include objbase.h instead of storage.h header file.
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.flag/
H A Ddefault.pass.cpp29 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
30 A& zero = *new (storage) A();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.flag/
H A Ddefault.pass.cpp26 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
27 A& zero = *new (storage) A();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.flag/
H A Ddefault.pass.cpp29 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {1}; local
30 A& zero = *new (storage) A();
/prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
H A Dgoogle-api-services-storage-v1-rev82-1.22.0.jar ... services/ com/google/api/services/storage/ com/google/api/services/storage/Storage$BucketAccessControls$Delete.class Storage.java ...
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector2.pass.cpp55 void *storage; member in struct:vec_on_stack
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
H A Dtest_vector2.pass.cpp55 void *storage; member in struct:vec_on_stack
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector2.pass.cpp55 void *storage; member in struct:vec_on_stack
56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/current/sources/cxx-stl/gabi++/tests/
H A Dtest_vector2.cpp75 void *storage; member in struct:vec_on_stack
76 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
77 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
H A Dtest_vector2.cpp75 void *storage; member in struct:vec_on_stack
76 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
77 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
H A Dtest_vector2.cpp75 void *storage; member in struct:vec_on_stack
76 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
77 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp530 if (base->getQualifier().storage == EvqBuffer)
532 else if (base->getQualifier().storage == EvqUniform)
557 newType.getQualifier().storage = EvqConst;
655 ((language == EShLangGeometry && type.getQualifier().storage == EvqVaryingIn) ||
656 (language == EShLangTessControl && type.getQualifier().storage == EvqVaryingOut && ! type.getQualifier().patch));
667 if (type.getQualifier().storage != EvqVaryingIn || type.getQualifier().patch)
948 if ((*prevDec)[i].type->getQualifier().storage != function[i].type->getQualifier().storage)
949 error(loc, "overloaded functions must have the same parameter storage qualifiers for argument", function[i].type->getStorageQualifierString(), "%d", i+1);
1125 if (formalQualifier.storage
[all...]
H A Dlimits.cpp117 if (type->getQualifier().storage == EvqOut ||
118 type->getQualifier().storage == EvqInOut) {
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DParseHelper.cpp530 if (base->getQualifier().storage == EvqBuffer)
532 else if (base->getQualifier().storage == EvqUniform)
557 newType.getQualifier().storage = EvqConst;
655 ((language == EShLangGeometry && type.getQualifier().storage == EvqVaryingIn) ||
656 (language == EShLangTessControl && type.getQualifier().storage == EvqVaryingOut && ! type.getQualifier().patch));
667 if (type.getQualifier().storage != EvqVaryingIn || type.getQualifier().patch)
948 if ((*prevDec)[i].type->getQualifier().storage != function[i].type->getQualifier().storage)
949 error(loc, "overloaded functions must have the same parameter storage qualifiers for argument", function[i].type->getStorageQualifierString(), "%d", i+1);
1125 if (formalQualifier.storage
[all...]
H A Dlimits.cpp117 if (type->getQualifier().storage == EvqOut ||
118 type->getQualifier().storage == EvqInOut) {
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
H A Daddress.pass.cpp124 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
125 A& zero = *new (storage) A();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.generic/
H A Daddress.pass.cpp118 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
119 A& zero = *new (storage) A();
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/atomics/atomics.types.generic/
H A Daddress.pass.cpp124 _ALIGNAS_TYPE(A) char storage[sizeof(A)] = {23}; local
125 A& zero = *new (storage) A();
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp368 if (index->getQualifier().storage == EvqConst) {
379 } else if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
387 if (index->getQualifier().storage == EvqConst) {
402 if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
403 newType.getQualifier().storage = EvqConst;
405 newType.getQualifier().storage = EvqTemporary;
447 ((language == EShLangGeometry && type.getQualifier().storage == EvqVaryingIn) ||
448 (language == EShLangTessControl && type.getQualifier().storage
[all...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
H A DhlslParseHelper.cpp368 if (index->getQualifier().storage == EvqConst) {
379 } else if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
387 if (index->getQualifier().storage == EvqConst) {
402 if (base->getType().getQualifier().storage == EvqConst && index->getQualifier().storage == EvqConst)
403 newType.getQualifier().storage = EvqConst;
405 newType.getQualifier().storage = EvqTemporary;
447 ((language == EShLangGeometry && type.getQualifier().storage == EvqVaryingIn) ||
448 (language == EShLangTessControl && type.getQualifier().storage
[all...]

Completed in 5963 milliseconds

1234567891011