Searched defs:value (Results 451 - 475 of 7203) sorted by relevance

<<11121314151617181920>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DX509ExtensionsGenerator.java37 ASN1Encodable value)
39 addExtension(new ASN1ObjectIdentifier(oid.getId()), critical, value);
48 byte[] value)
50 addExtension(new ASN1ObjectIdentifier(oid.getId()), critical, value);
54 * Add an extension with the given oid and the passed in value to be included
59 * @param value the ASN.1 object to be included in the extension.
64 ASN1Encodable value)
68 this.addExtension(oid, critical, value.toASN1Primitive().getEncoded(ASN1Encoding.DER));
72 throw new IllegalArgumentException("error encoding value: " + e);
82 * @param value th
34 addExtension( DERObjectIdentifier oid, boolean critical, ASN1Encodable value) argument
45 addExtension( DERObjectIdentifier oid, boolean critical, byte[] value) argument
61 addExtension( ASN1ObjectIdentifier oid, boolean critical, ASN1Encodable value) argument
84 addExtension( ASN1ObjectIdentifier oid, boolean critical, byte[] value) argument
[all...]
H A DX509NameEntryConverter.java24 * String value)
105 * Convert the passed in String value into the appropriate ASN.1
108 * @param oid the oid associated with the value in the DN.
109 * @param value the value of the particular DN component.
110 * @return the ASN.1 equivalent for the value.
112 public abstract ASN1Primitive getConvertedValue(ASN1ObjectIdentifier oid, String value); argument
H A DX509NameTokenizer.java12 private String value; field in class:X509NameTokenizer
27 this.value = oid;
34 return (index != value.length());
39 if (index == value.length())
50 while (end != value.length())
52 char c = value.charAt(end);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DBigIntegers.java15 * Return the passed in value as an unsigned byte array.
17 * @param value value to be converted.
21 BigInteger value)
23 byte[] bytes = value.toByteArray();
38 * Return the passed in value as an unsigned byte array.
40 * @param value value to be converted.
45 BigInteger value)
47 byte[] bytes = value
20 asUnsignedByteArray( BigInteger value) argument
43 asUnsignedByteArray( int length, BigInteger value) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Attribute.java31 * the value represented by an ASN.1 Set containing value.
34 * @param value value object to go into the atribute's value set.
38 ASN1Encodable value)
40 this.attr = new Attribute(new ASN1ObjectIdentifier(oid), new DERSet(value));
45 * value represented by an ASN.1 Set containing the objects in value.
48 * @param value vecto
36 X509Attribute( String oid, ASN1Encodable value) argument
50 X509Attribute( String oid, ASN1EncodableVector value) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dmap_util.h53 // * It default constructs a value object even if it doesn't need to
67 // If the key is present in the map then the value associated with that
68 // key is returned, otherwise the value passed as a default is returned.
73 const typename Collection::value_type::second_type& value) {
76 return value;
81 // Insert a new key and value into a map or hash_map.
82 // If the key is not present in the map the key and value are
89 const typename Collection::value_type::second_type& value) {
91 collection->insert(typename Collection::value_type(key, value));
97 // the stored value
71 FindWithDefault(const Collection& collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) argument
86 InsertIfNotPresent( Collection * const collection, const typename Collection::value_type::first_type& key, const typename Collection::value_type::second_type& value) argument
[all...]
H A Dpolynomial.h74 // Find the minimum value of the polynomial in the interval [x_min,
88 // Clients can use this struct to communicate the value of the
93 value(0.0),
100 double value; // value = f(x) member in struct:ceres::internal::FunctionSample
106 // Given a set of function value and/or gradient samples, find a
107 // polynomial whose value and gradients are exactly equal to the ones
/external/chromium/base/
H A Dcommand_line_unittest.cc53 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
54 cl.GetProgram().value());
121 std::string value = "value"; local
123 std::string value3 = "a value with spaces";
125 std::string value4 = "\"a value with quotes\"";
132 cl.AppendSwitchASCII(switch2, value);
139 EXPECT_EQ(value, cl.GetSwitchValueASCII(switch2));
150 L"--switch2=value "
151 L"--switch3=\"a value wit
[all...]
H A Ddir_reader_posix_unittest.cc67 const unsigned long value = strtoul(reader.name(), &endptr, 10); local
70 EXPECT_LT(value, kNumFiles);
71 EXPECT_EQ(0u, seen.count(value));
72 seen.insert(value);
H A Dfix_wp64.h22 inline void* InterlockedExchangePointer(void* volatile* target, void* value) { argument
25 static_cast<LONG>(reinterpret_cast<LONG_PTR>(value)))));
H A Dprocess_posix.cc54 bool Process::SetProcessBackgrounded(bool value) { argument
H A Dprocess_win.cc34 bool Process::SetProcessBackgrounded(bool value) { argument
37 DWORD priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS;
/external/chromium/base/metrics/
H A Dstats_table.h59 static void set_current(StatsTable* value) { global_table_ = value; } argument
92 // Gets the location of a particular value in the table based on
/external/chromium/base/test/
H A Dtest_timeouts.cc14 // Sets value to the greatest of:
15 // 1) value's current value.
17 // 3) the numerical value given by switch_name on the command line.
18 void InitializeTimeout(const char* switch_name, int min_value, int* value) { argument
19 DCHECK(value);
25 *value = std::max(*value, timeout);
27 *value = std::max(*value, min_valu
34 InitializeTimeout(const char* switch_name, int* value) argument
[all...]
/external/chromium/chrome/browser/chromeos/cros/
H A Dtouchpad_library.cc18 void SetSensitivity(int value) { argument
22 NewRunnableFunction(&SetTouchpadSensitivity, value));
41 void SetSensitivity(int value) {} argument
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage_unittest.cc26 ref_map_["name"] = "value";
65 std::string value; local
67 EXPECT_TRUE(SignedSettingsTempStorage::Retrieve(b_list[i]->first, &value,
69 EXPECT_EQ(b_list[i]->second, value);
71 &value,
H A Dwizard_accessibility_handler_unittest.cc18 const std::string& value,
22 textbox_info->SetValue(value, selection_start, selection_end);
74 // Test a control with a value and index.
159 // If the string suddenly changes, it should just speak the new value.
16 ChangeText(WizardAccessibilityHandler* handler, AccessibilityTextBoxInfo* textbox_info, const std::string& value, int selection_start, int selection_end, std::string* description) argument
/external/chromium/chrome/browser/chromeos/
H A Dmetrics_cros_settings_provider.cc23 Value* value) {
26 CHECK(value->GetAsBoolean(&enabled));
33 Value** value) const {
35 *value = Value::CreateBooleanValue(GetMetricsStatus());
22 DoSet(const std::string& path, Value* value) argument
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_policy_provider_unittest.cc106 ListValue* value = new ListValue(); local
107 value->Append(Value::CreateStringValue("[*.]google.com"));
109 value);
143 ListValue* value = new ListValue(); local
144 value->Append(Value::CreateStringValue("[*.]google.com"));
146 value);
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler.cc28 const DictionaryValue* value) {
31 value->GetString("protocol", &protocol);
32 value->GetString("url", &url);
33 value->GetString("title", &title);
27 CreateProtocolHandler( const DictionaryValue* value) argument
/external/chromium/chrome/browser/debugger/
H A Ddevtools_handler.cc61 const std::string& value) {
63 render_view_host(), name, value); local
60 OnRuntimePropertyChanged(const std::string& name, const std::string& value) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_icon_manager.h40 void set_monochrome(bool value) { monochrome_ = value; } argument
41 void set_padding(const gfx::Insets& value) { padding_ = value; } argument
H A Dextension_info_private_api_chromeos.cc38 std::string value; local
39 if (GetValue(property_name, &value))
40 result->Set(property_name, Value::CreateStringValue(value));
48 std::string* value) {
49 value->clear();
52 system->GetMachineStatistic(kPropertyHWID, value);
56 (*value) = netlib->GetCellularHomeCarrierId();
47 GetValue(const std::string& property_name, std::string* value) argument
H A Dextension_override_apitest.cc31 std::string value; local
32 if (!values->GetString(i, &value))
35 if (seen_overrides.find(value) != seen_overrides.end())
38 seen_overrides.insert(value);
H A Dextension_tts_api_util.cc21 Value* value; local
22 if (!dict->Get(key, &value))
25 if (value->IsType(Value::TYPE_INTEGER)) {
30 } else if (value->IsType(Value::TYPE_DOUBLE)) {

Completed in 557 milliseconds

<<11121314151617181920>>