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

1 2 3 4 5

  /external/clang/test/Parser/
cxx0x-rvalue-reference.cpp 7 int & &&ar = a; // expected-error{{'ar' declared as a reference to a reference}} local
  /external/clang/test/SemaCXX/
alignof-sizeof-reference.cpp 4 char ar[sizeof(s0&)]; // expected-error {{invalid application of 'sizeof' to an incomplete type}} variable
6 char &r = ar[0];
i-c-e-cxx.cpp 6 int ar[c]; variable
const-cast.cpp 32 const int ar[100] = {0}; local
33 int (&rar)[100] = const_cast<iarr>(ar);
35 int *pi = const_cast<int*>(ar);
55 const int *ar[100] = {0}; local
57 int *(*rar)[100] = const_cast<int *(*)[100]>(&ar); // expected-error {{const_cast from 'const int *(*)[100]' to 'int *(*)[100]' is not allowed}}
cxx0x-initializer-scalars.cpp 55 int ar[10]; local
56 (void) ar[{1}]; // expected-error {{array subscript is not an integer}}
  /external/clang/test/CodeGenCXX/
volatile-1.cpp 5 volatile int ar[5]; variable
const-init.cpp 5 // CHECK: @ar = constant i32* @a
6 int &ar = a; variable
  /cts/tests/tests/media/src/android/media/cts/
AudioPreProcessingTest.java 50 AudioRecord ar = getAudioRecord(); local
51 assertNotNull("could not create AudioRecord", ar);
55 NoiseSuppressor ns = NoiseSuppressor.create(ar.getAudioSessionId());
61 ar.release();
74 AudioRecord ar = getAudioRecord(); local
75 assertNotNull("could not create AudioRecord", ar);
77 NoiseSuppressor ns = NoiseSuppressor.create(ar.getAudioSessionId());
89 ar.release();
103 AudioRecord ar = getAudioRecord(); local
104 assertNotNull("could not create AudioRecord", ar);
127 AudioRecord ar = getAudioRecord(); local
156 AudioRecord ar = getAudioRecord(); local
180 AudioRecord ar = getAudioRecord(); local
204 AudioRecord ar = null; local
    [all...]
  /external/clang/test/CodeGen/
