HomeSort by relevance Sort by last modified time
    Searched defs:Enter (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/webrtc/webrtc/system_wrappers/source/
critical_section_posix.cc 32 CriticalSectionPosix::Enter() {
critical_section_win.cc 24 CriticalSectionWindows::Enter() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stllock.h 15 void Enter() { EnterCriticalSection(this); }
  /external/libchrome/base/threading/
thread_collision_warner.cc 45 void ThreadCollisionWarner::Enter() {
  /external/pdfium/xfa/fwl/
cfwl_messagemouse.h 23 Enter,
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 182 EFI_INPUT_KEY Enter;
190 // Register ENTER as CONTINUE key
192 Enter.ScanCode = SCAN_NULL;
193 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
194 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
256 L"F2 or Down to enter Boot Manager Menu.\n"
257 L"ENTER to boot directly.\n"
  /external/libbrillo/brillo/minijail/
minijail.cc 68 void Minijail::Enter(struct minijail* jail) {
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 331 EFI_INPUT_KEY Enter;
344 // Register ENTER as CONTINUE key
346 Enter.ScanCode = SCAN_NULL;
347 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
348 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
372 PrintXY (10, 10, &White, &Black, L"F2 to enter Setup. ");
373 PrintXY (10, 30, &White, &Black, L"F7 to enter Boot Manager Menu.");
374 PrintXY (10, 50, &White, &Black, L"Enter to boot directly.");
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 205 EFI_INPUT_KEY Enter;
232 // Register ENTER as CONTINUE key
234 Enter.ScanCode = SCAN_NULL;
235 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
236 EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
408 L"F2 to enter Boot Manager Menu.\n"
409 L"ENTER to boot directly.\n"
  /external/lzma/CPP/Windows/
Synchronization.h 149 void Enter() { CriticalSection_Enter(&_object); }
158 CCriticalSectionLock(CCriticalSection &object): _object(&object) {_object->Enter(); }
  /external/v8/src/parsing/
func-name-inferrer.h 34 // To enter function name inference state, put a FuncNameInferrer::State
39 if (fni_ != nullptr) fni_->Enter();
97 void Enter() { entries_stack_.Add(names_stack_.length(), zone()); }
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
PlatformBm.c 484 EFI_INPUT_KEY Enter;
514 // Register ENTER as CONTINUE key
516 Enter.ScanCode = SCAN_NULL;
517 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
518 Status = EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
610 > Special boot: e.g.: USB boot, enter UI
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
PlatformBm.c 397 EFI_INPUT_KEY Enter;
403 // Register ENTER as CONTINUE key
405 Enter.ScanCode = SCAN_NULL;
406 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
407 Status = EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
509 > Special boot: e.g.: USB boot, enter UI
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
PlatformBm.c 528 EFI_INPUT_KEY Enter;
534 // Register ENTER as CONTINUE key
536 Enter.ScanCode = SCAN_NULL;
537 Enter.UnicodeChar = CHAR_CARRIAGE_RETURN;
538 Status = EfiBootManagerRegisterContinueKeyOption (0, &Enter, NULL);
658 > Special boot: e.g.: USB boot, enter UI
  /external/tensorflow/tensorflow/core/graph/
testlib.cc 331 Node* Enter(Graph* g, Node* input, const string& frame_name) {
333 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Enter")
  /external/v8/src/
counters.cc 331 void RuntimeCallStats::Enter(RuntimeCallStats* stats, RuntimeCallTimer* timer,
  /external/clang/include/clang/Analysis/
AnalysisContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 31 void ALAA::Enter(IterationStatement* loop) {
231 Enter(loop);
239 Enter(loop);
248 Enter(loop);
258 Enter(loop);
269 Enter(loop);
  /external/v8/tools/clang/blink_gc_plugin/
Edge.h 66 void Enter(Edge* e) { return context_.push_front(e); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/
AnalysisContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/
AnalysisContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/
AnalysisDeclContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/
AnalysisDeclContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/
AnalysisDeclContext.h 323 const Stmt *Enter;
328 : LocationContext(Scope, ctx, parent), Enter(s) {}

Completed in 746 milliseconds

1 2 3