Home
last modified time | relevance | path

Searched +defs:val +defs:choice (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/libcups/cups/
H A Dppd-mark.c55 const char *val, /* Pointer into value */ in cupsMarkOptions() local
367 const char *choice) /* I - Name of choice */ in ppdFindChoice()
474 const char *choice) /* I - Choice name */ in ppdIsMarked()
543 const char *choice) /* I - Option name */ in ppdMarkOption()
624 choice[PPD_MAX_NAME], /* Current choice/value */ in _ppdParseOptions() local
769 const char *choice) /* I - Choice name */ in ppd_mark_option()
917 *val; /* Value */ in ppd_mark_option() local
/aosp_15_r20/external/libcups/filter/
H A Drastertolabel.c153 ppd_choice_t *choice; /* Marked choice */ in StartPage() local
248 double val = atof(choice->choice); in StartPage() local
440 int val; /* Option value */ in EndPage() local
441 ppd_choice_t *choice; /* Marked choice */ in EndPage() local
H A Dpstops.c2296 const char *val; /* Option value */ in set_pstops_options() local
2300 ppd_choice_t *choice; /* PPD choice */ in set_pstops_options() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
H A DTableDrivenMarshal.c373 UINT32 val; in Unmarshal() local
430 UINT32 val; in Unmarshal() local
490 UINT32 val; in Unmarshal() local
581 UINT32 choice; in Unmarshal() local
813 UINT32 choice; in Marshal() local
841 INT32 val = (int32_t)*((UINT16 *)source); in Marshal() local
/aosp_15_r20/external/toybox/toys/pending/
H A Dfdisk.c98 uint32_t val = SWAP_LE32(value); in set_levalue() local
198 uint32_t val; in swap_le32toh() local
551 int val; in read_hex() local
635 int val; in ask_partition() local
728 uint32_t val; in ask_value() local
1001 int choice, idx, i, free_part = 0; in add_new_partition() local
1326 int choice, idx; in expert_menu() local
1466 int choice, p; in fdisk_main() local
H A Dxzcat.c118 static void put_unaligned_le32(unsigned val, char *buf) in put_unaligned_le32()
126 static void put_unaligned_be32(unsigned val, char *buf) in put_unaligned_be32()
925 uint16_t choice; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultinomialKernel.cu55 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
108 scalar_t val) { in binarySearchForMultinomial()
176 int choice = binarySearchForMultinomial<scalar_t>( in sampleMultinomialWithReplacement() local
213 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
267 accscalar_t val = accZero; in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/external/ltp/include/
H A Dtst_kconfig.h22 char choice; member
23 char *val; member
/aosp_15_r20/external/ltp/lib/
H A Dtst_kconfig.c152 const char *val; in kconfig_parse_line() local
440 const char *val = strnchr(expr->tok, '=', expr->tok_len); in map() local
449 char choice = 'v'; in map() local
527 int val = tst_bool_expr_eval(exprs[i], map); in tst_kconfig_check() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dsymbol.c122 long long val, val2; in sym_validate_range() local
486 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
505 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
610 long long val; in sym_string_within_range() local
652 char *val; in sym_set_string_value() local
710 tristate val; in sym_get_string_default() local
779 tristate val; in sym_get_string_value() local
1178 static struct symbol *sym_check_choice_deps(struct symbol *choice) in sym_check_choice_deps()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_blend_equation_advanced.c365 enum gl_advanced_blend_mode choice = (enum gl_advanced_blend_mode)u_bit_scan(&choices); in calc_blend_result() local
368 nir_def *val = NULL; in calc_blend_result() local
457 …nir_def *val = nir_fadd(b, nir_fadd(b, nir_load_var(b, p0), nir_load_var(b, p1)), nir_load_var(b, … in calc_blend_result() local
573 nir_def *val = swizzle(&b, nir_load_var(&b, result_dest), i, 1); in gl_nir_lower_blend_equation_advanced() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc143 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
195 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
211 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
270 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
302 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
309 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
517 bssl::UniquePtr<ASN1_TIME> choice(ASN1_TIME_set(nullptr, t.time)); in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_test.cc143 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
195 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
211 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
270 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
302 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
309 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
517 bssl::UniquePtr<ASN1_TIME> choice(ASN1_TIME_set(nullptr, t.time)); in TEST() local
/aosp_15_r20/external/boringssl/src/crypto/asn1/
H A Dasn1_test.cc597 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
651 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
667 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
760 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
791 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
798 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
1061 bssl::UniquePtr<ASN1_TIME> choice(ASN1_TIME_set_posix(nullptr, t.time)); in TEST() local
2024 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
2063 bssl::UniquePtr<BASIC_CONSTRAINTS> val(static_cast<BASIC_CONSTRAINTS *>( in TEST() local
2863 CHOICE_TYPE *choice; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/
H A Dasn1_test.cc597 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
651 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, t.der.size())); in TEST() local
667 bssl::UniquePtr<ASN1_TYPE> val(d2i_ASN1_TYPE(nullptr, &ptr, sizeof(kDER))); in TEST() local
760 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
791 bssl::UniquePtr<ASN1_BIT_STRING> val( in TEST() local
798 bssl::UniquePtr<ASN1_BIT_STRING> val(ASN1_BIT_STRING_new()); in TEST() local
1061 bssl::UniquePtr<ASN1_TIME> choice(ASN1_TIME_set_posix(nullptr, t.time)); in TEST() local
2024 bssl::UniquePtr<BASIC_CONSTRAINTS> val(BASIC_CONSTRAINTS_new()); in TEST() local
2063 bssl::UniquePtr<BASIC_CONSTRAINTS> val(static_cast<BASIC_CONSTRAINTS *>( in TEST() local
2863 CHOICE_TYPE *choice; member
/aosp_15_r20/external/libcups/systemv/
H A Dlpadmin.c54 *val; /* Pointer to allow/deny value */ in main() local
1228 ppd_choice_t *choice; /* Marked choice */ in set_printer_options() local
/aosp_15_r20/external/rust/android-crates-io/crates/fastrand/src/
Dlib.rs504 pub fn choice<I>(&mut self, iter: I) -> Option<I::Item> in choice() method
685 let mut val = self.u32(0..=range) + low as u32; in char() localVariable
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DWorkspace.java1046 int choice = chooser.showSaveDialog(sceneView); in captureLayers() local
1087 int choice = chooser.showSaveDialog(sceneView); in saveSceneAsImage() local
1404 int val = zoomSlider.getValue(); in mouseWheelMoved() local
H A DScreenViewer.java121 int val = zoomSlider.getValue(); in mouseWheelMoved() local
206 int choice = chooser.showOpenDialog(this); in openOverlay() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DPick.java460 private static final WeightedIndex choice = field in Pick.Morph
621 ArrayList val = (ArrayList) failures.get(index); in isFailure() local
629 ArrayList val = (ArrayList) failures.get(index); in setFailure() local
/aosp_15_r20/external/libcups/scheduler/
H A Dprinters.c3850 ppd_choice_t *choice; /* Current PPD choice */ in load_ppd() local
3859 _ipp_value_t *val; /* Attribute value */ in load_ppd() local
H A Dipp.c1208 const char *val; /* Default option value */ in add_job() local
4463 choice[PPD_MAX_NAME]; /* Choice name */ in copy_model() local
4691 const char *val; /* Default option value */ in copy_model() local
8340 char *choice, /* O - Choice name */ in ppd_parse_line()
/aosp_15_r20/external/flatbuffers/tests/
H A Dtest.cpp1459 flatbuffers::voffset_t voffset, T val) { in CompareTableFieldValue()
1588 int choice = lcg_rand() % test_values_max; in FuzzTest1() local
1618 int choice = lcg_rand() % test_values_max; in FuzzTest1() local
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dwmediumd.c530 double choice = drand48(); in queue_frame() local
2029 uint8_t val, pad[3]; in init_pcapng() member
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDmonkeyrunner.jar ... .common.base.Predicate { final synthetic Runnable val$run final synthetic com.android.monkeyrunner. ...

12345678910>>...13