Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/external/v8/test/mjsunit/
Dconst-declaration.js32 function g() { function
49 function g() { function
68 function g(s) { function
85 function g(s) { function
104 function g() { function
121 function g() { function
140 function g(s) { function
157 function g(s) { function
Dproperty-load-across-eval.js62 function g() { function
101 function g() { function
126 function g() { function
Darguments-load-across-eval.js36 function g() { function
54 function g() { function
73 function g() { function
Dreceiver-in-with-calls.js39 function g() { return this; }; function
45 function g() { return this; }; function
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
DECPublicKeySpec_ImplTest.java60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testECPublicKeySpec01() local
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testECPublicKeySpec02() local
120 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testECPublicKeySpec03() local
145 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testGetParams() local
171 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testGetW() local
DECPrivateKeySpec_ImplTest.java60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testECPrivateKeySpec01() local
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testECPrivateKeySpec02() local
121 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testGetParams() local
147 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L)); in testGetS() local
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp14.cpp4 template<class T> inline void g(T) { /* ... */ } in g() function
7 template<> void g<>(int) { /* ... */ } in g() function
17 void X<T>::g() { in g() function in X
34 template<> inline void X<int>::g() { } in g() function in X
/external/bouncycastle/src/main/java/org/bouncycastle/jce/spec/
DECNamedCurveSpec.java50 org.bouncycastle.math.ec.ECPoint g) in convertPoint()
58 org.bouncycastle.math.ec.ECPoint g, in ECNamedCurveSpec()
69 ECPoint g, in ECNamedCurveSpec()
80 org.bouncycastle.math.ec.ECPoint g, in ECNamedCurveSpec()
92 ECPoint g, in ECNamedCurveSpec()
104 org.bouncycastle.math.ec.ECPoint g, in ECNamedCurveSpec()
/external/clang/test/CodeGen/
Dattr-cleanup.c5 void g() { in g() function
6 __attribute__((cleanup(f))) void *g; in g() local
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/params/
DDHParameters.java13 private BigInteger g; field in DHParameters
34 BigInteger g) in DHParameters()
41 BigInteger g, in DHParameters()
49 BigInteger g, in DHParameters()
58 BigInteger g, in DHParameters()
68 BigInteger g, in DHParameters()
78 BigInteger g, in DHParameters()
DDSAParameters.java10 private BigInteger g; field in DSAParameters
18 BigInteger g) in DSAParameters()
28 BigInteger g, in DSAParameters()
/external/chromium/chrome/browser/resources/gpu_internals/
Dtimeline_track.js14 {r: 0x45, g: 0x85, b: 0xaa}, property
15 {r: 0xdc, g: 0x73, b: 0xa8}, property
16 {r: 0x77, g: 0xb6, b: 0x94}, property
17 {r: 0x23, g: 0xae, b: 0x6e}, property
18 {r: 0x76, g: 0x5d, b: 0x9e}, property
19 {r: 0x48, g: 0xd8, b: 0xfb}, property
20 {r: 0xa9, g: 0xd7, b: 0x93}, property
21 {r: 0x7c, g: 0x2d, b: 0x52}, property
22 {r: 0x69, g: 0xc2, b: 0x75}, property
23 {r: 0x76, g: 0xcf, b: 0xee}, property
[all …]
/external/clang/test/CXX/class/class.mem/
Dp8-0x.cpp32 virtual void g() {} in g() function
36 … virtual void g() override override {} // expected-error {{class member already marked 'override'}} in g() function
46 … void g() override {} // expected-error {{only virtual member functions can be marked 'override'}} in g() function
51 void g() final {} // expected-error {{only virtual member functions can be marked 'final'}} in g() function
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit.h89 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument
95 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument
101 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument
107 #define RGB_FROM_RGB888(Pixel, r, g, b) \ argument
140 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ argument
170 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ argument
177 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ argument
184 #define RGB565_FROM_RGB(Pixel, r, g, b) \ argument
188 #define RGB555_FROM_RGB(Pixel, r, g, b) \ argument
192 #define RGB888_FROM_RGB(Pixel, r, g, b) \ argument
[all …]
/external/v8/test/mjsunit/compiler/
Dproperty-calls.js31 function g() { return 42; } function
40 object = { g: function() { return 87; } }; method
Dinline-two.js46 o2.g = function() { return this.size(); }; function
50 TestInlineX({g: o2.g, size:o2.size}); property
93 obj.g = function() { return 42; } function
/external/bison/src/
Dvcg.c44 new_graph (graph *g) in new_graph()
384 add_node (graph *g, node *n) in add_node()
391 add_edge (graph *g, edge *e) in add_edge()
398 add_classname (graph *g, int val, const char *name) in add_classname()
408 add_infoname (graph *g, int integer, const char *str) in add_infoname()
419 add_colorentry (graph *g, int color_idx, int red_cp, in add_colorentry()
482 close_graph (graph *g, FILE *fout) in close_graph()
629 output_graph (graph *g, FILE *fout) in output_graph()
/external/clang/test/Preprocessor/
Dmacro_rescan2.c5 #define g f macro
12 #define g(a) f(a) macro
/external/skia/src/effects/
DSkColorMatrixFilter.cpp6 static int32_t rowmul4(const int32_t array[], unsigned r, unsigned g, in rowmul4()
11 static int32_t rowmul3(const int32_t array[], unsigned r, unsigned g, in rowmul3()
17 unsigned r, unsigned g, unsigned b, unsigned a) { in General()
29 unsigned r, unsigned g, unsigned b, unsigned a) { in General16()
40 unsigned r, unsigned g, unsigned b, unsigned a) { in AffineAdd()
52 unsigned r, unsigned g, unsigned b, unsigned a) { in AffineAdd16()
63 unsigned r, unsigned g, unsigned b, unsigned a) { in ScaleAdd()
76 unsigned r, unsigned g, unsigned b, unsigned a) { in ScaleAdd16()
88 unsigned r, unsigned g, unsigned b, unsigned a) { in Add()
100 unsigned r, unsigned g, unsigned b, unsigned a) { in Add16()
[all …]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
DX9ECParameters.java27 private ECPoint g; field in X9ECParameters
58 ECPoint g, in X9ECParameters()
66 ECPoint g, in X9ECParameters()
75 ECPoint g, in X9ECParameters()
/external/webkit/Source/WebCore/platform/graphics/
DColor.cpp51 RGBA32 makeRGB(int r, int g, int b) in makeRGB()
56 RGBA32 makeRGBA(int r, int g, int b, int a) in makeRGBA()
67 RGBA32 makeRGBA32FromFloats(float r, float g, float b, float a) in makeRGBA32FromFloats()
121 int g = static_cast<int>(nextafter(256, 0) * (colors * (1 - m))); in makeRGBAFromCMYKA() local
257 float r, g, b, a; in light() local
282 float r, g, b, a; in dark() local
318 … int g = (green() * alpha() * (255 - source.alpha()) + 255 * source.alpha() * source.green()) / d; in blend() local
334 int g = blendComponent(green(), alpha); in blendWithWhite() local
345 void Color::getRGBA(float& r, float& g, float& b, float& a) const in getRGBA()
353 void Color::getRGBA(double& r, double& g, double& b, double& a) const in getRGBA()
[all …]
/external/clang/test/Sema/
Dredefinition.c13 extern inline int g(void) { return 0; } // expected-note{{previous definition}} in g() function
14 int g(void) { return 0; } // expected-error{{redefinition of a 'extern inline' function 'g' is not … in g() function
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
Dp3.cpp8 void g() { in g() function
18 void g(A a) { in g() function
/external/skia/include/core/
DSkColor.h39 static inline SkColor SkColorSetARGBInline(U8CPU a, U8CPU r, U8CPU g, U8CPU b) in SkColorSetARGBInline()
46 #define SkColorSetARGBMacro(a, r, g, b) \ argument
58 #define SkColorSetARGB(a, r, g, b) SkColorSetARGBMacro(a, r, g, b) argument
60 #define SkColorSetARGB(a, r, g, b) SkColorSetARGBInline(a, r, g, b) argument
66 #define SkColorSetRGB(r, g, b) SkColorSetARGB(0xFF, r, g, b) argument
/external/skia/src/core/
DSkColor.cpp21 SkPMColor SkPreMultiplyARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b) { in SkPreMultiplyARGB()
40 unsigned g = SkColorGetG(c); in SkPreMultiplyColor() local
58 void SkRGBToHSV(U8CPU r, U8CPU g, U8CPU b, SkScalar hsv[3]) { in SkRGBToHSV()
125 unsigned r, g, b; in SkHSVToColor() local

12345678910>>...32