Home
last modified time | relevance | path

Searched refs:steal (Results 1 – 24 of 24) sorted by relevance

/external/netperf/src/
Dnetcpu_procstat.c56 uint64_t steal; member
189 (unsigned long long *)&res[i].steal, in get_cpu()
203 (unsigned long long)res[i].steal, in get_cpu()
292 diff.steal = in calc_cpu_util_internal()
293 tick_subtract(lib_start_count[i].steal, lib_end_count[i].steal); in calc_cpu_util_internal()
299 + diff.hard_irq + diff.soft_irq + diff.steal in calc_cpu_util_internal()
333 (unsigned long long)diff.steal, in calc_cpu_util_internal()
/external/libdrm/tests/kms/
DMakefile.am24 kms-steal-crtc \
28 kms-steal-crtc \
32 kms_steal_crtc_SOURCES = kms-steal-crtc.c
/external/kernel-headers/original/uapi/asm-x86/asm/
Dkvm_para.h45 __u64 steal; member
/external/libdrm/
D.gitignore97 tests/kms/kms-steal-crtc
/external/hyphenation-patterns/es/
DNOTICE29 % to steal parts of his work without restrictions. For his
Dhyph-es.lic.txt37 % to steal parts of his work without restrictions. For his
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h277 void steal(DelayedDiagnosticPool &pool) { in steal() function
/external/linux-kselftest/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt3 here is to steal the initrd file used on your Linux laptop, Ubuntu in
/external/clang/lib/Parse/
DRAIIObjectsForParser.h120 DiagnosticPool.steal(other->DiagnosticPool); in ParsingDeclRAIIObject()
/external/python/cpython2/Doc/c-api/
Dsequence.rst88 not* steal a reference to *v*.
Dintro.rst200 Few functions steal references; the two notable exceptions are
201 :c:func:`PyList_SetItem` and :c:func:`PyTuple_SetItem`, which steal a reference
203 functions were designed to steal a reference because of a common idiom for
Dinit.rst754 function does not steal any references to *exc*. To prevent naive misuse, you
/external/llvm/test/CodeGen/X86/
Dcrash.ll397 ; InstrEmitter::EmitSubregNode() may steal virtual registers from already
/external/libvncserver/
DREADME271 for libraries implementing a VNC server where I could steal what I can't make.
/external/autotest/docs/
Dbest-practices.md124 Lie, cheat and steal to keep your tests in pure python. It will be easier to
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_klex.pkb1086 …)KL!IM'Jstaye��������������������������������������������steak)KL!=Csteal0steepAstewar…
/external/bison/
DNEWS1474 - #defining yyerror to steal internal variables is discouraged.
1587 Some people redefine yyerror to steal yyparse' private variables.
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt261 偸>'[to steal]';
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt6387 䚑 < to\-steal\-a\-glance;
7748 䙻 < to\-steal\-a\-look;
11994 覸 < steal\-look;
14284 偷 < to\-steal;
19552 盜竊 < steal;
34254 盜竊 > steal;
34475 偷竊 > steal;
40234 䚑 > to\-steal\-a\-glance;
41136 䙻 > to\-steal\-a\-look;
44078 覸 > steal\-look;
[all …]
/external/brotli/tests/testdata/
Dasyoulik.txt914 ROSALIND But, cousin, what if we assay'd to steal
978 Did steal behind him as he lay along
/external/clang/lib/Sema/
DSemaDeclAttr.cpp6466 curPool->steal(pool); in redelayDiagnostics()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/
Den-US_lexpos.utf4799 V "steal" :G2P
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS12128 frozenset; but it does not steal a reference to the added item.