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

1 2 3

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
AbstractCollectionTest.java 32 AbstractCollection<Object> ac = new AbstractCollection<Object>() { local
48 ac.add(null);
58 AbstractCollection<String> ac = new AbstractCollection<String>() { local
79 assertTrue(ac.addAll(fixtures));
87 AbstractCollection<String> ac = new AbstractCollection<String>() { local
108 assertTrue(ac.containsAll(fixtures));
116 AbstractCollection<Object> ac = new AbstractCollection<Object>(){ local
128 assertTrue(ac.isEmpty());
137 AbstractCollection<String> ac = new AbstractCollection<String>() { local
166 assertTrue(ac.removeAll(Arrays.asList("0", "1", "2")))
179 AbstractCollection<String> ac = new AbstractCollection<String>() { local
216 AbstractCollection<String> ac = new AbstractCollection<String>() { local
256 AbstractCollection<String> ac = new AbstractCollection<String>() { local
    [all...]
  /bionic/libc/kernel/common/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
if_tr.h 19 #define AC 0x10
26 __u8 ac; member in struct:trh_hdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /external/e2fsprogs/e2fsck/
argv_parse.c 143 int ac, ret; local
150 ret = argv_parse(buf, &ac, &av);
155 printf("Argv_parse returned %d arguments...\n", ac);
  /external/kernel-headers/original/linux/
transport_class.h 57 struct attribute_container ac; member in struct:transport_container
62 container_of(x, struct transport_container, ac)
86 return attribute_container_register(&tc->ac);
91 return attribute_container_unregister(&tc->ac);
if_tr.h 12 * Peter De Schrijver, <stud11@cc4.kuleuven.ac.be>
28 #define AC 0x10
37 __u8 ac; /* access control field */ member in struct:trh_hdr
  /system/core/libacc/tests/data/
otcc-noinclude.c 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
otcc.c 19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
444 mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7);
  /external/e2fsprogs/misc/
e2initrd_helper.c 197 int ac, i; local
220 ac = 0;
224 ac = (ac * 8) + (*p - '0');
226 *q = ac;
  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.cpp 488 struct ACORR_COEFS ac; local
505 calc_auto_corr_LC(&ac,
510 if (ac.r11r && ac.det)
513 pv_div(ac.r01r, ac.r11r, &quotient);
567 * alphar[1][loBand] = ( ac.r01r * ac.r12r - ac.r02r * ac.r11r ) / ac.det
809 struct ACORR_COEFS ac; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
Ctrl.c 161 TI_UINT32 ac; local
174 for (ac=0; ac < MAX_NUM_OF_AC + 1; ac++)
176 pCtrlData->ctrlDataTxRatePolicy.rateClass[ac].longRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy.longRetryLimit;
177 pCtrlData->ctrlDataTxRatePolicy.rateClass[ac].shortRetryLimit = ctrlDataInitParams->ctrlDataTxRatePolicy.shortRetryLimit;
389 * If TSRS is defined to specific AC, the policy is derived from it,
399 TI_UINT32 ac; local
408 for (ac = 0; ac < MAX_NUM_OF_AC; ac++
760 TI_UINT8 ac; local
    [all...]
txCtrlParams.c 74 TI_UINT32 ac; local
84 * For each AC under admission control calculate the new usage and credit time,
87 for(ac = 0 ; ac < MAX_NUM_OF_AC ; ac++)
90 if(pTxCtrl->mediumTime[ac] == 0)
92 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": ac = %d mediumTime = 0 \n", ac);
98 if(currentTimeStamp < pTxCtrl->lastCreditCalcTimeStamp[ac])
99 pTxCtrl->lastCreditCalcTimeStamp[ac] = 0
336 TI_UINT32 ac; local
743 TI_UINT32 ac; local
    [all...]

Completed in 969 milliseconds

1 2 3