HomeSort by relevance Sort by last modified time
    Searched defs:to (Results 251 - 275 of 2261) sorted by null

<<11121314151617181920>>

  /external/perf_data_converter/src/quipper/
perf_parser.h 47 // For mmap events, use this to count the number of samples that are in this
94 DSOAndOffset to; member in struct:quipper::ParsedEvent::BranchEntry
98 to == other.to;
134 // Set this flag to discard non-sample events that don't have any associated
138 // successfully mapped in order for ProcessEvents() to return true.
140 // mapping to be considered successful.
142 // Set this to sort perf events by time, assuming they have timestamps.
145 // to need it, while still providing some PerfParserStats.
172 // Gets parsed event/sample info from raw event data. Stores pointers to th
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.cc 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
63 // TODO(tibell): We might also want to check:
88 // The container has been released (i.e. by a call to Clear() or
100 // A MergeFrom on a parent message could have caused extra messages to be
101 // added in the underlying protobuf so add them to our list. They can never
102 // be removed in such a way so there's no need to worry about that.
235 // Just forward the call to the subscript-handling function of the
261 Py_ssize_t to; local
    [all...]
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
52 // Helper methods to test parsing merge behavior.
168 // times in the input, they need to be merged.
539 // Allow the output stream to buffer only one byte at a time.
562 protobuf_unittest::TestEnumMapLite to; local
563 EXPECT_TRUE(to.ParseFromString(data));
564 EXPECT_EQ(0, to.unknown_map_field().size());
565 EXPECT_FALSE(to.mutable_unknown_fields()->empty())
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 11 Permission is hereby granted, free of charge, to any person obtaining
13 ``Software''), to deal in the Software without restriction, including
14 without limitation the rights to use, copy, modify, merge, publish,
15 distribute, sublicense, and/or sell copies of the Software, and to
16 permit persons to whom the Software is furnished to do so, subject to
23 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
187 /* Returns 32-bit integer, or similar. Nothing to do here. */
252 the object itself or a pointer to it. *
808 } to, from; local
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_linux64.c 11 Permission is hereby granted, free of charge, to any person obtaining
13 ``Software''), to deal in the Software without restriction, including
14 without limitation the rights to use, copy, modify, merge, publish,
15 distribute, sublicense, and/or sell copies of the Software, and to
16 permit persons to whom the Software is furnished to do so, subject to
23 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
187 /* Returns 32-bit integer, or similar. Nothing to do here. */
252 the object itself or a pointer to it. *
808 } to, from; local
    [all...]
  /external/python/cpython3/Objects/clinic/
