/hardware/qcom/media/mm-core/omxcore/src/7630/ |
qc_registry_table_android.c | 44 // Unique instance handle 60 // Unique instance handle 76 // Unique instance handle 92 // Unique instance handle 108 // Unique instance handle 124 // Unique instance handle 140 // Unique instance handle 156 // Unique instance handle 172 // Unique instance handle 188 // Unique instance handl [all...] |
/hardware/qcom/media/mm-core/src/8960/ |
qc_registry_table.c | 45 // Unique instance handle 61 // Unique instance handle 77 // Unique instance handle 93 // Unique instance handle 109 // Unique instance handle 126 // Unique instance handle 142 // Unique instance handle 158 // Unique instance handle 174 // Unique instance handle 190 // Unique instance handl [all...] |
/external/chromium_org/v8/src/compiler/ |
operator.h | 10 #include "src/unique.h" 54 // A small integer unique to all instances of a particular kind of operator, 169 // Specialization for static parameters of type {Unique<Object>}. 171 struct StaticParameterTraits<Unique<Object> > { 172 static OStream& PrintTo(OStream& os, Unique<Object> val) { // NOLINT 175 static int HashCode(Unique<Object> a) { 178 static bool Equals(Unique<Object> a, Unique<Object> b) { return a == b; } 181 // Specialization for static parameters of type {Unique<Name>}. 183 struct StaticParameterTraits<Unique<Name> > [all...] |
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique.pass.cpp | 16 // unique(Iter first, Iter last); 32 Iter r = std::unique(Iter(ia), Iter(ia+sa)); 38 r = std::unique(Iter(ib), Iter(ib+sb)); 45 r = std::unique(Iter(ic), Iter(ic+sc)); 51 r = std::unique(Iter(id), Iter(id+sd)); 58 r = std::unique(Iter(ie), Iter(ie+se)); 66 r = std::unique(Iter(ig), Iter(ig+sg)); 73 r = std::unique(Iter(ih), Iter(ih+sh)); 80 r = std::unique(Iter(ii), Iter(ii+si)); 104 Iter r = std::unique(Iter(ia), Iter(ia+sa)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.unique/ |
unique.pass.cpp | 16 // unique(Iter first, Iter last); 32 Iter r = std::unique(Iter(ia), Iter(ia+sa)); 38 r = std::unique(Iter(ib), Iter(ib+sb)); 45 r = std::unique(Iter(ic), Iter(ic+sc)); 51 r = std::unique(Iter(id), Iter(id+sd)); 58 r = std::unique(Iter(ie), Iter(ie+se)); 66 r = std::unique(Iter(ig), Iter(ig+sg)); 73 r = std::unique(Iter(ih), Iter(ih+sh)); 80 r = std::unique(Iter(ii), Iter(ii+si)); 104 Iter r = std::unique(Iter(ia), Iter(ia+sa)) [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/ |
UniqueIdentificationGenerator.java | 19 * @param salt the salt to use for the unique ID. 20 * @return a unique ID. On failure to generate, it must return the empty string.
|
/external/chromium_org/content/browser/loader/ |
global_routing_id.h | 20 // The unique ID of the child process (different from OS's PID). 23 // The route ID (unique for each URLRequest source).
|
/external/chromium_org/content/public/browser/ |
global_request_id.h | 20 // The unique ID of the child process (different from OS's PID). 23 // The request ID (unique for the child).
|
/external/libcxx/test/utilities/memory/unique.ptr/ |
Android.mk | 17 test_makefile := external/libcxx/test/utilities/memory/unique.ptr/Android.mk 19 test_name := utilities/memory/unique.ptr/nothing_to_do
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
DuplicatesPredicate.java | 22 private Set unique = new HashSet(); field in class:DuplicatesPredicate 25 return unique.add(MethodWrapper.create((Method)arg));
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.post.exp | 22 # Unique reps: 0 56 # Unique reps: 0
|
million.post.exp | 16 # Unique reps: 0
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.post.exp | 22 # Unique reps: 0 56 # Unique reps: 0
|
/external/valgrind/main/exp-sgcheck/tests/ |
hsg.stderr.exp | 33 <unique>0x........</unique> 61 <unique>0x........</unique> 105 <unique>0x........</unique> 109 <unique>0x........</unique>
|
/external/chromium_org/components/test/data/web_database/ |
version_25.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR); 8 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR,username_element VARCHAR, username_value VARCHAR,password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element,username_value, password_element, submit_element, signon_realm)); 9 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
|
version_26.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR); 8 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR,username_element VARCHAR, username_value VARCHAR,password_element VARCHAR, password_value BLOB, submit_element VARCHAR,signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element,username_value, password_element, submit_element, signon_realm)); 9 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 10 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
|
/external/chromium_org/tools/gyp/test/win/idl-rules/ |
history_indexer.idl | 13 pointer_default(unique)
|
/external/eigen/doc/snippets/ |
PartialPivLU_solve.cpp | 6 cout << "Here is the (unique) solution X to the equation AX=B:" << endl << X << endl;
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/ |
Close.java | 26 /* unique session ID identifying this In-Band Bytestream */
32 * @param sessionID unique session ID identifying this In-Band Bytestream
43 * Returns the unique session ID identifying this In-Band Bytestream.
45 * @return the unique session ID identifying this In-Band Bytestream
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
million.post.exp | 16 # Unique reps: 0
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
million.post.exp | 16 # Unique reps: 0
|
/external/valgrind/main/exp-bbv/tests/x86/ |
million.post.exp | 16 # Unique reps: 0
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_thermal_ioctl.h | 28 #define MSM_THERMAL_MAGIC_NUM 0xCA /*Unique magic number*/
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_thermal_ioctl.h | 28 #define MSM_THERMAL_MAGIC_NUM 0xCA /*Unique magic number*/
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
austream.idl | 35 pointer_default(unique) 58 pointer_default(unique) 72 pointer_default(unique) 97 pointer_default(unique)
|