HomeSort by relevance Sort by last modified time
    Searched defs:Action (Results 51 - 75 of 492) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
94 /// The caller takes ownership of the returned action.
143 /// \param ToolAction The action to run over the code.
162 /// \param ToolAction The action to run over the code.
219 /// \param FAction The action to be executed. Class takes ownership.
232 /// \param Action The action to be executed.
236 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
268 ToolAction *Action;
282 /// a frontend action. One could install an additional command lin
    [all...]
  /external/llvm/lib/LineEditor/
LineEditor.cpp 57 CompletionAction Action;
60 Action.Kind = CompletionAction::AK_ShowCompletions;
61 return Action;
72 Action.Kind = CompletionAction::AK_ShowCompletions;
75 Action.Completions.push_back(I->DisplayText);
77 Action.Kind = CompletionAction::AK_Insert;
78 Action.Text = CommonPrefix;
81 return Action;
87 CompletionAction Action;
88 Action.Kind = CompletionAction::AK_ShowCompletions
    [all...]
  /external/protobuf/benchmarks/
ProtoBench.java 104 benchmark("Serialize to byte string", inputData.length, new Action() {
107 benchmark("Serialize to byte array", inputData.length, new Action() {
110 benchmark("Serialize to memory stream", inputData.length, new Action() {
116 benchmark("Serialize to /dev/null with FileOutputStream", inputData.length, new Action() {
121 benchmark("Serialize to /dev/null reusing FileOutputStream", inputData.length, new Action() {
128 benchmark("Deserialize from byte string", inputData.length, new Action() {
133 benchmark("Deserialize from byte array", inputData.length, new Action() {
139 benchmark("Deserialize from memory stream", inputData.length, new Action() {
156 private static void benchmark(String name, long dataSize, Action action) throws IOException
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
queue_base.h 89 enum Action { kEnqueue, kDequeue };
121 void Cancel(Action action, CancellationManager* cancellation_manager,
128 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)
  /external/v8/src/heap/
memory-reducer.h 85 enum Action { kDone, kWait, kRun };
88 State(Action action, int started_gcs, double next_gc_start_ms,
90 : action(action),
95 Action action; member in struct:v8::internal::MemoryReducer::State
142 return state_.action == kDone && state_.started_gcs > 0;
  /frameworks/base/drm/java/android/drm/
DrmStore.java 28 * {@link android.drm.DrmStore.Action actions} that can be performed
41 * {@link android.drm.DrmStore.Action action}.
50 * {@link android.drm.DrmStore.Action action}.
58 * an {@link android.drm.DrmStore.Action action} can be performed on
67 * an {@link android.drm.DrmStore.Action action} can not be performed on
163 public static class Action {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
SearchActionViewHolder.java 42 * {@link RecyclerView.ViewHolder} for showing an {@link SearchActionViewHolder.Action} in a list.
49 Action.INVALID,
50 Action.CREATE_NEW_CONTACT,
51 Action.ADD_TO_CONTACT,
52 Action.SEND_SMS,
53 Action.MAKE_VILTE_CALL,
54 Action.MAKE_VOICE_CALL
56 @interface Action {
74 private @Action int action; field in class:SearchActionViewHolder
    [all...]
  /packages/apps/Dialer/java/com/android/newbubble/
NewBubbleInfo.java 45 public abstract List<Action> getActions();
72 public abstract Builder setActions(List<Action> actions);
79 public abstract static class Action {
100 public static Builder from(@NonNull Action action) {
102 .setIntent(action.getIntent())
103 .setChecked(action.isChecked())
104 .setCheckable(action.isCheckable())
105 .setName(action.getName())
106 .setIconDrawable(action.getIconDrawable()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
221 /// \param FAction The action to be executed. Class takes ownership.
234 /// \param Action The action to be executed.
238 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
270 ToolAction *Action;
284 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/
Tooling.h 70 /// \brief Perform an action for an invocation.
96 /// The caller takes ownership of the returned action.
145 /// \param ToolAction The action to run over the code.
164 /// \param ToolAction The action to run over the code.
224 /// \param FAction The action to be executed. Class takes ownership.
237 /// \param Action The action to be executed.
241 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
273 ToolAction *Action;
287 /// a frontend action. One could install an additional command lin
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
action.go 5 // Action graph creation (planning).
34 actionCache map[cacheKey]*Action // a cache of already-constructed actions
56 // NOTE: Much of Action would not need to be exported if not for test.
59 // An Action represents a single action in the action graph.
60 type Action struct {
61 Mode string // description of action operation
62 Package *load.Package // the package this action works on
63 Deps []*Action // actions that must happen before this on
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
action.go 5 // Action graph creation (planning).
34 actionCache map[cacheKey]*Action // a cache of already-constructed actions
56 // NOTE: Much of Action would not need to be exported if not for test.
59 // An Action represents a single action in the action graph.
60 type Action struct {
61 Mode string // description of action operation
62 Package *load.Package // the package this action works on
63 Deps []*Action // actions that must happen before this on
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
AclEdit.java 185 static enum Action {
196 Action action = null; local
205 action = Action.PRINT;
219 action = Action.ADD;
229 action = Action.REMOVE;
239 action = Action.REPLACE
    [all...]

Completed in 717 milliseconds

1 23 4 5 6 7 8 91011>>