Searched refs:values (Results 101 - 119 of 119) sorted by relevance

12345

/haiku/src/apps/haikudepot/model/
H A DModel.cpp952 Model::AddRatingStabilities(std::vector<RatingStabilityRef>& values) argument
955 for (it = values.begin(); it != values.end(); it++)
1014 Model::AddCategories(std::vector<CategoryRef>& values) argument
1017 for (it = values.begin(); it != values.end(); it++)
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageSettings.cpp232 error = _AddPackageSettingsItem(parameter.values[0],
/haiku/src/apps/haikudepot/build/scripts/
H A Dhdsjsonschemacommon.py29 # The possible C++ default values
144 result = list(assembly.values())
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c1733 // 87 values from 0.0dB to -xdB (-0.75dB each)
1752 emuxki_gpr_set(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1762 gpr->mute = (values[0] == 1.0);
1769 values[i] = gpr->current[i];
1773 if (values[i]>gpr->max_gain || values[i]<gpr->min_gain)
1775 index = values[i] / gpr->granularity;
1779 LOG(("emuxki_set_gpr values[i]: %g \n", values[i]));
1791 emuxki_gpr_get(emuxki_dev *card, emuxki_gpr *gpr, int32 type, float *values) argument
1833 float values[2]; local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1865 // We only want to save previous values if we've continued
1867 // Otherwise, we'll overwrite our previous values simply
1899 // request loading the parameter and variable values
2424 // request the values of all children that don't have any yet
2427 // children's values.
2434 // request the values
2932 StackFrameValues* values = NULL; local
2941 values = viewState->Values();
2942 valuesReference.SetTo(values);
2949 if (values
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c152 used. To access the values we have to redefine the _NL_CURRENT
157 (current->values[_NL_ITEM_INDEX (item)].string)
H A Dstrtod.c79 used. To access the values we have to redefine the _NL_CURRENT
84 (current->values[_NL_ITEM_INDEX (item)].string)
/haiku/src/tests/kits/shared/
H A DDriverSettingsMessageAdapterTest.cpp112 // bool values
129 // int32 values
134 // string values
242 const char* value = parameter.values[index];
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp312 // parameter found, now get its values
313 int32 width = strtol(parameter.values[0], NULL, 0);
314 int32 height = strtol(parameter.values[1], NULL, 0);
315 int32 depth = strtol(parameter.values[2], NULL, 0);
/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyTestcase.cpp19 /* The following constants define unique values (values which are not used
20 in the BPropertyInfo instances constructed) and common values (values
167 struct value_info *values; member in struct:property_tests
587 propTest = new BPropertyInfo(theTests[i].props, theTests[i].values);
588 TestProperty(propTest, theTests[i].props, theTests[i].values,
595 valuePtr = DuplicateValues(theTests[i].values, theTests[i].value_count);
597 TestProperty(propTest, theTests[i].props, theTests[i].values,
606 TestProperty(propTest, theTests[i].props, theTests[i].values,
[all...]
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp315 // The following values are supposed to be printed as empty strings,
317 int values[5] = { fMin, fMax, fWarn, fInactive, fExpiration }; local
319 if (values[i] >= 0)
320 fprintf(file, "%d", values[i]);
/haiku/headers/private/audio/
H A Dhmulti_audio.h71 /* sample rate values */
72 /* various fixed sample rates we support (for hard-sync clocked values) */
97 /* format values */
140 /* interface_flags values */
146 /* "Soft" buffers means you can change the pointer values and the driver will still be happy. */
195 /* designation values */
228 /* connector values */
447 values;
536 /* possible flags values for what is available (in and out) */
/haiku/headers/private/kernel/util/
H A DVector.h84 inline static void _MoveItems(Value *values, int32 offset, int32 count);
/haiku/headers/private/userlandfs/shared/
H A DVector.h80 inline static void _MoveItems(Value *values, int32 offset, int32 count);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp140 // check values
382 // The following values are allowed:
394 // all values are IP addresses, so parse the address here
395 if (strcasecmp(requests->parameters[index].values[0], "auto")) {
396 address = inet_addr(requests->parameters[index].values[0]);
813 // append additional values to the nak
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c853 kinet_aton(p->parameters[j].values[0], &nbd_devices[i].server.sin_addr);
854 nbd_devices[i].server.sin_port = htons(atoi(p->parameters[j].values[1]));
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp22 // dprintf is defined twice with different return values, once with
1446 if (!LoadModule(settings->parameters[index].values[0],
1479 if (!LoadModule(settings->parameters[index].values[value_id],
/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h52 void TestList(List &list, typename List::ValueType *values, int valueCount);
940 // find the values in the set
951 // try to find some random values
1002 // find the values in the set
1022 // try to find some random values
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex133 Therefore two values have to be known: The size of the actual ELF file and the

Completed in 177 milliseconds

12345