OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cinput
(Results
1 - 4
of
4
) sorted by null
/external/openssh/openbsd-compat/
fmt_scaled.c
257
char *
cinput
= "1.5K", buf[FMT_SCALED_STRSIZE];
local
260
if (scan_scaled(
cinput
, &result) == 0)
261
printf("\"%s\" -> %lld\n",
cinput
, result);
263
perror(
cinput
);
/art/runtime/base/
transform_array_ref_test.cc
164
const std::vector<ValueHolder>&
cinput
= input;
local
166
auto ctaref = MakeTransformArrayRef(
cinput
, ref);
190
ASSERT_EQ(
cinput
.size(), ctaref.size());
191
ASSERT_EQ(
cinput
.empty(), ctaref.empty());
192
ASSERT_EQ(
cinput
.front().value, ctaref.front());
193
ASSERT_EQ(
cinput
.back().value, ctaref.back());
195
for (size_t i = 0; i !=
cinput
.size(); ++i) {
196
ASSERT_EQ(
cinput
[i].value, ctaref[i]);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh
303
cinput
=`cd ${INPUT}; ${PWDCMD}`
307
if [ ${full_dest_dir} = ${
cinput
} ]; then
316
elif expr ${full_dest_dir} : "${
cinput
}/.*" > /dev/null; then
318
y=`echo ${full_dest_dir} | sed -n "s&${
cinput
}/&&p"`
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh
303
cinput
=`cd ${INPUT}; ${PWDCMD}`
307
if [ ${full_dest_dir} = ${
cinput
} ]; then
316
elif expr ${full_dest_dir} : "${
cinput
}/.*" > /dev/null; then
318
y=`echo ${full_dest_dir} | sed -n "s&${
cinput
}/&&p"`
Completed in 707 milliseconds