volatile-1.c 5 volatile int ar[5]; variable
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundDeviceJme.java 46 protected AudioRenderer ar; field in class:SoundDeviceJme
48 public SoundDeviceJme(AssetManager assetManager, AudioRenderer ar){
50 this.ar = ar;
59 return new SoundHandleJme(ar, an);
63 return new SoundHandleJme(ar, assetManager, filename);
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 59 android::AudioRecord* ar = new android::AudioRecord( local
63 if (ar == NULL) {
67 status_t s = ar->initCheck();
69 delete ar;
70 ar = NULL;
74 return (int)ar;
  /frameworks/compile/libbcc/tests/data/src/
brackets.c 1 void testBrackets(int* ar, int len) {
5 ar[i] = i;
8 if (ar[i] != i) {
9 printf("error: [%d] %d != %d\n", i, ar[i], i);
38 int* ar = (int*) malloc(100); local
39 testBrackets(ar, 25);
40 free(ar);
46 int* ar = (int*) malloc(lenX * lenY * 4); local
50 ar2D[i] = ar + lenY * i;
53 free(ar);
    [all...]
  /frameworks/wilhelm/src/
handler_bodies.c 99 CAudioRecorder* ar = (CAudioRecorder *) thiz; local
100 android_audioRecorder_useRecordEventMask(ar);
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestMusicPlayer.java 48 private AudioRenderer ar; field in class:TestMusicPlayer
65 ar = JmeSystem.newAudioRenderer(settings);
66 ar.initialize();
67 ar.setListener(listener);
68 AudioContext.setAudioRenderer(ar);
230 ar.pauseSource(musicSource);
238 ar.cleanup();
243 ar.setListener(listener);
249 ar.stopSource(musicSource);
  /external/clang/test/CXX/special/class.copy/
implicit-move-def.cpp 24 F ar[2]; member in struct:H
51 A ar[2]; member in struct:D
  /external/dhcpcd/
arp.c 51 struct arphdr ar; local
56 ar.ar_hrd = htons(iface->family);
57 ar.ar_pro = htons(ETHERTYPE_IP);
58 ar.ar_hln = iface->hwlen;
59 ar.ar_pln = sizeof(sip);
60 ar.ar_op = htons(op);
61 memcpy(arp_buffer, &ar, sizeof(ar));
62 p = arp_buffer + sizeof(ar);
109 struct arphdr ar; local
    [all...]
  /external/zlib/src/contrib/masmx64/
inffas8664.c 83 /* ar offset register */
111 type_ar ar; local
127 ar.in = strm->next_in;
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
129 ar.out = strm->next_out;
130 ar.beg = ar.out - (start - strm->avail_out);
131 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT);
    [all...]
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 118 AsyncResult ar = (AsyncResult) msg.obj; local
119 if (ar.exception != null) {
120 Log.d(TAG, "requestIsimAuthentication exception: " + ar.exception);
122 String response = (String) ar.result;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java 233 AudioRenderer ar = clazz.newInstance(); local
234 return ar;
  /external/zlib/src/contrib/inflate86/
inffas86.c 78 /* ar offset register */
98 } ar; local
110 ar.in = strm->next_in;
111 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
112 ar.out = strm->next_out;
113 ar.beg = ar.out - (start - strm->avail_out);
114 ar.end = ar.out + (strm->avail_out - PAD_AVAIL_OUT)
    [all...]
  /frameworks/base/cmds/app_process/
app_main.cpp 88 AndroidRuntime* ar = AndroidRuntime::getRuntime(); local
89 ar->callMain(mClassName, mClass, mArgC, mArgV);
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 124 ArchiveMember& ar = entry->value(); local
125 ar.file = *pLastPos;
126 ar.lastPos = pLastPos;
127 ar.move = pMove;
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 39 SLresult audioRecorder_setPreset(CAudioRecorder* ar, SLuint32 recordPreset) {
65 if (SL_OBJECT_STATE_UNREALIZED != ar->mObject.mState) {
69 ar->mRecordSource = newRecordSource;
76 SLresult audioRecorder_getPreset(CAudioRecorder* ar, SLuint32* pPreset) {
79 switch (ar->mRecordSource) {
108 void audioRecorder_handleNewPos_lockRecord(CAudioRecorder* ar) {
113 interface_lock_shared(&ar->mRecord);
114 callback = ar->mRecord.mCallback;
115 callbackPContext = ar->mRecord.mContext;
116 interface_unlock_shared(&ar->mRecord)
214 CAudioRecorder *ar = (CAudioRecorder *)user; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CLIRListPreference.java 129 AsyncResult ar = (AsyncResult) msg.obj; local
137 if (ar.exception != null) {
138 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: ar.exception="+ar.exception);
139 mTcpListener.onException(CLIRListPreference.this, (CommandException) ar.exception);
140 } else if (ar.userObj instanceof Throwable) {
143 int clirArray[] = (int[]) ar.result;
158 AsyncResult ar = (AsyncResult) msg.obj; local
160 if (ar.exception != null) {
161 if (DBG) Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception="+ar.exception)
    [all...]
CallWaitingCheckBoxPreference.java 80 AsyncResult ar = (AsyncResult) msg.obj; local
90 if (ar.exception != null) {
92 Log.d(LOG_TAG, "handleGetCallWaitingResponse: ar.exception=" + ar.exception);
96 (CommandException)ar.exception);
98 } else if (ar.userObj instanceof Throwable) {
106 int[] cwArray = (int[])ar.result;
120 AsyncResult ar = (AsyncResult) msg.obj; local
122 if (ar.exception != null) {
124 Log.d(LOG_TAG, "handleSetCallWaitingResponse: ar.exception=" + ar.exception)
    [all...]

Completed in 698 milliseconds

1 2 3 4 5