/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
D | arg_type.pass.cpp | 42 Tuple t{1, 2}; in test_values() local 46 Tuple t{2, 2}; in test_values() local 50 Tuple t{2, 3}; in test_values() local 54 Tuple t{3, 3}; in test_values() local 58 Tuple const t{4, 4}; in test_values() local 62 Tuple const t{4, 5}; in test_values() local 74 Tuple t{x, y}; in test_refs() local 79 Tuple t{x, y}; in test_refs() local 84 Tuple t{x, y}; in test_refs() local 89 Tuple const t{x, y}; in test_refs() local [all …]
|
D | types.pass.cpp | 106 Tuple t{}; in test_void_0() local 113 Tuple t{}; in test_void_0() local 121 Tuple t{}; in test_void_0() local 129 Tuple t{}; in test_void_0() local 142 Tuple t{1}; in test_void_1() local 149 Tuple t{2}; in test_void_1() local 157 Tuple t{3}; in test_void_1() local 165 Tuple t{4}; in test_void_1() local 178 Tuple t{1, 2}; in test_void_2() local 185 Tuple t{2, 3}; in test_void_2() local [all …]
|
D | extended_types.pass.cpp | 109 Tuple t{a}; in test_ext_int_0() local 117 TuplePtr t{&a}; in test_ext_int_0() local 125 TupleBase t{a}; in test_ext_int_0() local 133 TupleWrap t{a}; in test_ext_int_0() local 141 ConstTuple t{a}; in test_ext_int_0() local 149 ConstTuplePtr t{&a}; in test_ext_int_0() local 157 ConstTupleBase t{a}; in test_ext_int_0() local 165 ConstTupleWrap t{a}; in test_ext_int_0() local 172 Tuple t{a}; in test_ext_int_0() local 178 TuplePtr t{&a}; in test_ext_int_0() local [all …]
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | CoverageTransformerTest.java | 67 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative1() local 73 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative2() local 80 CoverageTransformer t = createTransformer(); in testHasSourceLocationNegative3() local 88 CoverageTransformer t = createTransformer(); in testHasSourceLocationPositive() local 94 CoverageTransformer t = createTransformer(); in testFilterAgentClass() local 102 CoverageTransformer t = createTransformer(); in testFilterIncludesBootstrapClassesPositive() local 109 CoverageTransformer t = createTransformer(); in testFilterIncludesBootstrapClassesNegative() local 117 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive1() local 125 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive2() local 133 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative1() local [all …]
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | TimeTest.java | 17 Time t = new Time(); in shouldSetToNow() local 24 Time t = new Time(); in shouldHaveNoArgsConstructor() local 30 Time t = new Time(); in shouldHaveCopyConstructor() local 44 Time t = new Time(); in shouldHaveSetTime() local 59 Time t = new Time(); in shouldHaveSet3Args() local 68 Time t = new Time(); in shouldHaveSet6Args() local 80 Time t = new Time("UTC"); in shouldHaveTimeZoneConstructor() local 86 Time t = new Time(); in shouldClear() local 104 Time t = new Time(); in shouldHaveToMillis() local 133 Time t = new Time("Europe/Berlin"); in shouldHaveParse() local [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.js | 20 dupNode: function(t) { argument 69 setTokenBoundaries: function(t, startToken, stopToken) { argument 97 getTokenStartIndex: function(t) { argument 104 getTokenStopIndex: function(t) { argument 111 getText: function(t) { argument 118 getType: function(t) { argument 129 getToken: function(t) { argument 136 getChild: function(t, i) { argument 143 getChildCount: function(t) { argument 150 getParent: function(t) { argument [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/ |
D | import.rb | 21 def capture(t) argument 53 def capture(t) argument 84 def capture(t) argument 118 def capture(t) argument 131 def capture(t) argument 162 def capture(t) argument 175 def capture(t) argument 209 def capture(t) argument 237 def capture(t) argument 265 def capture(t) argument [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeAdaptor.cs | 60 public override object DupNode(object t) { in DupNode() 116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() 133 public override int GetTokenStartIndex(object t) { in GetTokenStartIndex() 140 public override int GetTokenStopIndex(object t) { in GetTokenStopIndex() 147 public override string GetText(object t) { in GetText() 154 public override int GetType(object t) { in GetType() 167 public override IToken GetToken(object t) { in GetToken() 174 public override object GetChild(object t, int i) { in GetChild() 181 public override int GetChildCount(object t) { in GetChildCount() 188 public override object GetParent(object t) { in GetParent() [all …]
|
D | ITreeAdaptor.cs | 111 void AddChild(object t, object child); in AddChild() 238 int GetType(object t); in GetType() 241 void SetType(object t, int type); in SetType() 243 string GetText(object t); in GetText() 246 void SetText(object t, string text); in SetText() 259 IToken GetToken(object t); in GetToken() 269 void SetTokenBoundaries(object t, IToken startToken, IToken stopToken); in SetTokenBoundaries() 272 int GetTokenStartIndex(object t); in GetTokenStartIndex() 275 int GetTokenStopIndex(object t); in GetTokenStopIndex() 283 object GetChild(object t, int i); in GetChild() [all …]
|
D | BaseTreeAdaptor.cs | 91 public virtual object DupTree(object t, object parent) { in DupTree() 117 public virtual void AddChild(object t, object child) { in AddChild() 223 public virtual int GetType(object t) { in GetType() 227 public virtual void SetType(object t, int type) { in SetType() 231 public virtual string GetText(object t) { in GetText() 235 public virtual void SetText(object t, string text) { in SetText() 239 public virtual object GetChild(object t, int i) { in GetChild() 243 public virtual void SetChild(object t, int i, object child) { in SetChild() 247 public virtual object DeleteChild(object t, int i) { in DeleteChild() 251 public virtual int GetChildCount(object t) { in GetChildCount() [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply_extended_types.pass.cpp | 108 Tuple t{a}; in test_ext_int_0() local 116 TuplePtr t{&a}; in test_ext_int_0() local 124 TupleBase t{a}; in test_ext_int_0() local 132 TupleWrap t{a}; in test_ext_int_0() local 140 ConstTuple t{a}; in test_ext_int_0() local 148 ConstTuplePtr t{&a}; in test_ext_int_0() local 156 ConstTupleBase t{a}; in test_ext_int_0() local 164 ConstTupleWrap t{a}; in test_ext_int_0() local 171 Tuple t{a}; in test_ext_int_0() local 177 TuplePtr t{&a}; in test_ext_int_0() local [all …]
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.java | 50 public Object dupNode(Object t) { in dupNode() 94 public void setTokenBoundaries(Object t, Token startToken, Token stopToken) { in setTokenBoundaries() 104 public int getTokenStartIndex(Object t) { in getTokenStartIndex() 109 public int getTokenStopIndex(Object t) { in getTokenStopIndex() 114 public String getText(Object t) { in getText() 119 public int getType(Object t) { in getType() 128 public Token getToken(Object t) { in getToken() 135 public Object getChild(Object t, int i) { in getChild() 140 public int getChildCount(Object t) { in getChildCount() 145 public Object getParent(Object t) { in getParent() [all …]
|
D | TreeAdaptor.java | 94 public void addChild(Object t, Object child); in addChild() 191 public int getType(Object t); in getType() 194 public void setType(Object t, int type); in setType() 196 public String getText(Object t); in getText() 199 public void setText(Object t, String text); in setText() 210 public Token getToken(Object t); in getToken() 218 public void setTokenBoundaries(Object t, Token startToken, Token stopToken); in setTokenBoundaries() 221 public int getTokenStartIndex(Object t); in getTokenStartIndex() 224 public int getTokenStopIndex(Object t); in getTokenStopIndex() 230 public Object getChild(Object t, int i); in getChild() [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTreeWizard.java | 49 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNode() local 57 CommonTree t = (CommonTree)wiz.create("ID[foo]"); in testSingleNodeWithArg() local 65 CommonTree t = (CommonTree)wiz.create("(A)"); in testSingleNodeTree() local 73 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testSingleLevelTree() local 81 CommonTree t = (CommonTree)wiz.create("(nil A B C)"); in testListTree() local 89 CommonTree t = (CommonTree)wiz.create("A B C"); in testInvalidListTree() local 95 CommonTree t = (CommonTree)wiz.create("(A (B C) (B D) E)"); in testDoubleLevelTree() local 103 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNodeIndex() local 112 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testNoRepeatsIndex() local 121 CommonTree t = (CommonTree)wiz.create("(A B (A C B) B D D)"); in testRepeatsIndex() local [all …]
|
/external/libnl/python/netlink/ |
D | util.py | 21 def _color(t, c): argument 24 def black(t): argument 27 def red(t): argument 30 def green(t): argument 33 def yellow(t): argument 36 def blue(t): argument 39 def magenta(t): argument 42 def cyan(t): argument 45 def white(t): argument 48 def bold(t): argument [all …]
|
/external/kmod/testsuite/ |
D | test-modprobe.c | 28 static noreturn int modprobe_show_depends(const struct test *t) in modprobe_show_depends() 50 static noreturn int modprobe_show_depends2(const struct test *t) in modprobe_show_depends2() 73 static noreturn int modprobe_show_alias_to_none(const struct test *t) in modprobe_show_alias_to_none() 98 static noreturn int modprobe_builtin(const struct test *t) in modprobe_builtin() 117 static noreturn int modprobe_builtin_lookup_only(const struct test *t) in modprobe_builtin_lookup_only() 139 static noreturn int modprobe_softdep_loop(const struct test *t) in modprobe_softdep_loop() 161 static noreturn int modprobe_install_cmd_loop(const struct test *t) in modprobe_install_cmd_loop() 187 static noreturn int modprobe_param_kcmdline(const struct test *t) in modprobe_param_kcmdline() 211 static noreturn int modprobe_param_kcmdline2(const struct test *t) in modprobe_param_kcmdline2() 235 static noreturn int modprobe_param_kcmdline3(const struct test *t) in modprobe_param_kcmdline3() [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | const_Types.pass.cpp | 84 std::tuple<int*> t = 0; in main() local 88 std::tuple<int> t(2); in main() local 93 constexpr std::tuple<int> t(2); in main() local 97 constexpr std::tuple<int> t; in main() local 102 std::tuple<int, char*> t(2, 0); in main() local 108 constexpr std::tuple<int, char*> t(2, nullptr); in main() local 114 std::tuple<int, char*> t(2, nullptr); in main() local 119 std::tuple<int, char*, std::string> t(2, nullptr, "text"); in main() local 129 std::tuple<int, NoValueCtor, int, int> t(1, NoValueCtor(), 2, 3); in main() local 136 std::tuple<int, NoValueCtorEmpty, int, int> t(1, NoValueCtorEmpty(), 2, 3); in main() local [all …]
|
D | default.pass.cpp | 51 std::tuple<> t; in main() local 54 std::tuple<int> t; in main() local 58 std::tuple<int, char*> t; in main() local 63 std::tuple<int, char*, std::string> t; in main() local 69 std::tuple<int, char*, std::string, DefaultOnly> t; in main() local 91 constexpr std::tuple<> t; in main() local 94 constexpr std::tuple<int> t; in main() local 98 constexpr std::tuple<int, char*> t; in main() local 107 std::tuple<IllFormedDefault> t(v); in main() local
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 90 protected virtual void SimulateTreeConstruction(object t) { in SimulateTreeConstruction() 116 public virtual void AddChild(object t, object child) { in AddChild() 134 public virtual void AddChild(object t, IToken child) { in AddChild() 164 public virtual int GetType(object t) { in GetType() 168 public virtual void SetType(object t, int type) { in SetType() 172 public virtual string GetText(object t) { in GetText() 176 public virtual void SetText(object t, string text) { in SetText() 180 public virtual IToken GetToken(object t) { in GetToken() 184 public virtual void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries() 193 public virtual int GetTokenStartIndex(object t) { in GetTokenStartIndex() [all …]
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 114 struct _glxapi_table *t = _mesa_GetGLXDispatchTable(); in get_dispatch() local 193 struct _glxapi_table *t; in glXChooseVisual() local 204 struct _glxapi_table *t; in glXCopyContext() local 215 struct _glxapi_table *t; in glXCreateContext() local 226 struct _glxapi_table *t; in glXCreateGLXPixmap() local 237 struct _glxapi_table *t; in glXDestroyContext() local 250 struct _glxapi_table *t; in glXDestroyGLXPixmap() local 261 struct _glxapi_table *t; in glXGetConfig() local 293 struct _glxapi_table *t; in glXIsDirect() local 305 struct _glxapi_table *t; in glXMakeCurrent() local [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 99 void AddChild(T t, T child); in AddChild() 226 int GetType(T t); in GetType() 229 void SetType(T t, int type); in SetType() 231 string GetText(T t); in GetText() 234 void SetText(T t, string text); in SetText() 247 IToken GetToken(T t); in GetToken() 257 void SetTokenBoundaries(T t, IToken startToken, IToken stopToken); in SetTokenBoundaries() 260 int GetTokenStartIndex(T t); in GetTokenStartIndex() 263 int GetTokenStopIndex(T t); in GetTokenStopIndex() 271 T GetChild(T t, int i); in GetChild() [all …]
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …ition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"w… argument
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugTreeAdaptor.java | 77 Object t = adaptor.dupTree(tree); in dupTree() local 86 protected void simulateTreeConstruction(Object t) { in simulateTreeConstruction() 112 public void addChild(Object t, Object child) { in addChild() 130 public void addChild(Object t, Token child) { in addChild() 160 public int getType(Object t) { in getType() 164 public void setType(Object t, int type) { in setType() 168 public String getText(Object t) { in getText() 172 public void setText(Object t, String text) { in setText() 176 public Token getToken(Object t) { in getToken() 180 public void setTokenBoundaries(Object t, Token startToken, Token stopToken) { in setTokenBoundaries() [all …]
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeVisitorTest.java | 44 @Override void visitClass(Class<?> t) {} in testVisitClass() 52 @Override void visitTypeVariable(TypeVariable<?> t) {} in testVisitTypeVariable() 60 @Override void visitWildcardType(WildcardType t) {} in testVisitWildcardType() 68 @Override void visitGenericArrayType(GenericArrayType t) {} in testVisitGenericArrayType() 76 @Override void visitParameterizedType(ParameterizedType t) {} in testVisitParameterizedType() 84 @Override void visitParameterizedType(ParameterizedType t) { in testVisitRecursiveTypeBounds() 87 @Override void visitTypeVariable(TypeVariable<?> t) { in testVisitRecursiveTypeBounds() 106 @Override void visitTypeVariable(TypeVariable<?> t) { in visitTypeVariable() 110 @Override void visitWildcardType(WildcardType t) { in visitWildcardType() 114 @Override void visitParameterizedType(ParameterizedType t) { in visitParameterizedType() [all …]
|
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
D | SLF4JLog.java | 116 public void trace(Object message, Throwable t) { in trace() 117 logger.trace(String.valueOf(message), t); in trace() local 140 public void debug(Object message, Throwable t) { in debug() 141 logger.debug(String.valueOf(message), t); in debug() local 164 public void info(Object message, Throwable t) { in info() 165 logger.info(String.valueOf(message), t); in info() local 188 public void warn(Object message, Throwable t) { in warn() 189 logger.warn(String.valueOf(message), t); in warn() local 212 public void error(Object message, Throwable t) { in error() 213 logger.error(String.valueOf(message), t); in error() local [all …]
|