HomeSort by relevance Sort by last modified time
    Searched full:valuelist (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/lldb/source/Plugins/ABI/SysV-x86_64/
ABISysV_x86_64.h 46 lldb_private::ValueList &values) const;
  /external/lldb/source/Target/
ThreadPlanTracer.cpp 238 ValueList value_list;
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 567 final List valueList = (List)value;
572 for (final Object element : valueList) {
577 for (final Object element : valueList) {
581 for (final Object element : valueList) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSGrammar.y 92 CSSParserValueList* valueList;
308 %type <valueList> maybe_media_value
324 %type <valueList> key_list
353 %type <valueList> expr
359 %type <valueList> calc_func_expr
360 %type <valueList> calc_func_paren_expr
371 %type <valueList> ident_list
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
_c_m_a_p.py 201 valueList = [entry[1] for entry in charCodeList]
203 valueList = map(ttFont.getGlyphID, valueList)
205 glyphIdArray = array.array("B", valueList)
852 valueList = [cmap.get(code, ".notdef") for code in codes]
853 valueList = map(ttFont.getGlyphID, valueList)
854 glyphIndexArray = array.array("H", valueList)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ImmutableMultimap.java 204 Collection<V> valueList = builderMultimap.get(checkNotNull(key));
206 valueList.add(checkNotNull(value));
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMultimap.java 203 Collection<V> valueList = builderMultimap.get(checkNotNull(key));
205 valueList.add(checkNotNull(value));
  /external/lldb/include/lldb/
lldb-forward.h 242 class ValueList;
368 typedef std::shared_ptr<lldb_private::ValueList> ValueListSP;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 259 Vector<String> valueList;
260 value.split(';', valueList);
261 for (size_t i = 0; i < valueList.size(); ++i) {
262 String stripped = stripLeadingAndTrailingHTMLSpaces(valueList[i]);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 405 void CXXInstanceCall::getExtraInvalidatedValues(ValueList &Values) const {
552 void BlockCall::getExtraInvalidatedValues(ValueList &Values) const {
573 void CXXConstructorCall::getExtraInvalidatedValues(ValueList &Values) const {
615 ObjCMethodCall::getExtraInvalidatedValues(ValueList &Values) const {
    [all...]
ProgramState.cpp 136 typedef ArrayRef<SVal> ValueList;
156 ProgramState::invalidateRegions(ValueList Values,
169 ProgramState::invalidateRegionsImpl(ValueList Values,
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp     [all...]
AppleThreadPlanStepThroughObjCTrampoline.cpp 37 ValueList &input_values,
AppleObjCRuntime.cpp 104 ValueList arg_value_list;
  /external/llvm/lib/TableGen/
TGParser.cpp 472 /// SubClassRef ::= ClassID '<' ValueList '>'
522 /// SubMultiClassRef ::= MultiClassID '<' ValueList '>'
    [all...]
  /external/lldb/include/lldb/Expression/
ClangFunction.h 91 const ValueList &arg_value_list);
117 const ValueList &arg_value_list);
226 ValueList &arg_values,
611 ValueList
644 ValueList m_arg_values; ///< The default values of the arguments.
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 492 CSSValueList* valueList = toCSSValueList(values[i].get());
493 numLayers = std::max(valueList->length(), numLayers);
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 366 /// ValueList - The types of the values this node defines. SDNode's may
368 const EVT *ValueList;
603 SDVTList X = { ValueList, NumValues };
650 return ValueList[ResNo];
666 value_iterator value_begin() const { return ValueList; }
667 value_iterator value_end() const { return ValueList+NumValues; }
746 ValueList(VTs.VTs), UseList(nullptr),
760 SubclassData(0), NodeId(-1), OperandList(nullptr), ValueList(VTs.VTs),
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 252 List<ContentValues> valueList = intent.getParcelableArrayListExtra(EXTRA_CONTENT_VALUES);
262 int size = valueList.size();
264 ContentValues values = valueList.get(i);
    [all...]
  /external/libvorbis/vq/
bookutil.c 301 b->valuelist=_book_unquantize(c,c->entries,NULL);
  /external/lldb/source/Plugins/ABI/MacOSX-i386/
ABIMacOSX_i386.cpp 417 ValueList &args) const
610 ValueList &values) const
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 603 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getMDValues();
785 const llvm_2_9::ValueEnumerator::ValueList &Vals = VE.getValues();
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 557 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getMDValues();
739 const llvm_2_9_func::ValueEnumerator::ValueList &Vals = VE.getValues();
    [all...]

Completed in 2099 milliseconds

1 23 4