OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAMPLES
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/tools/
generate-trig-table.py
35
SAMPLES
= 1800
52
const int TrigonometricLookupTable::kSamples = %(
samples
)i;
62
interval = pi_half /
SAMPLES
65
table_size =
SAMPLES
+ 2
77
'
samples
':
SAMPLES
,
79
'samples_over_pi_half': repr(
SAMPLES
/ pi_half)
/external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js
29
var
SAMPLES
= "
samples
.json";
43
// List of Chrome extension
samples
.
44
var
samples
;
variable
133
if (pageName.toLowerCase() == "
samples
") {
149
// If we're rendering the
samples
directory, fetch the
samples
manifest.
150
fetchContent(
SAMPLES
, function(sampleManifest) {
152
samples
= data.
samples
;
[
all
...]
/external/icu4c/test/perf/howExpensiveIs/
sieve.cpp
195
#define
SAMPLES
50
196
uint32_t
samples
=
SAMPLES
;
local
197
double times[
SAMPLES
];
199
for(int i=0;i<
SAMPLES
;i++) {
202
printf("sieve: %d/%d: %.9f\n", i,
SAMPLES
, times[i]);
206
meanSieveTime = uprv_getMeanTime(times, &
samples
,&meanSieveME);
/external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h
236
WGC3Dsizei
samples
);
519
WGC3Denum target, WGC3Dsizei
samples
, WGC3Denum internalformat,
653
SAMPLES
= 0x3031,
/external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc
144
const int32
SAMPLES
= 0x3031;
176
if (attribs.
samples
>= 0) {
177
attrib_vector.push_back(
SAMPLES
);
178
attrib_vector.push_back(attribs.
samples
);
306
samples
(-1),
/external/chromium_org/third_party/opus/src/tests/
test_opus_encode.c
51
#define
SAMPLES
(48000*30)
52
#define SSAMPLES (
SAMPLES
/3)
218
inbuf=(short *)malloc(sizeof(short)*
SAMPLES
*2);
219
outbuf=(short *)malloc(sizeof(short)*
SAMPLES
*2);
223
generate_music(inbuf,
SAMPLES
);
227
fwrite(inbuf, 1,
SAMPLES
*2*2, foo);
348
opus_int32 offset=i%(
SAMPLES
-MAX_FRAME_SAMP);
397
}while(i<
SAMPLES
*4);
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
Completed in 155 milliseconds