HomeSort by relevance Sort by last modified time
    Searched defs:from (Results 401 - 425 of 2346) sorted by null

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ReceiveMmsMessageAction.java 53 * Create a message received from a particular number in a particular conversation
82 String from = MmsUtils.getMmsSender(recipients, mms.getUri()); local
83 if (from == null) {
85 from = ParticipantData.getUnknownSenderDestination();
88 from, subId);
  /packages/apps/Settings/src/com/android/settings/datetime/
ZonePicker.java 53 * such as "Africa", "Europe", etc. Choosing an item from the list will set
54 * the time zone. Pressing Back without choosing from the list will not
86 final String[] from = new String[] { local
101 from,
123 * Searches {@link TimeZone} from the given {@link SimpleAdapter} object, and returns
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 239 /* Retrieve data pointers of dictionary from the dictionary library, and put to internal work area */
601 work->approxSet.from[ i ] = NULL;
629 NJ_CHAR* from; local
633 from = work->approxStr + NJ_APPROXSTORE_SIZE * work->approxSet.charset_count;
635 work->approxSet.from[ work->approxSet.charset_count ] = from;
639 if( convertStringToNjChar( env, from, srcJ, NJ_MAX_CHARSET_FROM_LEN ) >= 0 &&
650 work->approxSet.from[ work->approxSet.charset_count ] = NULL;
690 NJ_CHAR* from; local
694 from = work->approxStr + NJ_APPROXSTORE_SIZE * ( work->approxSet.charset_count + i )
1188 NJ_CHAR from[ NJ_MAX_CHARSET_FROM_LEN + NJ_TERM_LEN ]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 20 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
215 const char *from; member in struct:alias
293 /* comp_scan.c: decode string from readable form */
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 36 * inherits all of its values from a different configuration, except for one or
38 * will always <b>differ</b> from the inherited value!
42 * locale from the {@linkplain VaryingConfiguration} may be for example "nb",
46 * different as possible from the inherited value. Thus, a configuration which
57 /** Bitmask of attributes to be varied/alternated from the parent */
65 * @param configuration the configuration to inherit from
74 * Creates a new {@linkplain Configuration} which inherits values from the
79 * @param parent the configuration to inherit values from
92 * @param other the configuration to copy overrides from
130 * {@linkplain VaryingConfiguration} instances inheriting from
271 double from = inchesPerBucket * bucket + smallest; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
app.c 40 /* Whether we are scrubbing in m68k MRI mode. This is different from
143 may appears in an operand. This will prevent the scrubber from
360 char *from; local
418 (from < fromend \
419 ? * (unsigned char *) (from++) \
422 from = input_buffer, \
423 fromend = from + fromlen, \
426 : * (unsigned char *) (from++))))
430 #define UNGET(uch) (*--from = (uch))
452 from = saved_input
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestUmmAlQuraChronology.java 324 public void test_diffBetweenDates(ChronoLocalDate from, ChronoLocalDate to, long days, long months, long years) {
325 assertEquals(from.until(to, ChronoUnit.DAYS), days);
326 assertEquals(from.until(to, ChronoUnit.MONTHS), months);
327 assertEquals(from.until(to, ChronoUnit.YEARS), years);
357 // Test to get the adjusted date from a given date using TemporalAdjuster methods
564 // Test to get LocalDate instance from a given HijrahDate
567 assertEquals(LocalDate.from(hijrahDate), iso);
576 // Test to get a HijrahDate from a calendrical
    [all...]
  /prebuilts/tools/common/m2/repository/org/pcollections/pcollections/2.1.2/
pcollections-2.1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 
  /bionic/libc/dns/resolv/
res_send.c 20 * may be used to endorse or promote products derived from this software
50 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
68 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
848 * The way connect_with_timeout() is implemented prevents us from reliably
1099 struct sockaddr_storage from; local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java 399 final String[] from = new String[] { "column2" }; local
400 simpleCursorAdapter.changeCursorAndColumns(newCursor, from, VIEWS_TO);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
stropmodule.c 762 "is chosen from the leading characters of s, 0 for octal, 0x or\n"
817 "is 0, it is chosen from the leading characters of s, 0 for\n"
912 unsigned char *c, *from=NULL, *to=NULL; local
916 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen))
932 c[from[i]]=to[i];
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
stropmodule.c 760 "is chosen from the leading characters of s, 0 for octal, 0x or\n"
815 "is 0, it is chosen from the leading characters of s, 0 for\n"
910 unsigned char *c, *from=NULL, *to=NULL; local
914 if (!PyArg_ParseTuple(args, "t#t#:maketrans", &from, &fromlen, &to, &tolen))
930 c[from[i]]=to[i];
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_pipeline.c 89 /* This caches the value returned from get_properties() of a module */
92 /* This is the total buffering delay from source to this instance. It is
104 /* The ini file this pipeline comes from */
161 /* Finds out where the data sent to plugin:index come from. The issue
183 plugin = flow->from;
299 if (!flow->from) {
304 if (topological_sort(pipeline, env, flow->from, visited) < 0)
338 struct audio_port *from; local
339 from = find_output_audio_port(
342 if (!from)
358 struct control_port *from; local
    [all...]
  /external/curl/lib/
ssh-libssh.c 281 infof(conn->data, "SSH %p state change from %s to %s\n",
386 rc = func(data, NULL, &foundkey, /* from the remote host */
1129 /* Let's read off the proper amount of bytes from the input. */
1495 curl_off_t from, to; local
    [all...]
ssh.c 390 infof(conn->data, "SFTP %p state change from %s to %s\n",
526 rc = func(data, knownkeyp, /* from the knownhosts file */
527 &foundkey, /* from the remote host */
675 * against our known hosts. How that is handled (reading from file,
776 * libssh2 extract the public key from the private key file.
2154 curl_off_t from, to; local
    [all...]
  /external/dhcpcd-6.8.2/
ipv6.h 195 struct sockaddr_in6 from; member in struct:ipv6_ctx
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 174 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set_ps(from,from,from,from); }
175 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set_pd(from,from); }
176 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set_epi32(from,from,from,from);
360 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<__m128i*>(to), from); } local
364 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_UNALIGNED_STORE _mm_storeu_si128(reinterpret_cast<__m128i*>(to), from); } local
    [all...]
  /external/elfutils/src/
