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

1 2 3

  /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/chrome/browser/download/
download_types.h 24 // is synchronized via the lock. Each entry in 'contents' represents one data
31 typedef std::pair<net::IOBuffer*, int> Contents;
32 std::vector<Contents> contents; member in struct:DownloadBuffer
  /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 137 /// SmallContents - This really should be part of the Contents union, but
143 unsigned OffsetLo; // Matches Contents.OffsetedInfo.OffsetHi.
150 /// Contents union - This contains the payload for the various operand types.
178 } Contents;
404 return Contents.ImmVal;
409 return Contents.CI;
414 return Contents.CFP;
419 return Contents.MBB;
425 return Contents.OffsetedInfo.Val.Index;
430 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/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.h 53 struct Contents;
99 void SetContents(scoped_ptr<Contents> url_matcher);
104 scoped_ptr<Contents> contents_;
managed_mode_url_filter.cc 24 struct ManagedModeURLFilter::Contents {
45 // a new ManagedModeURLFilter::Contents.
60 // Finalizes construction of the ManagedModeURLFilter::Contents and returns
62 scoped_ptr<ManagedModeURLFilter::Contents> Build();
65 scoped_ptr<ManagedModeURLFilter::Contents> contents_;
71 : contents_(new ManagedModeURLFilter::Contents()),
135 scoped_ptr<ManagedModeURLFilter::Contents> FilterBuilder::Build() {
141 scoped_ptr<ManagedModeURLFilter::Contents> CreateWhitelistFromPatterns(
155 scoped_ptr<ManagedModeURLFilter::Contents> LoadWhitelistsOnBlockingPoolThread(
172 contents_(new Contents()) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 186 MO->Contents.Reg.Prev = MO;
187 MO->Contents.Reg.Next = 0;
194 MachineOperand *Last = Head->Contents.Reg.Prev;
197 Head->Contents.Reg.Prev = MO;
198 MO->Contents.Reg.Prev = Last;
204 MO->Contents.Reg.Next = Head;
208 MO->Contents.Reg.Next = 0;
209 Last->Contents.Reg.Next = MO;
221 MachineOperand *Next = MO->Contents.Reg.Next;
222 MachineOperand *Prev = MO->Contents.Reg.Prev
    [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/llvm/include/llvm/MC/
MCAssembler.h 217 SmallVector<char, 32> Contents;
228 virtual SmallVectorImpl<char> &getContents() { return Contents; }
229 virtual const SmallVectorImpl<char> &getContents() const { return Contents; }
267 SmallVector<char, 4> Contents;
278 virtual SmallVectorImpl<char> &getContents() { return Contents; }
279 virtual const SmallVectorImpl<char> &getContents() const { return Contents; }
298 /// Contents - Binary data for the currently encoded instruction.
299 SmallVector<char, 8> Contents;
309 virtual SmallVectorImpl<char> &getContents() { return Contents; }
310 virtual const SmallVectorImpl<char> &getContents() const { return Contents; }
    [all...]
  /sdk/monitor/
monitor 39 app=${app}.app/Contents/MacOS/monitor
  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 177 my @Contents = ();
180 @Contents = <INFILE>;
183 return @Contents;
  /external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
conglomerate_functions.pl 177 my @Contents = ();
180 @Contents = <INFILE>;
183 return @Contents;
  /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 11 HOST_EXE=$CONFIG_DIR/$NAME.me2me_host.app/Contents/MacOS/remoting_me2me_host
12 PLIST_FILE=$CONFIG_DIR/$NAME.me2me_host.app/Contents/Info.plist
  /external/llvm/test/DebugInfo/SystemZ/
eh_frame.s 23 # Contents of the .eh_frame section:
50 # CHECK: Contents of section .eh_frame:
eh_frame_personality.s 37 # Contents of the .eh_frame section:
63 # CHECK: Contents of section .eh_frame:
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 50 StringRef Contents;
51 S.getContents(Contents);
52 Contents = Contents.substr(Addr - SAddr);
54 << Contents.substr(0, Contents.find_first_of(0));
MCObjectDisassembler.cpp 62 StringRef Contents; SI->getContents(Contents);
63 StringRefMemoryObject memoryObject(Contents);
66 if (Contents.size() != SecSize || !SecSize)
90 Data->addData(Contents[Index]);
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 195 ArrayRef<uint8_t> &Contents,
202 if (error_code ec = Obj->getSectionContents(Section, Contents)) return ec;
265 ArrayRef<uint8_t> Contents;
266 if (error(Obj->getSectionContents(Pdata, Contents))) continue;
267 if (Contents.empty()) continue;
270 reinterpret_cast<const RuntimeFunction *>(Contents.data()),
271 Contents.size() / sizeof(RuntimeFunction));
  /sdk/adtproductbuild/
Android.mk 94 # In addition, the root folder has a symlink to Eclipse.app/Contents/MacOS/eclipse. Since .zip files
107 mv $(4)/eclipse/eclipse.app/Contents/MacOS/eclipse.ini $(4)/eclipse/Eclipse.app/Contents/MacOS && \
110 chmod +x $(4)/eclipse/Eclipse.app/Contents/MacOS/eclipse && \
112 $(4)/eclipse/Eclipse.app/Contents/Resources && \
113 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/MacOS/eclipse.ini && \
114 sed -i -e 's/Eclipse.icns/adt.icns/g' $(4)/eclipse/Eclipse.app/Contents/Info.plist ; \
117 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \
119 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \

Completed in 1356 milliseconds

1 2 3