/external/libxml2/result/ |
D | svg3.rde | 4 1 1 g 0 0 10 1 15 g 0 0 13 1 1 g 0 0 19 1 15 g 0 0 22 1 1 g 0 0 28 1 15 g 0 0 31 1 1 g 0 0 37 1 15 g 0 0 40 1 1 g 0 0 46 1 15 g 0 0 [all …]
|
D | svg3.rdr | 4 1 1 g 0 0 10 1 15 g 0 0 13 1 1 g 0 0 19 1 15 g 0 0 22 1 1 g 0 0 28 1 15 g 0 0 31 1 1 g 0 0 37 1 15 g 0 0 40 1 1 g 0 0 46 1 15 g 0 0 [all …]
|
D | svg2.rde | 5 1 1 g 0 0 14 1 15 g 0 0 17 1 1 g 0 0 23 1 15 g 0 0 26 1 1 g 0 0 29 1 15 g 0 0 32 1 1 g 0 0 38 1 15 g 0 0 41 1 1 g 0 0 47 1 15 g 0 0 [all …]
|
/external/golang-protobuf/protoc-gen-go/grpc/ |
D | grpc.go | 70 func (g *grpc) Name() string { 83 func (g *grpc) Init(gen *generator.Generator) { 84 g.gen = gen 89 func (g *grpc) objectNamed(name string) generator.Object { 90 g.gen.RecordTypeUse(name) 91 return g.gen.ObjectNamed(name) 95 func (g *grpc) typeName(str string) string { 96 return g.gen.TypeName(g.objectNamed(str)) 100 func (g *grpc) P(args ...interface{}) { g.gen.P(args...) } 103 func (g *grpc) Generate(file *generator.FileDescriptor) { [all …]
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestNFAConstruction.java | 44 Grammar g = new Grammar( in testA() local 53 checkRule(g, "a", expecting); in testA() 57 Grammar g = new Grammar( in testAB() local 67 checkRule(g, "a", expecting); in testAB() 71 Grammar g = new Grammar( in testAorB() local 90 checkRule(g, "a", expecting); in testAorB() 94 Grammar g = new Grammar( in testRangeOrRange() local 112 checkRule(g, "A", expecting); in testRangeOrRange() 116 Grammar g = new Grammar( in testRange() local 126 checkRule(g, "A", expecting); in testRange() [all …]
|
D | TestCharDFAConversion.java | 49 Grammar g = new Grammar( in testSimpleRangeVersusChar() local 52 g.createLookaheadDFAs(); in testSimpleRangeVersusChar() 58 checkDecision(g, 1, expecting, null); in testSimpleRangeVersusChar() 62 Grammar g = new Grammar( in testRangeWithDisjointSet() local 67 g.createLookaheadDFAs(); in testRangeWithDisjointSet() 75 checkDecision(g, 1, expecting, null); in testRangeWithDisjointSet() 79 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRanges() local 84 g.createLookaheadDFAs(false); in testDisjointSetCollidingWithTwoRanges() 92 checkDecision(g, 1, expecting, null); in testDisjointSetCollidingWithTwoRanges() 96 Grammar g = new Grammar( in testDisjointSetCollidingWithTwoRangesCharsFirst() local [all …]
|
/external/u-boot/drivers/usb/gadget/ |
D | gadget_chips.h | 18 #define gadget_is_net2280(g) (!strcmp("net2280", (g)->name)) argument 20 #define gadget_is_net2280(g) 0 argument 24 #define gadget_is_amd5536udc(g) (!strcmp("amd5536udc", (g)->name)) argument 26 #define gadget_is_amd5536udc(g) 0 argument 30 #define gadget_is_dummy(g) (!strcmp("dummy_udc", (g)->name)) argument 32 #define gadget_is_dummy(g) 0 argument 36 #define gadget_is_pxa(g) (!strcmp("pxa2xx_udc", (g)->name)) argument 38 #define gadget_is_pxa(g) 0 argument 42 #define gadget_is_goku(g) (!strcmp("goku_udc", (g)->name)) argument 44 #define gadget_is_goku(g) 0 argument [all …]
|
/external/lua/src/ |
D | lgc.c | 67 #define makewhite(g,x) \ argument 68 (x->marked = cast_byte((x->marked & maskcolors) | luaC_white(g))) 83 #define markvalue(g,o) { checkconsistency(o); \ argument 84 if (valiswhite(o)) reallymarkobject(g,gcvalue(o)); } 86 #define markobject(g,t) { if (iswhite(t)) reallymarkobject(g, obj2gco(t)); } argument 92 #define markobjectN(g,t) { if (t) markobject(g,t); } argument 94 static void reallymarkobject (global_State *g, GCObject *o); 139 static int iscleared (global_State *g, const TValue *o) { in iscleared() argument 142 markobject(g, tsvalue(o)); /* strings are 'values', so are never weak */ in iscleared() 156 global_State *g = G(L); in luaC_barrier_() local [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 34 const Global *g; member 44 Global g; member 59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() argument 60 FastPoisonShadow(g->beg, g->size_with_redzone, value); in PoisonShadowForGlobal() 63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() argument 64 uptr aligned_size = RoundUpTo(g.size, SHADOW_GRANULARITY); in PoisonRedZones() 65 FastPoisonShadow(g.beg + aligned_size, g.size_with_redzone - aligned_size, in PoisonRedZones() 67 if (g.size != aligned_size) { in PoisonRedZones() 69 g.beg + RoundDownTo(g.size, SHADOW_GRANULARITY), in PoisonRedZones() 70 g.size % SHADOW_GRANULARITY, in PoisonRedZones() [all …]
|
/external/python/cpython3/Lib/test/ |
D | formatfloat_testcases.txt | 205 -- 'g' code formatting. 208 %.0g 0 -> 0 209 %.1g 0 -> 0 210 %.2g 0 -> 0 211 %.3g 0 -> 0 212 %.4g 0 -> 0 213 %.10g 0 -> 0 214 %.50g 0 -> 0 215 %.100g 0 -> 0 217 -- precision 0 doesn't make a lot of sense for the 'g' code (what does [all …]
|
D | pstats.pck | 2 …g�h㈵��>g�����>(u'/home/gbr/devel/python/Lib/sre_parse.pyi�u_parse(i�i�g� 3 …g��6�4DE?(u)/home/gbr/devel/python/Lib/sre_compile.pyicu_simple(irirg?�̔��… 11 …g�ͮ{+R?gǟ�lXSy?0(u4/home/gbr/devel/python/Lib/distutils/fancy_getopt.pyiSu_build_in…
|
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.cc | 35 Node* Send(Graph* g, Node* input, const string& tensor, const string& sender, in Send() argument 38 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "_Send") in Send() 45 .Finalize(g, &ret)); in Send() 49 Node* Recv(Graph* g, const string& tensor, const string& type, in Recv() argument 55 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "_Recv") in Recv() 62 .Finalize(g, &ret)); in Recv() 66 Node* Constant(Graph* g, const Tensor& tensor) { in Constant() argument 68 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Const") in Constant() 71 .Finalize(g, &ret)); in Constant() 75 Node* Constant(Graph* g, const Tensor& tensor, const string& name) { in Constant() argument [all …]
|
/external/libxml2/test/ |
D | svg3 | 2 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"> 4 </g> 5 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"> 7 </g> 8 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"> 10 </g> 11 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"> 13 </g> 14 <g style="fill: #ffffff; stroke:#000000; stroke-width:0.172"> 16 </g> [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops_test.cc | 38 static Node* Var(Graph* g, int n) { in Var() argument 39 return test::graph::Var(g, DT_FLOAT, TensorShape({n})); in Var() 42 static Node* Zeros(Graph* g, int n) { in Zeros() argument 45 return test::graph::Constant(g, data); in Zeros() 48 static Node* Random(Graph* g, int n) { in Random() argument 51 return test::graph::Constant(g, data); in Random() 54 static Node* Scalar(Graph* g, float val) { in Scalar() argument 57 return test::graph::Constant(g, data); in Scalar() 62 Graph* g = new Graph(OpRegistry::Global()); in SGD() local 63 auto var = Var(g, n); in SGD() [all …]
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 49 GrGLSLVaryingHandler* varyingHandler, GrGLSLGeometryBuilder* g, in emitGeometryShader() argument 56 g->codeAppendf("float%ix2 pts = transpose(float2x%i(sk_in[0].%s, sk_in[1].%s));", in emitGeometryShader() 60 g->declareGlobal(wind); in emitGeometryShader() 61 Shader::CalcWind(proc, g, "pts", wind.c_str()); in emitGeometryShader() 65 g->codeAppendf("%s *= sk_in[0].sk_Position.w;", wind.c_str()); in emitGeometryShader() 80 g->emitFunction(kVoid_GrSLType, "emitVertex", emitArgs.count(), emitArgs.begin(), [&]() { in emitGeometryShader() 91 g->emitVertex(&fnBody, "vertexpos", rtAdjust); in emitGeometryShader() 101 g->defineConstant("bloat", bloat); in emitGeometryShader() 103 this->onEmitGeometryShader(proc, g, wind, emitVertexFn.c_str()); in emitGeometryShader() 132 void onEmitGeometryShader(const GrCCCoverageProcessor&, GrGLSLGeometryBuilder* g, in onEmitGeometryShader() argument [all …]
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 49 GrGLSLVaryingHandler* varyingHandler, GrGLSLGeometryBuilder* g, in emitGeometryShader() argument 56 g->codeAppendf("float%ix2 pts = transpose(float2x%i(sk_in[0].%s, sk_in[1].%s));", in emitGeometryShader() 60 g->declareGlobal(wind); in emitGeometryShader() 61 Shader::CalcWind(proc, g, "pts", wind.c_str()); in emitGeometryShader() 65 g->codeAppendf("%s *= half(sk_in[0].sk_Position.w);", wind.c_str()); in emitGeometryShader() 80 g->emitFunction(kVoid_GrSLType, "emitVertex", emitArgs.count(), emitArgs.begin(), [&]() { in emitGeometryShader() 91 g->emitVertex(&fnBody, "vertexpos", rtAdjust); in emitGeometryShader() 101 g->defineConstant("bloat", bloat); in emitGeometryShader() 103 this->onEmitGeometryShader(proc, g, wind, emitVertexFn.c_str()); in emitGeometryShader() 132 void onEmitGeometryShader(const GrCCCoverageProcessor&, GrGLSLGeometryBuilder* g, in onEmitGeometryShader() argument [all …]
|
/external/golang-protobuf/protoc-gen-go/generator/ |
D | generator.go | 80 Init(g *Generator) 343 GenerateAlias(g *Generator, filename string, pkg GoPackageName) 359 func (ms *messageSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 360 g.P("// ", ms.sym, " from public import ", filename) 361 g.P("type ", ms.sym, " = ", pkg, ".", ms.sym) 363 g.P("type ", name, " = ", pkg, ".", name) 372 func (es enumSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 374 g.P("// ", s, " from public import ", filename) 375 g.P("type ", s, " = ", pkg, ".", s) 376 g.P("var ", s, "_name = ", pkg, ".", s, "_name") [all …]
|
/external/mesa3d/src/util/ |
D | register_allocate.c | 178 unsigned int (*select_reg_callback)(struct ra_graph *g, BITSET_WORD *regs, 395 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() argument 397 BITSET_SET(g->nodes[n1].adjacency, n2); in ra_add_node_adjacency() 401 int n1_class = g->nodes[n1].class; in ra_add_node_adjacency() 402 int n2_class = g->nodes[n2].class; in ra_add_node_adjacency() 403 g->nodes[n1].q_total += g->regs->classes[n1_class]->q[n2_class]; in ra_add_node_adjacency() 405 if (g->nodes[n1].adjacency_count >= in ra_add_node_adjacency() 406 g->nodes[n1].adjacency_list_size) { in ra_add_node_adjacency() 407 g->nodes[n1].adjacency_list_size *= 2; in ra_add_node_adjacency() 408 g->nodes[n1].adjacency_list = reralloc(g, g->nodes[n1].adjacency_list, in ra_add_node_adjacency() [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_grad.cc | 25 Status GradForUnaryCwise(FunctionDef* g, std::vector<FDH::Node> nodes) { in GradForUnaryCwise() argument 31 *g = FDH::Define( in GradForUnaryCwise() 43 Status AbsGrad(const AttrSlice& attrs, FunctionDef* g) { in AbsGrad() argument 45 return GradForUnaryCwise(g, { in AbsGrad() 53 Status NegGrad(const AttrSlice& attrs, FunctionDef* g) { in NegGrad() argument 55 return GradForUnaryCwise(g, { in NegGrad() 62 Status InvGrad(const AttrSlice& attrs, FunctionDef* g) { in InvGrad() argument 64 return GradForUnaryCwise(g, { in InvGrad() 75 Status SquareGrad(const AttrSlice& attrs, FunctionDef* g) { in SquareGrad() argument 77 return GradForUnaryCwise(g, { in SquareGrad() [all …]
|
D | math_grad_test.cc | 418 auto g = [](float x) { return x < 0 ? -1.f : 1.f; }; in TEST_F() local 420 {g(-3.f), g(-2.f), g(-1.f), g(1.f), g(2.f), g(3.f)}, TensorShape({2, 3})); in TEST_F() 428 auto g = [](float x) { return -1.f; }; in TEST_F() local 430 {g(-3.f), g(-2.f), g(-1.f), g(1.f), g(2.f), g(3.f)}, TensorShape({2, 3})); in TEST_F() 438 auto g = [](float x) { return -1.f / (x * x); }; in TEST_F() local 440 {g(-3.f), g(-2.f), g(-1.f), g(1.f), g(2.f), g(3.f)}, TensorShape({2, 3})); in TEST_F() 448 auto g = [](float x) { return 2 * x; }; in TEST_F() local 450 {g(-3.f), g(-2.f), g(-1.f), g(1.f), g(2.f), g(3.f)}, TensorShape({2, 3})); in TEST_F() 458 auto g = [](float x) { return 0.5f / std::sqrt(x); }; in TEST_F() local 460 {g(1.f), g(2.f), g(3.f), g(4.f), g(5.f), g(6.f)}, TensorShape({2, 3})); in TEST_F() [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 33 void PrintGraph(const G &g) { in PrintGraph() argument 34 for (uptr i = 0; i < g.size(); i++) { in PrintGraph() 35 for (uptr j = 0; j < g.size(); j++) { in PrintGraph() 36 fprintf(stderr, "%d", g.hasEdge(i, j)); in PrintGraph() 53 void checkSameAs(G *g) { in checkSameAs() argument 57 EXPECT_TRUE(g->removeEdge(from, to)); in checkSameAs() 59 EXPECT_TRUE(g->empty()); in checkSameAs() 71 BVGraph<BV> g; in BasicTest() local 72 g.clear(); in BasicTest() 82 uptr idx = (uptr)my_rand() % g.size(); in BasicTest() [all …]
|
/external/python/cpython2/Lib/test/ |
D | formatfloat_testcases.txt | 221 -- 'g' code formatting. 224 %.0g 0 -> 0 225 %.1g 0 -> 0 226 %.2g 0 -> 0 227 %.3g 0 -> 0 228 %.4g 0 -> 0 229 %.10g 0 -> 0 230 %.50g 0 -> 0 231 %.100g 0 -> 0 233 -- precision 0 doesn't make a lot of sense for the 'g' code (what does [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | _g_l_y_f_test.py | 18 g = GlyphCoordinates([(1,2)]) 19 g.translate((.5,0)) 20 assert g == GlyphCoordinates([(1.5,2.0)]) 23 g = GlyphCoordinates([(1,2)]) 24 g.scale((.5,0)) 25 assert g == GlyphCoordinates([(0.5,0.0)]) 28 g = GlyphCoordinates([(1,2)]) 29 g.transform(((.5,0),(.2,.5))) 30 assert g[0] == GlyphCoordinates([(0.9,1.0)])[0] 33 g = GlyphCoordinates([(1,2)]) [all …]
|
/external/syzkaller/pkg/ipc/ |
D | gate.go | 31 func (g *Gate) Enter() int { 32 g.cv.L.Lock() 33 for g.busy[g.pos] || g.stop { 34 g.cv.Wait() 36 idx := g.pos 37 g.pos++ 38 if g.pos >= len(g.busy) { 39 g.pos = 0 41 g.busy[idx] = true 42 g.running++ [all …]
|
/external/clang/utils/VtableTest/ |
D | gen.cc | 20 void g(const char *c) { in g() function 24 void g(int i) { in g() function 82 g("struct s"); in gs() 84 g("class s"); in gs() 85 g(s); in gs() 97 g(": "); in gs() 99 g(", "); in gs() 103 g("virtual "); in gs() 115 g("public "); break; in gs() 122 g("private "); break; in gs() [all …]
|