HomeSort by relevance Sort by last modified time
    Searched defs:mode (Results 126 - 150 of 3850) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_hl.h 19 __u8 mode; member in struct:ip6t_hl_info
  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 48 const PREDICTION_MODE mode = get_y_mode(mi, block_idx); local
49 return &vp9_scan_orders[tx_size][intra_mode_to_tx_type_lookup[mode]];
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.h 23 PREDICTION_MODE mode; member in union:__anon17229::__anon17230::__anon17231
  /external/libxml2/win32/wince/
wincecompat.c 34 char mode[3]; /* mode[0] ="w/r/a" mode[1]="+" */ local
35 mode[2]=0;
37 mode[0]='w';
39 mode[0]='r';
40 return (int) fopen(filename, mode);
  /external/mockito/src/org/mockito/internal/verification/
InOrderWrapper.java 19 private final VerificationInOrderMode mode; field in class:InOrderWrapper
22 public InOrderWrapper(VerificationInOrderMode mode, InOrderImpl inOrder) {
23 this.mode = mode;
30 mode.verifyInOrder(dataInOrder);
MockAwareVerificationMode.java 13 private final VerificationMode mode; field in class:MockAwareVerificationMode
15 public MockAwareVerificationMode(Object mock, VerificationMode mode) {
17 this.mode = mode;
21 mode.verify(data);
  /external/nanopb-c/tests/alltypes/
decode_alltypes.c 20 bool check_alltypes(pb_istream_t *stream, int mode)
82 if (mode == 0)
196 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
206 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/alltypes_pointer/
decode_alltypes_pointer.c 15 bool check_alltypes(pb_istream_t *stream, int mode)
79 if (mode == 0)
154 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
164 if (!check_alltypes(&stream, mode))
  /external/nanopb-c/tests/backwards_compatibility/
decode_legacy.c 23 bool check_alltypes(pb_istream_t *stream, int mode)
84 if (mode == 0)
185 int mode = (argc > 1) ? atoi(argv[1]) : 0; local
195 if (!check_alltypes(&stream, mode))
  /external/protobuf/editors/
protobuf-mode.el 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers.
37 ;; - Put `protobuf-mode.el' in your Emacs load-path.
39 ;; (require 'protobuf-mode)
41 ;; You can customize this mode just like any mode derived from CC Mode. If
42 ;; you want to add customizations specific to protobuf-mode, you can use the
43 ;; `protobuf-mode-hook'. For example, the following would make protocol-mode
    [all...]
  /external/skia/src/animator/
SkDrawTextBox.h 32 int /*SkTextBox::Mode*/ mode; member in class:SkDrawTextBox
  /external/tpm2/
EncryptDecrypt_fp.h 15 TPMI_ALG_SYM_MODE mode; member in struct:__anon23793
  /external/valgrind/none/tests/s390x/
rounding-5.c 8 Rounding mode is provided via FPC. */
26 set_rounding_mode(unsigned mode)
28 printf("setting FPC rounding mode to %s\n", rtext(mode));
29 register unsigned r asm("1") = mode;
33 void cefbr(unsigned mode)
35 set_rounding_mode(mode);
43 void cegbr(unsigned mode)
45 set_rounding_mode(mode);
53 void cdgbr(unsigned mode)
66 int mode; local
    [all...]
  /external/valgrind/none/tests/solaris/
mmap_noreserve.c 29 int mode = RTLD_LAZY | RTLD_LOCAL; local
30 void *handle = dlopen(pathname, mode);
  /external/webrtc/webrtc/modules/audio_processing/vad/
standalone_vad.h 50 // aggressive mode. Returns -1 if the input is less than 0 or larger than 3,
52 int set_mode(int mode);
54 int mode() const { return mode_; } function in class:webrtc::StandaloneVad
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 83 Description: Changed '&' to '&&' in the setting of rx_type and mode for
153 state_data->prev_mode contains the new mode
161 used by each codec mode for WMF input format (const
165 used by each codec mode for IF2 input format (const
188 The codec mode and receive frame type is initialized based on the incoming
196 RX_NO_DATA, the mode is obtained from the buffer pointed to by
197 speech_bits_ptr, offset by MAX_SERIAL_SIZE+1, otherwise, the mode is set to
198 the previous mode (found the in state_data->prev_mode).
206 state_data is updated to the current mode.
265 // Determine AMR codec mode and AMR RX frame typ
397 enum Mode mode = (enum Mode)MR475; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
reconintra_arm.c 22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 44 int mode = x->mode_info_context->mbmi.uv_mode; local
47 switch (mode) {
136 int mode = x->mode_info_context->mbmi.mode; local
139 switch (mode) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.h 23 MB_PREDICTION_MODE mode; member in union:__anon30699::__anon30700::__anon30701
  /hardware/qcom/gps/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
  /hardware/qcom/gps/msm8084/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
  /hardware/qcom/gps/msm8909/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
  /hardware/qcom/gps/msm8960/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
  /hardware/qcom/gps/msm8994/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
  /hardware/qcom/gps/msm8996/core/
gps_extended.h 40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&

Completed in 1052 milliseconds

1 2 3 4 56 7 8 91011>>