/external/libxml2/ |
dbgenattr.pl | 14 @states = ("AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "FL", "GA", 28 $state = $states [($i / 100) % 50];
|
pattern.c | 111 int nbState; /* number of states in the automata */ 112 int maxState; /* allocated number of states */ 114 int *states; /* the array of step indexes */ member in struct:_xmlStreamCtxt 150 xmlStepStatePtr states; member in struct:_xmlStepStates 464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { 465 if ((states->states == NULL) || (states->maxstates <= 0)) { 466 states->maxstates = 4; 467 states->nbstates = 0 501 xmlStepStates states = {0, 0, NULL}; \/* \/\/ may require backtrack *\/ local [all...] |
/external/nist-sip/ |
NIST-CONDITIONS-OF-USE.txt | 12 * Pursuant to title 15 Untied States Code Section 105, works of NIST 13 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/core/ |
Match.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
Token.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/javax/sip/ |
EventWrapper.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
RouterExt.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AlertInfoList.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
ContentLanguageList.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PathHeader.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
PathList.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
SecurityClientHeader.java | 7 * Pursuant to title 15 Untied States Code Section 105, works of NIST 8 * employees are not subject to copyright protection in the United States
|
SecurityVerifyHeader.java | 7 * Pursuant to title 15 Untied States Code Section 105, works of NIST 8 * employees are not subject to copyright protection in the United States
|
ServiceRouteHeader.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
ServiceRouteList.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransactionEventListener.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States
|
/frameworks/base/core/res/res/drawable/ |
tab_indicator.xml | 18 <!-- Non focused states --> 22 <!-- Focused states -->
|
tab_indicator_v4.xml | 18 <!-- Non focused states --> 22 <!-- Focused states -->
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
ReorderUtils.java | 9 * Possible states a dragged view can be in. 22 * Reordering states
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 87 StateListDrawable states = new StateListDrawable(); local 88 states.addState(new int[]{android.R.attr.state_checked}, 90 states.addState(new int[]{}, 94 setBackground(states); 96 setBackgroundDrawable(states);
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
ThumbnailRadioButton.java | 87 StateListDrawable states = new StateListDrawable(); local 88 states.addState(new int[]{android.R.attr.state_checked}, 90 states.addState(new int[]{}, 94 setBackground(states); 96 setBackgroundDrawable(states);
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
ThumbnailRadioButton.java | 87 StateListDrawable states = new StateListDrawable(); local 88 states.addState(new int[]{android.R.attr.state_checked}, 90 states.addState(new int[]{}, 94 setBackground(states); 96 setBackgroundDrawable(states);
|
/external/deqp/modules/gles3/functional/ |
es3fSamplerStateQueryTests.cpp | 78 } states[] = local 91 for (int stateNdx = 0; stateNdx < DE_LENGTH_OF_ARRAY(states); ++stateNdx) 95 std::string() + states[stateNdx].name + getVerifierSuffix(verifier), 96 states[stateNdx].desc, 98 states[stateNdx].tester)));
|
/external/openfst/src/include/fst/ |
rmfinalepsilon.h | 19 // Function to remove of final states that have epsilon only input arcs. 41 // Determine the coaccesibility of states. 48 // Find potential list of removable final states. These are final states 49 // that have no outgoing transitions or final states that have a
|
/packages/apps/Settings/src/com/android/settings/ |
Display.java | 44 String[] states = new String[3]; local 46 states[0] = r.getString(R.string.small_font); 47 states[1] = r.getString(R.string.medium_font); 48 states[2] = r.getString(R.string.large_font); 50 android.R.layout.simple_spinner_item, states);
|