/external/openfst/src/bin/ |
fstshortestpath.cc | 26 DEFINE_bool(unique, false, "Return unique strings");
|
/external/chromium/chrome/browser/ |
autocomplete_history_manager.cc | 221 bool unique = true; local 225 unique = false; 230 if (unique) {
|
/external/webkit/Source/WebCore/storage/ |
IDBObjectStore.cpp | 127 bool unique = false; local 128 options.getKeyBool("unique", unique); 130 RefPtr<IDBIndexBackendInterface> index = m_objectStore->createIndex(name, keyPath, unique, m_transaction->backend(), ec);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 189 be unique for the fs's lifetime */ 366 __u64 unique; member in struct:fuse_interrupt_in 382 __u64 unique; member in struct:fuse_in_header 393 __u64 unique; member in struct:fuse_out_header
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 189 be unique for the fs's lifetime */ 366 __u64 unique; member in struct:fuse_interrupt_in 382 __u64 unique; member in struct:fuse_in_header 393 __u64 unique; member in struct:fuse_out_header
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
fuse.h | 189 be unique for the fs's lifetime */ 366 __u64 unique; member in struct:fuse_interrupt_in 382 __u64 unique; member in struct:fuse_in_header 393 __u64 unique; member in struct:fuse_out_header
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
shortest-path.h | 38 bool unique; // only return paths with distinct input strings member in struct:fst::ShortestPathOptions 45 nshortest(n), unique(u), has_distance(hasdist) {} 251 if (opts.unique) 278 distance->push_back(Weight::One()); // differently when unique=true 340 // discipline is automatically selected. When 'unique' == true, only 352 size_t n = 1, bool unique = false) { 357 AnyArcFilter<Arc> > opts(&state_queue, arc_filter, n, unique);
|
/external/grub/stage2/ |
disk_io.c | 42 static int unique; variable 1271 /* If DO_COMPLETION is true, just print NAME. Otherwise save the unique 1284 if (! unique) 1301 unique++; 1317 unique = 0; 1340 if (unique == 1) 1359 return unique - 1; [all...] |
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebView.idl | 101 pointer_default(unique) 152 pointer_default(unique) 749 pointer_default(unique) [all...] |
/ndk/sources/host-tools/make-3.81/w32/ |
Makefile | 331 unique=`for i in $$list; do \ 336 mkid -fID $$unique 344 unique=`for i in $$list; do \ 349 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 350 test -n "$$unique" || unique=$$empty_fix; \ 352 $$tags $$unique; \ 360 unique=`for i in $$list; do \ 365 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 367 $$tags $$unique [all...] |
/system/core/sdcard/ |
fuse.h | 281 be unique for the fs's lifetime */ 491 __u64 unique; member in struct:fuse_interrupt_in 539 __u64 unique; member in struct:fuse_in_header 550 __u64 unique; member in struct:fuse_out_header
|
/external/ceres-solver/internal/ceres/ |
local_parameterization.cc | 70 CHECK(unique(constant.begin(), constant.end()) == constant.end())
|
/external/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_list.h | 303 void unique() { _M_impl.unique(); } function in class:list 313 void unique(_BinaryPredicate __bin_pred) function in class:list 314 { _M_impl.unique(_STLP_PRIV _BinaryPredWrapper<_StorageType, _Tp, _BinaryPredicate>(__bin_pred)); }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidatorTest.java | 86 validator.unique();
|
/external/bison/doc/ |
bison.x | 52 are unique. When a long option takes an argument, like
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 28 // screenshot includes a query parameter with a unique id, which
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSEntry.java | 41 DNSEntry(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { 46 _unique = unique; 140 * @return true if unique 282 aLog.append((_unique ? "-unique," : ","));
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
StripInfo.java | 100 boolean unique(FaceInfoVec faceVec, FaceInfo face)
method in class:StripInfo 131 //the face is not unique, all it's vertices exist in the face vector
136 //if we get out here, it's unique
225 // it's used for Unique()
242 //this tests to see if a face is "unique", meaning that its vertices aren't already in the list
244 if(!unique(tempAllFaces, nextFace))
277 //this is just so Unique() will work
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 43 --- array of symbol name numer keys used (to check for unique mapvals)
70 io.write("*** error: mapval values must be unique, ", symnr, "\n")
122 io.write("*** error: property '", prop, "' must be unique\n"); return
132 -- get IDs of unique specids
|
picoloadphones.lua | 41 --- array of symbol name numer keys used (to check for unique mapvals)
68 io.write("*** error: mapval values must be unique, ", symnr, "\n")
120 io.write("*** error: property '", prop, "' must be unique\n"); return
130 -- get IDs of unique specids
|