HomeSort by relevance Sort by last modified time
    Searched refs:is_first (Results 1 - 18 of 18) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 132 unsigned int is_first :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 132 unsigned int is_first :1; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 132 unsigned int is_first :1; member in struct:subspace_dictionary_record
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 47 bool is_first; member in struct:__tsan::DlIteratePhdrCtx
89 if (ctx->is_first) {
94 ctx->is_first = false;
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
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_org/chrome/browser/chromeos/extensions/file_manager/
private_api_tasks.cc 217 bool is_first = true; local
227 if (is_first) {
255 is_first = false;
  /external/chromium_org/third_party/closure_linter/closure_linter/
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 (
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 307 M4OSA_Int32 is_first; member in struct:__anon31171
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 804 bool is_first = true; local
813 if (is_first) {
815 is_first = false;
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 1165 bool is_first = true; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 1142 int is_first = 1; local
    [all...]
  /external/mksh/src/
exec.c 337 volatile bool is_first = true; local
362 if (!(ccp = do_selectargs(ap, is_first))) {
366 is_first = false;
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 1665 bool is_first() { return !!success_; } function in class:IPC::__anon10739::RestrictedDispatchPipeWorker
    [all...]
  /external/libnfc-nci/src/adaptation/
libmain.c 607 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {}
  /external/chromium_org/net/base/
net_util.cc 186 bool is_first = true; local
200 if (is_first && cur_script != USCRIPT_COMMON) {
202 is_first = false;
    [all...]
  /external/chromium/net/base/
net_util.cc 482 bool is_first = true; local
496 if (is_first && cur_script != USCRIPT_COMMON) {
498 is_first = false;
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 123 int is_first; member in struct:CvFileStorage
1250 int is_first = 1; local
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 179 p_bs->is_first = 1;
    [all...]

Completed in 659 milliseconds