/hardware/bsp/intel/peripheral/libupm/examples/java/ |
BuzzerSample.java | 38 int chord[] = { local 53 for (int i = 0; i < chord.length; i++) { 55 int note = sound.playSound(chord[i], 1000000);
|
Buzzer_soundSample.java | 38 int chord[] = { local 54 for (int i = 0; i < chord.length; i++) { 56 int note = sound.playSound( chord[i], 1000000);
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
buzzer-sound.cxx | 34 int chord[] = { DO, RE, MI, FA, SOL, LA, SI, DO, SI }; local 44 std::cout << sound->playSound(chord[chord_ind], 1000000) << std::endl;
|
/developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/ |
Utils.java | 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local 210 int leftRightInset = (int) ((width - chord) / 2);
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/ |
Utils.java | 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local 210 int leftRightInset = (int) ((width - chord) / 2);
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
Utils.java | 209 double chord = Math.sqrt(Math.pow(radius, 2) - Math.pow(apothem, 2)) * 2; local 210 int leftRightInset = (int) ((width - chord) / 2);
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gdidevice.cpp | 371 CFX_ArcF chord;
local 372 chord.Set(rect, startAngle, sweepAngle);
374 path.AddChord(chord);
487 CFX_ArcF chord;
local 488 chord.Set(rect, startAngle, sweepAngle);
490 path.AddChord(chord);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
bezier.c | 138 VGfloat chord; /* chord length */ local 144 chord = line_length(bez->x1, bez->y1, bez->x4, bez->y4); 146 if ((len-chord) > error) {
|
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2.jar | |
/external/chromium-trace/catapult/tracing/third_party/d3/ |
d3.min.js | [all...] |