/external/c-ares/ |
ares_gethostbyname.c | 7 * notice appear in all copies and that both that copyright 8 * notice and this permission notice appear in supporting 9 * documentation, and that the name of M.I.T. not be used in 23 # include <netinet/in.h> 65 int want_family; /* this family is what is asked for in the API */ 107 /* Allocate and fill in the host query structure. */ 165 that can occur, as that is in fact no longer the case */ 247 struct in_addr in; local 271 result = ((in.s_addr = inet_addr(name)) == INADDR_NONE ? 0 : 1); 285 addrs[0] = (char *)∈ [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
Util.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 46 // try replacing the last dot with a $, in case that helps 48 // amusingly, the $ character means three different things in this one line alone 62 // Use the thread context class loader. This is necessary because in some configurations, e.g. 72 InputStream in = closer.register(is.openStream()); local 74 props.load(in); 100 * <p>The keys in the returned map have had their {@code <groupName>.} prefix removed.
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
FakeWorkers.java | 5 * in compliance with the License. You may obtain a copy of the License at 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 65 * Returns a ProcessBuilder that attempts to invoke the given class as main in a JVM configured 86 * A simple main method that will sleep for the number of milliseconds specified in the first 110 System.in.close();
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
collector.py | 20 from coverage.tracer import CTracer, CFileDisposition # pylint: disable=no-name-in-module namespace 29 # exception here causes all sorts of other noise in unittest. 82 `concurrency` is a string indicating the concurrency library in use. 160 # being excluded by the inclusion rules, in which case the 161 # FileDisposition will be replaced by None in the cache. 165 # should_trace_cache is a strictly growing key: once a key is in 186 """Start a new Tracer object, and store it in self.tracers.""" 231 # Return the new trace function to continue tracing in this scope. 261 for args in traces0: 268 # Install our installation tracer in threading, to jump start othe [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/ |
message_registry.py | 119 if new_import not in self.__file_descriptor.additional_imports: namespace 126 """Register the given descriptor in this registry.""" 133 if full_name in self.__message_registry: 136 if full_name not in self.__nascent_types: 162 if name in self.__message_registry: 164 if name in self.__nascent_types: 186 for index, (enum_name, enum_description) in enumerate( 257 for index, (name, attrs) in enumerate(sorted(properties.items())): 267 if 'additionalProperties' in schema: 297 description = 'Single entry in a %s.' % parent_nam [all...] |
/external/clang/test/Analysis/ |
const-method-call.cpp | 45 Inner in; member in struct:Outer 95 t.in.p = &x; 99 clang_analyzer_eval(t.in.p == &x); // expected-warning{{TRUE}} 105 t.in.x = 2; 106 t.in.bar(); 108 clang_analyzer_eval(t.in.x == 2); // expected-warning{{TRUE}} 136 DInner in; member in struct:DOuter 166 t.in.x = 3; 167 t.in.p = &x; 171 clang_analyzer_eval(t.in.x == 3); // expected-warning{{TRUE} 238 InnerWithRef in; member in struct:Outer2 [all...] |
/external/curl/docs/examples/ |
curlx.c | 8 - using an ssl application callback to find a URI in the 20 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 30 * and the original OpenSSL and SSLeay Licences below in 37 * for use in the OpenEvidence Toolkit. (http://www.openevidence.org/)" 39 * for use in the OpenSSL Toolkit (https://www.openssl.org/)" 50 * nor may "OpenEvidence" appear in their names without prior written 56 * for use in the OpenEvidence Toolkit (http://www.openevidence.org/) 58 * for use in the OpenSSL Toolkit (https://www.openssl.org/)" 66 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenEvidence PROJECT O 270 BIO* in=NULL; local [all...] |
http2-upload.c | 10 * This software is licensed as described in the file COPYING, which 41 libcurls old enough to not have this symbol. It is _not_ defined to zero in 139 default: /* in case a new one is introduced to shock us */ 167 FILE *in; member in struct:input 175 size_t retcode = fread(ptr, size, nmemb, i->in); 199 indata[num].in = fopen(upload, "rb"); 212 /* send in the URL to store the upload as */ 317 select(maxfd + 1, ...); specially in case of (maxfd == -1) there are 319 to sleep 100ms, which is the minimum suggested value in the
|
/external/curl/lib/ |
asyn-ares.c | 10 * This software is licensed as described in the file COPYING, which 29 #include <netinet/in.h> 38 #include <in.h> 54 * as defined in asyn.h, nothing else belongs in this file! 85 /* The last 3 #include files should be in this order */ 212 * Returns: sockets-in-use-bitmap 412 in the cache. */ 496 struct in_addr in; local 505 if(Curl_inet_pton(AF_INET, hostname, &in) > 0) [all...] |
asyn-thread.c | 10 * This software is licensed as described in the file COPYING, which 26 #include <netinet/in.h> 35 #include <in.h> 72 /* The last 3 #include files should be in this order */ 346 * if the thread is still blocking in the resolve syscall, detach it and 376 * Returns FALSE in case of failure, otherwise TRUE. 459 * This is the version for resolves-in-a-thread. 568 struct in_addr in; local 572 if(Curl_inet_pton(AF_INET, hostname, &in) > 0) 574 return Curl_ip2addr(AF_INET, &in, hostname, port) 597 struct in_addr in; local [all...] |
curl_addrinfo.c | 10 * This software is licensed as described in the file COPYING, which 28 # include <netinet/in.h> 41 # include <in.h> 53 /* The last 3 #include files should be in this order */ 102 * There should be no single call to system's getaddrinfo() in the 186 /* add this element last in the return list */ 235 * Curl_addrinfo defined in "lib/curl_addrinfo.h" 249 * hostent defined in <netdb.h> 375 * This function takes an internet address, in binary form, as input parameter 377 * returns a Curl_addrinfo chain filled in correctly with information for th 459 struct in_addr in; local [all...] |
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
ComponentBuilderTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 336 .in(componentFile); method 359 .in(componentFile); 375 .in(builder); 396 .in(componentFile); 417 .in(componentFile); 438 .in(componentFile); 481 .in(componentFile); 505 .in(componentFile) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 8 * you may not use this file except in compliance with the License. 13 * Unless required by applicable law or agreed to in writing, software 173 // Random values, mostly in range. 194 const void* in = &inputs[0]; local 198 m_executor->execute((int)inputs.size(), &in, &out); 222 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx 282 const void* in = &inputs[0]; local 286 m_executor->execute((int)inputs.size(), &in, &out); 311 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" 364 // Random values, mostly in range 385 const void* in = &inputs[0]; local 473 const void* in = &inputs[0]; local 581 const void* in = &inputs[0]; local 684 const void* in = &inputs[0]; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
DecodedInstruction.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 33 * match the names given in the Dalvik instruction format 35 * arbitrarily alphabetically from A. In this class, non-register 55 * though it is stored in an {@code int}. 69 public static DecodedInstruction decode(CodeInput in) throws EOFException { 70 int opcodeUnit = in.read(); 74 return format.decode(opcodeUnit, in); 85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); local 88 while (in.hasMore()) [all...] |
/external/dnsmasq/src/ |
util.c | 8 This program is distributed in the hope that it will be useful, 51 static uint32 in[12]; variable 60 !read_write(fd, (unsigned char *)&in, sizeof(in), 1)) 74 for (i = 0;i < 12;++i) t[i] = in[i] ^ seed[12 + i]; 93 if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3]; 103 static int check_name(char *in) [all...] |
/external/drm_hwcomposer/ |
separate_rects.cpp | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 74 void separate_rects(const std::vector<Rect<TNum>> &in, 78 // The sweep stops at each vertical edge of each input rectangle in sorted 79 // order of x-coordinate. At each stop, the sweep line is examined in order of 83 // that set is recorded in along with the the y-coordinate it happened at in a 88 if (in.size() > IdSet<TId>::max_elements) { 109 for (TId i = 0; i < in.size(); i++) { 110 const Rect<TNum> &rect = in[i] 330 std::vector<Rect> in; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 16 * information in monitor.properties. 120 BufferedReader in = null; 124 in = new BufferedReader(new FileReader(file)); 130 while ((aLine = in.readLine()) != null) { 145 if (in != null) { 147 in.close(); 190 //send email notification that there are compile errors in the build 206 mailer.sendMultiPartMessage("Compile errors in build", "Compile errors in build. See attached compile logs.", logFiles); 211 System.out.println("Compile errors detected in "+nameWithPlugin) [all...] |
/external/eigen/unsupported/Eigen/src/Eigenvalues/ |
ArpackSelfAdjointEigenSolver.h | 16 // Eigen is distributed in the hope that it will be useful, but WITHOUT ANY 66 * The default constructor is for cases in which the user intends to 81 * \param[in] A Self-adjoint matrix whose eigenvalues / eigenvectors will 84 * \param[in] B Self-adjoint matrix for the generalized eigenvalue problem. 85 * \param[in] nbrEigenvalues The number of eigenvalues / eigenvectors to compute. 87 * \param[in] eigs_sigma String containing either "LM", "SM", "LA", or "SA", with 90 * value can contain floating point value in string form, in which case the 92 * \param[in] options Can be #ComputeEigenvectors (default) or #EigenvaluesOnly. 93 * \param[in] tol What tolerance to find the eigenvalues to. Default is 0, whic 515 Scalar *in = workd + ipntr[0] - 1; local 566 Scalar *in = workd + ipntr[0] - 1; local [all...] |
/external/f2fs-tools/lib/ |
libf2fs.c | 220 static void TEA_transform(unsigned int buf[4], unsigned int const in[]) 224 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; 278 __u32 in[8], buf[4]; local 293 str2hashbuf(p, len, in, 4); 294 TEA_transform(buf, in); 407 * the file system. In this case, we should not format. 415 MSG(0, "\tError: In use by the system!\n") [all...] |
/external/guava/guava/src/com/google/common/base/ |
Predicates.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 98 * components evaluates to {@code true}. The components are evaluated in 100 * predicate is found. It defensively copies the iterable passed in, so future 112 * components evaluates to {@code true}. The components are evaluated in 114 * predicate is found. It defensively copies the array passed in, so future 125 * components evaluate to {@code true}. The components are evaluated in 137 * components evaluates to {@code true}. The components are evaluated in 139 * true predicate is found. It defensively copies the iterable passed in, so 151 * components evaluates to {@code true}. The components are evaluated in 230 public static <T> Predicate<T> in(Collection<? extends T> target) { method in class:Predicates [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 5 * in compliance with the License. You may obtain a copy of the License at 9 * Unless required by applicable law or agreed to in writing, software distributed under the License 407 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { 408 in.defaultReadObject(); 409 MapMaker mapMaker = readMapMaker(in); 411 readEntries(in);
|
/external/guava/guava/src/com/google/common/io/ |
ByteSource.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 52 * typically implemented by opening a stream using one of the methods in the first category, doing 82 * @throws IOException if an I/O error occurs in the process of opening the stream 88 * not required to be a {@link BufferedInputStream} in order to allow implementations to simply 95 * @throws IOException if an I/O error occurs in the process of opening the stream 96 * @since 15.0 (in 14.0 with return type {@link BufferedInputStream}) 99 InputStream in = openStream(); local 100 return (in instanceof BufferedInputStream) 101 ? (BufferedInputStream) in 125 InputStream in = closer.register(openStream()); local 152 InputStream in = closer.register(openStream()); local 162 InputStream in = closer.register(openStream()); local 219 InputStream in = closer.register(openStream()); local 239 InputStream in = closer.register(openStream()); local 257 InputStream in = closer.register(openStream()); local 281 InputStream in = closer.register(openStream()); local [all...] |
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Predicates.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 95 * components evaluates to {@code true}. The components are evaluated in 97 * predicate is found. It defensively copies the iterable passed in, so future 109 * components evaluates to {@code true}. The components are evaluated in 111 * predicate is found. It defensively copies the array passed in, so future 122 * components evaluate to {@code true}. The components are evaluated in 134 * components evaluates to {@code true}. The components are evaluated in 136 * true predicate is found. It defensively copies the iterable passed in, so 148 * components evaluates to {@code true}. The components are evaluated in 194 public static <T> Predicate<T> in(Collection<? extends T> target) { method in class:Predicates [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
ObjectArraysTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 37 String[] in = new String[0]; local 38 String[] empty = ObjectArrays.newArray(in, 0);
|
/external/guava/guava-gwt/test-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
AtomicLongMapTest.java | 5 * you may not use this file except in compliance with the License. 10 * Unless required by applicable law or agreed to in writing, software 42 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 43 AtomicLongMap<String> map = AtomicLongMap.create(in); 292 Map<String, Long> in = ImmutableMap.of("1", 1L, "2", 2L, "3", 3L); local 303 map.putAll(in);
|