HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 226 - 250 of 1228) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 417 public void copy(String toPath, Data from) {
421 if (from == null) {
426 to.copy(from);
429 public void copy(Data from) {
430 if (from == null) {
437 // Clear any existing attributes and copy the ones from the source.
441 for (Map.Entry<String, String> attribute : from.getAttributes()) {
446 if (from.getSymlink() != from) {
447 setSymlink(from.getSymlink())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 159 * will be equidistant from the current position (as well as in the same direction,
274 INode from = match.edge.node; local
277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical);
685 constraint.from.node.setAttribute(ANDROID_URI, constraint.type.name, null);
777 if (m1.edge.to <= m1.with.from) {
778 distance1 = m1.with.from - m1.edge.to;
779 } else if (m1.edge.from >= m1.with.to) {
780 distance1 = m1.edge.from - m1.with.to;
785 if (m2.edge.to <= m2.with.from) {
786 distance2 = m2.with.from - m2.edge.to
    [all...]
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 21 // Use the 'zic' command-line tool to convert from flat files
72 String from = st.nextToken(); local
73 links.put(from, to);
92 String from = it.next(); local
93 String to = links.get(from);
95 offsets.put(from, offsets.get(to));
96 lengths.put(from, lengths.get(to));
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
Notepadv2.java 54 // Get all of the rows from the database and create the item list
59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; local
66 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
Notepadv3.java 54 // Get all of the rows from the database and create the item list
59 String[] from = new String[]{NotesDbAdapter.KEY_TITLE}; local
66 new SimpleCursorAdapter(this, R.layout.notes_row, mNotesCursor, from, to);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 15 derived from this software without specific prior written permission.
165 int from = in.readChar(); local
  /external/boringssl/src/crypto/pem/
pem_lib.c 35 * The word 'cryptographic' can be left out if the rouines from the library
37 * 4. If you include any Windows specific code (or a derivative thereof) from
220 /* Allow CMS to be read from PKCS#7 headers */
348 * NOT taken from the BytesToKey function */
504 char *from; local
506 from= *fromp;
511 if ((*from >= '0') && (*from <= '9'))
512 v= *from-'0';
513 else if ((*from >= 'A') && (*from <= 'F')
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_bvgraph_test.cc 46 bool addEdge(uptr from, uptr to) {
47 return s_.insert(idx(from, to)).second;
49 bool removeEdge(uptr from, uptr to) {
50 return s_.erase(idx(from, to));
55 uptr from = *it >> 16; local
57 EXPECT_TRUE(g->removeEdge(from, to));
62 uptr idx(uptr from, uptr to) {
63 CHECK_LE(from|to, 1 << 16);
64 return (from << 16) + to;
85 uptr from = my_rand() % g.size() local
130 uptr from = my_rand() % g.size(); local
308 BV from; local
    [all...]
  /external/elfutils/src/src/
findtextrel.c 44 GElf_Addr from; member in struct:segments
365 segments[nsegments].from = phdr->p_vaddr;
510 if (segments[cnt].from <= addr && segments[cnt].to > addr)
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 44 static <T extends Comparable> GeneralRange<T> from(Range<T> range) { method in class:GeneralRange
247 Ordering.from(comparator).reverse(), hasUpperBound, getUpperEndpoint(),
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 62 * <p>The normalized values will be returned from {@link #toString()} and
93 * Maximum parts (labels) in a domain name. This value arises from
135 * Constructor used to implement {@link #from(String)}, and from subclasses.
212 public static InternetDomainName from(String domain) { method in class:InternetDomainName
217 * Validation method used by {@from} to ensure that the domain name is
291 * like 127.0.0.1 from looking like a valid domain name.
358 * <p><b>Warning:</b> a {@code false} result from this method does not imply
380 * <p><b>Warning:</b> A {@code true} result from this method does not imply
384 * return {@code true} from this method. But {@code uk.com} is itself a
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
Invokable.java 67 public static Invokable<?, Object> from(Method method) { method in class:Invokable
72 public static <T> Invokable<T, T> from(Constructor<T> constructor) { method in class:Invokable
115 * {@code this} parameter of the enclosing class is excluded from the returned parameters.
293 * the other. From the declaration syntax, the class type parameter appears first, but the
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 12 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
32 unsigned short from, to; member in struct:__anon9765
108 return mpa->from - mpb->from;
210 mp.from = code;
  /external/icu/icu4c/source/common/
uloc_keytype.cpp 311 const char* from = ures_getKey(typeAliasDataEntry.getAlias()); local
314 if (uprv_strchr(from, ':') != NULL) {
315 int32_t fromLen = uprv_strlen(from);
321 const char* p = from;
337 from = fromBuf;
340 uhash_put(typeDataMap, (void*)from, t, &sts);
361 const char* from = ures_getKey(bcpTypeAliasDataEntry.getAlias()); local
362 uhash_put(typeDataMap, (void*)from, t, &sts);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CurrencyMetaInfo.java 92 * The from date to filter on (as milliseconds). Accepts any currency on or after this date.
95 public final long from; field in class:CurrencyMetaInfo.CurrencyFilter
111 private CurrencyFilter(String region, String currency, long from, long to, boolean tenderOnly) {
114 this.from = from;
178 * @param from date on or after a currency must have been in use
180 * or if equal to from, the date on which a currency must have been in use
185 public static CurrencyFilter onDateRange(Date from, Date to) {
186 return ALL.withDateRange(from, to);
202 * @param from The date on or after a currency must have been in use
428 public final long from; field in class:CurrencyMetaInfo.CurrencyInfo
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
UniversalTimeScale.java 37 * introduced. (This is different from the default ICU calendar which
38 * switches from the Julian to the Gregorian calendar in 1582.
41 * ICU provides conversion functions to and from all other major time
129 * Similar to Unix time (linear value from 1970) and struct timeval
163 * The constant used to select the minimum from value
173 * The constant used to select the maximum from value
364 * Convert a <code>long</code> datetime from the given time scale to the universal time scale.
367 * @param timeScale The time scale to convert from
373 public static long from(long otherTime, int timeScale) method in class:UniversalTimeScale
381 * Convert a <code>double</code> datetime from the given time scale to the universal time scale
    [all...]
  /external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
ICUCurrencyMetaInfo.java 84 if (filter.from != Long.MIN_VALUE || filter.to != Long.MAX_VALUE) {
125 long from = Long.MIN_VALUE; local
138 from = getDate(r.at("from"), Long.MIN_VALUE, false);
140 // In the data, to is always > from. This means that when we have a range
141 // from == to, the comparisons below will always do the right thing, despite
142 // the range being technically empty. It really should be [from, from+1) but
144 if (filter.from > to) {
147 if (filter.to < from) {
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DataDrivenCalendarTest.java 81 //logln("Set Source calendar: " + from);
135 String from = currentCase.getString("from"); local
136 fromSet.parseFrom(from);
142 logln(caseString +" "+locale+"/"+from+" >>> "+loc+"/"
146 logln(caseString +" "+locale+"/"+from+" <<< "+loc+"/"
158 // Get 'from' time
174 // Headers { "locale","from","operation","params","to" }
184 // #2 'from' info
185 param = "from";
186 String from = testSetting=currentCase.getString(param); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
XEquivalenceMap.java 105 return UnmodifiableIterator.from(target_sourceSet.values());
120 public static <T> UnmodifiableIterator<T> from(Iterator<T> source) { method in class:XEquivalenceMap.UnmodifiableIterator
126 public static <T> UnmodifiableIterator<T> from(Iterable<T> source) { method in class:XEquivalenceMap.UnmodifiableIterator
127 return from(source.iterator());
  /external/iptables/extensions/
libxt_owner.c 226 static void owner_parse_range(const char *s, unsigned int *from,
232 if (!xtables_strtoui(s, &end, from, 0, UINT32_MAX - 1))
234 *to = *from;
247 unsigned int from, to; local
253 from = to = pwd->pw_uid;
255 owner_parse_range(cb->arg, &from, &to, "--uid-owner");
259 info->uid_min = from;
264 from = to = grp->gr_gid;
266 owner_parse_range(cb->arg, &from, &to, "--gid-owner");
270 info->gid_min = from;
    [all...]
  /external/iputils/
tftpd.c 18 * may be used to endorse or promote products derived from this software
41 /*static char sccsid[] = "from: @(#)tftpd.c 5.13 (Berkeley) 2/26/91";*/
90 } from; variable in typeref:union:__anon10747
127 fromlen = sizeof (from);
129 (struct sockaddr *)&from, &fromlen);
166 * a single request from a single client.
168 j = sizeof from;
170 (struct sockaddr *)&from, &j);
189 peer = socket(from.sa.sa_family, SOCK_DGRAM, 0);
194 if (connect(peer, (struct sockaddr *)&from, sizeof(from)) < 0)
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
TriStrip.java 17 * may be used to endorse or promote products derived from this software
42 * <li>generates strips from arbitrary geometry.
194 // strip from CreateStrips()
301 int from = indices[i] * vertexSize; local
304 vertexBuffer[to + j] = bufferCopy[from + j];
  /external/libvncserver/common/
d3des.c 134 register unsigned long *from, *endp; local
136 from = KnL, endp = &KnL[32];
137 while( from < endp ) *into++ = *from++;
141 void rfbUseKey(register unsigned long *from)
146 while( to < endp ) *to++ = *from++;
  /external/libvncserver/x11vnc/
pointer.c 30 so, delete this exception statement from your version.
63 static void buttonparse(int from, char **s);
85 static void buttonparse(int from, char **s) {
87 if (!from || !s) {}
119 rfbLog("remap button %d using \"%s\"\n", from, list);
143 from, n+1, i);
145 pointer_map[from][n].keysym = NoSymbol;
146 pointer_map[from][n].keycode = NoSymbol;
147 pointer_map[from][n].button = i;
148 pointer_map[from][n].end = 0
315 int from; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/
perf.h 189 u64 from; member in struct:branch_entry

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011>>