/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 70 const char* prop_value; in grpc_auth_json_key_create_from_json() local 80 prop_value = grpc_json_get_string_property(json, "type"); in grpc_auth_json_key_create_from_json() 81 if (prop_value == nullptr || in grpc_auth_json_key_create_from_json() 82 strcmp(prop_value, GRPC_AUTH_JSON_TYPE_SERVICE_ACCOUNT)) { in grpc_auth_json_key_create_from_json() 95 prop_value = grpc_json_get_string_property(json, "private_key"); in grpc_auth_json_key_create_from_json() 96 if (prop_value == nullptr) { in grpc_auth_json_key_create_from_json() 100 success = BIO_puts(bio, prop_value); in grpc_auth_json_key_create_from_json() 101 if ((success < 0) || (static_cast<size_t>(success) != strlen(prop_value))) { in grpc_auth_json_key_create_from_json()
|
/external/oj-libjdwp/src/share/back/ |
D | transport.c | 277 char* prop_value = (value == NULL) ? "" : value; in setTransportProperty() local 278 setAgentPropertyValue(env, "sun.jdwp.listenerAddress", prop_value); in setTransportProperty() 446 char* prop_value; in transport_startTransport() local 482 prop_value = (char*)jvmtiAllocate(len); in transport_startTransport() 483 strcpy(prop_value, name); in transport_startTransport() 484 strcat(prop_value, ":"); in transport_startTransport() 485 strcat(prop_value, retAddress); in transport_startTransport() 486 setTransportProperty(getEnv(), prop_value); in transport_startTransport() 487 jvmtiDeallocate(prop_value); in transport_startTransport()
|
/external/grpc-grpc/src/core/lib/security/util/ |
D | json_util.cc | 48 const char* prop_value = grpc_json_get_string_property(json, prop_name); in grpc_copy_json_string_property() local 49 if (prop_value == nullptr) return false; in grpc_copy_json_string_property() 50 *copied_value = gpr_strdup(prop_value); in grpc_copy_json_string_property()
|
/external/perfetto/src/profiling/memory/ |
D | malloc_hooks.cc | 201 std::string prop_value; in ReadSystemProperty() local 204 return prop_value; // empty in ReadSystemProperty() 209 std::string* prop_value = reinterpret_cast<std::string*>(cookie); in ReadSystemProperty() local 210 *prop_value = value; in ReadSystemProperty() 212 &prop_value); in ReadSystemProperty() 213 return prop_value; in ReadSystemProperty()
|
/external/libkmsxx/kms++/src/ |
D | drmpropobject.cpp | 40 uint64_t prop_value = props->prop_values[i]; in refresh_props() local 42 m_prop_values[prop_id] = prop_value; in refresh_props()
|
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/ |
D | oauth2_credentials.cc | 45 const char* prop_value; in grpc_auth_refresh_token_create_from_json() local 55 prop_value = grpc_json_get_string_property(json, "type"); in grpc_auth_refresh_token_create_from_json() 56 if (prop_value == nullptr || in grpc_auth_refresh_token_create_from_json() 57 strcmp(prop_value, GRPC_AUTH_JSON_TYPE_AUTHORIZED_USER)) { in grpc_auth_refresh_token_create_from_json()
|
/external/autotest/client/cros/networking/ |
D | shill_xmlrpc_server.py | 347 prop_value = self._wifi_proxy.get_dbus_property( 349 return self._wifi_proxy.dbus2primitive(prop_value)
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 1351 def set_manager_property(self, prop_name, prop_value): argument 1361 prop_value)
|
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 6960 int prop_type, prop_value; in compile_branch() local 6969 prop_value = previous[2]; in compile_branch() 6975 prop_type = prop_value = -1; in compile_branch() 7054 *code++ = prop_value; in compile_branch() 7091 *code++ = prop_value; in compile_branch()
|
/external/v8/src/ |
D | objects.cc | 2171 Handle<Object> prop_value; in FastAssign() local 2178 prop_value = handle(descriptors->GetStrongValue(i), isolate); in FastAssign() 2182 prop_value = JSObject::FastPropertyAt(from, representation, index); in FastAssign() 2186 isolate, prop_value, in FastAssign() 2200 isolate, prop_value, Object::GetProperty(&it), Nothing<bool>()); in FastAssign() 2206 Object::SetProperty(&it, prop_value, LanguageMode::kStrict, in FastAssign() 2221 CHECK(JSObject::CreateDataProperty(&it, prop_value, kThrowOnError) in FastAssign() 2259 Handle<Object> prop_value; in SetOrCopyDataProperties() local 2261 isolate, prop_value, in SetOrCopyDataProperties() 2269 Runtime::SetObjectProperty(isolate, target, next_key, prop_value, in SetOrCopyDataProperties() [all …]
|