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

12 3 4

  /external/clang/test/SemaCXX/
member-init.cpp 21 int as[] = { 1, 2, 3 }; // expected-error {{array bound cannot be deduced from an in-class initializer}} member in struct:UnknownBound
30 int as[] = { decltype(x)::B<C, D>(0) }; // expected-error {{array bound cannot be deduced from an in-class initializer}} member in struct:S
31 T<sizeof(as) / sizeof(int)> x;
  /external/openssh/
auth.c 14 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
413 * Check a given file for security. This is defined as all components
420 * error buffer plus max size as arguments.
551 auth_session_t *as; local
572 * login if the username is given in the same case as stored in the
601 if ((as = auth_open()) == NULL || auth_setpwd(as, pw) != 0 ||
602 auth_approval(as, lc, pw->pw_name, "ssh") <= 0) {
606 if (as != NULL)
607 auth_close(as);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
InputSystem.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
134 final int[] as = axisSwap[displayRotation]; local
135 screenVec[0] = (float)as[0] * canVec[ as[2] ];
136 screenVec[1] = (float)as[1] * canVec[ as[3] ];
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
32 * which can be used as a View object's background.
35 * file, placed in the res/drawable/ folder, and set it as the background to a View object. Then, call
357 AnimationState as = new AnimationState(state, this, res); local
358 mAnimationState = as;
359 setConstantState(as);
LevelListDrawable.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
47 * <p>With this XML saved into the res/drawable/ folder of the project, it can be referenced as
213 LevelListState as = new LevelListState(state, this, res); local
214 mLevelListState = as;
215 setConstantState(as);
MipmapDrawable.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
46 * Note that Drawables without intrinsic height (i.e. with a negative value, such as Color) will
76 * With this XML saved into the res/drawable/ folder of the project, it can be referenced as
307 MipmapContainerState as = new MipmapContainerState(state, this, res); local
308 mMipmapContainerState = as;
309 setConstantState(as);
StateListDrawable.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
324 StateListState as = new StateListState(state, this, res); local
325 mStateListState = as;
326 setConstantState(as);
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 163 String as[] = new String[vector.size()]; local
164 vector.copyInto(as);
165 return as;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
GrantActivity.java 11 ** distributed under the License is distributed on an "AS IS" BASIS,
77 PackageUtil.AppSnippet as = new PackageUtil.AppSnippet(mPm.getApplicationLabel(pkgInfo.applicationInfo), local
79 PackageUtil.initSnippetForNewApp(this, as, R.id.app_snippet);
154 * which have already been granted to {@code mRequestingPackage}, as those permissions
175 * been granted, as it's useless to grant those permissions.
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
302 AttributedString as = new AttributedString(text); local
306 as.addAttribute(field, field, fpIter.start(), fpIter.limit());
310 return as.getIterator();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeSetTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
220 Set as = new HashSet(Arrays.asList(objArray)); local
222 as.remove(i.next());
223 assertEquals("Returned incorrect iterator", 0, as.size());
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp 7 License as published by the Free Software Foundation; either
240 CActiveScheduler* as = CActiveScheduler::Current(); local
241 ASSERT(as->StackDepth() == 0);
242 delete as;
289 CActiveScheduler* as = new (ELeave) CActiveScheduler(); local
290 CActiveScheduler::Install(as);
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 12 ** distributed under the License is distributed on an "AS IS" BASIS,
119 status_t setAudioSource(int as)
121 ALOGV("setAudioSource(%d)", as);
124 data.writeInt32(as);
365 int as = data.readInt32(); local
366 reply->writeInt32(setAudioSource(as));
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
310 // on its own right as the volume was set). In this case,
1044 AudioStream as = (AudioStream) ad; local
    [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerOperateBitsTest.java 12 * distributed under the License is distributed on an "AS IS" BASIS,
215 String as = "-18446744073709551615"; local
217 BigInteger aNumber = new BigInteger(as);
219 assertEquals(as, result.toString());
228 String as = "-4294967295"; local
231 BigInteger aNumber = new BigInteger(as);
242 String as = "-18446744073709551615"; local
245 BigInteger aNumber = new BigInteger(as);
575 String as = "-18446744073709551615"; local
578 BigInteger aNumber = new BigInteger(as);
589 String as = "-4294967295"; local
603 String as = "-18446744073709551615"; local
954 String as = "-18446744073709551615"; local
968 String as = "-4294967295"; local
981 String as = "-18446744073709551615"; local
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
ImageToAwt.java 21 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
53 final int bpp, am, rm, gm, bm, as, rs, gs, bs, im, is; field in class:ImageToAwt.DecodeParams
55 public DecodeParams(int bpp, int am, int rm, int gm, int bm, int as, int rs, int gs, int bs, int im, int is) {
61 this.as = as;
73 this.as = rs;
80 this.as = 0;
257 a = (a << p.as) & p.am;
340 int a = (inputPixel & inParams.am) >> inParams.as;
450 int a = (inputPixel & p.am) >> p.as;
    [all...]
  /external/qemu/android/
async-socket.c 11 * distributed under the License is distributed on an "AS IS" BASIS,
47 static const char* _async_socket_string(AsyncSocket* as);
50 static Looper* _async_socket_get_looper(AsyncSocket* as);
54 * as - Asynchronous socket for the I/O.
57 static AsyncIOAction _async_socket_io_timed_out(AsyncSocket* as,
68 AsyncSocket* as; member in struct:AsyncSocketIO
115 * as - Asynchronous socket for the I/O.
125 _async_socket_rw_new(AsyncSocket* as,
145 asio->as = as;
172 AsyncSocket* const as = asio->as; local
274 AsyncSocket* const as = asio->as; local
1013 AsyncSocket* const as = (AsyncSocket*)opaque; local
1050 AsyncSocket* const as = (AsyncSocket*)opaque; local
1087 AsyncSocket* as = (AsyncSocket*)opaque; local
1107 AsyncSocket* as; local
    [all...]
  /external/qemu/hw/
goldfish_audio.c 4 ** License version 2, as published by the Free Software Foundation, and
328 // need to read twice as much data
551 struct audsettings as; local
577 as.freq = 44100;
578 as.nchannels = 2;
579 as.fmt = AUD_FMT_S16;
580 as.endianness = AUDIO_HOST_ENDIANNESS;
589 &as
598 as.freq = 8000;
599 as.nchannels = 1
    [all...]
  /external/stlport/test/unit/
string_test.cpp 304 const char* as = a.c_str(); local
308 CPPUNIT_ASSERT( b.c_str() == as );
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 10 * License as published by the Free Software Foundation; either
82 // struct as well as the data which it contains. This removes one
945 const UChar* as = a->characters(); local
950 if (as[i] != bc)
970 const UChar* as = a->characters(); local
979 UChar ac = as[i];
989 equal = equal && (foldCase(as[i]) == foldCase(bc));
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 304 const char* as = a.c_str(); local
308 CPPUNIT_ASSERT( b.c_str() == as );
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 304 const char* as = a.c_str(); local
308 CPPUNIT_ASSERT( b.c_str() == as );
    [all...]
  /external/mksh/src/
histrap.c 15 * This work is provided "AS IS" and WITHOUT WARRANTY of any kind, to
22 * of said person's immediate fault when using the work as intended.
143 /* kludge city - accept -num as -- -num (kind of) */
253 * of bounds for -l as well.
565 /* if the name is the same as the name we have */
837 /* !bytes check as some systems (older FreeBSDs) have buggy memchr */
1078 char *as; local
1096 strdupx(as, cs, ATEMP);
1097 cs = s = as;
1101 as = NULL
    [all...]
  /external/qemu/
vnc.h 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
153 struct audsettings as; member in struct:VncState
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.c 343 wpa_hexdump(MSG_DEBUG, "PMK from AS",
352 wpa_hexdump(MSG_DEBUG, "PMK from AS",
810 struct hostapd_radius_server *as; local
821 as = os_zalloc(sizeof(struct hostapd_radius_server));
822 assert(as != NULL);
828 pos = (u8 *) &as->addr.u.v4;
835 inet_aton(authsrv, &as->addr.u.v4);
837 as->addr.af = AF_INET;
838 as->port = port;
839 as->shared_secret = (u8 *) os_strdup(secret)
    [all...]

Completed in 566 milliseconds

12 3 4