HomeSort by relevance Sort by last modified time
    Searched refs:states (Results 51 - 75 of 642) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/src/compiler/
bytecode-graph-builder.cc 30 void BindAccumulator(Node* node, FrameStateBeforeAndAfter* states = nullptr);
32 FrameStateBeforeAndAfter* states = nullptr);
34 FrameStateBeforeAndAfter* states = nullptr);
35 void RecordAfterState(Node* node, FrameStateBeforeAndAfter* states);
97 // Helper for generating frame states for before and after a bytecode.
263 Node* node, FrameStateBeforeAndAfter* states) {
264 if (states) {
265 states->AddToNode(node, OutputFrameStateCombine::PokeAt(0));
273 FrameStateBeforeAndAfter* states) {
275 if (states) {
    [all...]
  /frameworks/base/core/java/android/app/
ActivityGroup.java 33 private static final String STATES_KEY = "android:states";
53 Bundle states = savedInstanceState != null local
55 mLocalActivityManager.dispatchCreate(states);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothA2dpSink.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothAvrcpController.aidl 31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothMap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
IBluetoothSap.aidl 33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
BluetoothProfile.java 180 * states.
182 * <p> If none of the devices match any of the given states,
187 * @param states Array of states. States can be one of
193 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states);
  /frameworks/native/libs/binder/
ProcessInfoService.cpp 30 /*out*/ int32_t* states) {
40 err = pis->getProcessStatesFromPids(length, /*in*/ pids, /*out*/ states);
54 ALOGW("%s: Could not retrieve process states from ProcessInfoService after %d retries.",
  /packages/apps/Settings/src/com/android/settings/vpn2/
ManageablePreference.java 87 final String[] states = res.getStringArray(R.array.vpn_states); local
88 String summary = (mState == STATE_NONE ? "" : states[mState]);
  /system/netd/server/
SockDiag.h 51 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states);
72 int sendDumpRequest(uint8_t proto, uint8_t family, uint32_t states, iovec *iov, int iovcnt);
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 485 staticData->maxBytesPerChar=(int8_t)data->ucm->states.maxCharLength;
486 staticData->minBytesPerChar=(int8_t)data->ucm->states.minCharLength;
487 staticData->conversionType=data->ucm->states.conversionType;
535 if(data->ucm->states.outputType<0) {
536 data->ucm->states.outputType=(int8_t)data->ucm->states.maxCharLength-1;
579 baseStates=&data->ucm->states;
630 UCMStates *states, *baseStates; local
644 states=&data->ucm->states;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
Display.java 43 String[] states = new String[3]; local
45 states[0] = r.getString(R.string.small_font);
46 states[1] = r.getString(R.string.medium_font);
47 states[2] = r.getString(R.string.large_font);
49 android.R.layout.simple_spinner_item, states);
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 976 FileState states[4];
980 states[0].modTime_sec = 0xfedcba98;
981 states[0].modTime_nsec = 0xdeadbeef;
982 states[0].mode = 0777; // decimal 511, hex 0x000001ff
983 states[0].size = 0xababbcbc;
984 states[0].crc32 = 0x12345678;
985 states[0].nameLen = -12;
986 r.s = states[0];
990 states[1].modTime_sec = 0x93400031;
991 states[1].modTime_nsec = 0xdeadbeef
    [all...]
  /external/bison/src/
ielr.c 87 * - The from states of gotos \c i and \c j are the same.
93 * goto \c j and it's an internal edge because the from states are the
112 for (rulep = derives[states[to_state[i]]->accessing_symbol
203 if (states[i]->nitems > max_nitems)
204 max_nitems = states[i]->nitems;
211 size_t nitems = states[from_state[i]]->nitems;
212 item_number *items = states[from_state[i]]->items;
220 == states[to_state[i]]->accessing_symbol
261 transitions *trans = states[to_state[i]]->transitions;
311 for (j = 0; j < states[i]->transitions->num; ++j
    [all...]
lalr.c 84 transitions *sp = states[s]->transitions;
118 transitions *sp = states[s]->transitions;
124 to_state[k] = sp->states[i]->number;
172 transitions *sp = states[stateno]->transitions;
230 symbol_number symbol1 = states[to_state[i]]->accessing_symbol;
238 state *s = states[from_state[i]];
384 state_lookahead_tokens_count (states[i],
397 state_lookahead_tokens_count (states[i],
401 states[i]->reductions->lookahead_tokens = pLA;
420 reductions *reds = states[i]->reductions
    [all...]
  /external/avahi/avahi-gobject/
ga-client.c 193 } states[] = { local
203 for (i = 0; states[i].name != NULL; i++) {
204 if (state != states[i].state)
207 if (!states[i].quark)
208 states[i].quark = g_quark_from_static_string(states[i].name);
209 /* printf("Detail: %s\n", states[i].name); */
210 return states[i].quark;
  /external/autotest/client/cros/
kernel_config.py 47 states = []
50 states.append("unset")
52 states.append(state)
54 (name, value, '|'.join(states)))
  /external/mesa3d/src/gallium/auxiliary/util/
u_vbuf.h 73 const struct pipe_vertex_element *states);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
ParserImpl.java 125 private final ArrayStack<Production> states; field in class:ParserImpl
138 states = new ArrayStack<Production>(100);
201 states.push(new ParseDocumentEnd());
231 states.push(new ParseDocumentEnd());
237 if (!states.isEmpty()) {
238 throw new YAMLException("Unexpected end of stream. States left: " + states);
274 state = states.pop();
378 state = states.pop();
444 state = states.pop()
    [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
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
parse.py 120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
parse.py 120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
parse.py 120 states, first = dfa
121 arcs = states[state]
132 while states[state] == [(0, state)]:
138 states, first = dfa

Completed in 1013 milliseconds

1 23 4 5 6 7 8 91011>>