bytesobject.c.h 12 " The delimiter according which to split the bytes.\n"
16 " Maximum number of splits to do.\n"
129 " The delimiter according which to split the bytes.\n"
133 " Maximum number of splits to do.\n"
136 "Splitting is done starting at the end of the bytes and working to the front.");
310 "maketrans(frm, to, /)\n"
315 "The returned table will be one where each byte in frm is mapped to the byte at\n"
316 "the same position in to.\n"
318 "The bytes objects frm and to must be of the same length.");
324 bytes_maketrans_impl(Py_buffer *frm, Py_buffer *to);
331 Py_buffer to = {NULL, NULL}; local
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSimpleCursorAdapter.java 10 * Unless required by applicable law or agreed to in writing, software
35 * An easy adapter to map columns from a cursor to TextViews or ImageViews
37 * views you want to display the columns, and the XML file that defines
44 * returned value is false and the view to bind is a TextView,
46 * is false and the view to bind is an ImageView,
54 * to get control over the filtering process. You can refer to
63 * A list of columns containing the data to bind to the UI
132 final int[] to = mTo; local
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/graphcycles/
graphcycles_test.cc 9 Unless required by applicable law or agreed to in writing, software
38 int to; member in struct:Edge
42 // Return whether "to" is reachable from "from".
43 static bool IsReachable(Edges *edges, int from, int to,
46 if (from == to) return true;
50 if (edge->to == to) { // success via edge directly
52 } else if (seen->find(edge->to) == seen->end() && // success via edge
53 IsReachable(edges, edge->to, to, seen))
268 int to = RandomNode(&rnd, &nodes); local
288 int to = edges[i].to; local
293 VLOG(1) << "removing edge " << from << " " << to; local
301 int to = RandomNode(&rnd, &nodes); local
    [all...]
  /external/tensorflow/tensorflow/core/framework/
variant_op_copy_test.cc 9 Unless required by applicable law or agreed to in writing, software
69 const StoredTensorValue& from, StoredTensorValue* to,
72 return copy(from.stored, &(to->stored));
75 const StoredTensorValue& from, StoredTensorValue* to,
78 return copy(from.stored, &(to->stored));
81 const StoredTensorValue& from, StoredTensorValue* to,
84 return copy(from.stored, &(to->stored));
190 const StoredTensorValue* to = variant.get<StoredTensorValue>(); local
191 EXPECT_EQ(to->stored.dtype(), DT_INT64);
192 EXPECT_EQ(0xdeadbeef, to->stored.scalar<int64>()())
233 const StoredTensorValue* to = variant.get<StoredTensorValue>(); local
    [all...]
  /external/toybox/scripts/
config2help.c 93 // Moves *help to new start of text (in case dash lines were at beginning).
94 // Sets *from to where dash lines removed from (in case they weren't).
124 // because zap_blank_lines skipped blank lines, and we had to have at least
125 // one non-blank line (a dash line) to get this far.
131 // Count number of dashlines, copy out to array, zap trailing whitespace
149 // Read Config.in (and includes) to populate global struct symbol *sym list.
229 // Stage 1: read data. Read Config.in to global 'struct symbol *sym' list,
230 // then read .config to set "enabled" member of each enabled symbol.
258 // Collate help according to usage, depends, and .config
277 // text out of throw into catch, copying from this to tha
358 char *from = this+2, *to = that+2; local
    [all...]
  /external/toybox/toys/pending/
stty.c 19 -g Show all current settings usable as input to stty.
24 Control/input/output/local settings as shown by -a, '-' prefix to disable
121 char *to; member in struct:synonym
262 // The -2 is to ignore VMIN and VTIME, which are just unsigned integers.
274 xprintf("setting %s to %s (%02x)\n", char_name, arg, ch);
285 // "cs8" is missing from the man page, but needed to get identical results.
389 arg = synonyms[j].to;
399 error_exit("unable to perform all requested operations on %s", TT.device);
  /external/toybox/toys/posix/
ls.c 9 * add -b (and default to it instead of -q for an unambiguous representation
25 what to show:
75 // Callback from crunch_str to represent unprintable chars
87 char *to = buf, *from = buf+24; local
90 memcpy(from, to, 8);
92 *to++ = '\\';
93 if (strchr(TT.escmore, from[i])) *to++ = from[i];
95 *to++ = "\\abefnrtv"[j];
96 else to += sprintf(to, "%03o", from[i])
    [all...]
  /external/v8/src/compiler/
control-equivalence.h 20 // classes can in turn be used to:
24 // Note that this implementation actually uses cycle equivalence to establish
27 // to undirected cycle equivalence for strongly connected control flow graphs.
31 // also contains proofs for the aforementioned equivalence. References to line
45 // 1) A breadth-first backwards traversal to determine the set of nodes that
66 Node* to; // Node that this bracket points to. member in struct:v8::internal::compiler::final::Bracket
77 Node* node; // Node that this stack entry belongs to.
84 size_t class_number; // Equivalence class number assigned to node.
85 size_t dfs_number; // Pre-order DFS number assigned to node
    [all...]
node.cc 26 // to this out-of-line-storage.
107 Node* to = *inputs++; local
108 input_ptr[current] = to;
112 to->AppendUse(use);
156 // switch to out of line inputs.
245 if (new_input_count == current_count) return; // Nothing to do.
268 // Update the pointers to {this} to point to {that}.
404 CHECK_EQ(this->InputAt(index), edge.to());
    [all...]
  /external/v8/src/profiler/
cpu-profiler.h 67 Address to; member in class:v8::internal::CodeMoveEventRecord
150 // stack frame entries are filled.) This method returns a pointer to the
156 // can fulfil, so we need to provide our own new/delete here.
  /external/v8/src/regexp/
interpreter-irregexp.cc 49 // Convert both characters to lower case.
162 // is returned to the system or cached if there is no stack being cached at
418 uint32_t to = Load16Aligned(pc + 6); local
419 if (from <= current_char && current_char <= to) {
428 uint32_t to = Load16Aligned(pc + 6); local
429 if (from > current_char || current_char > to) {
  /external/v8/src/
v8threads.cc 20 // API code to verify that the lock is always held when V8 is being entered.
26 // Once the Locker is initialized, the current thread will be guaranteed to have
40 // This may be a locker within an unlocker in which case we have to
120 // If there is another thread that was lazily archived then we have to really
289 char* to = state->data(); local
292 to = isolate_->handle_scope_implementer()->ArchiveThread(to);
293 to = isolate_->ArchiveThread(to);
294 to = Relocatable::ArchiveState(isolate_, to)
    [all...]
  /external/zlib/src/contrib/blast/
blast.c 7 * This function provides functionality similar to the explode() function of
17 * which decompresses to "AIAIAIAIAIAIA" (without the quotes).
28 * - Fix test code to correctly report unused input
29 * - Enable the provision of initial input to blast()
44 void *inhow; /* opaque information passed to infun() */
55 void *outhow; /* opaque information passed to outfun() */
57 int first; /* true to check distances (for first 4K) */
67 * - Bits are stored in bytes from the least significant bit to the most
69 * buffer, using shift right, and new bytes are appended to the top of the
88 /* drop need bits and update buffer, always zero to seven bits left *
290 unsigned char *from, *to; \/* copy pointers *\/ local
    [all...]
  /external/zlib/src/examples/
gzappend.c 1 /* gzappend -- command to append to a gzip file
10 Permission is granted to anyone to use this software for any purpose,
11 including commercial applications, and to alter it and redistribute it
12 freely, subject to the following restrictions:
30 * - Add version and copyright to help
31 * - Send help to stdout instead of stderr
33 * - Add L to constants in lseek() calls
41 * (Why you ask? Because it was fun to write!
127 unsigned char *start, *last, *to, *from; local
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleAdapter.java 10 * Unless required by applicable law or agreed to in writing, software
34 * An easy adapter to map static data to views defined in an XML file. You can specify the data
35 * backing the list as an ArrayList of Maps. Each entry in the ArrayList corresponds to one row
37 * defines the views used to display the row, and a mapping from keys in the Map to specific
40 * Binding data to views occurs in two phases. First, if a
76 * @param data A List of Maps. Each entry in the List corresponds to one row in the list. The
80 * item. The layout file should include at least those named views defined in "to"
81 * @param from A list of column names that will be added to the Map associated with eac
190 final int[] to = mTo; local
    [all...]
  /frameworks/base/libs/protoutil/src/
ProtoOutputStream.cpp 10 * Unless required by applicable law or agreed to in writing, software
302 // If raw size is larger than 0, write the negative value here to indicate a compact is needed.
322 ALOGE("Can't compact when depth(%" PRIu32 ") is not zero. Missing calls to end.", mDepth);
327 if (rawBufferSize == 0) return true; // nothing to do if the buffer is empty;
332 ALOGE("Failed to editEncodedSize.");
340 ALOGE("Failed to compactSize.");
343 // copy the reset to the buffer.
348 // mark true means it is not legal to write to this ProtoOutputStream anymore
436 // write encoded size to buffer
537 To to; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
Sms7BitEncodingTranslator.java 10 * Unless required by applicable law or agreed to in writing, software
47 private static final String XML_TO_TAG = "to";
54 * message to be translated
99 * character to be translated
114 * Trying to translate unicode to Gsm 7-bit alphabet; If c is not
115 * present on translation table, c does not belong to Unicode Latin-1
116 * (Basic + Supplement), so we don't know how to translate it to a Gsm
140 Rlog.v(TAG, Integer.toHexString(c) + " (" + c + ")" + " translated to "
210 int to = parser.getAttributeUnsignedIntValue(null, local
    [all...]
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 10 * Unless required by applicable law or agreed to in writing, software
104 * Copies a text file fixture to a temporary file, returning it's path.
110 // Not using TemporaryFile because it's deleted at the end, and it's useful to keep it
112 std::string to = kTestDataPath + relative_name + ".tmp"; local
113 ALOGD("CopyTextFileFixture: from %s to %s\n", from.c_str(), to.c_str());
114 android::base::RemoveFileIfExists(to);
115 CopyTextFile(from, to);
116 return to.c_str();
119 // Need functions that returns void to use assertions
    [all...]
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileTime.java 8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
52 * The unit of granularity to interpret the value. Null if
91 * the unit of granularity to interpret the value
118 * the instant to convert
132 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
141 public long to(TimeUnit unit) { method in class:FileTime
164 * saturate to {@code Long.MIN_VALUE} if negative or {@code Long.MAX_VALUE}
215 * Converts this {@code FileTime} object to an {@code Instant}.
222 * from such further time points saturates to {@link Instant#MIN} i
    [all...]
  /libcore/ojluni/src/main/java/java/time/zone/
IcuZoneRulesProvider.java 7 * Project designates this particular file as subject to the "Classpath"
18 * 2 along with this work; if not, write to the Free Software Foundation,
52 // Arbitrary upper limit to number of transitions including the final rules.
64 // do not. Since they are equivalent to GMT, just remove these aliases.
91 * 4. The final rules have endYear set to MAX_YEAR.
97 * Assumptions #5 and #6 are not strictly required for this code to work, but hold for the
100 * this code needs to be updated.
132 // "last rules" in java.time) the "break transitionLoop" will be used to exit the loop.
136 TimeZoneRule to = transition.getTo(); local
138 if (from.getRawOffset() != to.getRawOffset())
    [all...]

Completed in 568 milliseconds

<<11121314151617181920>>