HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1 - 25 of 1097) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/
debug-sourceslice.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
29 // Source lines for test.
42 // Build source by putting all lines together
43 var source = ''; variable
45 source += lines[i];
47 eval(source);
53 // Get the script object from one of the functions in the source.
56 // Make sure that the source is as expected.
57 assertEquals(source, script.source)
    [all...]
with-function-expression.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
28 var source = "(function x() { with({}) { return '' + x; } })()"; variable
31 assertDoesNotThrow(source);
36 var res = assertTrue(eval(source).match(regexp) == 'function');
  /external/v8/test/mjsunit/regress/
regress-1129.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
34 var source = Array(50000).join("(") + "a" + Array(50000).join(")"); variable
35 var r = RegExp(source);
  /external/stlport/test/eh/
test_assign_op.h 32 : source(src) {
37 t = source;
41 //EH_ASSERT( source == t );
44 const T& source; member in struct:test_assign_op
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
convert_to_auto_ptr.pass.cpp 6 // Source Licenses. See LICENSE.TXT for details.
22 source() function
30 std::auto_ptr<A> ap2(source());
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.helpers/
ref_1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
22 const A source() {return A();} function
26 std::reference_wrapper<const A> r = std::ref(source());
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/
forward1.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
23 std::forward<A&>(source()); // error
forward3.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward2.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward4.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
forward5.fail.cpp 6 // Source Licenses. See LICENSE.TXT for details.
18 A source() {return A();} function
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_addrtype.h 11 *** source file (e.g. under external/kernel-headers/original/) then
22 u_int16_t source; member in struct:ipt_addrtype_info
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info
  /external/chromium/third_party/libjingle/source/talk/base/
socketaddresspair.h 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
35 // Records a pair (source,destination) of socket addresses. The two addresses
43 const SocketAddress& source() const { return src_; } function in class:talk_base::SocketAddressPair
  /external/icu4c/test/intltest/
mnkytst.h 47 const UnicodeString source; member in class:CollationMonkeyTest
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
  /external/valgrind/main/none/tests/s390x/
ex_clone.c 10 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
32 ::"a" (buf2), "a" (source)
55 ::"a" (target), "a" (source)
ex_sig.c 11 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
25 ::"a" (buf2), "a" (source)
43 ::"a" (target), "a" (source)
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.h 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
75 source:(WebHTMLView *)source; variable
81 source:(WebHTMLView *)source; variable
  /libcore/luni/src/main/java/java/text/
CollationKey.java 35 * During the construction of a {@code CollationKey}, the entire source string
82 private final String source; field in class:CollationKey
84 protected CollationKey(String source) {
85 this.source = source;
100 * @return the source string of this collation key.
103 return source;
  /libcore/luni/src/main/java/java/util/
EventObject.java 34 protected transient Object source; field in class:EventObject
39 * @param source
42 public EventObject(Object source) {
43 if (source == null) {
44 throw new IllegalArgumentException("source == null");
46 this.source = source;
53 return source;
60 return getClass().getName() + "[source=" + source + ']'
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
ipt_addrtype.h 16 u_int16_t source; member in struct:ipt_addrtype_info

Completed in 1643 milliseconds

1 2 3 4 5 6 7 8 91011>>