HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 626 - 650 of 14121) sorted by null

<<21222324252627282930>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
QuicktimeTextTrackImpl.java 10 * Unless required by applicable law or agreed to in writing, software
84 lastEnd = sub.to;
103 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
104 lastEnd = sub.to;
132 long to; field in class:QuicktimeTextTrackImpl.Line
136 public Line(long from, long to, String text) {
138 this.to = to;
151 return to;
TextTrackImpl.java 10 * Unless required by applicable law or agreed to in writing, software
87 lastEnd = sub.to;
106 stts.add(new TimeToSampleBox.Entry(1, sub.to - sub.from));
107 lastEnd = sub.to;
135 long to; field in class:TextTrackImpl.Line
139 public Line(long from, long to, String text) {
141 this.to = to;
154 return to;
  /external/opencv/
libopencv.mk 1 # Add a couple include paths to use stlport.
  /external/qemu/
Android.mk 1 # the following test is made to detect that we were called
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 4 # Sets up a module for the skia shared object to be copied into the apk.
20 # Sets up the JNI module that our app calls into to draw things with skia.
34 # jnigraphics defines the function AndroidBitmap_lockPixels, which we need in order to draw into
38 # Allows the compiler to find the Skia header files
  /external/stlport/stlport/stl/
_ioserr.h 2 * This file is included in every header that needs the STLport library to be
9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
  /external/valgrind/main/lackey/tests/
true.stderr.exp 3 Counted ... calls to main()
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 1 Jump to the invalid address stated on the next line
fwrite.stderr.exp 1 Syscall param write(buf) points to uninitialised byte(s)
sendmsg.stderr.exp 1 Syscall param sendmsg(msg) points to uninitialised byte(s)
  /external/valgrind/main/none/tests/s390x/
fpext_fail.stderr.exp 7 Valgrind has to exit now. Sorry.
  /external/wpa_supplicant_8/src/eap_peer/
Makefile 2 @echo Nothing to be made.
  /external/xmp_toolkit/XMPCore/
Android.mk 9 # The name of the jar file to create.
  /frameworks/base/cmds/bmgr/
Android.mk 14 $(transform-prebuilt-to-target)
  /frameworks/base/cmds/ime/
Android.mk 14 $(transform-prebuilt-to-target)
  /frameworks/base/cmds/input/
Android.mk 13 $(transform-prebuilt-to-target)
  /frameworks/base/cmds/pm/
Android.mk 14 $(transform-prebuilt-to-target)
  /frameworks/base/cmds/svc/
Android.mk 14 $(transform-prebuilt-to-target)
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 10 * Unless required by applicable law or agreed to in writing, software
25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
27 * views you want to display the columns, and the XML file that defines
34 * returned value is false and the view to bind is a TextView,
36 * is false and the view to bind is an ImageView,
44 * to get control over the filtering process. You can refer to
50 * A list of columns containing the data to bind to the UI
139 final int[] to = mTo; local
    [all...]
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
29 # Need to run as system app to get access to Settings. This test won't work for user builds.
  /frameworks/base/packages/SystemUI/tests/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
26 # sign this with platform cert, so this test is allowed to inject key events into
27 # UI it doesn't own. This is necessary to allow screenshots to be taken
  /frameworks/compile/libbcc/
libbcc-device-build.mk 10 # Unless required by applicable law or agreed to in writing, software
52 $(info TODOArm64: $(LOCAL_PATH)/Android.mk Add Arm64 define to LOCAL_CFLAGS)
56 $(info TODOMips64: $(LOCAL_PATH)/Android.mk Add Mips64 define to LOCAL_CFLAGS)
  /frameworks/support/v4/java/android/support/v4/widget/
SimpleCursorAdapter.java 10 * Unless required by applicable law or agreed to in writing, software
28 * Used to write apps that run on platforms prior to Android 3.0. When running
30 * to switch to the framework's implementation. See the framework SDK
35 * A list of columns containing the data to bind to the UI.
41 * A list of View ids representing the views to which the data must be bound.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) {
64 mTo = to;
124 final int[] to = mTo; local
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
Android.mk 3 # Makefile pointing to the platform specific makefile.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 8 # All paths are relative to APP_PROJECT_PATH!

Completed in 539 milliseconds

<<21222324252627282930>>