Searched defs:datatype (Results 1 - 12 of 12) sorted by relevance

/external/dropbear/
H A Dcli-channel.c37 unsigned int datatype; local
48 datatype = buf_getint(ses.payload);
50 if (datatype != SSH_EXTENDED_DATA_STDERR) {
51 TRACE(("leave recv_msg_channel_extended_data: wrong datatype: %d",
52 datatype))
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc461 // Only look for a match if we have at least one enabled datatype in
491 syncable::ModelType datatype) {
496 synced_datatypes.insert(datatype);
503 syncable::ModelTypeFromInt(datatype));
505 synced_datatypes.insert(syncable::ModelTypeFromInt(datatype));
508 AwaitSyncCycleCompletion("Waiting for datatype configuration.");
509 VLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
510 << syncable::ModelTypeToString(datatype) << " on Client " << id_;
512 VLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
513 << syncable::ModelTypeToString(datatype) << " o
490 EnableSyncForDatatype( syncable::ModelType datatype) argument
518 DisableSyncForDatatype( syncable::ModelType datatype) argument
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc24 void AddDefaultExtensionValue(syncable::ModelType datatype, argument
26 switch (datatype) {
143 // This is an item of a datatype we can't understand. Maybe it's
146 NOTREACHED() << "Unknown datatype in sync proto.";
H A Dsyncable_unittest.cc1291 ModelType datatype = ModelTypeFromInt(i); local
1292 SCOPED_TRACE(testing::Message("Testing model type ") << datatype);
1293 switch (datatype) {
1301 AddDefaultExtensionValue(datatype, &specifics);
1312 ASSERT_EQ(datatype, folder.GetModelType());
1321 ASSERT_EQ(datatype, item.GetModelType());
1323 // It's critical that deletion records retain their datatype, so that
1332 ASSERT_EQ(datatype, deleted_item.GetModelType());
1341 ASSERT_EQ(datatype, server_folder.GetServerModelType());
1350 ASSERT_EQ(datatype, server_ite
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c412 MPI_Datatype datatype,
416 int err = PMPI_Get_count(status, datatype, &n);
990 void check_mem_is_defined ( char* buffer, long count, MPI_Datatype datatype )
992 walk_type_array( check_mem_is_defined_untyped, buffer, datatype, count );
1001 void check_mem_is_addressable ( void *buffer, long count, MPI_Datatype datatype )
1003 walk_type_array( check_mem_is_addressable_untyped, buffer, datatype, count );
1011 void make_mem_defined_if_addressable ( void *buffer, int count, MPI_Datatype datatype )
1014 buffer, datatype, count );
1020 MPI_Datatype datatype )
1023 make_mem_defined_if_addressable(buffer, count, datatype);
411 count_from_Status( int* recv_count, MPI_Datatype datatype, MPI_Status* status) argument
1057 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1071 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1075 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1079 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1083 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1094 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1171 MPI_Datatype datatype; member in struct:__anon12783
1370 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1387 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1392 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1397 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1402 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1415 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1802 PMPI_Pack( void* inbuf, int incount, MPI_Datatype datatype, void* outbuf, int outsize, int* position, MPI_Comm comm ) argument
1851 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument
1906 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
2052 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2080 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]
/external/libmtp/src/
H A Dptp-pack.c630 PTPPropertyValue* value, uint16_t datatype
632 switch (datatype) {
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) argument
867 switch (datatype) {
1000 packedpropstypes[noitems]= propitr->datatype;
1003 packedpropslens[noitems] = ptp_pack_DPV (params, &propitr->propval, &packedprops[noitems], propitr->datatype);
1074 props[i].datatype = dtoh16a(data);
1079 ptp_unpack_DPV(params, data, &offset, len, &props[i].propval, props[i].datatype);
H A Dptp.c1018 PTPPropertyValue* value, uint16_t datatype)
1033 if (ret == PTP_RC_OK) ptp_unpack_DPV(params, dpv, &offset, len, value, datatype);
1040 PTPPropertyValue *value, uint16_t datatype)
1051 size=ptp_pack_DPV(params, value, &dpv, datatype);
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype
1733 if (datatype != PTP_DTC_STR) {
1740 switch (datatype) {
2474 PTPPropertyValue *value, uint16_t datatype
2489 ptp_unpack_DPV(params, data, &offset, size, value, datatype);
2509 PTPPropertyValue *value, uint16_t datatype
1017 ptp_getdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue* value, uint16_t datatype) argument
1039 ptp_setdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue *value, uint16_t datatype) argument
[all...]
H A Dlibmtp.h543 * The datatype specifying which of the above is used
545 LIBMTP_datatype_t datatype; member in struct:LIBMTP_allowed_values_struct
H A Dptp.h923 uint16_t datatype; member in struct:_MTPProperties
2106 PTPPropertyValue* value, uint16_t datatype);
2108 PTPPropertyValue* value, uint16_t datatype);
2118 PTPPropertyValue *value, uint16_t datatype);
2120 PTPPropertyValue *value, uint16_t datatype);
2413 PTPPropertyValue* value, uint16_t datatype);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4194 syncable::ModelType datatype = local
4196 if (datatype == syncable::UNSPECIFIED) {
4198 "Invalid datatype string: %s.", datatype_string.c_str()));
4201 sync_waiter_->EnableSyncForDatatype(datatype);
4203 "Enabling datatype: %s", datatype_string.c_str()));
4258 syncable::ModelType datatype = local
4260 if (datatype == syncable::UNSPECIFIED) {
4262 "Invalid datatype string: %s.", datatype_string.c_str()));
4265 sync_waiter_->DisableSyncForDatatype(datatype);
4267 "Disabling datatype
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... ant/tasks/ org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/dom4j/dom/ org/dom4j/dtd/ org/dom4j/io/ org ...
/external/jdiff/
H A Dxerces.jar ... xs/util/ org/apache/xerces/jaxp/ org/apache/xerces/jaxp/datatype/ org/apache/xerces/jaxp/validation/ org/apache/xerces/parsers/ org ...

Completed in 654 milliseconds