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

1 23 4 5 6 7 8 91011>>

  /external/vogar/test/vogar/target/junit4/
SimpleTest3.java 17 package vogar.target.junit4;
TestMethodWithParameterTest.java 17 package vogar.target.junit4;
  /external/vogar/test/vogar/target/mixture/
NonTestClass.java 17 package vogar.target.mixture;
  /external/vogar/test/vogar/target/mixture/junit3/
JUnit3Test.java 17 package vogar.target.mixture.junit3;
  /frameworks/av/media/libaaudio/src/utility/
LinearRamp.cpp 20 float target = mTarget.load(); local
21 if (target != mLevelTo) {
22 // Update target. Continue from previous level.
23 mLevelTo = target;
  /frameworks/native/cmds/installd/
matchgen.py 68 target = trie variable
70 target = target[c] variable
71 target["\0"] = t
73 def dump(target, index):
76 for k in sorted(target.keys()):
78 print "%scase '\\0': return %s;" % (prefix, target[k])
85 dump(target[k], index + 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_arpreply.h 6 int target; member in struct:ebt_arpreply_info
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/multicast/
Sender.java 63 MulticastAddress target = MulticastAddress.parse(args[0]); local
67 if (target.group() instanceof Inet6Address)
70 if (target.interf() != null) {
71 dc.setOption(StandardSocketOptions.IP_MULTICAST_IF, target.interf());
76 new InetSocketAddress(target.group(), target.port()));
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/multicast/
Sender.java 63 MulticastAddress target = MulticastAddress.parse(args[0]); local
67 if (target.group() instanceof Inet6Address)
70 if (target.interf() != null) {
71 dc.setOption(StandardSocketOptions.IP_MULTICAST_IF, target.interf());
76 new InetSocketAddress(target.group(), target.port()));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FileCopyHelper.java 64 OutputStream target = mContext.openFileOutput(fileName, Context.MODE_WORLD_READABLE); local
65 copyFile(source, target);
72 OutputStream target = new FileOutputStream(path); local
73 copyFile(source, target);
76 private void copyFile(InputStream source, OutputStream target) throws IOException {
80 target.write(buffer, 0, len);
86 if (target != null) {
87 target.close();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSanityCheckerTest.java 49 CalendarSanityCheckerTestable target = new CalendarSanityCheckerTestable(getContext()); local
50 target.mPrefs.edit().clear().commit();
52 assertTrue(target.checkLastCheckTime());
58 assertTrue(target.checkLastCheckTime());
61 assertFalse(target.checkLastCheckTime());
65 CalendarSanityCheckerTestable target = new CalendarSanityCheckerTestable(getContext()); local
66 target.mPrefs.edit().clear().commit();
68 assertTrue(target.checkLastCheckTime());
74 target.updateLastCheckTime();
77 assertTrue(target.checkLastCheckTime())
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
MBranchInsn.java 20 * A subclass of the MInsn, that tracks its target instruction.
26 public MInsn target; field in class:MBranchInsn
34 newInsn.target = target;
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_nat.h 25 int target; member in struct:ebt_nat_info
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
EGLImage.h 35 EGLenum target; member in struct:EGLImage_t
  /external/autotest/client/cros/cellular/
scpi_shell 15 [target] = sys.argv[1:]
19 target = '172.22.50.244' variable
23 driver = prologix_scpi_driver.PrologixScpiDriver(hostname=target,
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
BitmapImageViewTarget.java 1 package com.bumptech.glide.request.target;
7 * A {@link com.bumptech.glide.request.target.Target} that can display an {@link android.graphics.Bitmap} in an
DrawableImageViewTarget.java 1 package com.bumptech.glide.request.target;
7 * A target for display {@link Drawable} objects in {@link ImageView}s.
ImageViewTargetFactory.java 1 package com.bumptech.glide.request.target;
10 * A factory responsible for producing the correct type of {@link com.bumptech.glide.request.target.Target} for a given
16 public <Z> Target<Z> buildTarget(ImageView view, Class<Z> clazz) {
18 return (Target<Z>) new GlideDrawableImageViewTarget(view);
20 return (Target<Z>) new BitmapImageViewTarget(view);
22 return (Target<Z>) new DrawableImageViewTarget(view);
SizeReadyCallback.java 1 package com.bumptech.glide.request.target;
4 * A callback that must be called when the target has determined its size. For fixed size targets it can
11 * @param width The width in pixels of the target.
12 * @param height The height in pixels of the target.
  /external/icu/icu4c/source/tools/escapesrc/
tblgen.cpp 29 UChar *target = u; local
31 ucnv_toUnicode(cnv.getAlias(), &target, u+1, &source, cp1047+1, nullptr, true, &status);
  /external/iptables/iptables/
nft-arp.h 9 struct xtables_target *target; member in struct:arptables_command_state
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_nat.h 11 int target; member in struct:ebt_nat_info
  /external/mesa3d/src/mesa/state_tracker/
st_copytex.c 42 * \param texTarget which texture target to copy to (GL_TEXTURE_1D/2D/CUBE_MAP)
109 const GLenum target = local
111 _mesa_GetTexLevelParameteriv(target, texLevel,
113 _mesa_GetTexLevelParameteriv(target, texLevel,
117 _mesa_CopyTexSubImage2D(target,
124 _mesa_CopyTexImage2D(target,
134 "unexpected target in st_copy_framebuffer_to_texture()\n");
  /external/pdfium/fxjs/xfa/
cjx_overflow.cpp 33 void CJX_Overflow::target(CFXJSE_Value* pValue, function in class:CJX_Overflow
cjx_signdata.cpp 39 void CJX_SignData::target(CFXJSE_Value* pValue, function in class:CJX_SignData

Completed in 1105 milliseconds

1 23 4 5 6 7 8 91011>>