HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 176 - 200 of 1008) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/native/include/input/
KeyLayoutMap.h 29 enum Mode {
38 // Axis mode.
39 Mode mode; member in struct:android::AxisInfo
54 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
  /external/chromium_org/v8/test/cctest/
test-reloc-info.cc 36 byte* pc, RelocInfo::Mode mode, intptr_t data) {
37 RelocInfo rinfo(pc, mode, data, NULL);
56 RelocInfo::Mode mode = (i % 2 == 0) ? local
58 WriteRinfo(&writer, pc, mode, pos);
71 RelocInfo::Mode mode = (i % 2 == 0) ? local
73 if (mode == RelocInfo::POSITION) {
75 CHECK_EQ(mode, it.rinfo()->rmode())
88 RelocInfo::Mode mode = (i % 2 == 0) ? local
105 RelocInfo::Mode mode = (i % 2 == 0) ? local
    [all...]
  /external/v8/test/cctest/
test-reloc-info.cc 36 byte* pc, RelocInfo::Mode mode, intptr_t data) {
37 RelocInfo rinfo(pc, mode, data, NULL);
56 RelocInfo::Mode mode = (i % 2 == 0) ? local
58 WriteRinfo(&writer, pc, mode, pos);
71 RelocInfo::Mode mode = (i % 2 == 0) ? local
73 if (mode == RelocInfo::POSITION) {
75 CHECK_EQ(mode, it.rinfo()->rmode())
88 RelocInfo::Mode mode = (i % 2 == 0) ? local
105 RelocInfo::Mode mode = (i % 2 == 0) ? local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 95 BYTE Mode:2; // b00
100 BYTE Mode:2; // b01
106 BYTE Mode:2; // b10
113 DWORD Mode:2;
119 DWORD Mode:2;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 95 BYTE Mode:2; // b00
100 BYTE Mode:2; // b01
106 BYTE Mode:2; // b10
113 DWORD Mode:2;
119 DWORD Mode:2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cciss_ioctl.h 95 BYTE Mode:2; // b00
100 BYTE Mode:2; // b01
106 BYTE Mode:2; // b10
113 DWORD Mode:2;
119 DWORD Mode:2;
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 134 /// Mode of the analyzes while recursively visiting Decls.
223 void DisplayFunction(const Decl *D, AnalysisMode Mode,
233 if (Mode == AM_Syntax)
235 else if (Mode == AM_Path) {
248 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
287 /// \brief Determine which inlining mode should be used when this function is
298 /// \param Mode - determines if we are requesting syntax only or path
303 void HandleCode(Decl *D, AnalysisMode Mode,
319 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode)
    [all...]
  /external/v8/src/
assembler.h 151 // to which the relocation information applies, the relocation mode
152 // (rmode), and an optional data field. The relocation mode may be
187 enum Mode {
220 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
224 static inline bool IsConstructCall(Mode mode) {
225 return mode == CONSTRUCT_CALL;
227 static inline bool IsCodeTarget(Mode mode) {
228 return mode <= LAST_CODE_ENUM
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 28 /* Purpose : Decode a frame of MPEG4 bitstream in datapartitioning mode. */
57 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB);
63 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB);
132 /* Purpose : Decode Data Partitioned Mode Video Packet in I-VOP */
141 uint8 *Mode = video->headerInfo.Mode;
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
234 MBtype = Mode[mbnum];
235 /* No skipped mode in I-packets 3/1/2001 */
240 /* there is always acdcpred in DataPart mode 04/10/01 *
629 uint8 mode = video->headerInfo.Mode[mbnum]; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 33 enum Mode {
34 // In this mode, the thread only performs configuration tasks. This is
37 // normal mode.
50 // Change the mode of operation.
52 // scheduled jobs to adhere to the new mode. We could protect it, but it
57 // the mode changes all future jobs will be run against the updated mode.
58 // If supplied, |callback| will be invoked when the mode has been
59 // changed to |mode| *from the SyncerThread*, and not from the caller
61 void Start(Mode mode, ModeChangeCallback* callback)
186 Mode mode; member in struct:browser_sync::SyncerThread::WaitInterval
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_impl.h 54 virtual void Start(Mode mode) OVERRIDE;
135 enum Mode {
147 WaitInterval(Mode mode, base::TimeDelta length);
149 static const char* GetModeString(Mode mode);
151 Mode mode; member in struct:syncer::SyncSchedulerImpl::WaitInterval
155 static const char* GetModeString(Mode mode)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 241 enum Mode {
248 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
268 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode);
269 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
270 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode);
314 SkBitmap::Config prefConfig, Mode,
330 SkBitmap::Config prefConfig, Mode,
362 SkBitmap::Config prefConfig, Mode,
385 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 241 enum Mode {
248 and then if the Mode is kDecodePixels_Mode, call allocPixelRef(),
268 bool decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode);
269 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) {
270 return this->decode(stream, bitmap, SkBitmap::kNo_Config, mode);
314 SkBitmap::Config prefConfig, Mode,
330 SkBitmap::Config prefConfig, Mode,
362 SkBitmap::Config prefConfig, Mode,
385 virtual bool onDecode(SkStream*, SkBitmap* bitmap, Mode) = 0
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PorterDuffColorFilterTest.java 44 PorterDuffColorFilter filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.SRC);
57 filter = new PorterDuffColorFilter(filterColor, PorterDuff.Mode.DST);
67 filter = new PorterDuffColorFilter(Color.GREEN, PorterDuff.Mode.SCREEN);
PorterDuffXfermodeTest.java 45 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC));
54 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.DST));
63 p.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SCREEN));
  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.h 62 enum Mode {
81 Mode mode_arg);
88 Mode mode; member in struct:OAuth2MintTokenFlow::Parameters
  /external/chromium_org/ipc/
ipc_channel_proxy.h 98 // Initializes a channel proxy. The channel_handle and mode parameters are
107 Channel::Mode mode,
117 void Init(const IPC::ChannelHandle& channel_handle, Channel::Mode mode,
211 const Channel::Mode& mode);
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 66 * {@link HtmlParserFactory#createParserInMode(HtmlParser.Mode, Set)}
72 * valid in the {@link HtmlParser.Mode#JS} mode.
117 * @return an {@code HtmlParser} in the provided mode
125 * requested Mode. Provide non {@code null} options to provide
126 * a more precise initialization with the desired Mode.
128 * @param mode the mode to reset the parser with
130 * @return an {@code HtmlParser} in the provided mode
133 public static HtmlParser createParserInMode(HtmlParser.Mode mode
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
CipherBenchmark.java 61 @Param private Mode mode; field in class:CipherBenchmark
63 public enum Mode {
103 cipherAlgorithm = algorithm.toString() + "/" + mode.toString() + "/"
126 if (mode != Mode.ECB) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorFilters.java 45 private PorterDuff.Mode[] mModes;
103 mModes = new PorterDuff.Mode[] {
104 PorterDuff.Mode.SRC_ATOP,
105 PorterDuff.Mode.MULTIPLY,
168 // update mode every other time we change paint colors
  /external/chromium/chrome/browser/ui/views/
reload_button_unittest.cc 14 ReloadButton::Mode intended_mode,
15 ReloadButton::Mode visible_mode,
40 ReloadButton::Mode intended_mode,
41 ReloadButton::Mode visible_mode,
65 // Now change the mode (as if the browser had started loading the page). This
90 // Hover the button, and change mode. The visible mode should not change,
97 // Now fire the timer. This should complete the mode change.
  /external/chromium_org/android_webview/public/browser/
draw_gl.h 15 enum Mode {
18 } mode; member in struct:AwDrawGLInfo
90 // Called to map a GraphicBuffer in |mode|.
91 typedef int AwMapFunction(int buffer_id, AwMapMode mode, void** vaddr);
99 // Set of functions used in rendering in hardware mode
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 195 // missing plugin or to note that a plugin only works in desktop mode. These
197 enum Mode {
202 // Creates a metro mode infobar and delegate and adds the infobar to
205 Mode mode,
209 PluginMetroModeInfoBarDelegate(Mode mode, const base::string16& name);
221 const Mode mode_;
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 66 // The mode the prefetcher is running in. Forms a bit map.
67 enum Mode {
73 int mode; member in struct:predictors::ResourcePrefetchPredictorConfig
75 // Helpers to deal with mode.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button_unittest.cc 14 ReloadButton::Mode intended_mode,
15 ReloadButton::Mode visible_mode,
40 ReloadButton::Mode intended_mode,
41 ReloadButton::Mode visible_mode,
65 // Now change the mode (as if the browser had started loading the page). This
90 // Hover the button, and change mode. The visible mode should not change,
97 // Now fire the timer. This should complete the mode change.

Completed in 1828 milliseconds

1 2 3 4 5 6 78 91011>>