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

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 8 union { struct { union { int BA; } Val; int Offset; } OffsetedInfo; } Contents;
  /external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh 9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
  /external/chromium_org/remoting/host/installer/mac/tools/
ksunregister.sh 7 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
ksregister.sh 10 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 139 /// 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;
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.OffsetedInfo.Val.GV
    [all...]
ScheduleDAG.h 78 /// Contents - A union discriminated by the dependence kind.
87 } Contents;
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.OrdKind == Other.Contents.OrdKind
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 17 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/
Makefile 11 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
  /external/lldb/examples/lookup/
Makefile 10 LLDB_BUILD_DIR ?= /Applications/Xcode.app/Contents/SharedFrameworks
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.h 49 struct Contents;
112 void SetContents(scoped_ptr<Contents> url_matcher);
117 scoped_ptr<Contents> contents_;
supervised_user_url_filter.cc 32 struct SupervisedUserURLFilter::Contents {
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/
MachineRegisterInfo.cpp 184 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.Reg.Prev
    [all...]
  /external/clang/unittests/libclang/
LibclangTest.cpp 42 const char *Contents;
45 TestVFO(const char *Contents) : Contents(Contents) {
60 if (Contents) {
65 EXPECT_STREQ(Contents, BufStr.c_str());
74 const char *contents = local
81 " 'contents': [\n"
85 " 'external-contents': \"/real/foo.h\"\n"
91 TestVFO T(contents);
96 const char *contents = local
124 const char *contents = local
176 const char *contents = local
200 const char *contents = local
252 const char *contents = local
298 const char *contents = local
    [all...]
  /external/chromium_org/remoting/tools/mac/
chromoting-set-channel.sh 12 KSADMIN=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/MacOS/ksadmin
  /external/chromium_org/third_party/leveldatabase/src/db/
write_batch_internal.h 31 static Slice Contents(const WriteBatch* batch) {
39 static void SetContents(WriteBatch* batch, const Slice& contents);
  /external/chromium_org/v8/src/extensions/
free-buffer-extension.cc 24 v8::ArrayBuffer::Contents contents = arrayBuffer->Externalize(); local
25 V8::ArrayBufferAllocator()->Free(contents.Data(), contents.ByteLength());
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 288 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;
311 if (error(Ctx.COFF.getSectionContents(PData, Contents)) || Contents.empty())
315 reinterpret_cast<const RuntimeFunction *>(Contents.data());
316 const size_t Count = Contents.size() / sizeof(RuntimeFunction)
    [all...]
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 177 my @Contents = ();
180 @Contents = <INFILE>;
183 return @Contents;
  /build/core/combo/
mac_version.mk 30 # try /Applications/Xcode*.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
31 # or /Volume/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.?.sdk
  /external/clang/tools/libclang/
CXString.h 102 return StringRef(UF.Contents, UF.Length);
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 48 xcode_python_path = "/Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/Current/Resources/Python/"
  /external/llvm/test/MC/ELF/
fde.s 4 # CHECK: Contents of section .debug_frame:
  /external/chromium_org/remoting/host/installer/mac/PrivilegedHelperTools/
org.chromium.chromoting.me2me.sh 13 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/
MCAssembler.h 213 SmallVector<char, 32> Contents;
224 SmallVectorImpl<char> &getContents() override { return Contents; }
226 return Contents;
265 SmallVector<char, 4> Contents;
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;
314 SmallVectorImpl<char> &getContents() override { return Contents; }
315 const SmallVectorImpl<char> &getContents() const override { return Contents; }
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 336 std::vector<std::string> Contents;
339 Contents.push_back(I->getName());
342 // Check contents, which may be in any order
343 EXPECT_EQ(4U, Contents.size());
345 for (const std::string &Name : Contents) {
393 const char *Contents[] = {"/file2", "/file1"};
394 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents));
403 const char *Contents[] = {"/dir2", "/file2", "/dir1", "/file1"};
404 checkContents(O->dir_begin("/", EC), makeStringRefVector(Contents));
428 const char *Contents[] = {"/dir", "/dir/file2", "/file1"}
    [all...]

Completed in 1716 milliseconds

1 2 3 4 5