/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
AddressHeaderParser.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
|
PProfileKeyParser.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
|
SecurityClientParser.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
|
SecurityVerifyParser.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
|
TokenNamesIms.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/openfst/src/bin/ |
fstconnect.cc | 20 // Removes useless (inaccessible or non-coaccessible) states and arcs 31 string usage = "Removes useless states and arcs from an FST.\n\n Usage: ";
|
fstprune.cc | 20 // Prunes states and arcs of an FST w.r.t. the shortest path weight. 36 string usage = "Prunes states and arcs of an FST.\n\n Usage: ";
|
/external/v8/src/ |
vm-state-inl.h | 16 // VMState class implementation. A simple stack of VM states held by the 17 // logger and partially threaded through the call stack. States are pushed by
|
/frameworks/base/core/java/com/android/internal/util/ |
State.java | 24 * The class for implementing states in a StateMachine 61 * is used for multiple states. But normally there is one class per
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
AnimationEffects.java | 24 * This class aims to encapsulate animation internal states, so that different 68 * canceled as well, to make sure all the states are properly set.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
schemadef.h | 31 #define BEGIN_TM_PART_STATES(name) enum name##STATES { name##StateFiller0, 65 #define BEGIN_TM_PART_STATES(name) {L#name L"STATES",TMT_ENUMDEF,TMT_ENUMDEF},
|
/prebuilts/misc/darwin-x86/flex/ |
NOTICE | 11 The United States Government has rights in this work pursuant 12 to contract no. DE-AC03-76SF00098 between the United States
|
/prebuilts/misc/linux-x86/flex/ |
NOTICE | 11 The United States Government has rights in this work pursuant 12 to contract no. DE-AC03-76SF00098 between the United States
|
/prebuilts/misc/windows/flex/ |
NOTICE | 11 The United States Government has rights in this work pursuant 12 to contract no. DE-AC03-76SF00098 between the United States
|
/sdk/find_java2/FindJava2/ |
FindJava2.rc | 16 // English (United States) resources
128 #endif // English (United States) resources
|
/external/lldb/test/functionalities/thread/create_during_step/ |
TestCreateDuringStep.py | 16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 32 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 40 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 48 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 56 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
/external/lldb/test/functionalities/thread/exit_during_step/ |
TestExitDuringStep.py | 16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 32 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 39 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 47 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained 55 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
/external/llvm/lib/Support/ |
regexec.c | 56 /* macros for manipulating states, small version */ 57 /* FIXME: 'states' is assumed as 'long' on small version. */ 59 #define states states1 macro 85 #undef states macro 105 /* macros for manipulating states, large version */ 106 #define states char * macro
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 174 * states. 176 * <p> If none of the devices match any of the given states, 181 * @param states Array of states. States can be one of 187 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CdmaLteServiceStateTracker.java | 156 String states[] = (String[])ar.result; local 158 log("handlePollStateResultMessage: EVENT_POLL_STATE_GPRS states.length=" + 159 states.length + " states=" + states); 164 if (states.length > 0) { 166 regState = Integer.parseInt(states[0]); 168 // states[3] (if present) is the current radio technology 169 if (states.length >= 4 && states[3] != null) [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
regexec.c | 55 /* macros for manipulating states, small version */ 56 #define states long macro 57 #define states1 states /* for later use in regexec() decision */ 83 #undef states macro 103 /* macros for manipulating states, large version */ 104 #define states char * macro
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ConversationViewState.java | 154 final Bundle states = new Bundle(); local 157 states.putParcelable(uri.toString(), mvs); 159 dest.writeBundle(states); 164 final Bundle states = source.readBundle(loader); local 165 for (String key : states.keySet()) { 166 final MessageViewState state = states.getParcelable(key);
|
/external/bison/src/ |
state.c | 44 transitions *res = xmalloc (offsetof (transitions, states) + states_size); 46 memcpy (res->states, the_states, states_size); 64 return shifts->states[j]; 114 | States. | 169 transitions_new (s->transitions->num, s->transitions->states); 303 /* Initial capacity of states hash table. */ 308 /* Two states are equal if they have the same core items. */ 349 | Create the states hash table. | 364 | Free the states hash table, not the states. 452 state **states = NULL; variable [all...] |
/external/libopus/silk/ |
NSQ_del_dec.c | 63 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 69 opus_int nStatesDelayedDecision, /* I Number of del dec states */ 82 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 104 opus_int nStatesDelayedDecision, /* I Number of states in decision tree */ 147 /* Initialize delayed decision states */ 228 /* Copy final part of signals from winner state to output and long-term filter states */ 277 /* Copy final part of signals from winner state to output and long-term filter states */ 292 /* Update states */ 308 NSQ_del_dec_struct psDelDec[], /* I/O Delayed decision states */ 330 opus_int nStatesDelayedDecision, /* I Number of states in decision tree * [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DFAState.java | 40 * to keep track of all possible states the NFA can be in after 43 * subset T of the states of the NFA that are reachable from the 46 * would be a bitset representing the set of states the 49 * a stack of states, tracking the closure operations as they 82 * dfa states, but it is only a valid value if the user has specified 87 /** The NFA->DFA algorithm may terminate leaving some states 109 * but try to isolate it to only those states whose closure operations 147 * prevent closures only on states contributed by closure not reach 155 /** As this state is constructed (i.e., as NFA states are added), we 158 * process this node eventually, we'll have to walk all states lookin 549 Set states = stateToConfigListMap.keySet(); local [all...] |