elfcmp.c 104 GElf_Addr from; member in struct:region
280 newp->from = shdr1->sh_offset;
557 ehdr_region.from = 0;
561 phdr_region.from = ehdr1->e_phoff;
628 while (cnt < nregions && regionsarr[cnt].from < end)
630 if (last < regionsarr[cnt].from)
632 /* Compare the [LAST,FROM) region. */
635 regionsarr[cnt].from - last) != 0))
812 if (r1->from < r2->from)
    [all...]
ld.c 80 N_("Include whole archives in the output from now on."), 0 },
104 Default rules of extracting from archive; weak references are not enough."),
107 N_("Weak references cause extraction from archive."), 0 },
181 N_("Read version information from FILE."), 0 },
243 /* Intermediate storage for the LD_LIBRARY_PATH information from the
401 synthesized from the linker script. */
491 const char *from; member in struct:__anon20208
504 if (strcmp (argv[i], args[j].from) == 0)
905 /* XXX There is one problem here: do we allow references from
    [all...]
  /external/f2fs-tools/fsck/
resize.c 139 block_t from, to; local
154 from = START_BLOCK(sbi, i) + j;
155 ret = dev_read_block(raw, from);
158 to = from + offset;
162 get_sum_entry(sbi, from, &sum);
  /external/guava/guava/src/com/google/common/util/concurrent/
ServiceManager.java 227 * may execute concurrently, and listeners may execute in an order different from the one in which
253 * may execute concurrently, and listeners may execute in an order different from the one in which
297 * @throws IllegalStateException if the service manager reaches a state from which it cannot
312 * @throws IllegalStateException if the service manager reaches a state from which it cannot
439 * state from which it is guaranteed that it can never become healthy.
629 void transitionService(final Service service, State from, State to) {
631 checkArgument(from != to);
639 checkState(servicesByState.remove(from, service),
640 "Service %s not at the expected location in the state map %s", service, from); local
751 @Override public void stopping(State from) {
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableMapTest.java 74 assertEquals(MinimalSet.from(map.entrySet()), map.entrySet());
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 81 int from = 0, to = 1; local
83 from = 1; to = 0;
86 target.put(source[i][from], source[i][to]);

Completed in 670 milliseconds

<<11121314151617181920>>