HomeSort by relevance Sort by last modified time
    Searched refs:unique (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 63 std::unique(formats->begin(), formats->end(), IsCaptureFormatSizeEqual);
  /external/chromium_org/storage/browser/quota/
quota_database.cc 53 " UNIQUE(host, type))" },
60 " UNIQUE(origin, type))" },
537 if (indexes[i].unique)
538 sql += "CREATE UNIQUE INDEX ";
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 138 # <unique>0x6d</unique>
380 unique them and output the results.'''
416 # Contains the set of unique errors
  /external/chromium_org/v8/test/cctest/compiler/
test-js-typed-lowering.cc 52 Unique<Object> unique = local
53 Unique<Object>::CreateImmovable(isolate->factory()->undefined_value());
54 return graph.NewNode(common.HeapConstant(unique));
58 Unique<Object> unique = Unique<Object>::CreateUninitialized(constant); local
59 return graph.NewNode(common.HeapConstant(unique));
157 Handle<Object> value = OpParameter<Unique<Object> >(result).handle();
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugInfo.cpp 443 if (!cu.unique())
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 192 // make unique temp .o file to put generated object file
378 Libcalls.erase(std::unique(Libcalls.begin(), Libcalls.end()),
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 176 V.erase(std::unique(V.begin(), V.end()), V.end());
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 690 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(),
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 428 unique(close_sources.begin(), close_sources.end());
  /external/openfst/src/include/fst/
state-map.h 554 unique(arcs_.begin(), arcs_.end(), equal_);
  /development/build/tools/
sdk_repo.mk 70 # unique.)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 11 /** System.identityHashCode() is not always unique; we have to
  /external/chromium_org/chrome/browser/resources/options/chromeos/
bluetooth_device_list.js 194 * @param {string} address The unique address of the device.
214 * @param {string} address Unique address of the Bluetooth device.
  /external/chromium_org/remoting/webapp/
client_screen.js 182 * @param {string} hostId The unique id of the host.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
profiler.js 307 // Create unique id for every model.
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 37 /// The unique id for this entry
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 17 // Each virtual key event is assigned a unique ID.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /external/libvorbis/doc/
05-comment.tex 179 Field names are not required to be unique (occur once) within a
  /external/flac/libFLAC/
metadata_object.c 1143 unsigned unique; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_predicates.js 7 * nodes with the unique ancestors of a node. They output true if a
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 161 * This aggregator counts the number of unique values that were fed to it.
175 return getDictionaryKeys(this.valuesSet_).length + ' unique';
889 * has a unique key.
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/automation/
automation_node.js 275 * unique ids per node and we use these ids to build a hash to the actual
  /external/chromium_org/v8/benchmarks/spinning-balls/
v.js 157 // Insert new node with a unique key.
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 777 int col = ((Integer) h0.get("unique")).intValue();
896 int col = ((Integer) h0.get("unique")).intValue();
    [all...]

Completed in 2536 milliseconds

1 2 3 4 5 6 7 891011>>