HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 351 - 375 of 4117) sorted by null

<<11121314151617181920>>

  /external/guice/extensions/grapher/src/com/google/inject/grapher/
Node.java 29 * When set to true, the source object is ignored in {@link #equals} and {@link #hashCode}.
35 private final Object source; field in class:Node
37 protected Node(NodeId id, Object source) {
39 this.source = source;
47 return source;
56 && (ignoreSourceInComparisons || Objects.equal(source, other.source));
60 return ignoreSourceInComparisons ? id.hashCode() : Objects.hashCode(id, source);
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
IsEventFrom.java 15 private final Object source; field in class:IsEventFrom
17 public IsEventFrom(Class<?> eventClass, Object source) {
19 this.source = source;
30 mismatchDescription.appendText("source was ").appendValue(item.getSource());
38 return ev.getSource() == source;
46 .appendValue(source);
51 * derived from <var>eventClass</var> announced by <var>source</var>.
57 * @param source
58 * the source of the even
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java 1 /* GENERATED SOURCE. DO NOT MODIFY. */
49 final String source = tests[i][0]; local
50 String expected = tests[i].length == 1 ? source : tests[i][1];
51 String actual = UnicodeRegex.fix(source);
52 assertEquals(source, expected, actual);
  /external/icu/icu4c/source/common/unicode/
caniter.h 78 * @param source string to get results for
82 CanonicalIterator(const UnicodeString &source, UErrorCode &status);
91 * Gets the NFD form of the current source we are iterating over.
92 * @return gets the source: NOTE: it is the NFD form of source
113 * Set a new source for this iterator. Allows object reuse.
114 * @param newSource the source string to iterate against. This allows the same iterator to be used
115 * while changing the source string, saving object creation.
125 * @param source the string to find permutations for
131 static void U_EXPORT2 permute(UnicodeString &source, UBool skipZeros, Hashtable *result, UErrorCode &status)
167 UnicodeString source; member in class:U_FINAL
    [all...]
  /external/icu/icu4c/source/i18n/
tridpars.h 33 * A basic ID, which contains source, target, and variant, but no
58 * 'source' and 'target' will always be non-null. The 'variant'
61 * 'sawSource' is true if there was an explicit source in the
62 * parsed id. If there was no explicit source, then an implied
63 * source of ANY is returned and 'sawSource' is set to false.
70 UnicodeString source; // not null member in class:TransliteratorIDParser::Specs
219 * S-T/V, or S/V-T. If the source is missing, return a source of
222 * @param source the given source
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccurrtst.c 102 UChar source[2], target[2]; local
124 u_strcpy(source, currency[i]);
140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target));
144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0);
146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1);
157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 48 final String source = tests[i][0]; local
49 String expected = tests[i].length == 1 ? source : tests[i][1];
50 String actual = UnicodeRegex.fix(source);
51 assertEquals(source, expected, actual);
  /external/iptables/include/linux/netfilter_ipv4/
ipt_addrtype.h 14 __u16 source; /* source-type mask */ member in struct:ipt_addrtype_info_v1
21 __u16 source; /* source-type mask */ member in struct:ipt_addrtype_info
  /external/kernel-headers/original/uapi/linux/
udp.h 23 __be16 source; member in struct:udphdr
  /external/libchrome/base/posix/
file_descriptor_shuffle.h 2 // Use of this source code is governed by a BSD-style license that can be
59 : source(in_source),
64 int source; member in struct:base::InjectionArc
66 bool close; // if true, delete the source element after performing the
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
weak_ptr.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
58 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } function
108 std::weak_ptr<A> pA = source(ps);
weak_ptr_Y.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } function
102 std::weak_ptr<A> pA = source(ps);
  /external/libcxx/test/std/utilities/utility/forward/
forward_03.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
21 A source() {return A();} function
46 // static_assert(sizeof(test(std::forward<A>(source()))) == 2, "");
49 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
51 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, "");
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.h 54 bool source; member in struct:intel_buffer_object
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
FileSystem.java 23 import okio.Source;
31 * <p>All operations on a file system are racy. For example, guarding a call to {@link #source}
43 @Override public Source source(File file) throws FileNotFoundException {
44 return Okio.source(file);
106 Source source(File file) throws FileNotFoundException; method in interface:FileSystem
  /external/sfntly/cpp/src/test/
open_type_data_test.cc 51 ReadableFontDataPtr source = new ReadableFontData(source_array); local
58 int32_t length = source->CopyTo(destination);
test_utils.cc 44 UChar* source = new UChar[2]; local
46 source[0] = (UChar)uchar;
47 source[1] = 0;
49 source_end = source;
52 (const UChar**)&source_end, source + sizeof(UChar),
57 delete[] source;
66 delete[] source;
  /external/skia/gm/
imagemakewithfilter.cpp 4 * Use of this source code is governed by a BSD-style license that can be
78 sk_sp<SkImage> source = surface->makeImageSnapshot(); variable
86 sk_sp<SkImage> result = source->makeWithFilter(filters[i].get(), subset, clipBound,
89 SkASSERT(source->isTextureBacked() == result->isTextureBacked());
  /external/skia/tools/fiddle/
fiddle_main.h 4 * Use of this source code is governed by a BSD-style license that can be
23 extern SkBitmap source;
36 , source(s)
49 const char* source; member in struct:DrawOptions
  /external/v8/src/
lookup-cache.h 2 // Use of this source code is governed by a BSD-style license that can be
21 inline int Lookup(Map* source, Name* name);
24 inline void Update(Map* source, Name* name, int result);
34 keys_[i].source = NULL;
40 static inline int Hash(Object* source, Name* name);
44 Map* source; member in struct:v8::internal::DescriptorLookupCache::Key
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
30 RtpFileSource* source = new RtpFileSource(); local
31 RTC_CHECK(source->OpenFile(file_name));
32 return source;
  /frameworks/base/core/java/android/security/
NetworkSecurityPolicy.java 2 * Copyright (c) 2015, The Android Open Source Project
115 ManifestConfigSource source = new ManifestConfigSource(appContext); local
116 return new ApplicationConfig(source);
  /frameworks/base/core/java/android/view/
KeyboardShortcutGroup.java 2 * Copyright (C) 2015 The Android Open Source Project
77 private KeyboardShortcutGroup(Parcel source) {
79 mLabel = source.readCharSequence();
80 source.readTypedList(mItems, KeyboardShortcutInfo.CREATOR);
81 mSystemGroup = source.readInt() == 1;
126 public KeyboardShortcutGroup createFromParcel(Parcel source) {
127 return new KeyboardShortcutGroup(source);
  /frameworks/base/core/tests/benchmarks/src/android/text/
SpannableStringInternalCopyBenchmark.java 2 * Copyright (C) 2013 The Android Open Source Project
38 Spanned source = Html.fromHtml(strBuilder.toString()); local
39 spanned = new SpannedString(source);
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DemoPresentation.java 2 * Copyright (C) 2013 The Android Open Source Project
17 package com.android.accessorydisplay.source.presentation;
20 import com.android.accessorydisplay.source.R;

Completed in 1293 milliseconds

<<11121314151617181920>>