HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 51 - 75 of 2346) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/netfilter/
xt_connbytes.h 21 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon23120
  /external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
copy_assign.pass.cpp 84 const recursive_directory_iterator from = createInterestingIterator(); local
85 const path entry = *from;
88 to = from;
89 TEST_REQUIRE(to == from);
91 TEST_CHECK(to.options() == from.options());
92 TEST_CHECK(to.depth() == from.depth());
93 TEST_CHECK(to.recursion_pending() == from.recursion_pending());
99 const recursive_directory_iterator from; local
102 to = from;
103 TEST_REQUIRE(to == from);
    [all...]
move_assign.pass.cpp 92 recursive_directory_iterator from = createInterestingIterator(); local
93 const recursive_directory_iterator from_copy(from);
94 const path entry = *from;
97 to = std::move(from);
103 TEST_CHECK(from == endIt || from == to);
109 recursive_directory_iterator from; local
112 to = std::move(from);
113 TEST_REQUIRE(to == from);
  /external/libnl/lib/route/
rtnl.c 119 int from = RTNL_REALM_FROM(realms); local
122 snprintf(buf, len, "%d/%d", from, to);
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock03.c 7 * From:
52 long from, to; local
69 sscanf(b, "%lx-%lx", &from, &to);
73 first = (to - from) / KB;
77 if (mlock((const void *)from, to - from) == -1)
82 if (munlock((void *)from, to - from) == -1)
89 tst_resm(TINFO, "%s from %lx to %0lx",
90 (lc & 1) ? "munlock" : "mlock", from, to)
    [all...]
  /external/mockito/src/main/java/org/mockito/internal/stubbing/answers/
ClonesArguments.java 20 Object from = arguments[i]; local
22 Object newInstance = instantiator.newInstance(from.getClass());
23 new LenientCopyTool().copyToRealObject(from, newInstance);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
FromParser.java 27 import gov.nist.javax.sip.header.From;
32 /** From header parser.
43 public FromParser(String from) {
44 super(from);
53 From from = new From(); local
55 this.lexer.match(TokenTypes.FROM);
59 super.parse(from);
61 return from;
    [all...]
  /external/sfntly/cpp/src/test/
test_utils_test.cc 30 // Conversion is done from UTF16 to UTF8, SJIS
35 UChar from[8] = {0x016A, 0x006E, 0x012D, 0x0063, 0x014D, 0x0064, 0x0065, local
41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]);
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 14 HeapEntry* HeapGraphEdge::from() const { function in class:v8::internal::HeapGraphEdge
  /external/v8/tools/clang/blink_gc_plugin/
JsonWriter.h 13 static JsonWriter* from(std::unique_ptr<llvm::raw_ostream> os) { function in class:JsonWriter
  /frameworks/base/core/java/android/speech/tts/
UtteranceProgressListener.java 13 * The callbacks specified in this method can be called from multiple threads.
58 * @param errorCode one of the ERROR_* codes from {@link TextToSpeech}
65 * Called when an utterance has been stopped while in progress or flushed from the
129 * that this is different from {@link #onAudioAvailable} which is called as soon as the audio is
157 static UtteranceProgressListener from( method in class:UtteranceProgressListener
  /frameworks/base/core/java/com/android/internal/app/procstats/
DurationsTable.java 29 * Add all of the durations from the other table into this one.
33 public void addDurations(DurationsTable from) {
34 final int N = from.getKeyCount();
36 final int key = from.getKeyAt(i);
37 this.addDuration(SparseMappingTable.getIdFromKey(key), from.getValue(key));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
AnimatableProperty.java 33 public static final AnimatableProperty X = AnimatableProperty.from(View.X,
35 public static final AnimatableProperty Y = AnimatableProperty.from(View.Y,
46 public static <T extends View> AnimatableProperty from(String name, BiConsumer<T, Float> setter, method in class:AnimatableProperty
83 public static <T extends View> AnimatableProperty from(Property<T, Float> property,
  /frameworks/opt/bitmap/src/com/android/bitmap/
ResourceRequestKey.java 25 * Simple RequestKey for decoding from a resource id.
36 public static ResourceRequestKey from(Resources res, int resId) { method in class:ResourceRequestKey
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
OneTimeWorkRequest.java 36 * Creates an array of {@link OneTimeWorkRequest} with defaults from an array of
43 @SafeVarargs public static @NonNull List<OneTimeWorkRequest> from( method in class:OneTimeWorkRequest
45 return from(Arrays.asList(workerClasses));
49 * Creates a list of {@link OneTimeWorkRequest} with defaults from an array of {@link Worker}
56 public static @NonNull List<OneTimeWorkRequest> from( method in class:OneTimeWorkRequest
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateFatal.java 37 public static StateFatal from( method in class:StateFatal
StateIntentCompleted.java 36 public static StateIntentCompleted from( method in class:StateIntentCompleted
44 public static StateIntentCompleted from( method in class:StateIntentCompleted
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
ImageRotationCalculatorImpl.java 58 public static ImageRotationCalculator from(OrientationManager orientationManager, method in class:ImageRotationCalculatorImpl
70 return OrientationManager.DeviceOrientation.from(imageRotation);
  /packages/apps/Camera2/src/com/android/camera/stats/
Camera2FaceProxy.java 23 * Wraps the Camera2 required class to insulate Kit-Kat devices from Camera2 API
35 public static Camera2FaceProxy from(Face face) { method in class:Camera2FaceProxy
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableItemView.java 40 public static SwipeableView from(View view) { method in class:SwipeableItemView.SwipeableView
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */ member in struct:xt_connbytes_info::__anon62665
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
copy_assign.pass.cpp 84 const recursive_directory_iterator from = createInterestingIterator(); local
85 const path entry = *from;
88 to = from;
89 TEST_REQUIRE(to == from);
91 TEST_CHECK(to.options() == from.options());
92 TEST_CHECK(to.depth() == from.depth());
93 TEST_CHECK(to.recursion_pending() == from.recursion_pending());
99 const recursive_directory_iterator from; local
102 to = from;
103 TEST_REQUIRE(to == from);
    [all...]
move_assign.pass.cpp 92 recursive_directory_iterator from = createInterestingIterator(); local
93 const recursive_directory_iterator from_copy(from);
94 const path entry = *from;
97 to = std::move(from);
103 TEST_CHECK(from == endIt || from == to);
109 recursive_directory_iterator from; local
112 to = std::move(from);
113 TEST_REQUIRE(to == from);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 14 // bool copy_file(const path& from, const path& to);
15 // bool copy_file(const path& from, const path& to, error_code& ec) noexcept;
16 // bool copy_file(const path& from, const path& to, copy_options options);
17 // bool copy_file(const path& from, const path& to, copy_options options,
74 { // exists(to) && equivalent(to, from)
113 const path from = env.create_file("update_from", 55); local
119 TEST_REQUIRE(fs::copy_file(from, older, copy_options::update_existing, ec) == true);
123 TEST_REQUIRE(fs::copy_file(from, newer, copy_options::update_existing, ec) == false);
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKLocalizedPrinterParser.java 45 * may be used to endorse or promote products derived from this software
165 assertEquals(LocalDate.from(parsed), date);
182 // these localized patterns include "z" which isn't available from LocalTime
218 assertEquals(LocalTime.from(parsed), time);

Completed in 648 milliseconds

1 23 4 5 6 7 8 91011>>