/external/chromium/chrome/browser/history/ |
download_types.cc | 12 int32 state, 20 state(state), 35 state(-1),
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_unittest.cc | 100 state(SyncBackendHost::MakePendingConfigModeState( 103 EXPECT_FALSE(state->ready_task.get()); 104 EXPECT_EQ(types, state->initial_types); 105 EXPECT_FALSE(state->deleted_type); 106 EXPECT_TRUE(state->added_types.none()); 117 state(SyncBackendHost::MakePendingConfigModeState( 120 EXPECT_FALSE(state->ready_task.get()); 121 EXPECT_EQ(types, state->initial_types); 122 EXPECT_TRUE(state->deleted_type); 123 EXPECT_TRUE(state->added_types.none()) [all...] |
/external/clang/test/CodeGenObjC/ |
objc2-new-gc-api-strongcast.m | 15 unsigned long state; 22 void foo1 (NSFastEnumerationState * state) 24 state->itemsPtr = 0; 25 state->bp = ^{};
|
/external/iptables/extensions/ |
libxt_state.c | 19 "state match options:\n" 20 " [!] --state [INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED][,...]\n" 21 " State(s) to match\n"); 25 {.name = "state", .id = O_STATE, .type = XTTYPE_STRING, 31 state_parse_state(const char *state, size_t len, struct xt_state_info *sinfo) 33 if (strncasecmp(state, "INVALID", len) == 0) 35 else if (strncasecmp(state, "NEW", len) == 0) 37 else if (strncasecmp(state, "ESTABLISHED", len) == 0) 39 else if (strncasecmp(state, "RELATED", len) == 0) 41 else if (strncasecmp(state, "UNTRACKED", len) == 0 [all...] |
/external/junit/src/junit/extensions/ |
TestSetup.java | 8 * A Decorator to set up and tear down additional fixture state. Subclass 10 * state once before the tests are run. 31 * Sets up the fixture. Override to set up additional fixture state. 38 * state.
|
/external/kernel-headers/original/linux/netfilter/ |
nf_conntrack_sctp.h | 21 enum sctp_conntrack state; member in struct:ip_ct_sctp
|
/external/openfst/src/include/fst/ |
reweight.h | 36 // distributive when reweighting towards the initial state and right 39 // An arc of weight w, with an origin state of potential p and 40 // destination state of potential q, is reweighted by p\wq when 41 // reweighting towards the initial state and by pw/q when reweighting 61 FSTERROR() << "Reweight: Reweighting to the initial state requires " 70 typename Arc::StateId state = sit.Value(); local 71 if (state == potential.size()) 73 typename Arc::Weight weight = potential[state]; 75 for (MutableArcIterator< MutableFst<Arc> > ait(fst, state); 93 fst->SetFinal(state, Divide(fst->Final(state), weight, DIVIDE_LEFT)) 101 typename Arc::StateId state = sit.Value(); local 110 typename Arc::StateId state = fst->Start(); local 130 typename Arc::StateId state = fst->AddState(); local [all...] |
/external/srtp/crypto/include/ |
prng.h | 24 v128_t state; /* state data */ member in struct:__anon12726 43 aes_icm_ctx_t state; /* state data */ member in struct:__anon12727
|
/external/wpa_supplicant_8/src/common/ |
defs.h | 125 * enum wpa_states - wpa_supplicant state 128 * state (wpa_s->wpa_state). The current state can be retrieved with 129 * wpa_supplicant_get_state() function and the state can be changed by calling 130 * wpa_supplicant_set_state(). In WPA state machine (wpa.c and preauth.c), the 132 * to access the state variable. 136 * WPA_DISCONNECTED - Disconnected state 138 * This state indicates that client is not associated, but is likely to 139 * start looking for an access point. This state is entered when a 154 * WPA_INACTIVE - Inactive state (wpa_supplicant disabled [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
q_plsf.cpp | 74 * Purpose : Allocates memory and initializes state variables 78 Word16 Q_plsf_init(Q_plsfState **state) 82 if (state == (Q_plsfState **) NULL) 87 *state = NULL; 92 /* fprintf(stderr, "Q_plsf_init: can not malloc state structure\n"); */ 97 *state = s; 106 * Purpose : Resets state memory 110 Word16 Q_plsf_reset(Q_plsfState *state) 114 if (state == (Q_plsfState *) NULL) 121 state->past_rq[i] = 0 [all...] |
/frameworks/rs/driver/ |
rsdMeshObj.cpp | 55 RsDataType dt = elem->mHal.state.fields[fieldIdx]->mHal.state.dataType; 63 uint32_t arraySize = elem->mHal.state.fieldArraySizes[fieldIdx]; 77 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { 78 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); 79 for (uint32_t ct=0; ct < elem->mHal.state.fieldsCount; ct++) { 100 for (uint32_t ct=0; ct < mRSMesh->mHal.state.vertexBuffersCount; ct++) { 101 const Element *elem = mRSMesh->mHal.state.vertexBuffers[ct]->getType()->getElement(); 102 uint32_t stride = elem->mHal.state.elementSizeBytes; 103 for (uint32_t fieldI=0; fieldI < elem->mHal.state.fieldsCount; fieldI++) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_sctp.h | 21 enum sctp_conntrack state; member in struct:ip_ct_sctp
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_sctp.h | 21 enum sctp_conntrack state; member in struct:ip_ct_sctp
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_sctp.h | 21 enum sctp_conntrack state; member in struct:ip_ct_sctp
|
/external/opencv/cv/src/ |
cvemd.cpp | 121 CvEMDState * state, float *lower_bound, 131 static void icvRussel( CvEMDState * state ); 134 static CvStatus icvNewSolution( CvEMDState * state ); 135 static int icvFindLoop( CvEMDState * state ); 137 static void icvAddBasicVariable( CvEMDState * state, 160 CvEMDState state; local 165 memset( &state, 0, sizeof(state)); 259 &state, lower_bound, local_buffer_ptr, 268 eps = CV_EMD_EPS * state.max_cost [all...] |
/development/ndk/platforms/android-3/include/linux/mmc/ |
card.h | 58 unsigned int state; member in struct:mmc_card 72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) 73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD) 74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD) 75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD) 76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) 78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) 79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD) 80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD) 81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Lexer.as | 39 public function Lexer(input:CharStream = null, state:RecognizerSharedState = null) { 40 super(state); 45 super.reset(); // reset all recognizer state variables 46 // wack Lexer state variables 50 if ( state==null ) { 51 return; // no shared state work to do 53 state.token = null; 54 state.type = TokenConstants.INVALID_TOKEN_TYPE; 55 state.channel = TokenConstants.DEFAULT_CHANNEL; 56 state.tokenStartCharIndex = -1 [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 46 public Lexer(CharStream input, RecognizerSharedState state) { 47 super(state); 52 super.reset(); // reset all recognizer state variables 53 // wack Lexer state variables 57 if ( state==null ) { 58 return; // no shared state work to do 60 state.token = null; 61 state.type = Token.INVALID_TOKEN_TYPE; 62 state.channel = Token.DEFAULT_CHANNEL; 63 state.tokenStartCharIndex = -1 [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
Lexer.js | 6 org.antlr.runtime.Lexer = function(input, state) { 7 if (state) { 8 org.antlr.runtime.Lexer.superclass.constructor.call(this, state); 17 // reset all recognizer state variables 22 if ( !org.antlr.lang.isValue(this.state) ) { 23 return; // no shared state work to do 25 this.state.token = null; 26 this.state.type = org.antlr.runtime.Token.INVALID_TOKEN_TYPE; 27 this.state.channel = org.antlr.runtime.Token.DEFAULT_CHANNEL; 28 this.state.tokenStartCharIndex = -1 [all...] |
/external/chromium/chrome/browser/resources/options/ |
clear_browser_data_overlay.js | 58 // Set the enabled state of the commit button. 76 ClearBrowserDataOverlay.setClearingState = function(state) { 77 $('deleteBrowsingHistoryCheckbox').disabled = state; 78 $('deleteDownloadHistoryCheckbox').disabled = state; 79 $('deleteCacheCheckbox').disabled = state; 80 $('deleteCookiesCheckbox').disabled = state; 81 $('deletePasswordsCheckbox').disabled = state; 82 $('deleteFormDataCheckbox').disabled = state; 83 $('clearBrowserDataTimePeriod').disabled = state; 84 $('cbdThrobber').style.visibility = state ? 'visible' : 'hidden' [all...] |
/external/skia/src/effects/ |
SkColorMatrixFilter.cpp | 23 static void General(SkColorMatrixFilter::State* state, 25 const int32_t* SK_RESTRICT array = state->fArray; 26 const int shift = state->fShift; 27 int32_t* SK_RESTRICT result = state->fResult; 35 static void General16(SkColorMatrixFilter::State* state, 37 const int32_t* SK_RESTRICT array = state->fArray; 38 int32_t* SK_RESTRICT result = state->fResult; 46 static void AffineAdd(SkColorMatrixFilter::State* state 234 State* state = &fState; local 282 State* state = &fState; local [all...] |
/frameworks/compile/libbcc/lib/ScriptCRT/ |
rs_allocation.c | 9 return alloc->mHal.state.dimensionX; 15 return alloc->mHal.state.dimensionY; 21 return alloc->mHal.state.dimensionZ; 27 return alloc->mHal.state.hasMipmaps; 33 return alloc->mHal.state.hasFaces; 40 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; 48 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; 57 const uint32_t eSize = alloc->mHal.state.elementSizeBytes; 59 const uint32_t dimY = alloc->mHal.state.dimensionY; 70 Type_t *type = (Type_t *)alloc->mHal.state.type [all...] |
rs_program.c | 14 return prog->mHal.state.depthFunc; 23 return prog->mHal.state.depthWriteEnable; 32 return prog->mHal.state.colorRWriteEnable; 41 return prog->mHal.state.colorGWriteEnable; 50 return prog->mHal.state.colorBWriteEnable; 59 return prog->mHal.state.colorAWriteEnable; 68 return prog->mHal.state.blendSrc; 77 return prog->mHal.state.blendDst; 86 return prog->mHal.state.ditherEnable; 98 return prog->mHal.state.pointSprite [all...] |
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/mmc/ |
card.h | 58 unsigned int state; member in struct:mmc_card 72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) 73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD) 74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD) 75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD) 76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) 78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) 79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD) 80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD) 81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD [all...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/mmc/ |
card.h | 58 unsigned int state; member in struct:mmc_card 72 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) 73 #define mmc_card_dead(c) ((c)->state & MMC_STATE_DEAD) 74 #define mmc_card_bad(c) ((c)->state & MMC_STATE_BAD) 75 #define mmc_card_sd(c) ((c)->state & MMC_STATE_SDCARD) 76 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) 78 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) 79 #define mmc_card_set_dead(c) ((c)->state |= MMC_STATE_DEAD) 80 #define mmc_card_set_bad(c) ((c)->state |= MMC_STATE_BAD) 81 #define mmc_card_set_sd(c) ((c)->state |= MMC_STATE_SDCARD [all...] |