Searched defs:flags (Results 176 - 200 of 1848) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1OutputStream.java74 void writeTag(int flags, int tagNo) argument
79 write(flags | tagNo);
83 write(flags | 0x1f);
107 void writeEncoded(int flags, int tagNo, byte[] bytes) argument
110 writeTag(flags, tagNo);
/external/chromium/base/
H A Dplatform_file_posix.cc33 PlatformFile CreatePlatformFile(const FilePath& name, int flags, argument
36 if (flags & PLATFORM_FILE_CREATE)
39 if (flags & PLATFORM_FILE_CREATE_ALWAYS) {
44 if (!open_flags && !(flags & PLATFORM_FILE_OPEN) &&
45 !(flags & PLATFORM_FILE_OPEN_ALWAYS)) {
52 if (flags & PLATFORM_FILE_WRITE && flags & PLATFORM_FILE_READ) {
54 } else if (flags & PLATFORM_FILE_WRITE) {
56 } else if (!(flags & PLATFORM_FILE_READ) &&
57 !(flags
[all...]
/external/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc36 void WriteHeaders(disk_cache::Entry* entry, int flags, const std::string data) { argument
41 pickle.WriteInt(flags | 1); // Version 1.
195 int flags = 1 << 12; local
196 WriteHeaders(entry, flags, "something");
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbase64.h54 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
56 static bool DecodeFromArray(const char* data, size_t len, DecodeFlags flags,
65 static inline std::string Decode(const std::string& data, DecodeFlags flags) { argument
67 DecodeFromArray(data.data(), data.size(), flags, &result, NULL);
70 static inline bool Decode(const std::string& data, DecodeFlags flags, argument
73 return DecodeFromArray(data.data(), data.size(), flags, result, data_used);
75 static inline bool Decode(const std::string& data, DecodeFlags flags, argument
78 return DecodeFromArray(data.data(), data.size(), flags, result, data_used);
90 DecodeFlags flags, T* result,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dcheckerbase.py26 import gflags as flags namespace
34 FLAGS = flags.FLAGS
35 flags.DEFINE_boolean('debug_tokens', False,
38 flags.DEFINE_boolean('error_trace', False,
H A Derror_fixer.py23 import gflags as flags namespace
47 FLAGS = flags.FLAGS
48 flags.DEFINE_boolean('disable_indentation_fixing', False,
H A Dgjslint.py32 This file is a front end that parses arguments and flags. The core of the code
44 import gflags as flags namespace
58 FLAGS = flags.FLAGS
59 flags.DEFINE_boolean('unix_mode', False,
61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
62 flags.DEFINE_boolean('time', False, 'Whether to emit timing statistics.')
63 flags.DEFINE_boolean('check_html', False,
65 flags.DEFINE_boolean('summary', False,
67 flags.DEFINE_list('additional_extensions', None, 'List of additional file '
70 flags
[all...]
/external/compiler-rt/BlocksRuntime/tests/
H A Dbyrefsanity.c42 int flags;//refcount; member in struct:byref_id
/external/dbus/bus/
H A Ddir-watch-kqueue.c59 _handle_kqueue_watch (DBusWatch *watch, unsigned int flags, void *data) argument
/external/dbus/tools/
H A Ddbus-launch-win.c103 DWORD flags = 0; local
145 flags |= CREATE_NEW_CONSOLE;
150 flags |= NORMAL_PRIORITY_CLASS;
152 flags |= DETACHED_PROCESS;
156 inherit, flags, 0, 0, &si, &pi);
/external/dhcpcd/
H A Dbpf.c61 int flags; local
104 flags = 1;
105 if (ioctl(fd, BIOCIMMEDIATE, &flags) == -1)
/external/e2fsprogs/debugfs/
H A Dls.c128 int flags; local
167 flags = DIRENT_FLAG_INCLUDE_EMPTY;
169 flags |= DIRENT_FLAG_INCLUDE_REMOVED;
171 retval = ext2fs_dir_iterate2(current_fs, inode, flags,
/external/e2fsprogs/e2fsck/
H A DproblemP.h16 int flags; member in struct:e2fsck_problem
24 int flags; member in struct:latch_descr
32 /* Bit positions 0x000ff0 are reserved for the PR_LATCH flags */
/external/e2fsprogs/intl/
H A Dprintf-parse.c125 dp->flags = 0;
158 /* Read the flags. */
163 dp->flags |= FLAG_GROUP;
168 dp->flags |= FLAG_LEFT;
173 dp->flags |= FLAG_SHOWSIGN;
178 dp->flags |= FLAG_SPACE;
183 dp->flags |= FLAG_ALT;
188 dp->flags |= FLAG_ZERO;
313 int flags = 0; local
319 flags |
[all...]
H A Dprintf-parse.h41 int flags; member in struct:__anon5149
H A Dwprintf-parse.h41 int flags; member in struct:__anon5151
/external/e2fsprogs/lib/ext2fs/
H A Dbmove.c36 int flags; member in struct:process_block_struct
79 if (pb->flags & EXT2_BMOVE_DEBUG)
97 int flags)
113 pb.flags = flags;
121 * If GET_DBLIST is set in the flags field, then we should
125 if (flags & EXT2_BMOVE_GET_DBLIST) {
148 flags & EXT2_BMOVE_GET_DBLIST);
94 ext2fs_move_blocks(ext2_filsys fs, ext2fs_block_bitmap reserve, ext2fs_block_bitmap alloc_map, int flags) argument
H A Dbrel.h15 __u16 flags; member in struct:ext2_block_relocate_entry
H A Dlink.c26 int flags; member in struct:link_struct
98 dirent->name_len |= (ls->flags & 0x7) << 8;
105 * Note: the low 3 bits of the flags field are used as the directory
112 ext2_ino_t ino, int flags)
120 if (!(fs->flags & EXT2_FLAG_RW))
127 ls.flags = flags;
111 ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name, ext2_ino_t ino, int flags) argument
/external/e2fsprogs/lib/ss/
H A Dss.h42 int flags; /* 0 */ member in struct:_ss_request_entry
/external/e2fsprogs/resize/
H A Dsim_progress.c25 int flags; member in struct:ext2_sim_progress
80 __u32 maxdone, int flags)
98 prog->flags = flags;
77 ext2fs_progress_init(ext2_sim_progmeter *ret_prog, const char *label, int labelwidth, int barwidth, __u32 maxdone, int flags) argument
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java126 public final void setAccessFlags (final int flags) argument
128 m_access_flags = flags;
H A DIAccessFlags.java64 void setAccessFlags (int flags); argument
/external/freetype/src/base/
H A Dftpatent.c199 FT_UInt flags, toskip; local
202 if( FT_READ_USHORT( flags ) )
207 if ( ( flags & ( 1 << 0 ) ) != 0 ) /* ARGS_ARE_WORDS */
210 if ( ( flags & ( 1 << 3 ) ) != 0 ) /* WE_HAVE_A_SCALE */
212 else if ( ( flags & ( 1 << 6 ) ) != 0 ) /* WE_HAVE_X_Y_SCALE */
214 else if ( ( flags & ( 1 << 7 ) ) != 0 ) /* WE_HAVE_A_2x2 */
217 if ( ( flags & ( 1 << 8 ) ) != 0 ) /* WE_HAVE_INSTRUCTIONS */
223 if ( ( flags & ( 1 << 5 ) ) == 0 ) /* MORE_COMPONENTS */
/external/freetype/src/sfnt/
H A Dttcmap.h38 FT_Int flags; /* for format 4 only */ member in struct:TT_CMapRec_

Completed in 283 milliseconds

1234567891011>>