/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 94 'NoBrowserError': Builder(action=NoBrowserError) 375 # Returns action that compares output_file and golden_file. 376 # This action can be attached to the node with 377 # env.AddPostAction(target, action) 385 return env.Action(ActionFunc) 528 for action in post_actions: 529 env.AddPostAction(node, action)
|
/external/chromium_org/sync/engine/ |
syncer_proto_util.cc | 140 const sync_pb::SyncEnums::Action& action) { 141 switch (action) { 183 sync_protocol_error.action = ConvertClientActionPBToLocalClientAction( 184 error.action()); 333 error.action = DISABLE_SYNC_ON_CLIENT; 335 error.action = STOP_SYNC_FOR_DISABLED_ACCOUNT; 337 error.action = DISABLE_SYNC_AND_ROLLBACK; 338 } // There is no other action we can compute for legacy server. 387 sync_protocol_error.action = STOP_SYNC_FOR_DISABLED_ACCOUNT [all...] |
/external/chromium_org/tools/gn/ |
functions.cc | 644 INSERT_FUNCTION(Action, true)
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 130 # Tags that need to be inserted to each 'action' tag and their default content. 157 for action in ('Show', 'Proceed', 'DontProceed', 'ForcedDontProceed'): 158 actions.add('SBInterstitial%s%s' % (interstitial, action)) 465 # just one corresponding action. By default, we check the 'dataType' 631 class Action(object): 643 file_content: a string containing the action XML file content. 647 actions_dict is a dict from user action name to Action object. 663 # Get each user action data. 664 for action_dom in dom.getElementsByTagName('action') [all...] |
/external/chromium_org/ui/events/gesture_detection/ |
gesture_provider.cc | 21 const char* GetMotionEventActionName(MotionEvent::Action action) { 22 switch(action) { 557 "action", GetMotionEventActionName(event.GetAction()));
|
/external/llvm/lib/CodeGen/ |
CodeGenPrepare.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddstor.h | 576 DEVICE_DATA_MANAGEMENT_SET_ACTION Action;
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
RecyclerView.java | 1428 final int action = e.getAction(); local 1445 final int action = e.getAction(); local 1490 final int action = MotionEventCompat.getActionMasked(e); local 1570 final int action = MotionEventCompat.getActionMasked(e); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | 279 Sig('-x', action='store_true'), 280 Sig('-yyy', action='store_const', const=42), 378 Sig('--badger', action='store_true'), 396 Sig('--badger', action='store_true'), 415 Sig('-f', action='store_true'), 417 Sig('-baz', action='store_const', const=42), 435 Sig('+f', action='store_true'), 437 Sig('/baz', action='store_const', const=42), 457 Sig('+f', action='store_true'), 459 Sig('/baz', action='store_const', const=42) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_argparse.py | 279 Sig('-x', action='store_true'), 280 Sig('-yyy', action='store_const', const=42), 378 Sig('--badger', action='store_true'), 396 Sig('--badger', action='store_true'), 415 Sig('-f', action='store_true'), 417 Sig('-baz', action='store_const', const=42), 435 Sig('+f', action='store_true'), 437 Sig('/baz', action='store_const', const=42), 457 Sig('+f', action='store_true'), 459 Sig('/baz', action='store_const', const=42) [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api.cc | 391 // to subscribers of webview.onMessage if the action is being operated upon 394 // |is_web_view_guest| indicates whether the action is for a <webview>. [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
calregts.cpp | [all...] |
/external/blktrace/doc/ |
blktrace.tex | 486 & & action specifiers in section~\ref{sec:act-table} \\ \hline 578 below it in the io stack. The remap action details what exactly is 593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline 627 \subsubsection{\label{sec:act-table}Action Table} 674 Seeing this in action: 684 \paragraph{Default output per action} [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
base_rule_store.js | 89 name, dynamic, action, prec, cstr) { 91 var postc = cvox.SpeechRule.Action.fromString(action);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
image_transform.js | 197 * @return {ImageBuffer.DoubleTapAction} Action to perform as result.
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
image_transform.js | 197 * @return {ImageBuffer.DoubleTapAction} Action to perform as result.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-commons-net.jar | |
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_test.cc | 1018 int action = static_cast<int>(GetClientToServerResponseAction( local [all...] |
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_model.cc | 89 // the first action of an editing sequence (see comments in 369 AutocompleteActionPredictor::Action recommended_action = 383 // Confer with the AutocompleteActionPredictor to determine what action, 384 // if any, we should take. Get the recommended action here even if we 394 UMA_HISTOGRAM_ENUMERATION("AutocompleteActionPredictor.Action", 735 // dropdown is closed or the user used a paste-and-go action. (In most 744 // If the popup is closed or this is a paste-and-go action (meaning the [all...] |
/external/chromium_org/third_party/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 217 SkDrawCommand::Action result = fCommandVector[i]->action();
|
/external/skia/src/utils/debugger/ |
SkDebugCanvas.cpp | 217 SkDrawCommand::Action result = fCommandVector[i]->action();
|
/prebuilts/devtools/tools/lib/ |
traceview.jar | |