/external/libcxx/test/std/re/re.badexp/ |
D | regex_error.pass.cpp | 27 std::regex_error e(std::regex_constants::error_collate); in main() local 32 std::regex_error e(std::regex_constants::error_ctype); in main() local 37 std::regex_error e(std::regex_constants::error_escape); in main() local 43 std::regex_error e(std::regex_constants::error_backref); in main() local 48 std::regex_error e(std::regex_constants::error_brack); in main() local 53 std::regex_error e(std::regex_constants::error_paren); in main() local 58 std::regex_error e(std::regex_constants::error_brace); in main() local 63 std::regex_error e(std::regex_constants::error_badbrace); in main() local 68 std::regex_error e(std::regex_constants::error_range); in main() local 74 std::regex_error e(std::regex_constants::error_space); in main() local [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | webcomponents-lite.min.js | 11 window.WebComponents=window.WebComponents||{},function(e){var t=e.flags||{},n="webcomponents.js",o=… argument
|
D | webcomponents.min.js | 11 window.WebComponents=window.WebComponents||{},function(e){var t=e.flags||{},n="webcomponents.js",r=… argument 12 }},H={matches:function(t){return t=r(t),e.originalMatches.call(g(this),t)}},x={getElementsByTagName… argument 13 return e?e:(e=new a(O(this).implementation),D.set(this,e),e)},get defaultView(){return C(O(this).de… argument 14 if(n){if(e==n.tag&&t==n.is)return new n.ctor;if(!t&&!n.is)return new n.ctor}var r;return t?(r=f(e),… argument
|
D | CustomElements.min.js | 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,o=function(){… argument
|
D | HTMLImports.min.js | 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){… argument
|
D | ShadowDOM.min.js | 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,n=function(){… argument 12 },get lastElementChild(){return n(this.lastChild)},get childElementCount(){for(var e=0,t=this.first… argument 13 }(window.ShadowDOMPolyfill),function(e){"use strict";function t(e){n.call(this,e)}var n=e.wrappers.… argument
|
/external/chromium-trace/trace-viewer/tracing/third_party/chai/ |
D | chai.js | 1 !function(){function require(e){var t=require.modules[e];if(t)return"exports"in t||"function"!=type… argument 2 …eturn o(r);if(0===O.length&&(!E||0==r.length))return _[0]+S+_[1];if(0>p)return h(r)?t.stylize(RegE… argument
|
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 28 E e(5); in test1() local 35 E e(5); in test1() local 42 E e(5); in test1() local 56 E e(7); in test2() local 63 E e(0); in test2() local 70 E e(4); in test2() local 84 E e(3); in test3() local 91 E e(5); in test3() local 98 E e(7); in test3() local 112 E e(7); in test4() local [all …]
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | UrlEscapersTest.java | 42 static void assertBasicUrlEscaperExceptPercent(UnicodeEscaper e) { in assertBasicUrlEscaperExceptPercent() 81 static void assertBasicUrlEscaper(UnicodeEscaper e) { in assertBasicUrlEscaper() 88 UnicodeEscaper e = (UnicodeEscaper) urlFormParameterEscaper(); in testUrlFormParameterEscaper() local 113 UnicodeEscaper e = (UnicodeEscaper) urlPathSegmentEscaper(); in testUrlPathSegmentEscaper() local 118 static void assertPathEscaper(UnicodeEscaper e) { in assertPathEscaper() 137 UnicodeEscaper e = (UnicodeEscaper) urlFragmentEscaper(); in testUrlFragmentEscaper() local
|
/external/libcxxabi/test/ |
D | unwind_06.pass.cpp | 58 double e = get(0); in try4() local 70 double e = get(0); in try5() local 83 double e = get(0); in try6() local 97 double e = get(0); in try7() local 112 double e = get(0); in try8() local 133 double e = get(5); in foo() local 140 catch (int e) { in foo() local 154 catch (int e) { in foo() local 168 catch (int e) { in foo() local 182 catch (int e) { in foo() local [all …]
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 64 E e; in test1() local 73 E e; in test2() local 82 E e(5); in test3() local 91 E e(129); in test4() local 100 E e(6); in test5() local 109 E e(6); in test6() local 118 E e(6); in test7() local 127 E e(6); in test8() local
|
/external/libcxx/test/std/containers/sequences/vector/ |
D | asan_throw.pass.cc | 48 } catch (int e) { in test_push_back() local 64 } catch (int e) { in test_emplace_back() local 83 } catch (int e) { in test_insert_range() local 99 } catch (int e) { in test_insert() local 116 } catch (int e) { in test_emplace() local 135 } catch (int e) { in test_insert_range2() local 152 } catch (int e) { in test_insert_n() local 167 } catch (int e) { in test_resize() local 181 } catch (int e) { in test_resize_param() local
|
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
D | p1.cpp | 13 e = T::error // expected-error {{'double' cannot be used prior to '::'}} enumerator 20 e = 0 enumerator 27 e = 4 enumerator 41 e = T::error // expected-error {{has no members}} in f() enumerator 50 e = T::error // expected-error {{has no members}} in g() enumerator 63 e = T::error // expected-error {{'int' cannot be used prior to '::'}} enumerator 70 e = 0 enumerator 77 e = 4 enumerator 86 e = T::error // expected-error {{has no members}} in f() enumerator 95 e = T::error // expected-error {{has no members}} in g() enumerator
|
/external/javassist/sample/duplicate/ |
D | Viewer.java | 47 public void actionPerformed(ActionEvent e) { in actionPerformed() 52 public void windowOpened(WindowEvent e) {} in windowOpened() 54 public void windowClosing(WindowEvent e) { in windowClosing() 58 public void windowClosed(WindowEvent e) {} in windowClosed() 60 public void windowIconified(WindowEvent e) {} in windowIconified() 62 public void windowDeiconified(WindowEvent e) {} in windowDeiconified() 64 public void windowActivated(WindowEvent e) {} in windowActivated() 66 public void windowDeactivated(WindowEvent e) {} in windowDeactivated()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CTableCombo.java | 165 Event e = new Event(); in handleTableEvent() local 194 Event e = new Event(); in handleTableEvent() local 209 Event e = new Event(); in handleTableEvent() local 228 Event e = new Event(); in handleTableEvent() local 238 Event e = new Event(); in handleTableEvent() local 254 Event e = new Event(); in handleTableEvent() local 264 Event e = new Event(); in handleTableEvent() local 317 Event e = new Event(); in handleArrowEvent() local 341 Event e = new Event(); in handleTextEvent() local 374 Event e = new Event(); in handleTextEvent() local [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | EmitUtils.java | 78 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, sig, null); in factory_method() local 88 CodeEmitter e = ce.begin_method(Constants.ACC_PUBLIC, CSTRUCT_NULL, null); in null_constructor() local 102 public static void process_array(CodeEmitter e, Type type, ProcessArrayCallback callback) { in process_array() 134 public static void process_arrays(CodeEmitter e, Type type, ProcessArrayCallback callback) { in process_arrays() 164 …public static void string_switch(CodeEmitter e, String[] strings, int switchStyle, ObjectSwitchCal… in string_switch() 188 private static void string_switch_trie(final CodeEmitter e, in string_switch_trie() 215 private static void stringSwitchHelper(final CodeEmitter e, in stringSwitchHelper() 256 private static void string_switch_hash(final CodeEmitter e, in string_switch_hash() 307 public static void load_class_this(CodeEmitter e) { in load_class_this() 311 public static void load_class(CodeEmitter e, Type type) { in load_class() [all …]
|
/external/javassist/src/main/javassist/ |
D | CannotCompileException.java | 72 public CannotCompileException(Throwable e) { in CannotCompileException() 85 public CannotCompileException(String msg, Throwable e) { in CannotCompileException() 94 public CannotCompileException(NotFoundException e) { in CannotCompileException() 101 public CannotCompileException(CompileError e) { in CannotCompileException() 109 public CannotCompileException(ClassNotFoundException e, String name) { in CannotCompileException() 116 public CannotCompileException(ClassFormatError e, String name) { in CannotCompileException()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 42 public static string getMessage(Exception e) { in getMessage() 47 public static StackFrame[] getStackTrace(Exception e) { in getStackTrace() 70 public static void PrintStackTrace(Exception e) { in PrintStackTrace() 73 public static void PrintStackTrace(Exception e, System.IO.TextWriter writer) { in PrintStackTrace() 84 public static Exception getTargetException(TargetInvocationException e) { in getTargetException()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | ExceptionExtensions.cs | 45 public static string getMessage( this Exception e ) in getMessage() 51 public static StackFrame[] getStackTrace( this Exception e ) in getStackTrace() 77 public static void PrintStackTrace( this Exception e ) in PrintStackTrace() 81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer ) in PrintStackTrace() 94 public static Exception getTargetException( this TargetInvocationException e ) in getTargetException()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Deque.java | 58 public void addFirst(E e) { in addFirst() 62 public void addLast(E e) { in addLast() 66 public boolean offerFirst(E e) { in offerFirst() 71 public boolean offerLast(E e) { in offerLast() 89 E e; in pollLast() local 112 E e; in peekLast() local 129 E e = litr.previous(); in removeLastOccurrence() local 138 public boolean add(E e) { in add() 142 public boolean offer(E e) { in offer() 162 public void push(E e) { in push()
|
/external/guava/guava-tests/test/com/google/common/escape/ |
D | UnicodeEscaperTest.java | 60 UnicodeEscaper e = NOP_ESCAPER; in testNopEscaper() local 65 UnicodeEscaper e = SIMPLE_ESCAPER; in testSimpleEscaper() local 84 UnicodeEscaper e = SIMPLE_ESCAPER; in testSurrogatePairs() local 128 UnicodeEscaper e = SIMPLE_ESCAPER; in testNullInput() local 138 UnicodeEscaper e = SIMPLE_ESCAPER; in testBadStrings() local 160 UnicodeEscaper e = new UnicodeEscaper() { in testFalsePositivesForNextEscapedIndex() local 188 private String escapeAsString(Escaper e, String s) { in escapeAsString()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_event.c | 62 static void event_clean(struct wps_event_ *e) in event_clean() 74 static void event_delete(struct wps_event_ *e) in event_delete() 88 struct wps_event_ *e; in event_dequeue() local 102 struct wps_event_ *e; in event_delete_all() local 117 static void event_retry(struct wps_event_ *e, int do_next_address) in event_retry() 145 static struct wpabuf * event_build_message(struct wps_event_ *e) in event_build_message() 173 static void event_addr_failure(struct wps_event_ *e) in event_addr_failure() 215 struct wps_event_ *e = ctx; in event_http_cb() local 271 struct wps_event_ *e; in event_send_start() local 377 struct wps_event_ *e; in event_add() local
|
/external/okhttp/website/static/ |
D | jquery-maven-artifact.min.js | 7 …*/(function(e){function n(e,t){var n=e.groupId.replace(/\./g,"/"),r="http://repo1.maven.org/maven2… argument
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
D | input_iterator.pass.cpp | 30 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local 41 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local 51 for (std::list<int>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, ++j) in main() local 62 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local 73 …for (std::list<int, min_allocator<int>>::const_iterator i = l.begin(), e = l.end(); i != e; ++i, +… in main() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 87 for (unsigned i = 0, e = LegalTypes.size(); i != e; ++i) in FillWithPossibleTypes() local 110 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) in hasIntegerTypes() local 119 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) in hasFloatingPointTypes() local 127 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) in hasScalarTypes() local 136 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) in hasVectorTypes() local 148 for (unsigned i = 0, e = TypeVec.size(); i != e; ++i) { in getName() local 224 for (unsigned j = 0, e = InVT.TypeVec.size(); j != e; ++j) in MergeInTypeInfo() local 686 for (size_t i = 0, e = N->getNumChildren(); i != e; ++i) in FindDepVarsOf() local 709 e = DepVars.end(); i != e; ++i) { in DumpDepVars() local 814 for (unsigned i = 0, e = P->getNumChildren(); i != e; ++i) { in getPatternSize() local [all …]
|