HomeSort by relevance Sort by last modified time
    Searched full:current (Results 51 - 75 of 28275) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
background.js 10 var current = tabs[0]
11 chrome.tabs.update(current.id, {'pinned': !current.pinned});
  /external/opencv/
WLNonFileByteStream.cpp 103 uchar *current = m_current; local
105 if( current+1 < m_end )
107 current[0] = (uchar)val;
108 current[1] = (uchar)(val >> 8);
109 m_current = current + 2;
121 uchar *current = m_current; local
123 if( current+3 < m_end )
125 current[0] = (uchar)val;
126 current[1] = (uchar)(val >> 8);
127 current[2] = (uchar)(val >> 16);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_SemValue.3 3 SDL_SemValue \- Return the current value of a semaphore\&.
12 \fBSDL_SemValue()\fP returns the current semaphore value from the semaphore pointed to by \fBsem\fR\&.
15 Returns current value of the semaphore\&.
  /external/qemu/hw/
goldfish_device.c 35 struct goldfish_device *current; member in struct:bus_state
105 if(s->current) {
106 s->current->reported_state = 1;
107 s->current = s->current->next;
110 s->current = first_device;
112 while(s->current && s->current->reported_state == 1)
113 s->current = s->current->next
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TransformUtils.java 41 public static FrameImage2D makeMipMappedFrame(FrameImage2D current, int[] dimensions) {
45 if (current == null) {
48 current = Frame.create(imageType, pow2Dims).asFrameImage2D();
49 } else if (!Arrays.equals(dimensions, current.getDimensions())) {
50 current.resize(pow2Dims);
52 return current;
55 public static FrameImage2D makeTempFrame(FrameImage2D current, int[] dimensions) {
56 if (current == null) {
59 current = Frame.create(imageType, dimensions).asFrameImage2D();
60 } else if (!Arrays.equals(dimensions, current.getDimensions()))
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 91 Date current = new Date(); local
92 String dtf = format.format(current);
94 assertTrue("Incorrect date format", sdf.format(current).equals(dtf));
109 Date current = new Date(); local
112 StringBuffer sb = format.format(current, toAppend, fp);
114 assertTrue("Incorrect date format", sdf.format(current).equals(
216 Date current = new Date(); local
219 Date date = format.parse(format.format(current).toString());
220 assertEquals(current.getDate(), date.getDate());
221 assertEquals(current.getDay(), date.getDay())
378 Date current = new Date(); local
    [all...]
  /development/ndk/platforms/android-9/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
configuration.h 112 * Create and return a new AConfiguration based on the current configuration in
123 * Return the current MCC set in the configuration. 0 if not set.
128 * Set the current MCC in the configuration. 0 to clear.
133 * Return the current MNC set in the configuration. 0 if not set.
138 * Set the current MNC in the configuration. 0 to clear.
143 * Return the current language code set in the configuration. The output will
150 * Set the current language code in the configuration, from the first two
156 * Return the current country code set in the configuration. The output will
163 * Set the current country code in the configuration, from the first two
169 * Return the current ACONFIGURATION_ORIENTATION_* set in the configuration
    [all...]

Completed in 366 milliseconds

1 23 4 5 6 7 8 91011>>