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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
arg-scope-c99.c 3 void bb(int sz, int ar[sz][sz]) { }
  /external/libcxx/test/containers/associative/multiset/
clear.pass.cpp 26 V ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 V ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /external/libcxx/test/containers/associative/set/
clear.pass.cpp 26 V ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 V ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
insert_iter_iter.pass.cpp 28 V ar[] = local
41 m.insert(input_iterator<const V*>(ar),
42 input_iterator<const V*>(ar + sizeof(ar)/sizeof(ar[0])));
52 V ar[] = local
65 m.insert(input_iterator<const V*>(ar),
66 input_iterator<const V*>(ar + sizeof(ar)/sizeof(ar[0])))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
clear.pass.cpp 26 V ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 V ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
clear.pass.cpp 26 V ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 V ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
insert_iter_iter.pass.cpp 28 V ar[] = local
41 m.insert(input_iterator<const V*>(ar),
42 input_iterator<const V*>(ar + sizeof(ar)/sizeof(ar[0])));
52 V ar[] = local
65 m.insert(input_iterator<const V*>(ar),
66 input_iterator<const V*>(ar + sizeof(ar)/sizeof(ar[0])))
    [all...]
  /system/media/audio_route/include/audio_route/
audio_route.h 26 void audio_route_free(struct audio_route *ar);
29 int audio_route_apply_path(struct audio_route *ar, const char *name);
32 int audio_route_apply_and_update_path(struct audio_route *ar, const char *name);
35 int audio_route_reset_path(struct audio_route *ar, const char *name);
38 int audio_route_reset_and_update_path(struct audio_route *ar, const char *name);
41 void audio_route_reset(struct audio_route *ar);
44 int audio_route_update_mixer(struct audio_route *ar);
  /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...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.h 20 extern SLresult android_audioRecorder_checkSourceSinkSupport(CAudioRecorder* ar);
22 extern SLresult android_audioRecorder_create(CAudioRecorder* ar);
31 extern SLresult android_audioRecorder_setConfig(CAudioRecorder* ar, const SLchar *configKey,
43 extern SLresult android_audioRecorder_getConfig(CAudioRecorder* ar, const SLchar *configKey,
46 extern SLresult android_audioRecorder_realize(CAudioRecorder* ar, SLboolean async);
48 extern void android_audioRecorder_preDestroy(CAudioRecorder* ar);
50 extern void android_audioRecorder_destroy(CAudioRecorder* ar);
56 extern void android_audioRecorder_setRecordState(CAudioRecorder* ar, SLuint32 state);
58 extern void android_audioRecorder_useRecordEventMask(CAudioRecorder *ar);
60 extern void android_audioRecorder_getPosition(CAudioRecorder *ar, SLmillisecond *pPosMsec)
    [all...]
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...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 27 void test_ref_param(AnyRef ar) {
28 int &ir = ar;
29 const float &fr = ar;
30 int i = ar;
  /external/clang/test/Parser/
cxx0x-rvalue-reference.cpp 7 int & &&ar = a; // expected-error{{'ar' declared as a reference to a reference}} local
  /external/libcxx/test/containers/associative/map/map.modifiers/
clear.pass.cpp 26 P ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 P ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /external/libcxx/test/containers/associative/multimap/multimap.modifiers/
clear.pass.cpp 26 P ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 P ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /external/libcxx/test/containers/associative/set/set.cons/
iter_iter.pass.cpp 27 V ar[] = local
39 std::set<V> m(input_iterator<const int*>(ar),
40 input_iterator<const int*>(ar+sizeof(ar)/sizeof(ar[0])));
50 V ar[] = local
62 std::set<V, std::less<int>, min_allocator<int>> m(input_iterator<const int*>(ar),
63 input_iterator<const int*>(ar+sizeof(ar)/sizeof(ar[0])))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
clear.pass.cpp 26 P ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 P ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
clear.pass.cpp 26 P ar[] = local
37 M m(ar, ar + sizeof(ar)/sizeof(ar[0]));
46 P ar[] = local
57 M m(ar, ar + sizeof(ar)/sizeof(ar[0]))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
iter_iter.pass.cpp 27 V ar[] = local
39 std::set<V> m(input_iterator<const int*>(ar),
40 input_iterator<const int*>(ar+sizeof(ar)/sizeof(ar[0])));
50 V ar[] = local
62 std::set<V, std::less<int>, min_allocator<int>> m(input_iterator<const int*>(ar),
63 input_iterator<const int*>(ar+sizeof(ar)/sizeof(ar[0])))
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
bwexpander.c 34 /* Chirp (bandwidth expand) LP AR filter */
36 opus_int16 *ar, /* I/O AR filter to be expanded (without leading 1) */
37 const opus_int d, /* I Length of ar */
47 ar[ i ] = (opus_int16)silk_RSHIFT_ROUND( silk_MUL( chirp_Q16, ar[ i ] ), 16 );
50 ar[ d - 1 ] = (opus_int16)silk_RSHIFT_ROUND( silk_MUL( chirp_Q16, ar[ d - 1 ] ), 16 );
bwexpander_32.c 34 /* Chirp (bandwidth expand) LP AR filter */
36 opus_int32 *ar, /* I/O AR filter to be expanded (without leading 1) */
37 const opus_int d, /* I Length of ar */
45 ar[ i ] = silk_SMULWW( chirp_Q16, ar[ i ] );
48 ar[ d - 1 ] = silk_SMULWW( chirp_Q16, ar[ d - 1 ] );
  /external/libopus/silk/
bwexpander.c 34 /* Chirp (bandwidth expand) LP AR filter */
36 opus_int16 *ar, /* I/O AR filter to be expanded (without leading 1) */
37 const opus_int d, /* I Length of ar */
47 ar[ i ] = (opus_int16)silk_RSHIFT_ROUND( silk_MUL( chirp_Q16, ar[ i ] ), 16 );
50 ar[ d - 1 ] = (opus_int16)silk_RSHIFT_ROUND( silk_MUL( chirp_Q16, ar[ d - 1 ] ), 16 );
bwexpander_32.c 34 /* Chirp (bandwidth expand) LP AR filter */
36 opus_int32 *ar, /* I/O AR filter to be expanded (without leading 1) */
37 const opus_int d, /* I Length of ar */
45 ar[ i ] = silk_SMULWW( chirp_Q16, ar[ i ] );
48 ar[ d - 1 ] = silk_SMULWW( chirp_Q16, ar[ d - 1 ] );
  /system/media/audio_route/
audio_route.c 73 struct audio_route *ar; member in struct:config_parse_state
92 static inline struct mixer_ctl *index_to_ctl(struct audio_route *ar,
95 return ar->mixer_state[ctl_index].ctl;
98 static void path_print(struct audio_route *ar, struct mixer_path *path)
105 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index);
113 static void path_free(struct audio_route *ar)
117 for (i = 0; i < ar->num_mixer_paths; i++) {
118 if (ar->mixer_path[i].name)
119 free(ar->mixer_path[i].name);
120 if (ar->mixer_path[i].setting)
367 struct audio_route *ar = state->ar; local
725 struct audio_route *ar; local
    [all...]
  /external/libcxx/test/containers/associative/multimap/multimap.cons/
copy_assign.pass.cpp 27 V ar[] = local
41 std::multimap<int, double, C, A> mo(ar, ar+sizeof(ar)/sizeof(ar[0]), C(5), A(2));
42 std::multimap<int, double, C, A> m(ar, ar+sizeof(ar)/sizeof(ar[0])/2, C(3), A(7));
53 const V ar[] local
73 V ar[] = local
100 V ar[] = local
    [all...]

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>