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

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
enter.asm 2 enter 4,0 label
3 o32 enter 4,0
4 o16 enter 4,0
7 enter 4,0 label
8 a32 o32 enter 4,0
9 a32 o16 enter 4,0
genopcode.asm 103 enter 10, 12 label
  /external/chromium_org/third_party/WebKit/Source/platform/
ScriptForbiddenScope.cpp 28 void ScriptForbiddenScope::enter() function in class:blink::ScriptForbiddenScope
  /external/javassist/src/main/javassist/runtime/
Cflow.java 41 public void enter() { ((Depth)get()).inc(); } method in class:Cflow
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 139 HEnterInlined* enter = HEnterInlined::cast(instr); local
141 for (int i = 0; i < enter->return_targets()->length(); ++i) {
142 int return_id = enter->return_targets()->at(i)->block_id();
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 87 ProfileTestDriver.prototype.enter = function(funcName) {
106 this.enter('lib1-f1');
107 this.enter('lib1-f2');
108 this.enter('T: F1');
109 this.enter('T: F2');
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
117 this.enter('T: F3');
118 this.enter('T: F3');
119 this.enter('T: F3')
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 50 * reentrant, so a thread may enter a monitor any number of times, and then must leave the same
51 * number of times. The <i>enter</i> and <i>leave</i> operations have the same synchronization
54 * <p>A call to any of the <i>enter</i> methods with <b>void</b> return type should always be
58 * monitor.enter();
65 * A call to any of the <i>enter</i> methods with <b>boolean</b> return type should always appear as
293 public void enter() { method in class:Monitor
309 public boolean enter(long time, TimeUnit unit) { method in class:Monitor
538 if (!enter(time, unit)) {
712 * Returns an estimate of the number of threads waiting to enter this monitor. The value is only
722 * Returns whether any threads are waiting to enter this monitor. Note that because cancellation
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/
slide_mode.js 250 SlideMode.prototype.enter = function(
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 383 // CHECK: enter $31438, $0
385 // CHECK: enter $31438, $1
387 // CHECK: enter $31438, $127
389 enter $0x7ace,$0 label
390 enter $0x7ace,$1 label
391 enter $0x7ace,$0x7f label
  /art/compiler/utils/x86/
assembler_x86.cc 1100 void X86Assembler::enter(const Immediate& imm) { function in class:art::x86::X86Assembler
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.cc 1294 void X86_64Assembler::enter(const Immediate& imm) { function in class:art::x86_64::X86_64Assembler
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h 1120 void enter() const function in class:blink::NoAllocationScope
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 438 void Assembler::enter(const Immediate& size) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.cc 874 void Assembler::enter(Immediate size) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/v8/src/x87/
assembler-x87.cc 380 void Assembler::enter(const Immediate& size) { function in class:v8::internal::Assembler
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 1374 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, function in class:CodeGenFunction::FinallyInfo
    [all...]
  /external/chromium_org/third_party/d3/src/
d3.js 812 enter.push(enterNodes);
816 var enter = d3_selection_enter([]), update = d3_selection([]), exit = d3_selection([]);
826 update.enter = function() {
827 return enter;
925 d3.selection.enter = d3_selection_enter;
926 d3.selection.enter.prototype = d3_selection_enterPrototype;
953 function d3_selection_enterInsertBefore(enter) {
956 var group = enter[j].update, n = group.length, node;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 490 milliseconds

1 2