/external/chromium_org/gin/ |
D | function_template.h.pump | 130 bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 132 if (is_first && (create_flags & HolderIsFirstArgument) != 0) { 141 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 146 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 154 bool is_first, v8::Isolate** result) {
|
D | function_template.h | 258 bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 260 if (is_first && (create_flags & HolderIsFirstArgument) != 0) { 269 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 274 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, 282 bool is_first, v8::Isolate** result) {
|
/external/kernel-headers/original/uapi/linux/ |
D | som.h | 132 unsigned int is_first :1; member
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
D | indentation.py | 142 is_first = self._IsFirstNonWhitespaceTokenInLine(token) 184 elif is_first and token.string == '.': 197 if is_first and not_binary_operator and not_dot and token.type not in (
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
D | indentation.py | 142 is_first = self._IsFirstNonWhitespaceTokenInLine(token) 184 elif is_first and token.string == '.': 197 if is_first and not_binary_operator and not_dot and token.type not in (
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | android_logmsg.h | 53 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx);
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | file_tasks.cc | 312 bool is_first = true; in FindDriveAppTasks() local 330 if (is_first) { in FindDriveAppTasks() 350 is_first = false; in FindDriveAppTasks()
|
/external/chromium_org/base/debug/ |
D | stack_trace_posix.cc | 560 bool is_first = true; in OpenObjectFileContainingPc() local 562 ++it, is_first = false) { in OpenObjectFileContainingPc() 577 base_address = (is_first ? 0U : start_address) - region.offset; in OpenObjectFileContainingPc()
|
/external/webp/src/enc/ |
D | frame.c | 34 int is_first; member 47 s->is_first = 1; in InitPassStats() 64 if (s->is_first) { in ComputeNextQ() 66 s->is_first = 0; in ComputeNextQ()
|
/external/chromium_org/third_party/libwebp/enc/ |
D | frame.c | 34 int is_first; member 47 s->is_first = 1; in InitPassStats() 64 if (s->is_first) { in ComputeNextQ() 66 s->is_first = 0; in ComputeNextQ()
|
/external/chromium_org/net/base/ |
D | net_util_icu.cc | 57 bool is_first = true; in IsIDNComponentInSingleScript() local 71 if (is_first && cur_script != USCRIPT_COMMON) { in IsIDNComponentInSingleScript() 73 is_first = false; in IsIDNComponentInSingleScript()
|
/external/freetype/src/autofit/ |
D | afhints.c | 732 FT_Bool is_first; in af_glyph_hints_reload() local 784 is_first = 1; in af_glyph_hints_reload() 787 point != first || is_first; in af_glyph_hints_reload() 793 is_first = 0; in af_glyph_hints_reload()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 804 bool is_first = true; in ParseExtend() local 813 if (is_first) { in ParseExtend() 815 is_first = false; in ParseExtend()
|
/external/chromium_org/ipc/ |
D | ipc_sync_channel_unittest.cc | 1519 if (is_first()) in OnDone() 1528 if (is_first()) in Run() 1539 if (!is_first()) { in Run() 1556 bool is_first() { return !!success_; } in is_first() function in IPC::__anon5053765d0111::RestrictedDispatchPipeWorker
|
/external/chromium_org/v8/src/ |
D | types.cc | 880 bool is_first = true; in PrintTo() local 885 if (!is_first) stream->Add(" | "); in PrintTo() 886 is_first = false; in PrintTo()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 288 …void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) … in DispSNEP() argument
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 1165 bool is_first = true; in ParseExtend() local 1184 if (is_first) { in ParseExtend() 1187 is_first = false; in ParseExtend()
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 123 int is_first; member 1250 int is_first = 1; in icvYMLParse() local 1276 else if( is_first ) in icvYMLParse() 1281 if( !is_first ) in icvYMLParse() 1308 is_first = 0; in icvYMLParse() 1344 fs->is_first = 0; in icvYMLWrite() 1521 if( !fs->is_first ) in icvYMLStartNextStream() 2264 fs->is_first = 0; in icvXMLWriteTag() 2414 if( !fs->is_first ) in icvXMLStartNextStream() 2723 fs->is_first = 1; in cvOpenFileStorage()
|
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
D | fulltext.c | 1142 int is_first = 1; in tokenize_segment() local 1157 query_add(pQuery, !in_phrase || is_first, string_dup_n(zToken, nToken)); in tokenize_segment() 1158 is_first = 0; in tokenize_segment()
|
/external/mksh/src/ |
D | exec.c | 331 volatile bool is_first = true; in execute() local 357 if (!(ccp = do_selectargs(ap, is_first))) { in execute() 361 is_first = false; in execute()
|