/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/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/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);
|
/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),
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 58 * Finds all samples projects in set SDK and verify they can be built in Eclipse. 73 String path = target.getPath(IAndroidTarget.SAMPLES); 74 File samples = new File(path); local 75 if (samples.isDirectory()) { 76 File[] files = samples.listFiles(); 112 state.packageName = "com.android.samples";
|
/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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SdkSelectionPage.java | 196 * Updates the list of all samples for the given target SDK. 201 // Keep the name of the old selection (if there were any samples) 204 mValues.samples.clear(); 208 // Get the sample root path and recompute the list of samples 209 String samplesRootPath = target.getPath(IAndroidTarget.SAMPLES); 212 findSamplesManifests(root, root, null, null, mValues.samples); 216 // Parse the extras to see if we can find samples that are 230 path, path, name, target.getVersion(), mValues.samples); 235 path, path, name, target.getVersion(), mValues.samples); 239 if (mValues.samples.isEmpty()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
ApiDemosRenderingTest.java | 177 String path = target.getPath(IAndroidTarget.SAMPLES); 178 File samples = new File(path); local 179 if (samples.isDirectory()) { 180 File[] files = samples.listFiles();
|
/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,
|
webgraphicscontext3d_command_buffer_impl.cc | 320 attribs.push_back(SAMPLES); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.idl | 210 const GLenum SAMPLES = 0x80A9; [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |