/external/chromium_org/third_party/icu/source/common/ |
unisetspan.cpp | 317 if(which&BACK) { 337 if(which&BACK) { 355 if(which&BACK) { [all...] |
/external/icu4c/common/ |
unisetspan.cpp | 319 if(which&BACK) { 339 if(which&BACK) { 357 if(which&BACK) { [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 508 if (ei.getType() != Graph::Edge::BACK) 510 if (ei.getType() != Graph::Edge::BACK) 521 assert(ei.end() || ei.getType() != Graph::Edge::BACK); [all...] |
nv50_ir_emit_nvc0.cpp | [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_lowering_nvc0.cpp | 508 if (ei.getType() != Graph::Edge::BACK) 510 if (ei.getType() != Graph::Edge::BACK) 521 assert(ei.end() || ei.getType() != Graph::Edge::BACK); [all...] |
nv50_ir_emit_nvc0.cpp | [all...] |
/external/chromium_org/ui/aura/ |
root_window_host_x11.cc | 56 // Standard Linux mouse buttons for going back and forward. 109 // |mask| back to 0). 203 // Scale the screen area back to the full resolution of the screen. 220 // Scale the screen area back to the full resolution of the screen. 224 // Set the modified coordinate back to the event. 270 // jump back and forth between two points. This happens when sub pixel mouse 446 client::UserActionClient::BACK : 937 client::UserActionClient::BACK [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
program_parse.y | 170 %token BACK [all...] |
program_lexer.l | 263 {dot}back { return BACK; }
|
/external/mesa3d/src/mesa/program/ |
program_parse.y | 170 %token BACK [all...] |
program_lexer.l | 263 {dot}back { return BACK; }
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.cc | 66 // Standard Linux mouse buttons for going back and forward. [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_peephole.cpp | 243 // TGSI 'true' is converted to -1 by F2I(NEG(SET)), track back to SET [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
/prebuilts/devtools/tools/lib/ |
chimpchat.jar | |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLRenderingContext.idl | 128 const GLenum BACK = 0x0405; [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/ |
program_parse.tab.c | 249 BACK = 282, 357 #define BACK 282 [all...] |
/external/llvm/lib/Support/ |
regengine.inc | 237 assert(g->backrefs); /* must be back references doing it */ 292 - dissect - figure out what matched what, no back references 480 - backref - figure out what matched what, figuring in back references 499 AT("back", start, stop, startst, stopst); 907 case O_PLUS: /* both forward and back */ 910 BACK(aft, aft, OPND(s));
|
/bionic/libc/upstream-netbsd/libc/regex/ |
engine.c | 288 assert(g->backrefs); /* must be back references doing it */ 348 - dissect - figure out what matched what, no back references 557 - backref - figure out what matched what, figuring in back references 587 AT("back", start, stop, startst, stopst); 1028 case O_PLUS: /* both forward and back */ 1031 BACK(aft, aft, OPND(s));
|
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 233 assert(g->backrefs); /* must be back references doing it */ 288 - dissect - figure out what matched what, no back references 471 - backref - figure out what matched what, figuring in back references 490 AT("back", start, stop, startst, stopst); 896 case O_PLUS: /* both forward and back */ 899 BACK(aft, aft, OPND(s));
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InjectedScriptCanvasModuleSource.js | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
lex.yy.c | 188 /* Return all but the first "n" matched characters back to the input stream. */ [all...] |