/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/ |
pdebuild-ant.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-io/2.0.5/ |
plexus-io-2.0.5.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.runtime_3.6.0.v20100505.jar | |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/ |
plexus-io-2.0.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar | |
/external/boringssl/src/include/openssl/ |
ssl.h | 324 /* Options. 326 * Options configure protocol behavior. */ 384 /* SSL_CTX_set_options enables all options set in |options| (which should be one 386 * bitmask representing the resulting enabled options. */ 387 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options); 389 /* SSL_CTX_clear_options disables all options set in |options| (which should be 391 * bitmask representing the resulting enabled options. */ 392 OPENSSL_EXPORT uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options); 958 uint32_t options; member in struct:ssl_ctx_st 1416 uint32_t options; \/* protocol behaviour *\/ member in struct:ssl_st [all...] |
/external/conscrypt/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | 8589 long options = SSL_get_options(ssl); local [all...] |
/external/elfutils/src/src/ |
readelf.c | 69 static const struct argp_option options[] = variable in typeref:struct:argp_option 131 options, parse_opt, args_doc, doc, NULL, NULL, NULL 178 /* True if any of the control options except print_archive_index is set. */ [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 640 int noptions; /* number of options below: */ 644 } options[16]; member in struct:png_store [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
SignedUltraViewerSSL.jar | |
SignedVncViewer.jar | |
UltraViewerSSL.jar | |
VncViewer.jar | |
/external/pcre/dist/ |
pcre_internal.h | 2320 pcre_uint32 options; \/* Public options *\/ member in struct:real_pcre8_or_16 2346 pcre_uint32 options; \/* Public options *\/ member in struct:real_pcre32 [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 404 // optional .google.protobuf.FileOptions options = 8; 408 inline const ::google::protobuf::FileOptions& options() const; 411 inline void set_allocated_options(::google::protobuf::FileOptions* options); 685 // optional .google.protobuf.MessageOptions options = 7; 689 inline const ::google::protobuf::MessageOptions& options() const; 692 inline void set_allocated_options(::google::protobuf::MessageOptions* options); 3320 inline const ::google::protobuf::FileOptions& FileDescriptorProto::options() const { function in class:google::protobuf::FileDescriptorProto 3714 inline const ::google::protobuf::MessageOptions& DescriptorProto::options() const { function in class:google::protobuf::DescriptorProto 4161 inline const ::google::protobuf::FieldOptions& FieldDescriptorProto::options() const { function in class:google::protobuf::FieldDescriptorProto 4392 inline const ::google::protobuf::EnumOptions& EnumDescriptorProto::options() const { function in class:google::protobuf::EnumDescriptorProto 4537 inline const ::google::protobuf::EnumValueOptions& EnumValueDescriptorProto::options() const { function in class:google::protobuf::EnumValueDescriptorProto 4688 inline const ::google::protobuf::ServiceOptions& ServiceDescriptorProto::options() const { function in class:google::protobuf::ServiceDescriptorProto 4961 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const { function in class:google::protobuf::MethodDescriptorProto [all...] |
/external/v8/src/ |
api.cc | 4786 WriteOneByte(reinterpret_cast<uint8_t*>(buffer), 0, capacity, options); local [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
PhoneWindowManager.java | 6186 Bundle options; field in class:PhoneWindowManager.ScreenLockTimeout [all...] |
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
DevicePolicyManagerService.java | 412 private static final String TAG_TRUST_AGENT_COMPONENT_OPTIONS = "trust-agent-component-options"; 490 public PersistableBundle options; field in class:DevicePolicyManagerService.ActiveAdmin.TrustAgentInfo 492 options = bundle; 664 if (trustAgentInfo.options != null) { 667 trustAgentInfo.options.saveToXml(out); 669 Log.e(LOG_TAG, "Failed to save TrustAgent options", e); [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | 2343 Bundle options = info.bindOptions; local 3922 Bundle options = null; local [all...] |