/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_tap_gesture.cc | 17 state_(SETUP) { 25 if (state_ == SETUP) { 64 case SETUP: 65 NOTREACHED() << "State SETUP invalid for synthetic tap gesture.";
|
synthetic_tap_gesture.h | 27 SETUP,
|
synthetic_pinch_gesture.cc | 21 state_(SETUP) { 29 if (state_ == SETUP) { 70 case SETUP: 71 NOTREACHED() << "State SETUP invalid for synthetic pinch.";
|
synthetic_pinch_gesture.h | 29 SETUP,
|
synthetic_smooth_scroll_gesture.cc | 36 state_(SETUP) {} 42 if (state_ == SETUP) { 106 case SETUP: 151 case SETUP:
|
synthetic_smooth_scroll_gesture.h | 39 SETUP,
|
/external/deqp/modules/gles2/scripts/ |
gen-keywords.py | 20 ${SETUP}
|
gen-reserved_operators.py | 19 ${SETUP}
|
gen-swizzles.py | 115 ${SETUP} 136 ${SETUP}
|
gen-qualification_order.py | 66 ${SETUP}
|
gen-conversions.py | 109 ${SETUP} 130 ${SETUP}
|
/external/deqp/modules/gles3/scripts/ |
gen-keywords.py | 21 ${SETUP}
|
gen-swizzles.py | 117 ${SETUP} 140 ${SETUP}
|
gen-invalid-texture-funcs.py | 21 ${SETUP}
|
gen-qualification_order.py | 72 ${SETUP}
|
/external/libpcap/ |
atmuni31.h | 49 #define SETUP 0x05 /* setup */
|
/external/llvm/lib/Support/ |
regexec.c | 69 #define SETUP(v) ((v) = 0) 95 #undef SETUP 118 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
|
/external/oprofile/libop/ |
op_xml_out.h | 21 SETUP,
|
/external/chromium_org/chrome/tools/build/win/ |
resedit.py | 170 res_name: the name of the resource, e.g. "SETUP.EXE". 186 res_name: the name of the resource, e.g. "SETUP.EXE". 209 res_name: the name of the resource, e.g. "SETUP.EXE". 250 # name "SETUP.EXE". Add the resource type "B7", langid 1033 and name 251 # "SETUP.EXE.packed.7z" from the file setup.packed.7z. 254 --remove BL 1033 SETUP.EXE \\ 255 --update B7 1033 SETUP.EXE.packed.7z setup.packed.7z \\
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regexec.c | 120 #define SETUP(v) ((v) = 0) 146 #undef SETUP 172 #define SETUP(v) ((v) = &m->space[(size_t)(m->vn++ * m->g->nstates)])
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
InteractiveVerifierActivity.java | 53 protected static final int SETUP = 0; 109 /** Set status to {@link #READY} to proceed, or {@link #SETUP} to try again. */ 110 void setUp() { status = READY; next(); }; 134 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); 193 case SETUP: 251 case SETUP: 252 Log.i(TAG, "running setup for: " + mCurrentTest.getClass().getSimpleName()); 253 mCurrentTest.setUp();
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm64.cc | 53 // SETUP(); 108 #define SETUP() SETUP_SIZE(BUF_SIZE) 241 SETUP(); 292 SETUP(); 338 SETUP(); 419 SETUP(); 453 SETUP(); 520 SETUP(); 557 SETUP(); 589 SETUP(); [all...] |
/external/deqp/modules/gles31/scripts/ |
gen-implicit-conversions.py | 28 ${SETUP} 57 ${SETUP} 81 ${SETUP} 106 ${SETUP} 137 ${SETUP} 159 ${SETUP} 181 ${SETUP}
|
/external/oprofile/utils/ |
opcontrol | 140 --setup give setup arguments (may be omitted) 269 # setup variables related to path or daemon. Set vars according to following 345 # location for daemon setup information 397 # save all the setup related information 447 # reload all the setup-related information 622 # setup any needed default value in chosen events 665 SETUP=no 698 --setup) 699 SETUP=ye [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 67 ;; Setup Section 70 SECTION SETUP ALIGN=16 FLAT USE16 72 setup: label 231 jmp far setup
|