/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/netfilter_bridge/ |
ebt_arpreply.h | 24 int target; member in struct:ebt_arpreply_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter_bridge/ |
ebt_arpreply.h | 24 int target; member in struct:ebt_arpreply_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_arpreply.h | 24 int target; member in struct:ebt_arpreply_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter_bridge/ |
ebt_arpreply.h | 24 int target; member in struct:ebt_arpreply_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebt_arpreply.h | 24 int target; member in struct:ebt_arpreply_info
|
/external/v8/test/mjsunit/harmony/ |
proxies-set-prototype-of.js | 7 var target = { target: 1 }; 8 target.__proto__ = {}; 10 var proxy = new Proxy(target, handler); 12 assertSame(Object.getPrototypeOf(proxy), target.__proto__ ); 21 assertSame(prototype, Object.getPrototypeOf(target)); 23 var pair = Proxy.revocable(target, handler); 29 handler.setPrototypeOf = function(target, proto) { 34 handler.setPrototypeOf = function(target, proto) { 42 handler.setPrototypeOf = function(target, proto) 59 var target = { target: 1 }; property 74 var target = { target: 1 }; property [all...] |
proxies-apply.js | 17 var target = function() { function 20 var proxy = new Proxy(target, {}); 34 var target = function(a) { 38 var proxy = new Proxy(target, {}); 46 var target = function(a, b) { 51 var proxy = new Proxy(target, {}); 60 var target = function() { 63 var proxy = new Proxy(target, {}); 72 var target = function(a, b) { 78 apply: function(target, this_arg, args) [all...] |
proxies-has-own-property.js | 8 var target = {a:1}; 9 var proxy = new Proxy(target, handler); 11 assertTrue(target.hasOwnProperty('a')); 13 assertFalse(target.hasOwnProperty('b')); 20 assertTrue(target.hasOwnProperty('a')); 22 assertFalse(target.hasOwnProperty('b')); 28 assertTrue(target.hasOwnProperty('a')); 30 assertFalse(target.hasOwnProperty('b')); 36 assertTrue(target.hasOwnProperty('a')); 38 assertFalse(target.hasOwnProperty('b')) [all...] |
/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();
|
/cts/libs/deviceutil/src/android/cts/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();
|
/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
|
/cts/apps/CameraITS/tests/scene0/ |
test_param_sensitivity_burst.py | 19 import its.target namespace
|
/development/ndk/platforms/android-21/include/linux/netfilter_bridge/ |
ebt_nat.h | 25 int target; member in struct:ebt_nat_info
|
/device/generic/goldfish/opengl/system/OpenglSystemCommon/ |
EGLImage.h | 27 EGLenum target; member in struct:EGLImage_t
|
/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/jsoncpp/test/ |
generate_expected.py | 6 target = os.path.splitext(path)[0] + '.expected' variable 7 if os.path.exists( target ): 8 print('skipping:', target) 10 print('creating:', target) 11 file(target,'wt').write(text)
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_nat.h | 8 int target; member in struct:ebt_nat_info
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
SwitchLabelElement.java | 38 @Nonnull public final Label target; field in class:SwitchLabelElement 40 public SwitchLabelElement(int key, @Nonnull Label target) { 42 this.target = target;
|
/external/valgrind/none/tests/s390x/ |
ex_clone.c | 11 char target[40] = " \0"; variable 55 ::"a" (target), "a" (source) 58 printf("%s\n", target);
|
ex_sig.c | 12 char target[40] = " \0"; variable 28 printf("%s\n", target); 43 ::"a" (target), "a" (source)
|
mvc.c | 6 char target[] = "---------------------"; variable 15 printf("------- Copy 17 bytes from BUFFER to TARGET\n"); 17 printf("before: target = |%s|\n", target); 19 ::"a" (target),"a" (buffer): "memory"); 21 printf("after: target = |%s|\n", target); 33 memset(target, '-', sizeof target - 1); // restore initial state 34 printf("before: target = |%s|\n", target) [all...] |