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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
global-init-darwin.cpp 9 A as[2]; variable
partial-destruction.cpp 11 A as[10] = { 5, 7 }; local
16 // CHECK: [[AS:%.*]] = alloca [10 x [[A:%.*]]], align
22 // CHECK-NEXT: [[E_BEGIN:%.*]] = getelementptr inbounds [10 x [[A]]], [10 x [[A]]]* [[AS]], i64 0, i64 0
43 // CHECK: [[ED_BEGIN:%.*]] = getelementptr inbounds [10 x [[A]]], [10 x [[A]]]* [[AS]], i32 0, i32 0
68 // CHECK: [[E0:%.*]] = getelementptr inbounds [10 x [[A]]], [10 x [[A]]]* [[AS]], i32 0, i32 0
  /external/syslinux/com32/lib/
onexit.c 24 struct atexit *as = malloc(sizeof(struct atexit)); local
26 if (!as)
29 as->fctn = fctn;
30 as->arg = arg;
32 as->next = __atexit_list;
33 __atexit_list = as;
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_sseq.pass.cpp 68 unsigned as[] = {3, 5, 7}; local
69 std::seed_seq sseq(as, as+3);
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 182 unsigned as[] = {3, 5, 7}; local
183 std::seed_seq sseq(as, as+3);
297 unsigned as[] = {3, 5, 7}; local
298 std::seed_seq sseq(as, as+3);
  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
ctor_sseq.pass.cpp 68 unsigned as[] = {3, 5, 7}; local
69 std::seed_seq sseq(as, as+3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 182 unsigned as[] = {3, 5, 7}; local
183 std::seed_seq sseq(as, as+3);
297 unsigned as[] = {3, 5, 7}; local
298 std::seed_seq sseq(as, as+3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.eng/rand.eng.sub/
ctor_sseq.pass.cpp 28 unsigned as[] = {3, 5, 7}; local
29 std::seed_seq sseq(as, as+3);
43 unsigned as[] = {3, 5, 7}; local
44 std::seed_seq sseq(as, as+3);
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
GuavaLambda.java 10 // distributed under the License is distributed on an "AS IS" BASIS,
28 public Iterable<String> as() { method in class:GuavaLambda
  /external/libunwind/src/aarch64/
Gis_signal_frame.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40 unw_addr_space_t as; local
45 as = c->dwarf.as;
46 a = unw_get_accessors (as);
55 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
  /external/libunwind/src/mips/
Gis_signal_frame.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34 unw_addr_space_t as; local
39 as = c->dwarf.as;
40 a = unw_get_accessors (as);
46 if ((ret = (*a->access_mem) (as, ip + 4, &w1, 0, arg)) < 0)
52 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0)
55 switch (c->dwarf.as->abi)
  /external/libunwind/src/ppc/
Gis_signal_frame.c 20 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35 unw_addr_space_t as; local
40 as = c->dwarf.as;
41 as->validate = 1; /* Don't trust the ip */
59 a = unw_get_accessors (as);
60 if ((ret = (*a->access_mem) (as, ip, &w0, 0, arg)) < 0
61 || (ret = (*a->access_mem) (as, ip + 8, &w1, 0, arg)) < 0)
  /external/libunwind/src/sh/
Gis_signal_frame.c 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
72 unw_addr_space_t as; local
77 as = c->dwarf.as;
78 a = unw_get_accessors (as);
83 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
90 ret = (*a->access_mem) (as, ip+4, &w0, 0, arg);
97 ret = (*a->access_mem) (as, ip+8, &w0, 0, arg);
104 ret = (*a->access_mem) (as, ip+12, &w0, 0, arg);
  /external/libunwind/src/x86/
Gresume.c 18 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
32 cursor C and establishing them as the current machine state. */
41 unw_addr_space_t as = c->dwarf.as; local
47 access_reg = as->acc.access_reg;
48 access_fpreg = as->acc.access_fpreg;
58 (*access_fpreg) (as, reg, &fpval, 1, arg);
63 (*access_reg) (as, reg, &val, 1, arg);
80 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c
    [all...]
  /external/testng/src/test/java/test/configuration/
SuiteFactoryOnceSample1Test.java 17 public void as() { method in class:SuiteFactoryOnceSample1Test
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
FieldSourcer.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
62 AccessSourcer as = new AccessSourcer(mOutput); local
63 as.write(mAccess, AccessSourcer.IS_FIELD);
  /libcore/ojluni/src/main/java/java/text/
Format.java 6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
45 * information such as dates, messages, and numbers.
78 * specific input types as well as <code>parse</code> methods for specific
171 * @return the string buffer passed in as <code>toAppendTo</code>,
185 * to build the resulting String, as well as to determine information
192 * key is also used as the attribute value
278 AttributedString as = new AttributedString(s); local
295 AttributedString as = new AttributedString(iterators); local
313 AttributedString as = new AttributedString(string); local
332 AttributedString as = new AttributedString(iterator); local
    [all...]
CharacterIteratorFieldDelegate.java 6 * under the terms of the GNU General Public License version 2 only, as
8 * particular file as subject to the "Classpath" exception as provided
65 AttributedString as = attributedStrings. local
67 int newIndex = index - as.length();
70 as.addAttribute(attr, value, aStart, Math.min(
71 end - start, as.length() - aStart) +
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
AttributedCharacterIteratorTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
158 AttributedString as = new AttributedString("test"); local
159 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
161 AttributedCharacterIterator it = as.getIterator();
165 as = new AttributedString("test");
166 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
168 it = as.getIterator();
  /external/clang/test/SemaCXX/
gnu-flags.cpp 51 struct as { struct

Completed in 603 milliseconds

1 2 3 4 5 6 7 8 91011>>