Searched refs:Contents (Results 1 - 25 of 125) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A D2010-03-09-AnonAggregate.cpp8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents; member in class:MO
/external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
H A Dpostbuild-defaults.sh9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
/external/chromium_org/remoting/host/installer/mac/tools/
H A Dksunregister.sh7 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
H A Dksregister.sh10 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/llvm/include/llvm/CodeGen/
H A DMachineOperand.h139 /// SmallContents - This really should be part of the Contents union, but
145 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi.
152 /// Contents union - This contains the payload for the various operand types.
181 } Contents; member in class:llvm::MachineOperand
409 return Contents.ImmVal;
414 return Contents.CI;
419 return Contents.CFP;
424 return Contents.MBB;
430 return Contents.OffsetedInfo.Val.Index;
435 return Contents
[all...]
H A DScheduleDAG.h78 /// Contents - A union discriminated by the dependence kind.
87 } Contents; member in class:llvm::SDep
102 : Dep(S, kind), Contents() {
110 Contents.Reg = Reg;
114 Contents.Reg = Reg;
120 : Dep(S, Order), Contents(), Latency(0) {
121 Contents.OrdKind = kind;
131 return Contents.Reg == Other.Contents.Reg;
133 return Contents
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
H A Dpackaging.properties17 root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse
25 root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS
/external/lldb/examples/functions/
H A DMakefile11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/lldb/examples/lookup/
H A DMakefile10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.h49 struct Contents;
112 void SetContents(scoped_ptr<Contents> url_matcher);
117 scoped_ptr<Contents> contents_;
H A Dsupervised_user_url_filter.cc32 struct SupervisedUserURLFilter::Contents { struct in class:SupervisedUserURLFilter
54 // a new SupervisedUserURLFilter::Contents.
69 // Finalizes construction of the SupervisedUserURLFilter::Contents and returns
71 scoped_ptr<SupervisedUserURLFilter::Contents> Build();
74 scoped_ptr<SupervisedUserURLFilter::Contents> contents_;
80 : contents_(new SupervisedUserURLFilter::Contents()),
143 scoped_ptr<SupervisedUserURLFilter::Contents> FilterBuilder::Build() {
149 scoped_ptr<SupervisedUserURLFilter::Contents> CreateWhitelistFromPatterns(
163 scoped_ptr<SupervisedUserURLFilter::Contents>
181 contents_(new Contents()),
[all...]
/external/llvm/lib/CodeGen/
H A DMachineRegisterInfo.cpp184 MO->Contents.Reg.Prev = MO;
185 MO->Contents.Reg.Next = nullptr;
192 MachineOperand *Last = Head->Contents.Reg.Prev;
195 Head->Contents.Reg.Prev = MO;
196 MO->Contents.Reg.Prev = Last;
202 MO->Contents.Reg.Next = Head;
206 MO->Contents.Reg.Next = nullptr;
207 Last->Contents.Reg.Next = MO;
219 MachineOperand *Next = MO->Contents.Reg.Next;
220 MachineOperand *Prev = MO->Contents
[all...]
/external/clang/unittests/libclang/
H A DLibclangTest.cpp42 const char *Contents; member in struct:__anon19553::TestVFO
45 TestVFO(const char *Contents) : Contents(Contents) { argument
60 if (Contents) {
65 EXPECT_STREQ(Contents, BufStr.c_str());
320 const char *Contents = local
337 EXPECT_STREQ(Contents, BufStr.c_str());
365 void WriteFile(std::string &Filename, const std::string &Contents) { argument
373 OS << Contents; local
[all...]
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dconglomerate_functions.pl177 my @Contents = ();
180 @Contents = <INFILE>;
183 return @Contents;
/external/chromium_org/remoting/tools/mac/
H A Dchromoting-set-channel.sh12 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dwrite_batch_internal.h31 static Slice Contents(const WriteBatch* batch) { function in class:leveldb::WriteBatchInternal
/external/chromium_org/v8/src/extensions/
H A Dfree-buffer-extension.cc24 v8::ArrayBuffer::Contents contents = arrayBuffer->Externalize();
/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp288 ArrayRef<uint8_t> Contents;
289 if (error(Ctx.COFF.getSectionContents(XData, Contents)) || Contents.empty())
293 if (Offset > Contents.size())
296 const auto UI = reinterpret_cast<const UnwindInfo*>(Contents.data() + Offset);
310 ArrayRef<uint8_t> Contents; local
311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty())
315 reinterpret_cast<const RuntimeFunction *>(Contents.data());
316 const size_t Count = Contents
[all...]
/external/clang/tools/libclang/
H A DCXString.h102 return StringRef(UF.Contents, UF.Length);
/external/llvm/test/MC/ELF/
H A Dfde.s4 # CHECK: Contents of section .debug_frame:
/external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
H A Dorg.chromium.chromoting.me2me.sh13 HOST_EXE=$CONFIG_DIR/$HOST_BUNDLE_NAME/Contents/MacOS/remoting_me2me_host
14 PLIST_FILE=$CONFIG_DIR/$HOST_BUNDLE_NAME/Contents/Info.plist
/external/llvm/include/llvm/MC/
H A DMCAssembler.h213 SmallVector<char, 32> Contents; member in class:llvm::MCDataFragment
224 SmallVectorImpl<char> &getContents() override { return Contents; }
226 return Contents;
265 SmallVector<char, 4> Contents; member in class:llvm::MCCompactEncodedInstFragment
276 SmallVectorImpl<char> &getContents() override { return Contents; }
277 const SmallVectorImpl<char> &getContents() const override { return Contents; }
301 /// Contents - Binary data for the currently encoded instruction.
302 SmallVector<char, 8> Contents; member in class:llvm::MCRelaxableFragment
314 SmallVectorImpl<char> &getContents() override { return Contents; }
315 const SmallVectorImpl<char> &getContents() const override { return Contents; }
468 SmallString<8> Contents; member in class:llvm::MCLEBFragment
503 SmallString<8> Contents; member in class:llvm::MCDwarfLineAddrFragment
535 SmallString<8> Contents; member in class:llvm::MCDwarfCallFrameFragment
[all...]
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp336 std::vector<std::string> Contents; local
339 Contents.push_back(I->getName());
343 EXPECT_EQ(4U, Contents.size());
345 for (const std::string &Name : Contents) {
393 const char *Contents[] = {"/file2", "/file1"}; local
394 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents));
403 const char *Contents[] = {"/dir2", "/file2", "/dir1", "/file1"}; local
404 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents));
428 const char *Contents[] = {"/dir", "/dir/file2", "/file1"}; local
430 makeStringRefVector(Contents));
448 const char *Contents[] = { "/dir", "/dir/file2", "/dir2", "/dir2/foo", local
474 const char *Contents[] = {"/file3", "/file2", "/file1"}; local
498 const char *Contents[] = {"/hiddenByUp", "/onlyInUp", "/hiddenByMid", local
924 const char *Contents[] = {"//root/file1", "//root/file2", "//root/file3", local
930 const char *Contents[] = {"//root/foo/bar/a", "//root/foo/bar/b"}; local
[all...]
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectSymbolizer.cpp112 StringRef Contents; local
113 S->getContents(Contents);
114 Contents = Contents.substr(Addr - SAddr);
116 << Contents.substr(0, Contents.find_first_of(0));
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s39 # Contents of the .eh_frame section:
74 # CHECK: Contents of section .eh_frame:

Completed in 721 milliseconds

12345