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

<<11121314151617181920>>

  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 36 * This field should be made private, so it is hidden from the SDK.
42 * This field should be made private, so it is hidden from the SDK.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
65 mOriginalFrom = from;
66 findColumns(from);
78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
82 * are given the values of the first N columns in the from
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from,
91 mOriginalFrom = from;
123 final int[] from = mFrom; local
    [all...]
  /ndk/sources/android/support/src/musl-locale/
iconv.c 107 iconv_t iconv_open(const char *to, const char *from)
112 || (f = find_charmap(from))==-1
163 unsigned from = cd >> 16; local
164 const unsigned char *map = charmaps+from+1;
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 52 /* Codecvt facet eating some characters from the external buffer.
142 /* Codecvt facet generating more characters than the ones read from the
396 string from("abcdef");
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
410 wstring from(L"abcdef");
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from
594 const char* from = utf8_str.data(); local
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 52 /* Codecvt facet eating some characters from the external buffer.
142 /* Codecvt facet generating more characters than the ones read from the
396 string from("abcdef");
400 cdecvt_type::result res = cdect.in(state, from.data(), from.data() + from.size(), next_from,
403 CPPUNIT_ASSERT( next_from == from.data() + 1 );
410 wstring from(L"abcdef");
414 cdecvt_type::result res = cdect.out(state, from.data(), from.data() + from.size(), next_from
594 const char* from = utf8_str.data(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateOpeningCamera.java 91 public static StateOpeningCamera from( method in class:StateOpeningCamera
141 return Optional.of((State) StateBackgroundWithSurfaceTexture.from(
155 return Optional.of((State) StateStartingPreview.from(
175 return Optional.of((State) StateFatal.from(
186 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
199 return Optional.of((State) StateFatal.from(this, mResourceConstructed));
202 final ImageRotationCalculator imageRotationCalculator = ImageRotationCalculatorImpl.from(
StateReadyForCapture.java 91 public static StateReadyForCapture from( method in class:StateReadyForCapture
100 public static StateReadyForCapture from( method in class:StateReadyForCapture
214 return Optional.of((State) StateBackgroundWithSurfaceTexture.from(
331 return Optional.of((State) StateFatal.from(
336 return Optional.of((State) StateOpeningCamera.from(
444 return Optional.of((State) StateReviewingPicture.from(
457 return Optional.of((State) StateReviewingPicture.from(
  /packages/apps/Camera2/src/com/android/camera/data/
FilmstripItemData.java 27 * returned from this object should be mutable.
216 public static Builder from(FilmstripItemData data) { method in class:FilmstripItemData.Builder
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FilterDeleteSet.java 168 // Remove the path from mCurrent.
200 int from = Math.max(minIndex - 5, 0); local
202 ArrayList<MediaItem> items = mBaseSet.getMediaItem(from, to - from);
212 d.index = from + i;
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
Tweener.java 133 Tweener from(Object object, long duration, Object... vars) { method in class:Tweener
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java 111 // From: +1425xxxxxxx
168 // From: +1425xxxxxxx
234 // We grab the thread id from the database, so this needs to run in the background
303 final String from = MmsUtils.getMmsSender(recipients, mms.getUri()); local
306 details.append(from);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
ActionTestHelpers.java 87 int from; field in class:ActionTestHelpers.StubChatActionMonitor.StateTransition
89 public StateTransition(final Action action, final int from, final int to) {
91 this.from = from;
  /packages/apps/Settings/src/com/android/settings/
ZonePicker.java 45 * such as "Africa", "Europe", etc. Choosing an item from the list will set
46 * the time zone. Pressing Back without choosing from the list will not
85 final String[] from = new String[] {ZoneGetter.KEY_DISPLAYNAME, ZoneGetter.KEY_GMT}; local
95 from,
102 * Searches {@link TimeZone} from the given {@link SimpleAdapter} object, and returns
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnJni.h 84 NJ_UINT8* from; member in struct:__anon28244
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
GlobalSearchSupport.java 68 " FROM " + Tables.AGGREGATED_PRESENCE +
201 * lookup key cannot be found in the database, the contact name is decoded from the lookup key
239 sb.append(" FROM ");
282 int from = 0; local
291 from = firstNl + 1;
302 for (int i = from; i < to; i++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 47 * is away from a parent edge) such that we can prioritize connections which
71 // the parent id from a constraint, only via parent-relative params
196 ViewData from = constraint.from; local
197 if (visiting.contains(from)) {
206 findBackwards(from, visiting, reachable, vertical, start);
213 public List<Constraint> getPathTo(INode from, INode to, boolean vertical) {
218 ViewData view = mNodeToView.get(from);
244 assert constraint.from == view;
287 public final ViewData from; field in class:DependencyGraph.Constraint
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/
perf.h 4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
151 u64 from; member in struct:branch_entry
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 189 u64 from; member in struct:branch_entry
  /system/extras/perfprofd/quipper/
perf_parser.h 94 DSOAndOffset from; member in struct:quipper::ParsedEvent::BranchEntry
142 // Gets parsed event/sample info from raw event data.
235 // |ppid| from which to copy mappings.
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPRequest.java 52 * that create responses and generate cancel requests from incoming orignial requests without the
54 * newline added to the end of the buffer when encoding it. Incorporates a bug report from Andreas
212 * the contact headers. (2) Request must have cseq, to and from and via headers. (3) Method in
419 * Get the method from the request line.
421 * @return the method from the request line if the method exits and null if the request line
553 From from = (From) this.getFrom(); local
556 // retval.append(COLON).append(from.getUserAtHostPort());
557 if (from.getTag() != null)
586 From from = (From) this.getFrom(); local
1006 From from = (From) nextHeader; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 35 public long mId = INVALID_VALUE; /* The _id from the content provider, can be used to
142 private ArrayList<Rfc822Token> from = null; // Shall not be empty field in class:BluetoothMapbMessageMime
210 return from;
212 public void setFrom(ArrayList<Rfc822Token> from) {
213 this.from = from;
216 if(this.from == null)
217 this.from = new ArrayList<Rfc822Token>(1);
218 this.from.add(new Rfc822Token(name, address, null));
354 /* TODO: From RFC-4356 - about the RFC-(2)822 headers
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 15 * derived from this software without specific prior written permission.
39 /** Routines to construct StateClusters from EBNF grammar constructs.
81 * This only removes 195 states from the java.g's NFA, but every little
117 /** From label A build Graph o-A->o */
133 /** From set build single edge graph o->o-set->o. To conform to
173 /** From char 'c' build StateCluster o-intValue(c)->o
180 /** From char 'c' build StateCluster o-intValue(c)->o
186 int from = Grammar.getCharValueFromGrammarCharLiteral(a); local
188 return build_Range(from, to);
223 * to from rule ref state directly (it's done thru the transition(0
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector.h 13 // the current thread are reachable from the newly acquired lock.
18 // is flushed and the new lock epoch is started. The node ids from the old
163 if (recycled_nodes_.getBit(edges_[i].from) ||
224 // Returns true if all edges from the currently held locks to cur_node exist.
227 // Read from current_epoch_ is racy.
240 // Adds edges from currently held locks to cur_node,
269 if (edges_[i].from == from_idx && edges_[i].to == to_idx) {
362 for (uptr from = 0; from < size(); from++
397 u16 from; member in struct:__sanitizer::DeadlockDetector::Edge
    [all...]
  /external/dhcpcd/
dhcpcd.h 93 struct in6_addr from; member in struct:ra
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 109 template<> EIGEN_STRONG_INLINE Packet4f pset1<Packet4f>(const float& from) { return _mm_set_ps(from,from,from,from); }
110 template<> EIGEN_STRONG_INLINE Packet2d pset1<Packet2d>(const double& from) { return _mm_set_pd(from,from); }
111 template<> EIGEN_STRONG_INLINE Packet4i pset1<Packet4i>(const int& from) { return _mm_set_epi32(from,from,from,from);
370 _mm_storeu_si128(reinterpret_cast<Packet4i*>(to), from); local
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/
RequestManager.java 82 * An interface that allows a default set of options to be applied to all requests started from an
184 * @param <T> The type of the data to be loaded from the mode.
237 * Returns a request builder that loads data from {@link String}s using an empty signature.
249 * @see #from(Class)
270 * Returns a request builder to load data from {@link android.net.Uri}s using no signature.
274 * Uris from some content providers may change without the Uri changing, which means using this method
282 * @see #from(Class)
356 * @see #from(Class)
387 * {@link com.bumptech.glide.load.model.stream.StreamFileLoader} to load images from {@link File}s.
400 * @see #from(Class
569 public <T> DrawableTypeRequest<T> from(Class<T> modelClass) { method in class:RequestManager
632 public DrawableTypeRequest<T> from(Class<T> modelClass) { method in class:RequestManager.ImageModelRequest
673 public GenericTypeRequest from(Class<A> modelClass) { method in class:RequestManager.GenericModelRequest
    [all...]

Completed in 601 milliseconds

<<11121314151617181920>>