Searched defs:is_first (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/content/renderer/gpu/
H A Dframe_swap_message_queue.cc25 bool* is_first) = 0;
60 bool* is_first) OVERRIDE {
61 if (is_first)
62 *is_first = (queue_.count(source_frame_number) == 0);
93 bool* is_first) OVERRIDE {
94 if (is_first)
95 *is_first = Empty();
144 bool* is_first) {
146 GetSubQueue(policy)->QueueMessage(source_frame_number, msg.Pass(), is_first);
141 QueueMessageForFrame(MessageDeliveryPolicy policy, int source_frame_number, scoped_ptr<IPC::Message> msg, bool* is_first) argument
/external/chromium_org/gin/
H A Dfunction_template.h258 bool GetNextArgument(Arguments* args, int create_flags, bool is_first, argument
260 if (is_first && (create_flags & HolderIsFirstArgument) != 0) {
269 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, argument
274 inline bool GetNextArgument(Arguments* args, int create_flags, bool is_first, argument
282 bool is_first, v8::Isolate** result) {
281 GetNextArgument(Arguments* args, int create_flags, bool is_first, v8::Isolate** result) argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_tasks.cc302 bool is_first = true; local
320 if (is_first) {
340 is_first = false;
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc558 bool is_first = true; local
560 ++it, is_first = false) {
575 base_address = (is_first ? 0U : start_address) - region.offset;
/external/chromium_org/v8/src/
H A Dtypes.cc1022 bool is_first = true; local
1027 if (!is_first) os << " | ";
1028 is_first = false;
H A Djsregexp.h1085 virtual bool try_to_emit_quick_check_for_alternative(bool is_first) { argument
1158 virtual bool try_to_emit_quick_check_for_alternative(bool is_first) { argument
1159 return !is_first;
/external/freetype/src/autofit/
H A Dafhints.c732 FT_Bool is_first; local
784 is_first = 1;
787 point != first || is_first;
793 is_first = 0;
/external/kernel-headers/original/uapi/linux/
H A Dsom.h132 unsigned int is_first :1; member in struct:subspace_dictionary_record
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp288 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {} argument
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc804 bool is_first = true; local
813 if (is_first) {
815 is_first = false;
/external/chromium_org/net/base/
H A Dnet_util_icu.cc57 bool is_first = true; local
71 if (is_first && cur_script != USCRIPT_COMMON) {
73 is_first = false;
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c34 int is_first; member in struct:__anon13273
47 s->is_first = 1;
64 if (s->is_first) {
66 s->is_first = 0;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1165 bool is_first = true; local
1184 if (is_first) {
1187 is_first = false;
/external/mksh/src/
H A Dexec.c331 volatile bool is_first = true; local
357 if (!(ccp = do_selectargs(ap, is_first))) {
361 is_first = false;
/external/webp/src/enc/
H A Dframe.c34 int is_first; member in struct:__anon33370
47 s->is_first = 1;
64 if (s->is_first) {
66 s->is_first = 0;
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc1519 if (is_first())
1528 if (is_first())
1539 if (!is_first()) {
1556 bool is_first() { return !!success_; } function in class:IPC::__anon8488::RestrictedDispatchPipeWorker
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c1142 int is_first = 1; local
1157 query_add(pQuery, !in_phrase || is_first, string_dup_n(zToken, nToken));
1158 is_first = 0;
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp123 int is_first; member in struct:CvFileStorage
1250 int is_first = 1; local
1276 else if( is_first )
1281 if( !is_first )
1308 is_first = 0;
1344 fs->is_first = 0;
1521 if( !fs->is_first )
2264 fs->is_first = 0;
2414 if( !fs->is_first )
2723 fs->is_first
[all...]

Completed in 1349 milliseconds