HomeSort by relevance Sort by last modified time
    Searched refs:Commit (Results 1 - 25 of 377) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Edit/
Rewriters.h 25 class Commit;
28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Edit/
Rewriters.h 24 class Commit;
27 const NSAPI &NS, Commit &commit);
30 const NSAPI &NS, Commit &commit,
34 const NSAPI &NS, Commit &commit);
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SharedSecret.h 43 Commit( CString zone );
FourthPage.h 73 Commit();
RegistrationPage.h 57 void Commit();
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Header.h 56 bool Commit();
IPACM_Routing.h 60 bool Commit(enum ipa_ip_type ip);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine.h 58 virtual int Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) = 0;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
blit_engine.h 58 virtual int Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) = 0;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 58 virtual int Commit(hwc_display_contents_1_t *content_list, LayerStack *layer_stack) = 0;
  /external/clang/lib/Edit/
Commit.cpp 1 //===----- Commit.cpp - A unit of edits -----------------------------------===//
10 #include "clang/Edit/Commit.h"
19 SourceLocation Commit::Edit::getFileLocation(SourceManager &SM) const {
26 CharSourceRange Commit::Edit::getFileRange(SourceManager &SM) const {
31 CharSourceRange Commit::Edit::getInsertFromRange(SourceManager &SM) const {
38 Commit::Commit(EditedSource &Editor)
43 bool Commit::insert(SourceLocation loc, StringRef text,
59 bool Commit::insertFromRange(SourceLocation loc,
86 bool Commit::remove(CharSourceRange range)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena_test.cc 54 arena.Commit(&context);
66 arena.Commit(&context);
78 arena.Commit(&context);

Completed in 993 milliseconds

1 2 3 4 5 6 7 8 91011>>