OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAMPLE
(Results
1 - 3
of
3
) sorted by null
/external/pixman/pixman/
pixman-filter.c
192
#define
SAMPLE
(a1, a2) \
199
s =
SAMPLE
(x1, x2);
206
s += 2 *
SAMPLE
(a1, a2);
209
s += 4 *
SAMPLE
(a1, a2);
212
s +=
SAMPLE
(x1 + width, x2 + width);
221
pixman_kernel_t
sample
,
230
size = scale * filters[
sample
].width + filters[reconstruct].width;
246
/*
Sample
convolution of reconstruction and sampling
248
* and
sample
positions.
260
double slow = pos - scale * filters[
sample
].width / 2.0
[
all
...]
/external/oprofile/libop/
op_xml_out.h
40
SUMMARY,
SAMPLE
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java
47
/** The mode to run the wizard in: creating test, or
sample
, or plain project */
52
* to by the {@link #projectLocation} or in the case of
sample
projects, the
102
* The pair is (String:
sample
display name => File:
sample
directory).
106
/** Path to the currently chosen
sample
*/
186
if (mode == Mode.
SAMPLE
) {
332
// operating in the create-from-
sample
mode -- since the available
sample
list
373
// Or last attempt, try to match a
sample
project location and use it
394
/** Create a
sample
project. Testing options are not presented. *
[
all
...]
Completed in 34 milliseconds