OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allows
(Results
1676 - 1700
of
8470
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/junit/src/org/junit/rules/
ExpectedException.java
14
* The ExpectedException Rule
allows
in-test specification of expected exception
/external/junit/src/org/junit/runners/
Suite.java
18
* Using <code>Suite</code> as a runner
allows
you to manually
/external/kernel-headers/original/asm-arm/
signal.h
83
* SA_ONSTACK
allows
alternate signal stacks (see sigaltstack(2)).
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
ShortNumberUtil.java
54
return matchesEmergencyNumberHelper(number, regionCode, true /*
allows
prefix match */);
/external/libvorbis/
CHANGES
43
* New ov_read_filter() vorbisfile call
allows
filtering decoded
/external/libvorbis/doc/vorbisenc/
vorbis_encode_setup_managed.html
23
allows
an application to make further encode setup tweaks using <a
vorbis_encode_setup_vbr.html
24
allows
an application to make further encode setup tweaks using <a
/external/libvorbis/lib/
analysis.c
44
itself figure out what soft mode to use. This
allows
easier
codec_internal.h
96
/* Vorbis supports only short and long blocks, but
allows
the
/external/libvpx/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm
34
; 13-bit data that is in the range of [-4096, 4095]. This
allows
to
/external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c
62
*
allows
us to use _mm_cmpgt_epi8, which operates on signed byte. */
/external/libvpx/libvpx/vpx/
vpx_codec.h
13
* This abstraction
allows
applications to easily support multiple video
391
* This macro
allows
for type safe conversions across the variadic parameter
404
* This macro
allows
for type safe conversions across the variadic parameter
445
* This macro
allows
for type safe conversions across the variadic parameter
/external/libvpx/libvpx/vpx_mem/memory_manager/include/
heapmm.h
97
**
allows
me to avoid including cavl_if.h in this external header. */
/external/linux-tools-perf/
design.txt
230
The 'comm' bit
allows
tracking of process comm data on process creation.
233
The 'pid' parameter to the perf_event_open() system call
allows
the
244
The 'cpu' parameter
allows
a counter to be made specific to a CPU:
261
The 'group_fd' parameter
allows
counter "groups" to be set up. A
/external/linux-tools-perf/util/
levenshtein.c
32
* This implementation
allows
the costs to be weighted:
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml
53
using 'external' in the module
allows
direct calls into
/external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt
49
A "thread-id" field on every instruction that
allows
the static
2001-04-16-DynamicCompilation.txt
44
solution to these problems. Its design
allows
the large body of platform
/external/llvm/include/llvm/ADT/
IntEqClasses.h
81
/// uncompress - Change back to the uncompressed representation that
allows