/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/netfilter_bridge/ |
ebt_nat.h | 25 int target; member in struct:ebt_nat_info
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_nat.h | 25 int target; member in struct:ebt_nat_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/netfilter_bridge/ |
ebt_nat.h | 25 int target; member in struct:ebt_nat_info
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebt_nat.h | 25 int target; member in struct:ebt_nat_info
|
/toolchain/binutils/binutils-2.25/bfd/ |
gen-aout.c | 33 char * target; local 37 target = argv[1]; 38 if (target == NULL) 110 printf ("\n#define MY(OP) CONCAT2 (%s_,OP)\n\n", target); 111 printf ("#define TARGETNAME \"a.out-%s\"\n\n", target); 117 printf ("\n#include \"aout-target.h\"\n");
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
PeerActivity.java | 44 Intent target = new Intent(this, PeerActivity.class); local 45 target.putExtra(EXTRA_PEER_COUNT, mPeerCount); 46 startActivity(target);
|
/external/guava/guava/src/com/google/common/io/ |
AppendableWriter.java | 29 * Writer that places all output on an {@link Appendable} target. If the target 31 * be delegated to the target. 38 private final Appendable target; field in class:AppendableWriter 42 * Creates a new writer that appends everything it writes to {@code target}. 44 * @param target target to which to append output 46 AppendableWriter(Appendable target) { 47 this.target = checkNotNull(target); [all...] |
/external/v8/test/mjsunit/harmony/ |
proxies-get-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__ ); 14 target.__proto__ = []; 15 assertSame(Object.getPrototypeOf(proxy), target.__proto__); 28 // Test with proxy target: 37 var proxy3 = new Proxy(target, handler_proxy);
|
proxies-ownkeys.js | 7 var target = { 10 target.__proto__ = { 14 ownKeys: function(target) { 19 var proxy = new Proxy(target, handler); 26 // Step 6: Fall through to target.[[OwnPropertyKeys]] if the trap is undefined. 31 handler.ownKeys = function(target) { throw 1; }; 37 handler.ownKeys = function(target) { return keys; }; 70 Object.defineProperty(target, "nonconf", {value: 1, configurable: false}); 76 // Step 19a: The trap result must all keys of a non-extensible target. 77 Object.preventExtensions(target); [all...] |
/external/vogar/src/vogar/tasks/ |
PrepareTarget.java | 22 import vogar.Target; 27 private final Target target; field in class:PrepareTarget 29 public PrepareTarget(Run run, Target target) { 30 super("prepare target"); 32 this.target = target; 37 target.await(run.runnerDir.getParentFile().getParentFile()); 39 target.rm(run.runnerDir) [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
DexJarMaker.java | 50 JarOutputStream target = null; local 52 target = new JarOutputStream( 55 add(new File(pathHolder.getDexFilePath()), target); 62 if (target != null) { 63 target.close(); 75 * @param target {@code non-null;} target jar archive 78 private void add(File source, JarOutputStream target) throws IOException { 87 target.putNextEntry(entry); 91 target.write(curr) [all...] |
/external/v8/test/mjsunit/es6/ |
object-assign.js | 17 // 19.1.2.1 Object.assign ( target, ...sources ) 43 // Dies if target is null or undefined 49 // Calls ToObject for target 56 // Only [[Enumerable]] properties are assigned to target 62 var target = Object.assign({}, source); 63 assertTrue("a" in target); 64 assertFalse("b" in target); 79 var target = {a: 0, b: 0, c: 0}; 80 Object.defineProperty(target, "a", {enumerable: false}); 81 Object.defineProperty(target, "b", {configurable: false}) [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
PollArrayWrapper.java | 85 * over the entry in the target wrapper at the target index. The source 86 * array remains unchanged unless the source array and the target are 90 PollArrayWrapper target, int tindex) { 91 target.putDescriptor(tindex, source.getDescriptor(sindex)); 92 target.putEventOps(tindex, source.getEventOps(sindex)); 93 target.putReventOps(tindex, source.getReventOps(sindex));
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
ebt_mark_t.h | 29 int target; member in struct:ebt_mark_t_info
|
/cts/apps/CameraITS/tests/inprog/ |
test_rawstats.py | 19 import its.target namespace
|
/cts/apps/CameraITS/tests/scene0/ |
test_capture_result_dump.py | 19 import its.target namespace
|
test_metadata.py | 18 import its.target namespace
|
/cts/apps/CameraITS/tests/scene1/ |
test_ae_precapture_trigger.py | 18 import its.target namespace 47 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_burst_sameness_manual.py | 19 import its.target namespace 46 e, s = its.target.get_target_exposure_combos(cam)["minSensitivity"]
|
test_crop_region_raw.py | 19 import its.target namespace 66 e, s = its.target.get_target_exposure_combos(cam)["minSensitivity"]
|
test_crop_regions.py | 19 import its.target namespace 45 e, s = its.target.get_target_exposure_combos(cam)["minSensitivity"]
|
test_jpeg.py | 19 import its.target namespace 35 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_param_flash_mode.py | 19 import its.target namespace 40 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_param_tonemap_mode.py | 19 import its.target namespace 44 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|
test_yuv_jpeg_all.py | 19 import its.target namespace 37 e, s = its.target.get_target_exposure_combos(cam)["midExposureTime"]
|