HomeSort by relevance Sort by last modified time
    Searched refs:INITIAL (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/v8/src/regexp/
regexp-parser.h 213 INITIAL,
288 // After the initial parsing pass, patch corresponding RegExpCapture objects
289 // into all RegExpBackReferences. This is done after initial parsing in order
regexp-parser.cc 179 RegExpParserState initial_state(NULL, INITIAL, RegExpLookaround::LOOKAHEAD, 0,
191 DCHECK_EQ(INITIAL, state->group_type());
198 DCHECK_NE(INITIAL, state->group_type());
    [all...]
  /frameworks/av/services/audioflinger/
FastMixerDumpState.cpp 61 if (mCommand == FastMixerState::INITIAL) {
  /external/python/cpython3/Lib/multiprocessing/
managers.py 440 INITIAL = 0
471 self._state.value = State.INITIAL
480 assert self._state.value == State.INITIAL
497 assert self._state.value == State.INITIAL
591 if self._state.value == State.INITIAL:
    [all...]
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.l 139 BEGIN(INITIAL);
Tokenizer.cpp 975 #define INITIAL 0
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
managers.py 449 INITIAL = 0
479 self._state.value = State.INITIAL
491 assert self._state.value == State.INITIAL
508 assert self._state.value == State.INITIAL
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 449 INITIAL = 0
479 self._state.value = State.INITIAL
491 assert self._state.value == State.INITIAL
508 assert self._state.value == State.INITIAL
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 449 INITIAL = 0
479 self._state.value = State.INITIAL
491 assert self._state.value == State.INITIAL
508 assert self._state.value == State.INITIAL
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 449 INITIAL = 0
479 self._state.value = State.INITIAL
491 assert self._state.value == State.INITIAL
508 assert self._state.value == State.INITIAL
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 449 INITIAL = 0
479 self._state.value = State.INITIAL
491 assert self._state.value == State.INITIAL
508 assert self._state.value == State.INITIAL
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
PerformUnifiedRestoreTask.java 180 mState = UnifiedRestoreState.INITIAL;
283 case INITIAL:
356 // state INITIAL : set up for the restore and read the metadata if necessary
    [all...]
  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 47 INITIAL = 1,
397 *b = (a == TestEnum::INITIAL) ? TestEnum::FINAL : TestEnum::INVALID;
645 const TestEnum a = TestEnum::INITIAL;
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang.l 393 BEGIN(INITIAL);
glslang_lex.cpp     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/internal/
PerformBackupTask.java 186 mCurrentState = BackupState.INITIAL;
199 backupManagerService.addBackupTrace("STATE => INITIAL");
228 case INITIAL:
    [all...]
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DrmPlugin.cpp 168 *keyRequestType = KeyRequestType::INITIAL;
  /hardware/interfaces/drm/1.0/default/
DrmPlugin.cpp 87 requestType = KeyRequestType::INITIAL;
  /external/libpcap/
scanner.c     [all...]
  /frameworks/av/drm/libmediadrm/
DrmHal.cpp 701 case drm::V1_1::KeyRequestType::INITIAL:
737 case drm::V1_0::KeyRequestType::INITIAL:
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
bfin-lex.l 38 and <INITIAL> would match some keyword rules only with
39 initial. */
266 ")" BEGIN(INITIAL); return RPAREN;
  /external/scapy/scapy/layers/tls/
automaton_cli.py 128 @ATMT.state(initial=True)
129 def INITIAL(self):
automaton_srv.py 126 @ATMT.state(initial=True)
127 def INITIAL(self):
  /hardware/interfaces/drm/1.1/vts/functional/
drm_hal_clearkey_test.cpp 354 EXPECT_EQ(KeyRequestType::INITIAL, requestType);
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]

Completed in 1374 milliseconds

12 3 4