/external/webkit/Source/WebCore/storage/ |
DatabaseTask.cpp | 13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of 167 Database::DatabaseTableNamesTask::DatabaseTableNamesTask(Database* database, DatabaseTaskSynchronizer* synchronizer, Vector<String>& names) 169 , m_tableNames(names)
|
/external/webkit/Source/WebKit/chromium/src/ |
IDBDatabaseBackendProxy.cpp | 104 WebDOMStringList names(storeNames); 105 WebIDBTransaction* transaction = m_webIDBDatabase->transaction(names, mode, ec);
|
WebIDBDatabaseImpl.cpp | 89 WebIDBTransaction* WebIDBDatabaseImpl::transaction(const WebDOMStringList& names, unsigned short mode, WebExceptionCode& ec) 91 RefPtr<DOMStringList> nameList = PassRefPtr<DOMStringList>(names);
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceResponse.java | 111 String[] names = new String(mData, 1, mData.length-1).split(","); local 113 for (String name : names) {
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
KeyAgreementThread.java | 63 public KeyAgreementThread(String[] names) { 64 super(names);
|
/prebuilts/tools/common/proguard/proguard4.7/bin/ |
proguardgui.bat | 6 REM Note: when passing file names containing spaces to this script,
|
retrace.bat | 6 REM Note: when passing file names containing spaces to this script,
|
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 61 * returns a value for all names, even if no explicit expectation was set. 146 Set<String> names = new LinkedHashSet<String>(); local 158 names.add(reader.nextString()); 159 } else if (name.equals("names")) { 160 readStrings(reader, names); 163 names.add(reader.nextString()); 184 if (names.isEmpty()) { 193 for (String name : names) {
|
/cts/tools/utils/cts/ |
tools.py | 44 def Add(self, names): 45 if len(names) == 2: 46 # names contains the names of the test case and the test 47 test_case = self.test_cases.setdefault(names[0], []) 48 test_case.append(names[1]) 50 sub_suite = self.test_suites.setdefault(names[0], TestPackage.TestSuite()) 51 sub_suite.Add(names[1:]) 80 Test names are given in the form "testSuiteName.testSuiteName.TestCaseName.testName". 114 """Instantiate a test plan with a list of available package names [all...] |
/external/ceres-solver/internal/ceres/miniglog/glog/ |
logging.h | 13 // * Neither the name of Google Inc. nor the names of its contributors may be 360 T& CheckNotNullCommon(const char *file, int line, const char *names, T& t) { 362 LogMessageFatal(file, line, std::string(names)); 368 T* CheckNotNull(const char *file, int line, const char *names, T* t) { 369 return CheckNotNullCommon(file, line, names, t); 373 T& CheckNotNull(const char *file, int line, const char *names, T& t) { 374 return CheckNotNullCommon(file, line, names, t);
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
mediasessionclient.h | 107 bool GetAudioInputDevices(std::vector<std::string>* names) { 108 return channel_manager_->GetAudioInputDevices(names); 110 bool GetAudioOutputDevices(std::vector<std::string>* names) { 111 return channel_manager_->GetAudioOutputDevices(names); 113 bool GetVideoCaptureDevices(std::vector<std::string>* names) { 114 return channel_manager_->GetVideoCaptureDevices(names);
|
/external/e2fsprogs/e2fsck/ |
profile_helpers.c | 141 profile_get_values(profile_t profile, const char *const *names, 149 if ((retval = profile_iterator_create(profile, names, 178 * This function will return the list of the names of subections in the 182 profile_get_subsection_names(profile_t profile, const char **names, 190 if ((retval = profile_iterator_create(profile, names, 214 * This function will return the list of the names of relations in the 218 profile_get_relation_names(profile_t profile, const char **names, 226 if ((retval = profile_iterator_create(profile, names,
|
profile.c | 1266 const char *const *names; member in struct:profile_iterator 1276 profile_iterator_create(profile_t profile, const char *const *names, int flags, 1286 if (!names) 1289 if (!names[0]) 1299 iter->names = names; 1386 for (cpp = iter->names; cpp[iter->done_idx]; cpp++) { 1464 const char *names[4]; local 1466 names[0] = name; 1467 names[1] = subname 1709 const char **names, *value; local [all...] |
/external/emma/core/java12/com/vladium/util/ |
IProperties.java | 91 for (Enumeration names = properties.propertyNames (); names.hasMoreElements (); ) 93 final String n = (String) names.nextElement (); 243 for (Iterator names = properties (); names.hasNext (); ) 245 final String name = (String) names.next ();
|
/external/valgrind/main/massif/tests/ |
long-names.post.exp | 2 Command: ./long-names 43 ->50.00% (2,000B) 0x........: main (long-names.c:68) 46 ->50.00% (2,000B) 0x........: main (long-names.c:68)
|
/external/webkit/Source/WebKit/mac/Storage/ |
WebDatabaseManager.mm | 13 * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of 83 NSMutableArray *names = [[NSMutableArray alloc] initWithCapacity:nameVector.size()]; 86 [names addObject:(NSString *)nameVector[i]]; 88 return [names autorelease];
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
NameConstraints.java | 109 // array of lists with permitted General Names divided by type 121 // array of lists with excluded General Names divided by type 153 * names of specified X509Certificate. Restrictions apply only 158 * names the same (i.e. method does not check if it CA's certificate or not, 159 * or if the names differ or not. This check if it is needed should be done 171 List<GeneralName> names; local 173 names = (bytes == null) 183 names.add(new GeneralName(4, 189 return isAcceptable(names); 193 * Check if this list of names is acceptable according to thi [all...] |
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
CipherSuiteTest.java | 118 List<String> names = new ArrayList<String>(suites.length); local 121 names.add(cs.getName()); 123 assertEquals(Arrays.asList(CipherSuite.getSupportedCipherSuiteNames()), names); local 127 String[] names = CipherSuite.getSupportedCipherSuiteNames(); local 128 StandardNames.assertSupportedCipherSuites(StandardNames.CIPHER_SUITES_SSLENGINE, names); 129 for (String name : names) {
|
/ndk/sources/host-tools/make-3.81/ |
ar.c | 59 /* Parse the archive-member reference NAME into the archive and member names. 272 char **names; 295 /* Now put the names into a vector for sorting. */ 296 names = (char **) alloca (state.n * sizeof (char *)); 299 names[i++] = n->name; 302 qsort ((char *) names, i, sizeof (*names), alpha_compare); 307 n->name = names[i++]; 269 char **names; local
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 445 points past the final }. We will accumulate result names from 511 file names, we can safely assume that wherever it 920 names followed by the filename. */ 1025 /* Append slashes to directory names. */ 1227 struct globlink *names = NULL; 1278 names = (struct globlink *) __alloca (sizeof (struct globlink)); 1279 names->name = (char *) malloc (1); 1280 if (names->name == NULL) 1282 names->name[0] = '\0'; 1283 names->next = NULL 1226 struct globlink *names = NULL; local [all...] |
/external/v8/test/mjsunit/ |
debug-evaluate-arguments.js | 12 // * Neither the name of Google Inc. nor the names of its 35 function checkArguments(frame, names, values) { 36 var argc = Math.max(names.length, values.length); 39 if (i < names.length) { 40 assertEquals(names[i], frame.argumentName(i));
|
/cts/tests/tests/os/src/android/os/cts/ |
WorkSourceTest.java | 66 private WorkSource wsNew(int[] uids, String[] names) throws IllegalArgumentException, 70 wsAdd(ws, uids[i], names[i]); 72 checkWorkSource("Constructed", ws, uids, names); 106 private void printArrays(StringBuilder sb, int[] uids, String[] names) { 111 if (names != null) { 113 sb.append(names[i]); 129 private void failWorkSource(String op, WorkSource ws, int[] uids, String[] names) { 133 printArrays(sb, uids, names); 159 private void checkWorkSource(String op, WorkSource ws, int[] uids, String[] names) { 170 failWorkSource(op, ws, uids, names); [all...] |
/external/openssh/ |
cipher.c | 156 ciphers_valid(const char *names) 162 if (names == NULL || strcmp(names, "") == 0) 164 cipher_list = cp = xstrdup(names); 169 debug("bad cipher %s [%s]", p, names); 173 debug3("cipher ok: %s [%s]", p, names); 176 debug3("ciphers ok: [%s]", names);
|
/frameworks/base/core/tests/coretests/src/android/net/ |
UriTest.java | 660 Set<String> names = uri.getQueryParameterNames(); local 661 assertEquals(1, names.size()); 662 assertEquals("a", names.iterator().next()); 667 Set<String> names = uri.getQueryParameterNames(); local 668 Iterator<String> iter = names.iterator(); 669 assertEquals(3, names.size()); 677 Set<String> names = uri.getQueryParameterNames(); local 678 Iterator<String> iter = names.iterator(); 679 assertEquals(3, names.size()); 687 Set<String> names = uri.getQueryParameterNames() local 697 Set<String> names = uri.getQueryParameterNames(); local 713 Set<String> names = uri.getQueryParameterNames(); local 729 Set<String> names = uri.getQueryParameterNames(); local [all...] |
/external/icu4c/common/ |
unames.cpp | 91 * @param names (const UCharNames *) pointer to the UCharNames indexes 94 #define GET_GROUPS(names) (const uint16_t *)((const char *)names+names->groupsOffset) 108 * Maximum length of character names (regular & 1.0). 113 * Set of chars used in character names (regular & 1.0). 199 UCharNames *names; local 215 names=(UCharNames *)udata_getMemory(data); 222 uCharNames=names; 224 names=NULL [all...] |