Searched defs:diamond (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/flot/
H A Djquery.flot.symbol.min.js10 symbol: "square" // or "diamond", "triangle", "cross"
14 */(function(e){function t(e,t,n){var r={square:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI)/2;e.rect(t-s,n-s,s+s,s+s)},diamond:function(e,t,n,r,i){var s=r*Math.sqrt(Math.PI/2);e.moveTo(t-s,n),e.lineTo(t,n-s),e.lineTo(t+s,n),e (…) method
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-virtual-inheritance.cpp264 namespace diamond { namespace
291 // CHECK-LABEL: define x86_thiscallcc void @"\01??1D@diamond@@UAE@XZ"(%"struct.diamond::D"*)
292 // CHECK: %[[ARG_i8:.*]] = bitcast %"struct.diamond::D"* %{{.*}} to i8*
294 // CHECK: %[[THIS:.*]] = bitcast i8* %[[THIS_i8]] to %"struct.diamond::D"*
295 // CHECK: store %"struct.diamond::D"* %[[THIS]], %"struct.diamond::D"** %[[THIS_VAL:.*]], align 4
296 // CHECK: %[[THIS:.*]] = load %"struct.diamond::D"** %[[THIS_VAL]]
297 // CHECK: %[[D_i8:.*]] = bitcast %"struct.diamond::D"* %[[THIS]] to i8*
299 // CHECK: %[[C:.*]] = bitcast i8* %[[C_i8]] to %"struct.diamond
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-var.cpp48 Diamond diamond,
57 Base &br5 = diamond; // expected-error{{ambiguous conversion from derived class 'Diamond' to base class 'Base':}}
46 bind_lvalue_to_lvalue(Base b, Derived d, const Base bc, const Derived dc, Diamond diamond, int i) argument
/external/chromium_org/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc1028 // F15 should work as Ctrl when --has-chromeos-diamond-key is not
1041 // --has-chromeos-diamond-key is not specified.
1089 IntegerPrefMember diamond; local
1090 diamond.Init(prefs::kLanguageRemapDiamondKeyTo, &prefs);
1091 diamond.SetValue(chromeos::input_method::kVoidKey);
1103 diamond.SetValue(chromeos::input_method::kControlKey);
1125 diamond.SetValue(chromeos::input_method::kAltKey);
1147 diamond.SetValue(chromeos::input_method::kCapsLockKey);

Completed in 338 milliseconds