HomeSort by relevance Sort by last modified time
    Searched refs:substate (Results 1 - 20 of 20) sorted by null

  /external/speex/libspeex/
kiss_fftr.c 24 kiss_fft_cfg substate; member in struct:kiss_fftr_state
57 st->substate = (kiss_fft_cfg) (st + 1); /*just beyond kiss_fftr_state struct */
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize);
60 kiss_fft_alloc(nfft, inverse_fft, st->substate, &subsize);
87 if ( st->substate->inverse) {
91 ncfft = st->substate->nfft;
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf );
141 if (st->substate->inverse == 0) {
145 ncfft = st->substate->nfft;
170 kiss_fft (st->substate, st->tmpbuf, (kiss_fft_cpx *) timedata)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardApplicationStatus.java 149 public PersoSubState PersoSubstateFromRILInt(int substate) {
152 switch(substate) {
180 loge("PersoSubstateFromRILInt: bad substate: " + substate
  /system/nfc/src/nfa/int/
nfa_dta_int.h 179 /* DTA Substates (while in ACTIVATED state) - substate enumerations are found in
245 tNFA_DTA_SUBSTATE substate; /* Current protocol-specific sub-state */ member in struct:__anon107403
369 void nfa_dta_test_set_substate(tNFA_DTA_SUBSTATE substate);
  /system/nfc/src/nfc/int/
rw_int.h 99 /* Default substate */
199 uint8_t substate; /* Current substate of RW module */ member in struct:__anon107628
310 * Next Substate should be assigned to control variable 'substate' before
312 * move back to the particular substate after Sector change is completed and
404 uint8_t substate; /* Reader/write substate in NDEF write state */ member in struct:__anon107632
406 prev_substate; /* Substate of the tag before moving to different sector */
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 132 return (substate.name for substate in elementList)
647 subState = self.getChildFromName(subStateName)
648 subState.used()
649 newCurrentState.append(subState)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 2235 milliseconds