OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:valid_input
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tools/aapt2/text/
Unicode_test.cpp
29
std::u32string
valid_input
= U"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ?ø";
local
30
EXPECT_THAT(
valid_input
, Each(ResultOf(IsXidStart, Eq(true))));
37
std::u32string
valid_input
= U"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890_?ø";
local
38
EXPECT_THAT(
valid_input
, Each(ResultOf(IsXidContinue, Eq(true))));
/external/ltp/testcases/kernel/power_management/
runpwtests06.sh
28
valid_input
="0 1"
39
check_input "${
valid_input
}" valid $test_file
runpwtests02.sh
40
check_input "${
valid_input
}" valid $test_file
runpwtests01.sh
41
check_input "${
valid_input
}" valid $test_file
pm_include.sh
165
export
valid_input
="0 1" ;;
166
*) export
valid_input
="0 1 2" ;;
/external/nfacct/
nfacct.c
160
static int
valid_input
(struct nl_msg *msg, void *arg)
function
239
nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM,
valid_input
, NULL);
477
nl_socket_modify_cb(handle, NL_CB_VALID, NL_CB_CUSTOM,
valid_input
, NULL);
Completed in 548 milliseconds