Searched refs:slice (Results 151 - 175 of 200) sorted by relevance

12345678

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenRegisters.h178 return makeArrayRef(RegUnits).slice(0, NumNativeRegUnits);
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dpop.rb894 @apop_stamp = res.slice(/<[!-~]+@[!-~]+>/)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dparser.rb314 verbatim.parts.each { |p| p.slice!(0, min_indent) unless p == "\n" } if min_indent > 0
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dvalarray_after.h175 valarray<value_type> operator[](slice) const;
224 _Expr<_Clos, _Tp>::operator[](slice __s) const
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DPathV2.cpp216 Component = Path.slice(Position, end_pos);
246 Component = Path.slice(start_pos, end_pos);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_array_property.py137 # Same as testGetSetItem, but using slice
184 # Same as testGetSetItem, but using slice
223 self.assertRaises(TypeError, o.array.insert, slice(0,2), 4)
268 self.assertRaises(TypeError, o.array.pop, slice(0, 2))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsmil.vim36 syn keyword smilSpecial contained fill meet slice scroll hidden
H A Drpl.vim150 syntax match rplReadWrite "\(^\|\s\+\)\(slice\|auto\|log\|\)scale\ze\($\|\s\+\)"
159 syntax match rplReadWrite "\(^\|\s\+\)slice\ze\($\|\s\+\)"
H A Dpov.vim49 syn keyword povModifiers hypercomplex max_iteration precision quaternion slice
H A Dpython.vim181 syn keyword pythonBuiltin setattr slice sorted staticmethod str
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DConstantFolding.cpp585 Ops.slice(1, i-1)))) &&
910 return ConstantFoldCall(F, Ops.slice(0, Ops.size() - 1), TLI);
969 return ConstantExpr::getGetElementPtr(Ops[0], Ops.slice(1));
H A DValueTracking.cpp1463 return llvm::InsertValueInst::Create(To, V, makeArrayRef(Idxs).slice(IdxSkip),
1512 return FindInsertedValue(C, idx_range.slice(1), InsertBefore);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js515 return this.charAt(0).toUpperCase() + this.slice(1);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DConsoleMessageImpl.js453 return String.format(parameters[0].description, parameters.slice(1), formatters, formattedResult, append);
H A DLogContentView.js592 return Array.prototype.slice.call(this.messagesElement.querySelectorAll(".console-message, .console-user-command")); method
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp260 Class = In.slice(In.find('[') + 1, In.find(' '));
265 Class = In.slice(In.find('[') + 1, In.find('('));
266 Category = In.slice(In.find('[') + 1, In.find(' '));
271 return In.slice(In.find(' ') + 1, In.find(']'));
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp526 StringRef Magic = InputBuffer->getBuffer().slice(0, ELF::EI_NIDENT);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DFunction.cpp541 Infos = Infos.slice(1);
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dinstaller.rb160 existing = io.read.slice(/^gem (['"])(.*?)(\1),/, 2)
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/core/
H A Dcvalue.py67 if type(key) is slice:
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOCompressed.cpp71 uint64_t slice = *p & 0x7f; local
76 result |= (slice << bit);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp232 GetElementPtrInst::Create(Base, makeArrayRef(FixedOperands).slice(1));
/macosx-10.10.1/ruby-106/ruby/ext/
H A Dextmk.rb480 d.slice!(0, ext_prefix.length + 1)
/macosx-10.10.1/ruby-106/ruby/lib/test/
H A Dunit.rb756 report.slice!(n..-1)
/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dgeneric.rb1099 base_path.slice!(i - 1, 2)

Completed in 241 milliseconds

12345678