OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qinf
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/tests/
queue-test.c
245
QueueInfo *
qinf
= RANDOM_QUEUE();
local
246
GQueue *q =
qinf
->queue;
249
g_assert (
qinf
->head == q->head);
250
g_assert (
qinf
->tail == q->tail);
251
g_assert (
qinf
->length == q->length);
257
if (g_queue_is_empty (
qinf
->queue))
277
g_assert (
qinf
->length == q->length);
278
g_assert (
qinf
->length == l);
283
g_assert (
qinf
->tail == q->head);
284
g_assert (
qinf
->head == q->tail)
[
all
...]
/external/webkit/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated.cpp
47
DEFINE_TEST_VALUE(QScriptValue(
qInf
()));
48
DEFINE_TEST_VALUE(QScriptValue(-
qInf
()));
75
DEFINE_TEST_VALUE(QScriptValue(0,
qInf
()));
76
DEFINE_TEST_VALUE(QScriptValue(0, -
qInf
()));
103
DEFINE_TEST_VALUE(QScriptValue(engine,
qInf
()));
104
DEFINE_TEST_VALUE(QScriptValue(engine, -
qInf
()));
162
<< "QScriptValue(
qInf
())"
163
<< "QScriptValue(-
qInf
())"
190
<< "QScriptValue(0,
qInf
())"
191
<< "QScriptValue(0, -
qInf
())"
[
all
...]
/external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h
495
return
qInf
();
Completed in 190 milliseconds