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

1 2 3 4

  /external/clang/test/CodeGenCXX/
global-init-darwin.cpp 9 A as[2]; variable
partial-destruction.cpp 11 A as[10] = { 5, 7 }; local
15 // CHECK: [[AS:%.*]] = alloca [10 x [[A:%.*]]], align
21 // CHECK-NEXT: [[E_BEGIN:%.*]] = getelementptr inbounds [10 x [[A]]]* [[AS]], i64 0, i64 0
42 // CHECK: [[ED_BEGIN:%.*]] = getelementptr inbounds [10 x [[A]]]* [[AS]], i32 0, i32 0
67 // CHECK: [[E0:%.*]] = getelementptr inbounds [10 x [[A]]]* [[AS]], i32 0, i32 0
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
  /ndk/sources/cxx-stl/llvm-libc++/test/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);
  /development/tools/mkstubs/src/com/android/mkstubs/sourcer/
FieldSourcer.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
61 AccessSourcer as = new AccessSourcer(mOutput); local
62 as.write(mAccess, AccessSourcer.IS_FIELD);
MethodSourcer.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
64 AccessSourcer as = new AccessSourcer(mOutput); local
65 as.write(mAccess, AccessSourcer.IS_METHOD);
  /external/qemu/android/
audio-test.c 4 ** License version 2, as published by the Free Software Foundation, and
53 struct audsettings as; local
57 as.freq = 16000;
58 as.nchannels = 1;
59 as.fmt = AUD_FMT_S16;
60 as.endianness = AUDIO_HOST_ENDIANNESS;
68 &as);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/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();
AttributedStringTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
120 AttributedString as = new AttributedString("test"); local
121 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
123 AttributedCharacterIterator it = as.getIterator();
127 as = new AttributedString("test");
128 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
130 it = as.getIterator();
135 as = new AttributedString("test");
136 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
144 as = new AttributedString("123", new WeakHashMap())
165 AttributedString as = new AttributedString("123", new WeakHashMap()); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
33 AttributedString as = new AttributedString("test"); local
34 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
36 AttributedCharacterIterator it = as.getIterator();
43 as = new AttributedString("test");
44 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
46 it = as.getIterator();
56 AttributedString as = new AttributedString("test"); local
57 AttributedCharacterIterator it = as.getIterator();
64 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE
98 AttributedString as = new AttributedString("test"); local
106 AttributedString as = new AttributedString(""); local
117 AttributedString as = new AttributedString(""); local
138 AttributedString as = new AttributedString(""); local
159 AttributedString as = new AttributedString("test text"); local
172 AttributedString as = new AttributedString("test"); local
195 AttributedString as = new AttributedString(string); local
    [all...]
OldAttributedStringTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
283 AttributedString as = new AttributedString("test"); local
284 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, "a", 2,
286 AttributedCharacterIterator it = as.getIterator();
290 as = new AttributedString("test");
291 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE, null,
293 it = as.getIterator();
298 as = new AttributedString("test");
299 as.addAttribute(AttributedCharacterIterator.Attribute.LANGUAGE,
307 as = new AttributedString("123", new WeakHashMap())
329 AttributedString as = new AttributedString("123", new WeakHashMap()); local
360 AttributedString as = new AttributedString("test"); local
    [all...]
  /external/openssh/
auth-passwd.c 9 * As far as I am concerned, the code I have written for this software
11 * software must be clearly marked as such, and if the derived work is
27 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
133 warn_expiry(Authctxt *authctxt, auth_session_t *as)
140 pwtimeleft = auth_check_change(as);
141 actimeleft = auth_check_expire(as);
170 auth_session_t *as; local
173 as = auth_usercheck(pw->pw_name, authctxt->style, "auth-ssh",
175 if (as == NULL
    [all...]
auth.h 15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
65 auth_session_t *as; member in struct:Authctxt
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
96 ActivityState as = getTopState(); local
97 as.transitionOnNextPause(as.getClass(), klass,
99 as.mReceivedResults = state.mResult;
100 if (mIsResumed) as.onPause();
  /external/blktrace/btt/
iostat.c 7 * it under the terms of the GNU General Public License as published by
114 * For AWAIT: nios should be the same as number of inserts
195 struct stats_t as; local
197 memset(&as, 0, sizeof(struct stats_t));
206 __dump_stats(stamp, all, dip, &as);
215 __dump_stats(stamp, all, dip, &as);
222 __dump_stats_t(stamp, &as, all);
  /external/qemu/audio/
wavcapture.c 15 /* VICE code: Store number as little endian. */
95 struct audsettings as; local
114 as.freq = freq;
115 as.nchannels = 1 << stereo;
116 as.fmt = bits16 ? AUD_FMT_S16 : AUD_FMT_U8;
117 as.endianness = 0;
128 le_store (hdr + 22, as.nchannels, 2);
148 cap = AUD_add_capture (&as, &ops, wav);
  /libcore/luni/src/main/java/java/lang/reflect/
AccessibleObject.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
27 * distributed under the License is distributed on an "AS IS" BASIS,
47 * checks are omitted. This allows privileged code, such as Java object
153 * @return The signature as a string
203 * standard API lists this class as concrete.
210 * the same as Class.getSignatureAttribute(), but it can be used from
225 * the same as Class.getSignatureAttribute(), but it can be used from
287 String as[] = c.getName().split("\\["); local
288 int len = as.length-1;
289 if (as[len].length() > 1)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
184 final AnimatorSet as = mPressedAnim = new AnimatorSet(); local
191 as.playTogether(
195 as.setDuration(50);
197 as.playTogether(
202 as.setDuration(500);
204 as.start();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterState.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
98 AdapterState as = new AdapterState(service, adapterProperties); local
99 as.start();
100 return as;
  /frameworks/base/core/java/android/bluetooth/
BluetoothSocket.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
51 * transport over Bluetooth. It is also known as the Serial Port Profile (SPP).
60 * <p>To create a {@link BluetoothSocket} as a server (or "host"), see the
63 * <p>Once the socket is connected, whether initiated as a client or accepted
64 * as a server, open the IO streams by calling {@link #getInputStream} and
189 BluetoothSocket as = new BluetoothSocket(this); local
190 as.mSocketState = SocketState.CONNECTED;
195 as.close();
198 as.mSocket = new LocalSocket(fds[0]);
199 as.mSocketIS = as.mSocket.getInputStream()
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
46 * provide as well as the subformats used for inserted arguments.
95 * written as {@code "'''{'0}''"} or {@code "'''{0}'''"}.
101 * produce a number format with the hash-sign quoted, with a result such as:
262 * get output such as:
281 * </blockquote> You can either do this programmatically, as in the above
283 * information) as in: <blockquote>
291 * <strong>Note:</strong> As we see above, the string produced by a
439 * formats as this {@code MessageFormat}
519 AttributedString as = new AttributedString(buffer.toString()); local
    [all...]
SimpleDateFormat.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
63 * the format, as shown in the table. For fields of kind "number", the count is the minimum number
98 * extensions are necessary for correct localization in languages such as Russian
104 * <p>Five-count patterns (such as "MMMMM") used for the shortest non-numeric
122 * {@link DateFormat} as described above. This code:
173 * <p>As this example shows, each {@code SimpleDateFormat} instance has a {@link TimeZone}.
184 * writing dates/times in machine-readable form. Simply sending the "Unix time" as a {@code long}
185 * or as the string corresponding to the long is cheaper and unambiguous, and can be formatted any
409 * properties as this simple date format.
486 AttributedString as = new AttributedString(buffer.toString()) local
    [all...]

Completed in 593 milliseconds

1 2 3 4