/external/v8/src/compiler/arm64/ |
instruction-selector-arm64.cc | 3 // found in the LICENSE file. 338 // condition in order to switch the operands. 621 // TODO(arm64): I guess this could be done in a better way. 628 // OutOfLineRecordWrite uses the index in an arithmetic instruction, so we 1460 InstructionOperand in[] = {result, result}; local [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 2 // Redistribution and use in source and binary forms, with or without 8 // * Redistributions in binary form must reproduce the above 10 // disclaimer in the documentation and/or other materials provided 19 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 434 // are not set in o.live_. 460 void SetEffect(int arg, ExprEffect in) { 461 if (in.hasGC()) gc_.set(arg); 462 if (in.hasRawDef()) raw_def_.set(arg) 972 const Environment& in() { function in class:__anon36316::FunctionAnalyzer::Block 1078 Environment in = Environment::Merge(env, block_->in()); local 1084 Environment in = Environment::Merge(env, block_->in()); local [all...] |
/external/valgrind/coregrind/m_demangle/ |
cplus-dem.c | 13 In addition to the permissions in the GNU Library General Public 18 restrictions do apply in other respects; for example, they cover 22 Libiberty is distributed in the hope that it will be useful, 38 /* This file lives in both GCC and libiberty. When making changes, please 41 #if 0 /* in valgrind */ 45 #endif /* ! in valgrind */ 47 #if 0 /* in valgrind */ 49 #endif /* ! in valgrind */ 51 #if 0 /* in valgrind * 176 const char *const in; member in struct:optable [all...] |
/external/valgrind/coregrind/m_syswrap/ |
syswrap-generic.c | 20 This program is distributed in the hope that it will be useful, but 30 The GNU General Public License is contained in the file COPYING. 218 it is called from is POST(sys_io_setup). In particular, 219 ML_(generic_PRE_sys_mmap), in m_syswrap, is the "normal case" handler for 329 /* In all remaining cases, if the old range does not fall within a 351 - grow -> if can grow in-place, do so, else fail 358 - grow -> if can grow in-place, do so, else 430 /* try growing it in-place */ 766 struct vki_sockaddr_in in; member in union:u 785 inet_to_name(&(laddr.in), llen, lname) [all...] |
/external/webp/src/dec/ |
vp8l_dec.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 82 // distance) and lookup table sizes for them in worst case are 630 and 410 182 // to ReadSymbol, in order to pre-fetch enough bits. 384 // The huffman data is stored in red and green bytes. 541 uint8_t* in, int in_stride, int mb_h, 547 uint8_t* const row_in = in + num_lines_in * in_stride 816 const uint8_t* const in = local 1482 const uint32_t* in = dec->pixels_ + dec->width_ * cur_row; local [all...] |
/external/webp/src/dsp/ |
enc_neon.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 27 // This code is pretty much the same as TransformOne in the dec_neon.c, except 120 const int16_t* in, uint8_t* dst) { 122 INIT_VECTOR2(rows, vld1q_s16(in + 0), vld1q_s16(in + 8)); 131 const int16_t* in, uint8_t* dst) 485 int16x4x4_t in; local [all...] |
lossless_sse2.c | 4 // that can be found in the COPYING file in the root of the source 6 // in the file PATENTS. All contributing project authors may 7 // be found in the AUTHORS file in the root of the source tree. 180 static void PredictorAdd0_SSE2(const uint32_t* in, const uint32_t* upper, 185 const __m128i src = _mm_loadu_si128((const __m128i*)&in[i]); 190 VP8LPredictorsAdd_C[0](in + i, upper + i, num_pixels - i, out + i); 195 static void PredictorAdd1_SSE2(const uint32_t* in, const uint32_t* upper, 201 const __m128i src = _mm_loadu_si128((const __m128i*)&in[i]) 401 const __m128i in = _mm_loadu_si128((const __m128i*)&src[i]); \/\/ argb local 434 const __m128i in = _mm_loadu_si128((const __m128i*)&src[i]); \/\/ argb local 459 const __m128i* in = (const __m128i*)src; local 495 const __m128i* in = (const __m128i*)src; local 526 const __m128i* in = (const __m128i*)src; local 563 const __m128i* in = (const __m128i*)src; local 603 const __m128i* in = (const __m128i*)src; local [all...] |
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 918 BIO *in, *out; local 924 in = BIO_new_file(fname, "r"); 925 if (in == NULL) { 930 cert = d2i_X509_bio(in, NULL); 931 BIO_free(in); [all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayer.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 154 // Use this if there's no state necessary to save in order to execute 738 msg->post(1000000ll); // poll again in a second. 755 // be in preparing state and it could take long time. 775 // If the video decoder is not set (perhaps audio only in this case) 2608 Parcel in; local 2623 Parcel in; local [all...] |
/frameworks/av/services/audioflinger/ |
Effects.cpp | 6 ** you may not use this file except in compliance with the License. 11 ** Unless required by applicable law or agreed to in writing, software 37 // Note: the following macro is used for extremely verbose logging message. In 136 // first non destroyed handle is considered in control 144 // if inserted in first place, move effect control from previous owner to this handle 156 ALOGV("addHandle() %p added handle %p in position %zu", this, handle, i); 180 ALOGV("removeHandle_l() %p removed handle %p in position %zu", this, handle, i); 183 // if removed from first place, move effect control from this handle to next in line 205 // the first valid handle in the list has control over the module 297 // do the actual processing in the effect engin 302 int16_t *in = mConfig.inputCfg.buffer.s16; local 333 int16_t *in = mConfig.inputCfg.buffer.s16; local [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.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 335 FileDescriptor.in, FileDescriptor.out, FileDescriptor.err, 401 * context. Instead of being a stand alone process, "cmd package install" runs in the 447 Log.i(TAG, "Package " + status.first + " installed in " + (SystemClock.elapsedRealtime() 625 InputStream in = null; local 632 in = new FileInputStream(inPath); 634 in = new SizedInputStream(System.in, sizeBytes); 641 while ((c = in.read(buffer)) != -1) [all...] |
/frameworks/base/core/java/android/hardware/radio/ |
RadioManager.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 74 // keep in sync with radio_class_t in /system/core/incluse/system/radio.h 105 // keep in sync with radio_region_t in /system/core/incluse/system/radio.h 130 private static @NonNull Map<String, String> readStringMap(@NonNull Parcel in) { 131 int size = in.readInt(); 134 String key = in.readString(); 135 String value = in.readString() [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.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 87 * The only appropriate value for this parameter is "false", in which case the 129 * on a search query</a> in <a href="{@docRoot}guide/components/intents-common.html">Common 233 * The name of the Intent action used to launch a camera in still image mode. 249 * to initialize the camera in order to reduce startup time in likely case that shortly after a 256 * The name of the Intent action used to launch a camera in still image mode 272 * The name of the Intent action used to launch a camera in video mode. 283 * object in the extra field. This is useful for applications that only need a small image 2391 final Bundle in = new Bundle(); local [all...] |
/frameworks/base/core/java/android/widget/ |
ExpandableListView.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 40 * A view that shows items in a vertically scrolling two-level list. This 66 * ExpandableListView in XML if the parent's size is also not strictly specified 108 /** The mask (in packed position representation) for the child */ 111 /** The mask (in packed position representation) for the group */ 114 /** The mask (in packed position representation) for the type */ 117 /** The shift amount (in packed position representation) for the group */ 120 /** The shift amount (in packed position representation) for the type */ 123 /** The mask (in integer child position representation) for the child * [all...] |
/frameworks/base/core/java/com/android/internal/app/procstats/ |
ProcessState.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 158 // Set in computeProcessTimeLocked and used by COMPARATOR to sort. Be careful. 163 * a single package running in a process. The initial state is not running. 296 public boolean readFromParcel(Parcel in, boolean fully) { 297 boolean multiPackage = in.readInt() != 0; 302 if (!mDurations.readFromParcel(in)) { 306 if (!mPssTable.readFromParcel(in)) { 309 in.readInt(); // was mNumExcessiveWake 310 mNumExcessiveCpu = in.readInt() [all...] |
/frameworks/base/core/jni/ |
android_os_Debug.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 192 * Any graphics memory reported in /proc/pid/smaps is not included here. 228 * Retrieves the graphics memory that is unaccounted for in /proc/pid/smaps. 628 pss += lSwapPss; // Also in swap, those pages would be accounted as Pss without SWAP 838 // Recompute Vmalloc Used since the value in meminfo 900 // these are implemented in android_util_Binder.cpp 968 * them, we can do this in place. 1032 UniqueFile in = MakeUniqueFile(maps, "re"); local [all...] |
/frameworks/base/media/java/android/media/ |
TtmlRenderer.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 114 * Parses the given time expression and returns a timestamp in millisecond. 123 * @return the parsed timestamp in micro-second. 175 * @param in A string to apply the policy. 177 public static String applyDefaultSpacePolicy(String in) { 178 return applySpacePolicy(in, true); 187 * @param in A string to apply the policy. 190 public static String applySpacePolicy(String in, boolean treatLfAsSpace) { 193 String crRemoved = in.replaceAll("\r\n", "\n") 385 StringReader in = new StringReader(ttmlFragment); local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
RemotePrintDocument.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 189 throw new IllegalStateException("Cannot start in state:" + stateToString(mState)); 213 throw new IllegalStateException("Cannot update in state:" + stateToString(mState)); 236 // If no layout in progress and we don't have all pages - schedule a write. 279 throw new IllegalStateException("Cannot finish in state:" 312 throw new IllegalStateException("Cannot destroy in state:" + stateToString(mState)); 362 InputStream in = null; local 366 in = new FileInputStream(file); 370 final int readByteCount = in.read(buffer) 1039 InputStream in = null; local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
FusedPrintersProvider.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 90 /** Interval of location updated in ms */ 93 /** Maximum acceptable age of the location in ms */ 96 /** The worst accuracy that is considered usable in m */ 170 * @param favoritePrinters The ordered list of printers. The earlier in the list, the more 177 // Store the printerIds that have already been added. We cannot compare the printerInfos in 221 // discoveredPrinters in the calls to updateAndAddPrinter 347 // Some of the found printers may have be a printer that is in the 657 // We only persist limited information in the printer history, hence check i 848 final FileInputStream in; local [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsState.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 110 * Non-binary value will be written in this attributes. 117 * in base64 and store in this attribute. 123 // This was used in version 120 and before. 707 FileInputStream in; local 709 in = new AtomicFile(mStatePersistFile).openRead(); 717 parser.setInput(in, StandardCharsets.UTF_8.name()); 724 IoUtils.closeQuietly(in); [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
TaskPersister.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 75 /** The maximum number of entries to keep in the queue before draining it automatically. */ 94 // To lock file operations in TaskPersister 338 // See if it is in the write queue 454 final XmlPullParser in = Xml.newPullParser(); local 455 in.setInput(reader); 458 while (((event = in.next()) != XmlPullParser.END_DOCUMENT) && 460 final String name = in.getName(); 464 final TaskRecord task = TaskRecord.restoreFromXml(in, mStackSupervisor) [all...] |
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkStatsCollection.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 120 * Return first atomic bucket in this collection, which is more conservative 230 * Combine all {@link NetworkStatsHistory} in this collection which match 340 * Summarize all {@link NetworkStatsHistory} in this collection which match 410 * Record all {@link NetworkStatsHistory} contained in the given collection 443 public void read(InputStream in) throws IOException { 444 read(new DataInputStream(in)); 447 public void read(DataInputStream in) throws IOException { 449 final int magic = in.readInt() 518 DataInputStream in = null; local 557 DataInputStream in = null; local [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
InstantAppRegistry.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 73 * instant apps and instant apps' cookies. In addition it is responsible for 281 // Remove the in-memory state 644 * respectively. All times are in milliseconds. 647 * @param maxInstalledCacheDuration The max duration for caching installed apps in millis. 648 * @param maxUninstalledCacheDuration The max duration for caching uninstalled apps in millis. 754 // Prune in-memory state 967 FileInputStream in; local [all...] |
PackageManagerShellCommand.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 1408 InputStream in = null; local [all...] |
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
WifiVendorHal.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 231 // TODO(mplass): figure out where we need locking in hidl world. b/33383725 236 mVerboseLog.err("% RemoteException in HIDL call %").c(methodName).c(e.toString()).flush(); 290 * @param isStaMode true to start HAL in STA mode, false to start in AP mode. 431 // For external use only. Methods in this class should test for null directly. 440 * @param capabilities object to be filled in 560 BitMask in = new BitMask(reportUnderscoreEvents); local 561 if (in.testAndClear(WifiScanner.REPORT_EVENT_AFTER_EACH_SCAN)) [all...] |